@font-face {
  font-family: 'SlateBook';
  src: url("/wp-content/themes/floral-couturier/assets/fonts/slate/slate-book.woff") format("woff");
}

@font-face {
  font-family: 'SlateRegular';
  src: url("/wp-content/themes/floral-couturier/assets/fonts/slate/slate-regular.woff") format("woff");
}

@font-face {
  font-family: 'SlateLight';
  src: url("/wp-content/themes/floral-couturier/assets/fonts/slate/slate-light.woff") format("woff");
}

@font-face {
  font-family: 'SlateBold';
  src: url("/wp-content/themes/floral-couturier/assets/fonts/slate/slate-bold.woff") format("woff");
}

#ssa-booking-app {
  font: 400 16px / 1 'SlateLight';
}

html body,
#ssa-booking-app,
html #app,
.app-wrapper,
.booking-app {
  min-height: 500px;
  padding: 0;
  /* margin-top: 55px; */
}

.booking-app {
  margin-top: 35px;
}

iframe.ssa_booking_iframe {
  width: 700px;
}

#ssa-booking-app {
  background-color: transparent;
}

#schedule_consultation html body,
#schedule_consultation #ssa-booking-app,
#schedule_consultation html #app,
#schedule_consultation .app-wrapper,
#schedule_consultation .booking-app {
  margin-top: 0;
}

.back-button-wrapper {
  position: absolute;
  top: -25px;
  left: calc(50% - 248px);
  width: 330px;
  z-index: 5;

  .mdc-button__icon {
    font-size: 0;
    background-image: url("../../assets/img/back-button.svg");
    background-repeat: no-repeat;
    background-position: center right;
  }
}

.back-button-wrapper button,
.back-button-wrapper span {
  padding: 0;
  border: 0;
  font-family: 'SlateRegular';
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .25em;
  text-transform: uppercase;
}


.appointment-actions,
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label.mdc-floating-label--float-above,
.confirmation-field-name-0,
.confirmation-field-event-date-1,
.confirmation-field-location-2,
.confirmation-field-email-3,
.confirmation-field-contact-4,
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label:after,
.material-icons,
.md-headline.date-select-headline,
.mdc-card-header.md-card-header,
.md-layout-item,
p[class^="confirmation-field-name"],
p[class^="confirmation-field-email"],
p[class^="confirmation-field-phone"],
p[class^="confirmation-field-address"] {
  display: none;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.material-icons,
ul.week li,
.md-subheading,
.mdc-typography--subtitle1,
.book-day .md-body-1,
.md-title {
  color: #fff;
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  font: 400 12px / 1 'SlateLight' !important;
  color: #fff;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before,
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
  border: none !important;
}

ul.week li,
.md-title {
  font: 400 16px / 1 'SlateLight';
  text-transform: uppercase;
  letter-spacing: 3px;
}

.book-day button.md-whiteframe.md-whiteframe.disabled .md-body-1 {
  opacity: 0.3;
}

.monthly .book-day button.md-whiteframe.md-whiteframe {
  height: 40px;
  border-radius: 0;
  background-color: transparent !important;
}

.mdc-icon-button {
  border-radius: 0;
  background-color: transparent !important;
}

.selected,
html .md-card.selectable.light-green:hover,
html .md-card.selectable.light-green:focus,
html .md-card.selectable.mdc-theme-name--default:hover,
html .md-card.selectable.mdc-theme-name--default:focus,
html .md-theme-default.md-button:not([disabled]).md-primary.md-raised,
html .md-theme-default.md-button:not([disabled]).md-primary.md-fab,
html .md-theme-default.md-button:not([disabled]).md-primary.md-raised:hover,
html .md-theme-default.md-button:not([disabled]).md-primary.md-raised:focus,
html .md-theme-default.md-button:not([disabled]).md-primary.md-fab:hover,
html .md-theme-default.md-button:not([disabled]).md-primary.md-fab:focus,
html .book-day button.md-whiteframe.selectable:focus,
html .book-day button.md-whiteframe.selectable:hover,
html .book-day button.md-whiteframe.selectable:focus,
html .md-theme-default.md-input-container.md-input-focused:after,
html .md-theme-default.time-select.md-button:not([disabled]).md-raised:not(.md-icon-button):hover,
html .md-theme-default.time-select.md-button:not([disabled]).md-raised:not(.md-icon-button):focus {
  background-color: transparent;
  color: #fff;
}

#ssa-booking-app .md-body-1,
#ssa-booking-app .mdc-typography--body1,
#ssa-booking-app p {
  font: 400 14px / 1.5 'SlateRegular';
}

