.user-sidebar {
    width: 250px;
    height: auto;
}

/* Doctors Time table Toggle Buttons */
.toggle-button {
    margin-right: 10px; /* Adjust the margin as needed */
    background-color: #fff; /* Default button color */
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
}

.toggle-button.active {
    background-color: red; /* Red color when button is clicked */
}

.error-message {
    color: red; /* Red color for error messages */
}
.user-sidebar ul{
list-style-type:none;

}
.user-sidebar ul a{
text-decoration:none;
  color:#000;
  font-weight:500;
  

}