.time-table-header th {
  width: 200px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  padding: 16px;
  padding-bottom: 23px;
}

.search-icon {
  top: 7px;
  left: 8px;
}

.cost {
  padding-bottom: 16px !important;
}

.cost p {
  font-size: 9px;
  font-weight: 400;
  width: 78px;
}

.time-table-body td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 32px 16px;
}

.btns-cell {
  padding: 24px 16px !important;
}

.font-weight600 {
  font-weight: 600 !important;
}

.time {
  width: 250px;
}

.breadcrums {
  font-weight: 400;
  size: 14px;
  line-height: 16.8px;
  color: var(--primary-color);
}

.active-color {
  font-weight: 600 !important;
}

.time-today.active {
  background: var(--primary-color);
  padding: 8px 12px;
  color: #3b3e45;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 600;
}

.time-week {
  padding: 8px 12px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.time-week.active {
  background: var(--primary-color);
  padding: 8px 12px;
  color: #3b3e45 !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 600;
  margin-left: 10px;
}

.timetables-padding {
  padding: 23px 32px;
  margin-bottom: 20px;
}

.date-pading10 {
  padding: 10px;
}

.active-status div {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  padding: 6px 14px;
  text-align: center;
  border: 1px solid;
  border-radius: 22px;
  background: rgba(158, 255, 167, 0.1);
}

.edit-btn-time {
  background: rgba(189, 177, 135, 0.12);
  color: var(--primary-color);
}

@media (max-width: 400px) {
  .edit-card-header {
    flex-direction: column !important;
  }
}

@media (max-width: 800px) {
  .margin12 {
    margin-bottom: 12px;
  }
}

@media (max-width: 600px) {
  .date-today-week-container {
    flex-direction: column !important;
  }

  .date-today-week {
    flex-direction: column !important;
    gap: 12px;
    margin-bottom: 22px;
  }

  .date-today-week div {
    width: 100%;
    text-align: center;
  }
}

.time-table-btn {
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.edit-btn {
  background: rgba(189, 177, 135, 0.12);
  color: var(--primary-color);
  padding: 8px 16px;
  font-weight: var(--semi);
}

.delete-btn {
  color: #ff698e;
}

.timetables-padding .form-control {
  border: none !important;
  background: none !important;
}