 .sakshtable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}


.saksh_calander_links{
    
    display:flex;
}


.holiday {
background-color: red;
color: white;
}


  .saksh_row{
               display:flex;
           }
           
            
            
            
            
.calendar {
display: flex;
flex-wrap: wrap;
width: 600px;
margin-bottom: 20px;
}
.day {
width: 14.28%;
border: 1px solid #ddd;
padding: 10px;
box-sizing: border-box;
text-align: center;
cursor: pointer;
}
.selected-date {
margin-top: 20px;
font-size: 18px;
font-weight: bold;
}
.time-slots {
margin-top: 20px;
}
.time-slot {
cursor: pointer;
padding: 5px;
border: 1px solid #ddd;
margin: 5px 0;
}
.contact-form {
margin-top: 20px;
}
.contact-form input, .contact-form textarea {
display: block;
width: 100%;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ddd;
box-sizing: border-box;
}
.loading-bar {
width: 100%;
height: 5px;
background-color: #ddd;
margin-top: 10px;
position: relative;
overflow: hidden;
}
.loading-bar::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #4caf50;
animation: loading 2s linear infinite;
}
@keyframes loading {
0% { width: 0; }
100% { width: 100%; }
}
.success-message {
margin-top: 10px;
color: #4caf50;
font-weight: bold;
}
.confirmation {
margin-top: 20px;
font-size: 16px;
}
.red-text {
color: red;
}




.saksh {
/* .available {
background-color: #28a745;
color: white;
} */
.unavailable {
background-color: #dc3545 !important;
color: white !important;
}
.selected {
background-color: #28a745 !important;
color: white !important;
}
}

