.business-hours .learn-more {
  color: var(--pri);
  display: block;
  font-size: 14px;
}

.business-hours .switch-block .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
  border-radius: 30px;
}

.business-hours .switch-block .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.business-hours .switch-block .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.business-hours .switch-block .switch .slider.round {
  border-radius: 30px;
  color: unset;
}

.business-hours .switch-block .switch input:focus {
  outline: none;
}

.business-hours .switch-block .switch label:focus {
  outline: none;
}

.business-hours .week-block .week-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.business-hours .week-block .week-inner .switch-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hour-right-list {
  display: inline-flex;
  align-items: center;
}

.business-hours .week-block .week-inner .status-block {
  width: 100%;
}

.business-hours .week-block .week-inner .switch-block .week-day span {
  color: var(--grey);
  font-weight: 500;
  font-size: 15px;
}

.business-hours .week-block .week-inner .switch-block .week-day {
  /* width: 85px; */
  display: inline-flex;
  align-items: center;
}

.week-day .field-error {
  position: inherit;
  margin-left: 10px;
}

#structure-form .business-hours.right .switch-outer label {
  background: #e6e6e6;
  height: 16px;
  width: 45px;
  margin-top: 3px;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}

.business-hours .week-block .week-inner .switch-block .switch .slider::before {
  position: absolute;
  content: "";
  transition: 0.4s;
  border-radius: 50%;
  top: -2px;
  bottom: 0;
  left: 0;
  box-shadow: -2px 3px 2px #00000017;
  background: white;
  width: 20px;
  height: 20px;
}

.business-hours .switch-block .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: var(--pri) !important;
}

#structure-form .business-hours.right .switch-outer label input {
  height: unset;
}

.business-hours .week-block .week-inner .status span {
  color: var(--grey);
  font-size: 14px;
}

.business-hours .week-block .week-inner .switch-block .switch-outer {
  margin: 0 45px;
}

.business-hours .week-block .week-inner .status-block {
  display: flex;
}

#structure-form
  .right.business-hours
  .week-block
  .week-inner
  .status-block
  input {
  box-shadow: none;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
  padding: 0 10px;
  height: 32px;
  width: 120px;
}

.business-hours .week-block .week-inner .status-block .divider {
  margin: 0 18px;
  color: var(--grey);
}

.business-hours .week-block .week-inner .status-block .open-block,
.business-hours .week-block .week-inner .status-block .close-block {
  min-width: 100px;
  cursor: pointer;
}

.business-hours .week-block .week-inner .status-block > span {
  font-size: 14px;
  color: var(--grey);
  line-height: 25px;
  margin: 0 10px;
}

#structure-form .business-hours .inner-right form .week-block {
  position: relative;
  margin-bottom: 40px;
}

#structure-form .business-hours .inner-right form .week-block .error {
  top: unset;
  bottom: -24px;
}

.status-block .MuiInputBase-input {
  height: 1.4375em !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

.status-block .demo-simple-select-standard-label {
  padding: 4px 0 5px;
  line-height: 1 !important;
}

.status-block .MuiInputLabel-formControl {
  transform: translate(4px, 6px) !important;
  font-size: 12px !important;
}

.status-block .MuiOutlinedInput-notchedOutline {
  /* border: none; */
  border: 1px solid #d6d6d6;
  border-radius: 0px;
  height: 34px;
  border-radius: 5px;
}

.status-block .MuiSelect-select {
  font-size: 14px;
}

.status-block .MuiInputLabel-formControl.MuiFormLabel-filled,
.status-block .MuiInputLabel-formControl.Mui-focused {
  font-size: 14px;
  transform: translate(6px, -9px) scale(0.8) !important;
}

.status-block > span {
  display: inline-flex;
  width: 0px;
  justify-content: center;
  align-items: center;
}

.status-block .MuiFormControl-root {
  min-width: 108px;
  margin: 0;
}

.status-block .MuiInput-root.MuiInput-underline::after {
  border-bottom-color: var(--pri) !important;
}

.status-weekly-block label.MuiFormControlLabel-root {
  margin-right: 0;
}

.status-weekly-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.status-weekly-block span.MuiCheckbox-root {
  margin-right: -5px;
}

.frontdesk-popup-content.cs-commmon-dialogue-content.popup-content
  .MuiPaper-root {
  max-width: 511px;
}

.addhotel-form .week-block {
  max-width: 450px;
}

/* @media screen and (min-width: 1800px) {
  .business-hours .week-block .week-inner .switch-block .week-day span {
    font-size: 19px;
  }
  .business-hours .week-block .week-inner .status span {
    font-size: 19px;
  }
  .business-hours .week-block .week-inner .status-block .open-block,
  .business-hours .week-block .week-inner .status-block .close-block {
    width: 100px;
  }
  #structure-form .business-hours .inner-right form .week-block .error {
    bottom: -30px;
  }
} */

.edit-block {
  min-width: 34px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s all ease;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 16px;
}

.edit-block:hover {
  background: #e6e6e6;
}

.hour-right-list .edit-block {
  margin: 0 -10px 0 10px;
}

.status-block button.btn.btn-filled {
  min-width: 0;
  margin: 0 0 0 8px;
  height: 29px;
  line-height: 29px;
  padding: 0 10px !important;
  min-height: 0;
  width: auto;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  background-color: var(--pri);
  border-color: var(--pri);
}

@media screen and (max-width: 600px) {
  .business-hours .week-block .week-inner .switch-block .week-day span {
    font-size: 14px;
  }
  .business-hours .week-block .week-inner .status span {
    font-size: 14px;
  }
  .business-hours .week-block .week-inner .switch-block .switch-outer {
    margin: 0 30px;
  }
  .business-hours .week-block .week-inner {
    margin-bottom: 0px;
    padding: 2px 8px;
  }
  .status-weekly-block {
    flex-wrap: wrap;
  }
  .status-block button.btn.btn-filled {
    padding: 0 4px !important;
    font-size: 10px;
  }
  .business-hours .week-block .week-inner .status-block > span {
    margin: 0 6px;
  }
}
