.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.sidebar {
    min-height: 100vh;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .sidebar {
        position: sticky !important;
        top: 20px !important;
        height: calc(100vh - 40px) !important;
        overflow-y: auto !important;
        z-index: 100;
    }
}






.slide_item {
    background-color: #e9fce9;
}

.nav-link:focus {
    outline: none;
}

@media (max-width: 768px) {
    .nav-link {
        font-size: 14px;
        padding: 8px 10px;
    }
}
















.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

@media (min-width: 300px) and (max-width: 1100px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .all_specing_form {
        padding-left: 5px;
        padding-right: 5px;
    }
}


.submenu-style {
    background-color: #e9fce9;
    padding: 5px;
    border-radius: 4px;
}


.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    color: white !important;

}




/* Media query for screens between 300px and 900px */
@media (min-width: 300px) and (max-width: 900px) {
    .sidebar {
        overflow-y: auto;

        max-height: 100vh;

    }


    .sidebar::-webkit-scrollbar {
        width: 8px;
    }

    .sidebar::-webkit-scrollbar-thumb {
        background-color: #aaa;

        border-radius: 4px;
    }

    .sidebar::-webkit-scrollbar-track {
        background-color: #f1f1f1;

    }

    .sidebar {
        min-height: 0px;
        background-color: #ffffff;
    }


    @media (max-width: 768px) {
        .sidebar {
            max-width: 100%;

        }
    }

    .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-btn {
        cursor: pointer;
        font-size: 24px;
        color: #000;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .owl-nav {
        display: block !important;

    }

    .owl-nav .owl-prev {
        position: absolute;
        left: -50px;

    }

    .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;

        transform: translateY(-50%);
        pointer-events: none;

    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        pointer-events: auto;

        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: green !important;
        border-radius: 50%;
        cursor: pointer;
        font-size: 24px;
        color: #ffffff;
    }

    .owl-nav .owl-prev {
        left: 0;

    }

    .owl-nav .owl-next {
        right: 0;

    }

    .owl-nav .owl-prev {
        position: absolute;
        left: 15px;
        display: none;

    }

    .owl-nav .owl-next {
        position: absolute;
        right: 15px;
        color: #ffffff !important;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        z-index: 10;
    }

    .owl-nav {
        position: absolute;
        top: 50%;

        width: 100%;

        transform: translateY(-50%);
    }



}

@media (min-width: 900px) and (max-width: 1200px) {
    .sidebar {
        min-height: 30vh;
        background-color: #ffffff;
    }
}

@media (min-width: 1200px) and (max-width: 3000px) {
    .doctor_nav {
        display: block;
    }

    .show_nav_mobile {
        display: none;
    }

}

@media (min-width: 300px) and (max-width: 1200px) {
    .doctor_nav {
        display: none;
    }

    .show_nav_mobile {
        display: block;
    }


}

.nav-link img {
    margin-right: 8px;

}



.nav-link:hover p {
    color: white !important;

}

.fixed-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 650px;
    overflow-y: auto;
    z-index: 1000;
    width: 250px;
}

.filter-section {
    position: sticky;
    top: 0;
    z-index: 1000;
    left: 0;

    border-radius: 5px;
    max-height: 800px;
    overflow-y: auto;
}

.sidebar .filter-section {
    max-height: none !important;
    overflow: visible !important;
    position: static !important;
}





/* ===============================  transaction ==========================*/
.family-card {
    background-color: #e9fce9;
}

.profile_img {
    width: 40px;
    height: 40px;
}

.table-container {
    width: 100%;

}

.table thead {
    background-color: #dbe3ff;
    font-weight: bold;
}

.table tbody tr:nth-child(2) {
    background-color: #eaffea;
}

.table td:last-child {
    text-align: center;
    cursor: pointer;
}

.table thead th {
    border-bottom: 0 !important;
}

.table thead {
    background-color: #dbe3ff;
}

.table tbody tr:nth-child(2) {
    background-color: #eaffea;
}

.btn.active {
    background-color: #212588 !important;
    color: white !important;
}

.tab-btn {
    background-color: #e9fce9 !important;
    color: black !important;
}




/* ===================  need help    ============================  */

.family-card {
    background-color: #e9fce9;
}

.panel-heading {
    position: relative;
}

.panel-heading .toggle-icon {
    font-size: 30px;
    transition: transform 0.3s;
}

.panel-heading .collapsed .toggle-icon {
    transform: rotate(90deg);
    /* Rotate arrow when collapsed */
}




/*   ====================================    faq   ========================*/
.family-card {
    background-color: #e9fce9;
}

.panel-heading {
    position: relative;
}

.panel-heading .toggle-icon {
    font-size: 30px;
    transition: transform 0.3s;
}

.panel-heading .collapsed .toggle-icon {
    transform: rotate(90deg);
    /* Rotate arrow when collapsed */
}



/*  ===========================    family member   =============================  */
.family-card {
    background-color: #e9fce9;
    border: 1px solid;
    border-image: linear-gradient(45deg, #212588, #249023) 1;
    border-radius: 10px;
    /* Optional for rounded corners */
    padding: 15px;
}

.profile_img {
    width: 40px;
    height: 40px;
}

.green-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: green;
    border-radius: 50%;
    vertical-align: middle;
}

.page-item.active .page-link {
    background-color: #28a745;
}


/*  ======================= appoinments   =======================   */
.family-card {
    background-color: #e9fce9;
}

.profile_img {
    width: 40px;
    height: 40px;
}

.table-container {
    width: 100%;

}

.table thead {
    background-color: #dbe3ff;
    font-weight: bold;
}

.table tbody tr:nth-child(2) {
    background-color: #eaffea;
}

.table td:last-child {
    text-align: center;
    cursor: pointer;
}

.table thead th {
    border-bottom: 0 !important;
}

.table thead {
    background-color: #dbe3ff;
}

.table tbody tr:nth-child(2) {
    background-color: #eaffea;
}

.btn.active {
    background-color: #212588 !important;
    color: white !important;
}

.tab-btn {
    background-color: #e9fce9 !important;
    color: black !important;
}


@media only screen and (min-width: 300px) and (max-width: 900px) {
    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }
}