.dropdown-horizontal .dropdown-menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
}

.dropdown-horizontal .dropdown-item {
    white-space: nowrap;
    border-radius: 5px;
    padding: 8px 15px;
}

.dropdown-horizontal .dropdown-item:hover {
    background-color: #0d6efd;
    color: white;
}

.tab_header {
    display: flex;
    justify-content: space-between;
}

.tab_header_btn {
    display: flex;
    gap: 10px;
}

.btn-xs {
    padding: 0 9px;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-underline,
.btn-underline:hover,
.btn-underline:active {
    border: 1px solid #433d3d;
}

.head-btn-link {
    background: #ffffff21;
    border: 0;
    padding: 2px 8px;
    line-height: 20px;
}

.m-l-3 {
    margin-left: 20px;
}

.fs-xxxl {
    font-size: 60px;
}

.no-border {
    border: 0;
}

#scrollableContainer {
    overflow-y: scroll;
    height: 80vh;
}

.w-35 {
    width: 35px;
}

.f-18 {
    font-size: 18px
}

.text-right {
    text-align: right;
}

.nav-tab {
    display: inline-flex;
    padding: 0;
    list-style: none;
    background: #7676761f;
    border-radius: 31px;
}

.nav-tab li {
    padding: 7px 15px;
}

.nav-tab li.active a {
    color: #fff;
}

.nav-tab li.active {
    background: #06b6d4;
    border-radius: 19px;
    color: #fff;
}

.f-20 {
    font-size: 20px;
}

.f-13 {
    font-size: 13px;
}

.pricing-box p {
    font-weight: 400;
}

.pricing-box ul {
    padding-left: 17px;
    padding-top: 10px;
    line-height: 21px;
    font-size: 12px;
}

.pricing-plan .plan {
    font-size: 25px;
}

.pricing-box ul {
    height: 200px;
}

@media screen and (max-width: 600px) {
    .tab_header {
        display: block;
    }

    .tab_header_btn {
        flex-direction: column;
    }

}

.sticky-top {
    z-index: 99;
}
