.bg-white{
    background-color: white;
}
.instruction{
    width: 30% !important;
}
.instruction th, .instruction td{
    border:1px solid gray !important;
    white-space: nowrap;
    padding: 0.75rem !important;
}
th, td{
    border:1px solid gray !important;
    white-space: nowrap;
    padding: 0.75rem !important;
}
.table tbody tr:last-child td{
    border-bottom:1px solid gray !important;
}
.bgCustom1{
    background-color: #b6d7a8 !important;
}
.bgCustom2{
    background-color: #efefef !important;
}
.bgCustom3{
    background-color: #1155cc !important;
    color:white !important;

}
.bgCustom4{
    background-color: #c27ba0 !important;
}
.timeTable .bgCustom3 ,.timeTable .bgCustom2, .timeTable .bgCustom1{
    cursor: pointer;
}
.timeTable .bgCustom3:hover ,.timeTable .bgCustom2:hover, .timeTable .bgCustom1:hover{
    background-color: rgba(255, 109, 1, 0.63) !important;
    transition: 0.5s;
}
@media(min-width: 576px){
    .instruction {
        width: 100% !important;
    }
}
@media(min-width: 992px){
    .instruction {
        width: 50% !important;
    }
}
.td-list td.time_td  {
    height: 87px;
}
.td-list td{
    position: relative;
    height: 79px;
}
.td-list td span:not(.spanbadgeOnline){
    position: absolute;
    top: 10px;
    left: 10px;
}
.td-list td .spanbadgeOnline{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.ul-information{
    position: absolute;
    display: none;
}
.td-information:hover .ul-information{
    height: 79px;
    display: block;
    width: 300px;
    z-index: 1200;
    background: white;
}
.td-information{
    height: 79px !important;
}
.doctor-box{
    background-color: white;
    border-radius: 20px;
    border:2px solid #bdbdbd;
    cursor:pointer;
}
.doctor-box:hover{
    border-color:#7239ea;
    transition: 0.5s;
}
.client-box{
    background-color: white;
    border-radius: 20px;
    border:2px solid #bdbdbd;
}
.border-custom{
    border:1px solid black;
}
.w-fit{
    width: fit-content;
}
.w-max{
    width: max-content;
}
.btn-custom{
    background-color: #7239ea;
    color:white;
}
.btn-custom2{
    background-color: #ffc700;
    color:black;
}

.time-table{
    overflow-y: scroll;
}
/*.card{*/
/*    font-size: 16px;*/
/*}*/
.form-card .nav-pills .nav-link.active{
    background-color: #7239ea !important;
}
.form-card .nav-pills{
    border-bottom:1px solid rgba(114, 57, 234, 0.56);
}
.form-card .nav-pills .nav-link{
    border:1px solid gray;
}
.bgCustom2{
    background-color: #d9d9d9 !important;
}
.btn-modal{
    color: #7239ea;
    font-size: 18px;
    border:1px solid rgba(128, 128, 128, 0.63) !important;
}
.btn-modal i{
    color: #7239ea;
}
.available-time{
    color: #7239ea;
    font-size: 18px;
    border:1px solid rgba(128, 128, 128, 0.63) !important;
}
.btn-modal:hover{
    background-color: #d9d9d9;
    transition: 0.5s;
}
.price-box{
    background-color: rgba(80, 205, 137, 0.24) !important;
    border-radius:10px;
    font-size: 16px;
}
.form-box{
    background-color: rgba(240, 240, 240, 0.59) !important;
    border-radius:10px;
}
.select-name .btn{
    background-color: white !important;
    border:1px solid lightgray !important;
    color: black !important;
}
.select-name .btn.active ,.select-name .btn.show,.select-name .btn.btn-light:focus:not(.btn-active).btn:focus{
    background-color: white !important;
    border:1px solid #7239ea !important;
    color: black !important;
}
.select-name .filter-option{
    text-align: right !important;
}
.select-name .dropdown-item.active, .select-name .dropdown-item:active{
    background-color: #7239ea !important;
}
.person-name{
    border:1px solid #afafaf;
    border-top:0;
    border-radius:0 0 10px 10px;
}
.reserved-btn{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.translate-badge{
    transform: translate(90%, -50%) !important;
}
@media (max-width: 576px){
    .modal-custom{
        min-width:98%;
    }
}
@media (min-width: 576px) and (max-width: 768px){
    .modal-custom{
        min-width:95%;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .modal-custom{
        min-width:90%;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .modal-custom{
        min-width:90%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px){
    .modal-custom{
        min-width:90%;
    }
}
@media (min-width: 1400px){
    .modal-custom{
        min-width:90%;
    }
}
.v-select{
    direction: rtl;
}
.vs__clear{
    display: none;
}
.list-table tr,.list-table td,.list-table th{
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
.list-table tbody tr:nth-child(2n-1){
    background-color: #eee;
}
td .p-name{
    cursor: pointer;
    border-bottom: 1px solid gray !important;
    height: 45px;
}
td .p-name:last-child{
    border-bottom: 1px solid transparent !important;
}
td .pay-status{
    border-bottom: 1px solid gray !important;
    height: 45px;
}
td .pay-status:last-child{
    border-bottom: 1px solid transparent !important;
}
td .border-custom2{
    border-bottom: 1px solid transparent !important;
}
td .title{
    border-bottom: 1px solid gray !important;
    height: 45px;
}
td .title:last-child{
    border-bottom: 1px solid transparent !important;
}
.p-name:hover{
   background-color: rgba(255, 199, 0, 0.69);
    transition: 0.5s;
}
.vs__dropdown-option{
    text-align:right;
}
.bgcustom6{
    background-color: #ffedb0 !important;
}
.custom-padding{
    padding: 10px 100px;
}
@media(min-width:1400px){
    .custom-padding{
        padding: 10px 70px;
    }
}
.border-custom3{
    border-bottom:1px solid rgba(114, 57, 234, 0.56);
}
.days-list .expandable {
    display: none; /* Hide expandable items by default */
}
.days-list input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.days-list input:checked ~ .expandable {
    display: block; /* Show expandable items when checkbox is checked */
}
.days-list .expand-label {
    display: flex; /* Show expandable items when checkbox is checked */
}
.days-list input:checked ~ .expand-label {
    display: none; /* Show expandable items when checkbox is checked */
}
.color-custom{
    color:#7239ea;
}
.modal-record .modal-body .row:nth-child(2n){
    background-color: #eeeeee;
}