.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;
    }
}



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

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


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







/* 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 !important;
    }

    .show_nav_mobile {
        display: none !important;
    }

}

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

    .show_nav_mobile {
        display: block;
    }


}


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

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

    border-radius: 5px;
    max-height: 100vh;
    overflow-y: auto;

}

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

.container {
    width: 100%;
}



/*  ================================  dashboard  =========================*/
.admin_banner {

    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;

}


.appointment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.appointment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.appointment-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}

.appointment-info {
    display: flex;
    align-items: center;
}

.appointment-time {
    font-weight: bold;
    color: #007bff;
}

.doctor-profile-card {
    background: #e9fce9 !important;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #212588;

}

.doctor-profile-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;

    object-fit: cover;
}

.doctor-info h2 {
    font-size: 1.8rem;
    color: #212588;
}



/*   ========================= profile  =========================*/
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #5CB859;
    border: 1px solid #5CB859;
    color: #fff;
    word-break: break-all;
}

/* ==========================   meeting record     ============================*/
.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;
}



/*  ==================================  transition history ============================*/
.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: 40px;
    transition: transform 0.3s;
}

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


/*  ============================== faq ==========================*/
.panel-heading {
    position: relative;
}

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

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

.accordion .btn[aria-expanded="true"] .toggle-icon {
    transform: rotate(90deg);
}

.collapsed {
    height: auto;
}

/* Adjust font size and padding for smaller screens */
@media (max-width: 576px) {
    .accordion .btn-link {
        font-size: 14px;
    }

    .accordion .card-body {
        font-size: 14px;
    }
}


/* 
    .nav-link {
        color: black;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .nav-link:hover {
        color: white;
        background-color: #212588; 
    }
    .nav_item {
        color: white !important;
        background-color: #212588 !important; 
    } */



/* ================================  appoinment record ===============================*/

.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;
}