.SetTime[data-v-4194843a] {
  margin: 0 20px;
}
.SetTime .sectionbtn[data-v-4194843a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SetTime .sectionbtn button[data-v-4194843a] {
  margin-right: 10px;
}
.SetTime .timeSlot[data-v-4194843a] {
  margin-top: 20px;
  border-radius: 0px 4px 4px 0px;
}
.SetTime .timeSlot .headerTime[data-v-4194843a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 4px solid #fff3e8;
}
.SetTime .timeSlot .headerTime .weekStr[data-v-4194843a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 20px 0;
}
.SetTime .timeSlot .headerTime .weekStr .weekday[data-v-4194843a] {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.SetTime .timeSlot .headerTime .weekStr .date[data-v-4194843a] {
  font-size: 12px;
  line-height: 17px;
  color: #666666;
}
.SetTime .timeSlot table[data-v-4194843a] {
  width: 100%;
  border: 4px solid #fff3e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
}
.SetTime .timeSlot table tr[data-v-4194843a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SetTime .timeSlot table .timeTitle[data-v-4194843a] {
  font-weight: 600;
  border-bottom: none;
}
.SetTime .timeSlot table td[data-v-4194843a],
.SetTime .timeSlot table th[data-v-4194843a] {
  border-bottom: 1px solid #fff3e8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: inset -1px 0px 0px rgba(255, 167, 82, 0.2);
          box-shadow: inset -1px 0px 0px rgba(255, 167, 82, 0.2);
}
.SetTime .timeSlot table td[data-v-4194843a]:last-child,
.SetTime .timeSlot table th[data-v-4194843a]:last-child {
  border-right: none;
}
.SetTime .timeSlot table td p[data-v-4194843a],
.SetTime .timeSlot table th p[data-v-4194843a] {
  height: 100%;
  line-height: 40px;
}
.SetTime .timeSlot table td .active[data-v-4194843a],
.SetTime .timeSlot table th .active[data-v-4194843a] {
  background: var(--main-color);
  -webkit-box-shadow: inset -1px 0px 0px rgba(238, 238, 238, 0.3);
          box-shadow: inset -1px 0px 0px rgba(238, 238, 238, 0.3);
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid var(--main-color);
}
.SetTime .timeSlot table td .default[data-v-4194843a],
.SetTime .timeSlot table th .default[data-v-4194843a] {
  cursor: not-allowed;
}
.SetTime .timeSlot table td .notBook[data-v-4194843a],
.SetTime .timeSlot table th .notBook[data-v-4194843a] {
  background: #eeeeee;
  cursor: not-allowed;
  -webkit-box-shadow: inset -1px 0px 0px #fff;
          box-shadow: inset -1px 0px 0px #fff;
  border-bottom: 1px solid #fff;
}
.SetTime .timeSlot table td[data-v-4194843a] {
  border: 1px solid #fdf4ec;
}
.SetTime .timeSlot table .bgColor[data-v-4194843a] {
  height: 40px;
  background: #fff3e8;
}
.SetTime .timeSlot table .bgColor td[data-v-4194843a] {
  background: #fff3e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.booked[data-v-4194843a] {
  background: #fefeca;
}
.tal[data-v-4194843a] {
  background: #cecece;
}
.selected[data-v-4194843a] {
  background: #e65a33 !important;
}

