.tab-sidebar-items.active {
    background-color: #2384c1 !important;
    border: none;
}

.tabs-sidebar-btns {
    font-family: var(--font-family-Lato);
    color: #5d6370;
    border: 0px !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    background-color: #ededf1 !important;
}



.li-sidebar-tabs {
    background-color: #ededf1 !important;
    font-family: var(--font-family-Lato);
    border: 0;
    height: fit-content;
    font-size: clamp(12px, 1vw, 16px) !important;
    font-weight: 600;
    color: #5d6370;
    white-space: nowrap;
}


@media (min-width: 300px) and (max-width: 786px) {
    .faq-sidebar-tab-offcanve-col-1 {
        flex: 0 0 auto;
        width: 8%;
    }

    .faq-sidebar-tab-offcanve-col-11 {
        flex: 0 0 auto;
        width: 91%;
    }
}