.calendar.monthly {
  max-width: 500px;
}

.title.monthly {
  margin-bottom: 20px;
}

.md-headline {
  font: 400 16px / 1.5 'SlateLight';
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

h2.md-headline.time-select-headline {
  margin-top: 10px;
  margin-bottom: 5px;
}

.mdc-card,
.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
  background-color: transparent !important;
}

.time-listing {
  max-width: 367px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.mdc-button--hover {
  border: none;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.time-listing li .mdc-button:not(:disabled) {
  color: #fff;
  font: 400 14px / 1.5 'SlateRegular' !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.md-layout .time-selection-col.md-layout {
  flex: 0 1 35% !important;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: transparent;
  border-bottom: 1px solid #373737;
  border-radius: 0;
}

.mdc-text-field--filled .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: 100%;
  left: 0;
}

.mdc-text-field {
  padding: 0 !important;
}

.confirm.customer-information {
  max-width: 530px;
  margin-top: 28px;
}

.mdc-card__actions {
  border-top: none;
  margin-left: 10px;
}

.mdc-button--raised:not(:disabled) {
  background-color: transparent;
  border: 1px solid #373737;
  color: #fff;
}

.mdc-card__actions .mdc-button__label {
  max-width: 150px;
  visibility: hidden;
  position: relative;
}

.mdc-card__actions .mdc-button__label::after {
  content: "Confirm";
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  font: 400 14px / 1.5 'SlateRegular' !important;
  letter-spacing: 2px;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  font: 400 14px / 1.5 'SlateRegular' !important;
}

.mdc-card__actions .mdc-button--raised:not(:disabled) {
  max-width: 150px;
}

.mdc-text-field .mdc-text-field__input {
  caret-color: #fff !important;
}

.mdc-text-field+.mdc-text-field-helper-line {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mdc-touch-target-wrapper.calendar-save {
  display: flex;
  justify-content: center;
}

.customer-information-container {
  gap: 0;
}

.mdc-text-field .mdc-floating-label {
  top: 71%;
}

.mdc-menu-surface--anchor {
  margin-top: 80px;
}

.mdc-menu-surface--is-open-below {
  position: absolute;
  left: 50% !important;
  top: 46px !important;
  transform: translateX(-50%);
  border: 1px solid #373737;
  background: transparent !important;
  background-color: transparent !important;
}

.mdc-deprecated-list-item a {
  width: 148px;
  color: rgb(255 255 255 / 100%);
  font: 400 17px / 1.5 'SlateLight';
  letter-spacing: .02rem;
  text-transform: capitalize;
  text-align: center;
}

.foxy-phone-container.mdc-text-field--with-leading-icon .vue-tel-input {
  margin-left: 0;
}

.foxy-phone-container.mdc-text-field--with-leading-icon .vue-tel-input .vti__dropdown {
  background-color: transparent;
  padding-left: 0;
}

.foxy-phone-container .vti__dropdown-list.below {
  background-color: black;
  color: white;
  border-color: #373737;
}

.foxy-phone-container .vti__dropdown-item.highlighted {
  background-color: #373737 !important;
}

/* Tablet */
@media only screen and (min-width: 1px) and (max-width: 569px) {
  html body {
    padding: 1rem;
  }

  .back-button-wrapper {
    left: 18px;
    top: -36px;
  }
}

/* Mobile */
@media (min-width: 1px) and (max-width: 979px) {
  html body {
    padding: 1rem;
  }
}

/* approx. mobile devices in landscape */
@media only screen and (max-width: 1004px) and (orientation: landscape) {
  .title.monthly {
    margin: 0;
  }

  ul.week {
    margin: 5px 0;
  }

  .calendar-days.monthly>div {
    margin-bottom: 0;
  }

  .confirm.customer-information {
    margin-top: 0;
  }

  .booking-app {
    margin-top: 10px;
  }

  .back-button-wrapper {
    top: -25px;
  }
}

@media only screen and (max-width: 400px) {
  .time-listing {
    justify-content: center;
  }
}