* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background: #f6f6f6;
  color: #262626;
  font-size: 16px;
  font-family: "SF Pro Display";
}

p {
  font-family: "SF Pro Display Light";
}

.content {
  max-width: 900px;
  margin: 30px auto 0;
}

.card {
  background: #fff;
  padding: 15px 30px;
  border: 1px solid #dfdfdf;
  margin-top: 15px;
}
.card:first-child {
  margin-top: 60px;
}

.store img {
  width: 230px;
  margin: 0 auto 40px;
  display: block;
}

.text h6 {
  font-size: 16px;
  font-family: "SF Pro Display Bold";
}

.store h6 {
  margin: 20px 0 5px;
}
.store p {
  line-height: 1.6;
}

.card-head {
  display: flex;
  align-items: center;
  margin: 7.5px 0;
}
.card-head span {
  background: #262626;
  color: #fff;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.card-head h4 {
  font-family: "SF Pro Display Thin";
  font-size: 18px;
  margin-left: 8px;
  letter-spacing: 1px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ui-datepicker {
  width: 100%;
  margin-top: 50px;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-widget-content .ui-state-default {
  border: 0;
  background: transparent;
  padding: 10px 0;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 14px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  color: #d6be58;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  background: #d6be58;
  color: #fff;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #f9f9f9;
  color: #333333;
  padding: 10px 0 !important;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  margin-top: 0px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  border: 0;
  background: #d6be58;
  color: #fff;
}

.ui-datepicker-calendar tbody tr {
  border-bottom: 1px solid #e9e9e9;
}
.ui-datepicker-calendar tbody tr:last-child {
  border-bottom: 0;
}

.selected-date {
  margin-top: 30px;
}
.selected-date span#selected {
  font-family: "SF Pro Display Thin";
  margin-left: 8px;
}

.time-slots h5 {
  font-family: "SF Pro Display Thin";
  font-size: 18px;
  margin: 7.5px 0;
  letter-spacing: 1px;
}
.time-slots .slots-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.time-slots .slots-flex .slot-card.active {
  background: #6bd658;
}
.time-slots .slots-flex .slot-card {
  background: #619b57;
  margin: 7.5px 0;
  padding: 15px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  width: 195px;
  cursor: pointer;
}
.time-slots .slots-flex .slot-card--disabled {
  background: rgba(204, 38, 38, 0.8588235294);
  margin: 7.5px 0;
  padding: 15px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  width: 195px;
  cursor: no-drop;
}
.time-slots .slots-flex .slot-card--disabled p {
  font-size: 14px;
}
.time-slots .slots-flex .slot-card:hover {
  background: #6bd658;
}
.time-slots .slots-flex .slot-card--adminDisabled {
  background: rgba(204, 38, 38, 0.8588235294);
  margin: 7.5px 0;
  padding: 15px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  width: 195px;
  cursor: pointer;
}
.time-slots .slots-flex .slot-card--adminDisabled p {
  font-size: 14px;
}
.time-slots .slots-flex .slot-card--adminDisabled:hover {
  background: rgba(232, 2, 2, 0.8588235294);
}
.time-slots .slots-flex .slot-card--adminDisabled.active {
  background: rgba(232, 2, 2, 0.8588235294) !important;
}
.time-slots .slots-flex .slot-card p {
  font-size: 14px;
}

.display-none {
  display: none;
}

.info-card-member {
  margin: 15px 0;
}
.info-card-member label {
  font-size: 16px;
  font-family: "SF Pro Display Light";
  margin-right: 20px;
  cursor: pointer;
}
.info-card-member input[type=radio]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -4px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.info-card-member input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -4px;
  position: relative;
  background-color: #333;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.information .info-wrap {
  margin-top: 20px;
}
.information .info-wrap .info-card-member {
  margin: 15px 0;
}
.information .info-wrap .info-card-member label {
  font-size: 16px;
  font-family: "SF Pro Display Light";
  margin-right: 20px;
  cursor: pointer;
}
.information .info-wrap .info-card-member input[type=radio]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -4px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.information .info-wrap .info-card-member input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -4px;
  position: relative;
  background-color: #333;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.information .info-wrap .info-card {
  margin: 15px 0;
  position: relative;
}
.information .info-wrap .info-card .browse-service {
  position: absolute;
  right: 15px;
  top: 0;
  color: #262626;
  font-size: 12px;
}
.information .info-wrap .info-card label {
  display: block;
  font-size: 16px;
  font-family: "SF Pro Display Light";
}
.information .info-wrap .info-card input, .information .info-wrap .info-card textarea {
  width: 100%;
  height: 34px;
  border: 1px solid #e2e2e2;
  margin-top: 7px;
  padding: 0 10px;
}
.information .info-wrap .info-card input:focus, .information .info-wrap .info-card textarea:focus {
  outline: none;
  border: 1px solid #333;
}
.information .info-wrap .info-card textarea {
  height: 100px;
}

.list-wrap {
  margin-top: 20px;
}
.list-wrap .list-card {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
}
.list-wrap .list-card:last-child {
  border-bottom: 0;
}
.list-wrap .list-card h4 {
  font-family: "SF Pro Display Light";
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.list-wrap .list-card h5 {
  font-size: 16px;
  font-family: "SF Pro Display Light";
  font-weight: 100;
}

.confirm {
  padding-left: 40px;
  margin-top: 10px;
}
.confirm p {
  font-size: 15px;
  margin-bottom: 5px;
}
.confirm .confirm-date {
  font-size: 32px;
  margin-bottom: 10px;
  font-family: "SF Pro Display Light";
}
.confirm .confirm-date span {
  font-size: 14px;
  color: #d65858;
}
.confirm .confirm-time {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "SF Pro Display Light";
}
.confirm .confirm-time span {
  font-size: 14px;
  color: #d65858;
}
.confirm .confirm-btn {
  margin-top: 30px;
}
.confirm .confirm-btn button {
  display: inline-flex;
  width: 200px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-family: "SF Pro Display Light";
  font-size: 16px;
  cursor: pointer;
}
.confirm .confirm-btn .sec {
  border: 0;
  background: transparent;
  text-decoration: underline;
}
.confirm .confirm-btn .pri {
  background: #d6be58;
  border: 1px solid #d6be58;
  color: #fff;
  font-family: "SF Pro Display";
}

.popupBtn {
  display: inline-flex;
  width: 200px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-family: "SF Pro Display Light";
  font-size: 16px;
  cursor: pointer;
}
.popupBtn.sec {
  background: #a9142f;
  border: 1px solid #c71332;
  color: #fff;
  font-family: "SF Pro Display";
  text-decoration: none;
}
.popupBtn.pri {
  background: #d6be58;
  border: 1px solid #d6be58;
  color: #fff;
  font-family: "SF Pro Display";
}

.popup {
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75vh;
  position: fixed;
}

#preview {
  width: 50%;
  background: #FFFFFF;
  padding-bottom: 50px;
  border: 1px solid #ccc;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#print {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#preview img {
  width: 200px;
}

#preview p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  .time-slots .slots-flex .slot-card {
    width: 175px;
  }
  .information .info-wrap .info-card .browse-service {
    position: relative;
    right: 0;
  }
  .confirm .confirm-btn button {
    margin-bottom: 20px;
  }
}
.admin-enable {
  margin-top: 30px;
}/*# sourceMappingURL=main.css.map */