.elementor-50 .elementor-element.elementor-element-0c9e5c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-4ad5d2b */#time-container {
    position: fixed;
    right: 100px;
    bottom: 5px;
    max-height: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 6px;
    padding: 8px 12px;
    background: #111;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    cursor: default;
    transition: max-height 0.4s ease, padding 0.4s ease;
    z-index: 9999;
}

#time-container svg {
    width:20px;
    height:20px;
    fill:#cccccc;
}

#time-container:hover {
    max-height: 40px;
}

#crm-time-container,
.user-time-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.time-icons svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    opacity: 0.8;
}

.user-time-container {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.user-time-container.hidden {
    display: none;
}

#time-container:hover .user-time-container {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4ad5d2b */#time-container {
    position: fixed;
    right: 100px;
    bottom: 5px;
    max-height: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 6px;
    padding: 8px 12px;
    background: #111;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    cursor: default;
    transition: max-height 0.4s ease, padding 0.4s ease;
    z-index: 9999;
}

#time-container svg {
    width:20px;
    height:20px;
    fill:#cccccc;
}

#time-container:hover {
    max-height: 40px;
}

#crm-time-container,
.user-time-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.time-icons svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    opacity: 0.8;
}

.user-time-container {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.user-time-container.hidden {
    display: none;
}

#time-container:hover .user-time-container {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */