#doctors_schedule_section{
    margin: 25px 0px;
}

#doctors_schedule_card{
    border: none;
    box-shadow: 2px 2px 2px lightgrey;
}

#doctor_schedule_table{
    color: #2e1572;
}

#doctor_schedule_thead{
    text-align: -webkit-center;
    background-color: #526984;
    color: #fff;
}

#doctor_schedule_table td{
    text-align: -webkit-center;
}

.custom-tooltip{
    display: none;
    position: absolute;
    top: -90%;
    left: -50%;
    padding: 5px;
    background-color: var(--theme-color);
    color: white;
    border-radius: 5px;
    width: max-content;
    z-index: 99;
}
