/* header Content Box */

.header-content {
    position: relative;
    border-radius: 0 0 12px 12px;
    background: #fff !important;
    box-shadow: 0 20px 26px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    margin-top: -10px;
    padding: 25px 20px 25px 20px;
    width: 308px;
    max-width: 308px;
    min-width: 308px;
    list-style: none;
}

.nested-menu {
    background: #fff !important;
    width: 240px;
    max-width: 240px;
    min-width: 240px;
    margin-top: -10px;
    border-radius: 12px  !important;
    list-style: none;
    padding: 20px 50px 20px 20px;
    box-shadow: 0 20px 26px 0 rgba(0, 0, 0, 0.15);
}

/* Menu Item */
.header-item {
    color: #46494F;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    width: 100%;
    display: block;
    width: 308px;
    padding: 13px 0 17px 0;
}

.header-item:hover {
    font-weight: 700;
    cursor: pointer;
}

/* Divider Line */
.header-divider {
    border: none;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    margin: 0;
}

#tippy-lists ul>li a {
    text-decoration: none;
}

#tippy-lists ul>li {
    width: 100% !important;
    padding: 0 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.509px;
    /* 247.274% */
    letter-spacing: 1.08px;
    color: #46494F;
    border-bottom: 1px solid rgba(99, 39, 241, 0.10);
    transition: background-color 0.2s;

    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 69px;
    cursor: pointer;
}

#tippy-lists ul>li:last-child {
    border-bottom: none;
}

#tippy-lists ul>li:hover {
    border-radius: 4px;
    background: rgba(99, 39, 241, 0.14) !important;
}

#tippy-lists>div:first-child ul>li:after {
    content: '';
    background: transparent url('/assets/icons/menu-arrow.svg') !important;
    width: 24px;
    height: 24px;

}







/* desktop resolutions */

/* 1599 */
@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .header-content {
        width: 288px;
        min-width: 288px;
    }

    #tippy-lists ul>li {
        font-size: 17px;
        line-height: normal;
    }
}

/* 1499 */
@media screen and (min-width: 1024px) and (max-width: 1499px) {
    .header-content {
        width: 278px;
        min-width: 278px;
    }
    
    #tippy-lists ul>li {
        font-size: 16px;
        line-height: normal;
    }
}

/* 1399 */
@media screen and (min-width: 1024px) and (max-width: 1399px) {
    .header-content {
        width: 258px;
        min-width: 258px;
    }
        
    #tippy-lists ul>li {
        font-size: 15px;
        line-height: normal;
    }
}