/* Minification failed. Returning unminified contents.
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,32): run-time error CSS1039: Token not allowed after unary operator: '-tw-bg-opacity'
(42,35): run-time error CSS1039: Token not allowed after unary operator: '-light-gray-for-shadows'
(54,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gray-for-messages'
(62,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(63,43): run-time error CSS1039: Token not allowed after unary operator: '-tw-bg-opacity'
(71,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(110,34): run-time error CSS1039: Token not allowed after unary operator: '-dark-gray'
(111,35): run-time error CSS1039: Token not allowed after unary operator: '-dark-gray'
 */
.header-main-menu-item a {
    padding-bottom: 4px;
}

.header-main-menu-item:hover a, .header-main-menu-item.active a {
    padding-bottom: 0;
}

.header-main-menu-item:hover .header-main-menu-item-underline-container, .header-main-menu-item.active .header-main-menu-item-underline-container {
    width: calc(100% - 1rem);
}

.header-main-menu-item.active {
    --tw-bg-opacity: 1;
    color: rgba(5,150,105,var(--tw-bg-opacity));
}

.header-main-menu-item-underline.active {
    width: 80%;
    height: 4px;
}

.header-main-menu-item:hover .header-main-menu-item-underline, .header-main-menu-item.active .header-main-menu-item-underline {
    width: 80%;
    height: 4px;
}

.subtitle-submenu-item-underline-container {
    width: 2rem;
}

.subtitle-submenu-item-underline {
    width: 100%;
    height: 2px;
}

.border-custom-grey {
    border: 1px solid #E2E2E2;
}

.shadow-custom {
    box-shadow: 0px 4px 16px var(--light-gray-for-shadows);
}
.submenu-container {
    z-index: 100;
    background: white;
}

.submenu-item-column {
    margin: 1.5rem 0;
}

.submenu-item-messages {
    border: 1px solid var(--light-gray-for-messages);
}

.header-user-menu-logo div.submenu-logo, .header-user-menu-logo div.submenu-logo-logout {
    background-color: #A2ABB1;
}

.header-user-menu-logo:hover div.submenu-logo , .header-user-menu-logo.active div.submenu-logo, .header-user-menu-logo.arrow div.submenu-logo {
    --tw-bg-opacity: 1;
    background-color: rgba(5,150,105,var(--tw-bg-opacity));
}

.has-submenu.arrow:after {
    position: absolute;
    content: '';
    height: 27px;
    width: 27px;
    background-color: var(--white);
    bottom: -27px;
    transform: translateX(-10px) rotate(45deg);
    border-top-left-radius: 13px;
    border-left: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    padding: 20px;
    z-index: 9999;
}

.has-submenu.is-logout.arrow:after {
    bottom: -53px;
    left: 16px
}

#logout-button.time-expiring #more-options {
    background: #FFF7F7;
    border: 1px solid #E60D0D !important;
}

#logout-button #more-options #session-time-label.green {
    color: #14965E;
}

#logout-button #more-options #session-time-label.orange {
    color: #E67A0D;
}

#logout-button.time-expiring #more-options #session-time-label.red {
    color: #E60D0D;
}

#logout-button.time-expiring.arrow:after {
    background: #FFF7F7;
    border-color: #E60D0D;
}

.chevron-arrow-right {
    display: inline-block;
    border-right: 2px solid var(--dark-gray);
    border-bottom: 2px solid var(--dark-gray);
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}


.circular{
    height:40px;
    width: 40px;
    position: relative;
}
.circular .inner{
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin: -18px 0 0 -18px;
    background: white;
    border-radius: 100%;

}
.circular .number{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index:10;
    font-size:18px;
    font-weight:500;
    color:#4158d0;
}
.circular .bar{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #EBEBEB;
    -webkit-border-radius: 100%;
    clip: rect(0px, 40px, 40px, 20px);
}

.circular .bar.green {
    background: #14965E;
}
.circular .bar.orange {
    background: #E67A0D;
}

.circular .bar.red {
    background: #E60D0D;
}

.circle .bar .progress{
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 100%;
    clip: rect(0px, 20px, 40px, 0px);
    background: #EBEBEB;
}
.circle .left .progress{
    z-index:1;
    transform: rotate(0deg);
}

.circle .right {
    transform: rotate(180deg);
    z-index:3;
}

.circle .right .progress{
    transform: rotate(0deg);
}
