.appointment-sec .appointment-wrp .appointment-instruction{
    margin-bottom: 15px;
    display: block;
}
.repeat-appointment-btn-sec .form-switch input[type="checkbox"],
.weekly_section  input[type="checkbox"]{
    display: inline-block;
    width: auto;
}
.appointment-sec .appointment-wrp h3{
    margin-bottom: 15px;
}
.appointment-form .nice-select .list{
    overflow-y: scroll;
    max-height: 250px;
    background-color: #fff;
}
.schedule-appointement-data{
    margin-top: 20px;
}
.text-danger {
    color: #dc3545 !important;
}
.booked-notification{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    border: 1px solid transparent;
    background-color: #f8d7da;
    padding: 10px 20px;
    border-radius: 7px;

}
.booked-notification svg{
    width: 20px;
    height: 20px;
}
.booked-notification svg path{
    fill: #dc3545;
}

.schedule-appointement-data table tr {
    padding: 10px 0 0;
}

.schedule-appointement-data table tr td {
    padding-right: 10px;
    padding-bottom: 15px;
}
.schedule-appointement-data table tr th{
    padding-bottom: 15px;
}
.schedule-appointement-data table tr th:first-child,
.schedule-appointement-data table tr td:first-child {
    padding-left: 0;
}




.weekly{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.weekly_section .weekly-lbl {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
.weekly .weekly-btn{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.schedule-time-table{
    width: 100%;
}
.schedule-appointement-data table tr td:nth-child(3){
    text-align: center;
}
.schedule-appointement-data{
    overflow-x: scroll;
}
.schedule-appointement-data table tr td:nth-child(4){
    min-width: 530px;
}
.schedule-appointement-data table tr td{
    min-width: 300px;
}
.schedule-appointement-data::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.schedule-appointement-data::-webkit-scrollbar
{
    height: 5px;
	background-color: #F5F5F5;
}

.schedule-appointement-data::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--theme-color);
}



@media screen and (max-width:575px) {
    .weekly{
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    .repeat-appointment-btn{
        justify-content: end !important;
    }
    .schedule-appointement-data table tr td{
        min-width: 200px;
    }
    .booked-notification{
        font-size: 14px;
    }
}
