.SidebarDropdownMenu_container__QTwd2 {
    padding: 50px 30px;
    border-radius: 10px;
    border: 1px solid var(--grey-15, #e2e8eb);
    background: #fff;
    width: min-content;
    height: min-content;
    max-height: 668px;
    min-height: 668px
}

.SidebarDropdownMenu_title__p7V5c {
    color: var(--grey-100, #262b2f);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    overflow-wrap: break-word;
    word-break: break-word;
    width: 304px
}

.SidebarDropdownMenu_dropdown-error-container__zqdsb {
    height: 12rem;
    width: 270px;
    justify-content: center;
    align-items: center
}

.SidebarDropdownMenu_dropdown-container__H8zEJ {
    padding: 10px 0;
    display: flex
}

.SidebarDropdownMenu_dropdown-container__H8zEJ > :not(:first-child) {
    border-left: 1px solid var(--grey-15, #e2e8eb)
}

.SidebarDropdownMenu_dropdown-container-animation__6k38z {
    animation-name: SidebarDropdownMenu_slideDownAndFade__W6jGl
}

.SidebarDropdownMenu_view-port__Bew6Q {
    top: 46px;
    padding-top: 10px;
    z-index: 999
}

@media (max-width: 93.75em) {
    .SidebarDropdownMenu_view-port-overflow__nwovo {
        margin-left: -7.5rem
    }
}

.SidebarDropdownMenu_dropdown-container-section__ymKys {
    width: 300px
}

.SidebarDropdownMenu_dropdown-container-section__ymKys:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: 0;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.SidebarDropdownMenu_dropdown-container-section__ymKys ul {
    padding: 0;
    max-height: 525px;
    overflow-y: auto
}

.SidebarDropdownMenu_dropdown-container__H8zEJ ul::-webkit-scrollbar {
    width: 3px;
    height: 45px !important
}

.SidebarDropdownMenu_dropdown-container__H8zEJ ul::-webkit-scrollbar-thumb {
    background: rgba(18, 38, 170, .24);
    border-radius: 8px
}

.SidebarDropdownMenu_dropdown-container__H8zEJ ul::-webkit-scrollbar-thumb:hover {
    background: rgba(18, 38, 170, .24)
}

.SidebarDropdownMenu_dropdown-container__H8zEJ ul::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px
}

.SidebarDropdownMenu_li-element-link__nXeM8 {
    color: var(--bluegreen-100, #7d94cc);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px
}

.SidebarDropdownMenu_level-li-element__9M9t4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 5px 10px;
    background-color: transparent;
    cursor: pointer;
    line-height: 18px;
    color: var(--grey-95, #293137);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.SidebarDropdownMenu_level-li-element__9M9t4 .SidebarDropdownMenu_label__SR0_p {
    width: 243px;
    word-break: break-word;
    overflow-wrap: break-word
}

.SidebarDropdownMenu_level-li-element__9M9t4 .SidebarDropdownMenu_arrow__ZDzcT {
    fill: #e2e8eb
}

.SidebarDropdownMenu_level-li-element__9M9t4:hover .SidebarDropdownMenu_arrow__ZDzcT {
    fill: #1226aa
}

.SidebarDropdownMenu_level-li-element-active__khusa > .SidebarDropdownMenu_dropdown-container-section__ymKys {
    display: block
}

.SidebarDropdownMenu_level-li-element-active__khusa {
    background: var(--grey-15, #e2e8eb);
    font-style: normal
}

.SidebarDropdownMenu_level-li-element-active__khusa .SidebarDropdownMenu_arrow__ZDzcT {
    fill: #1226aa
}

.SidebarDropdownMenu_level-li-element__9M9t4:hover > .SidebarDropdownMenu_dropdown-container-section__ymKys {
    display: block
}

.SidebarDropdownMenu_level-li-element__9M9t4:hover {
    background: var(--grey-15, #e2e8eb)
}

.SidebarDropdownMenu_level-li-view-all__hDSa1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 0 26px;
    background-color: transparent;
    cursor: pointer;
    line-height: 28px
}

.SidebarDropdownMenu_level-li-view-all__hDSa1:hover {
    background: var(--grey-15, #e2e8eb)
}

.SidebarDropdownMenu_menu-element__MLmyd {
    cursor: pointer;
    color: var(--grey-50, #42525e);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: 13px 4px 9px
}

.SidebarDropdownMenu_menu-element__MLmyd:hover {
    opacity: .9
}

.SidebarDropdownMenu_active-subheader__EGBpQ {
    animation-name: SidebarDropdownMenu_slideDownAndFade__W6jGl
}

@keyframes SidebarDropdownMenu_slideUpAndFade__Lagg1 {
    0% {
        opacity: 0;
        transform: translateY(2px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes SidebarDropdownMenu_slideRightAndFade__F8xa_ {
    0% {
        opacity: 0;
        transform: translateX(-2px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes SidebarDropdownMenu_slideDownAndFade__W6jGl {
    0% {
        opacity: 0;
        transform: translateY(-2px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes SidebarDropdownMenu_slideLeftAndFade__05OsA {
    0% {
        opacity: 0;
        transform: translateX(2px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}