.view-toggle button:not(.active) {
  color: #fff;
}
.service-title {
  font-size: 18px;
  font-weight: 700;
  color: #040404;
  text-align: center;
}
.service-header {
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dfdfdf;
}
.bookingformdiv {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 0px solid #CCC;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.calendar-go-btn {
    background: #ee063d;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.divtimeslots
Specificity: (0,1,0)
 {
    border: 1px solid #efefef !important;
    padding: 7px;
    color: #fff;
}
.nav-tabs .nav-link.active {
    color: #010829;
    background-color: #fff;
    border-color: #4a90e2 #4a90e2 #dee2e6;
}
.calendar_normal_style {
  background: linear-gradient(135deg, #dbdcdd 0%, #e7e5e5 100%);
  color: #031158;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(79, 172, 254, 0.3);
}
.service_photo, .employee_photo {
  float: left;
  margin: 1px;
}
.service-card-table-booking .service-info .service-icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}