.doctor-box .vatrena-img-holder img{
    width: auto;
    margin: auto;
    max-width: 250px;
}

.doctor-details {
    text-align: center;
    padding: 10px;
    background: antiquewhite;
}

.doctor-info {
    height: 50px;
}
.doctor-info .hr-break {
    margin: 10px;
    padding: 1px;
    background-color: cornsilk;
}

.text-bold {
    font-size: x-large;
    font-weight: bold;
}

.border-0 {
    border: 0;
}
.calendar-day-box{
    margin: 0 10px;
    width: 25%;
    text-align: center;
    display: inline-block;
}
.calendar-day-box .calendar-day-tiems{
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.calendar-day-box h3{
    padding: 10px;
    background-color: antiquewhite;
    border-radius: 10px;
}
.calendar-day-box p .time{
    /* color: #c0273c; */
    color: #4bb157;
    font-size: large;
    font-weight: 500;
}
.calendar-day-box p {
    padding: 8px 0;
    margin: 5px 0;
}
.calendar-day-box p:hover {
    background: antiquewhite;
}

.doctor-schedule {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding: 0 0 20px;
}

#formBookingDoctorModal .modal-header {
    background-color: antiquewhite;
}
#formBookingDoctorModal .modal-title {
    padding-bottom: 3px;
    padding-top: 15px;
    margin-bottom: -11px;
}

#booking-patient-form {
    background-color: #f9f9f9;
    padding: 20px;
}

.pt-30{
    padding-bottom: 30px;
}

.table-datatable{width: inherit !important;}

.dark-gray{
    color: darkgray !important;
}

.table-datatable, .table-datatable tr td{
    border: 2px solid gray !important;
}
.table-datatable tr td{
    border-bottom: 5px solid brown !important;
}

.table-datatable .bg-danger {
    background-color: #ff0412 !important;
    color: white;
}

.table-datatable .bg-success {
    background-color: #6abf47 !important;
    color: white;
}

.table-datatable .bg-warning {
    background-color: #ff730f !important;
    color: white;
}

.table-datatable .bg-info {
    background-color: #00aaff !important;
    color: white;
}
.table-datatable .bg-dark {
    background-color: black !important;
    color: white;
}

.table-datatable th {
    text-align: center !important;
}