 /* body {
  padding: 0;
  background-color: black;
} */
#appointment-modal {
  height: 95vh;
}
#appointment-modal .schedule-appointment-modal {
  color: #333333;
  background-color: white;
  display: flex;
  height: calc(100% - 30px);
  width: calc(80% - 30px);
  position: relative;
  margin: 40px auto;
}
#appointment-modal .form-success {
  width: calc(40% - 30px);
  height: 300px;
  min-height: 300px;
}
#appointment-modal .schedule-appointment-modal__title {
  font: normal normal normal 28px/50px Futura PT;
  letter-spacing: 1.4px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
  white-space: nowrap;
}
#appointment-modal .schedule-appointment-modal__info {
  font: normal normal 300 20px/22px Futura PT;
  margin-bottom: 50px;
}
#appointment-modal .schedule-appointment-modal__steps {
  overflow: auto;
}
#appointment-modal .schedule-appointment-modal__steps::-webkit-scrollbar {
  width: 5px;
}
#appointment-modal .schedule-appointment-modal__steps::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
#appointment-modal .schedule-appointment-modal__steps::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
}
#appointment-modal .schedule-appointment-modal__steps__title {
  font: normal normal normal 22px/24px Futura PT;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
}
#appointment-modal .schedule-appointment-modal__steps__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#appointment-modal .schedule-appointment-modal__steps__group__item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
#appointment-modal .schedule-appointment-modal__steps__group__item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding: 22px;
}
#appointment-modal .schedule-appointment-modal__steps__group__item__title > span {
  white-space: nowrap;
  font: normal normal normal 18px/23px Futura PT;
  letter-spacing: 0.9px;
  color: #333333;
}
#appointment-modal .schedule-appointment-modal__steps__group__item__title__edit {
  border: 1px solid #333333;
  height: 20px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#appointment-modal .schedule-appointment-modal__steps__group__item__title__edit span {
  font-size: 11px;
  font-family: Futura PT;
}
#appointment-modal .schedule-appointment-modal__steps__group__item__info {
  padding: 22px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-top: 1px solid #f5f5f5;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
#appointment-modal .schedule-appointment-modal__steps__group__item__info__step {
  display: flex;
  flex-direction: column;
  font: normal normal normal 16px/20px Futura PT;
}
#appointment-modal .schedule-appointment-modal__steps__group__item__info__step .bold-title {
  font-weight: 600;
}
#appointment-modal .schedule-appointment-modal__left {
  background-color: #f5f5f5;
  padding: 50px 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#appointment-modal .schedule-appointment-modal__right {
  padding: 50px 60px;
  flex: 2;
}
#appointment-modal .schedule-appointment-modal__right__title {
  font: normal normal normal 28px/50px Futura PT;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#appointment-modal .schedule-appointment-modal__right__title .timer {
  display: flex;
  gap: 5px;
  align-items: center;
}
#appointment-modal .schedule-appointment-modal__right__title .timer #timer {
  font: normal normal normal 18px/23px Futura PT;
  letter-spacing: 0.9px;
  color: #333333;
}
#appointment-modal .schedule-appointment-modal__right__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  overflow: auto;
}
#appointment-modal .schedule-appointment-modal__right__items::-webkit-scrollbar {
  width: 5px;
}
#appointment-modal .schedule-appointment-modal__right__items::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
#appointment-modal .schedule-appointment-modal__right__items::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
}
#appointment-modal .schedule-appointment-modal__right__action {
  margin-top: 63px;
}
#appointment-modal .item-card {
  background: #f5f5f5;
  position: relative;
  padding: 0 22px;
}
#appointment-modal .item-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0;
}
#appointment-modal .item-card__header span {
  font: normal normal normal 20px/32px Futura PT;
}
#appointment-modal .item-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  padding-bottom: 20px;
}
#appointment-modal .item-card__info__item {
  width: 100%;
}
#appointment-modal .step-two,
#appointment-modal .step-three {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  gap: 50px;
}
#appointment-modal .step-three {
  overflow: hidden;
}
#appointment-modal .step-two::-webkit-scrollbar {
  width: 5px;
}
#appointment-modal .step-two::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
#appointment-modal .step-two::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
}
#appointment-modal .step-three::-webkit-scrollbar {
  width: 5px;
}
#appointment-modal .step-three::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
#appointment-modal .step-three::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
}
#appointment-modal .step-two__item,
#appointment-modal .step-three__item {
  padding: 10px;
  background-color: #f5f5f5;
}
#appointment-modal .step-two__item__info,
#appointment-modal .step-three__item__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 3px;
}
#appointment-modal .step-two__item__info {
  height: fit-content;
}
#appointment-modal .step-three-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  overflow-x: hidden;
}
#appointment-modal .step-three-content::-webkit-scrollbar {
  width: 5px;
}
#appointment-modal .step-three-content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
#appointment-modal .step-three-content::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
}
#appointment-modal .select-container {
  border: 1px solid transparent;
}
#appointment-modal .step-two__item .select-container select,
#appointment-modal .step-two__item .select-container option,
#appointment-modal .step-three__item .select-container select,
#appointment-modal .step-three__item .select-container option {
  padding-top: 10px;
  padding-bottom: 10px;
  height: fit-content;
  font-size: 14px;
}
#appointment-modal .step-two__item--select-date,
#appointment-modal .step-three__item--select-date {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
#appointment-modal .step-two__item__selected-date,
#appointment-modal .step-three__item__selected-date {
  font: normal normal normal 18px/23px Futura PT;
  letter-spacing: 0.9px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
#appointment-modal .step-two__item__select-time .select-container,
#appointment-modal .step-three__item__select-time .select-container {
  min-width: 300px;
}
#appointment-modal .step-two__item__actions,
#appointment-modal .step-three__item__actions {
  display: flex;
  gap: 30px;
}
#appointment-modal .step-two__item__actions {
  height: fit-content;
}
#appointment-modal .step-two__section,
#appointment-modal .step-three__section {
  width: 100%;
  display: flex;
  gap: 20px;
}
#appointment-modal .step-two__section__item,
#appointment-modal .step-three__section__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#appointment-modal .step-two__section__item span,
#appointment-modal .step-three__section__item span {
  font: normal normal 300 14px/32px Futura PT;
  letter-spacing: 0.7px;
  color: #333333;
}
#appointment-modal .step-two__section__item--checkbox,
#appointment-modal .step-three__section__item--checkbox {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
#appointment-modal .step-two__section__item--checkbox span,
#appointment-modal .step-three__section__item--checkbox span {
  font: normal normal normal 18px/32px Futura PT;
  letter-spacing: 0.9px;
  color: #333333;
}
#appointment-modal .step-two__section__item--checkbox span a,
#appointment-modal .step-three__section__item--checkbox span a {
  color: #333333;
}
#appointment-modal .step-success {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#appointment-modal .step-success .step-success__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#appointment-modal .step-success .step-success__item--con {
  text-align: center;
  font: normal normal normal 30px/40px Futura PT;
  letter-spacing: 1.5px;
  color: #333333;
}
#appointment-modal .step-success .step-success__item--static {
  text-align: center;
  font: normal normal 300 20px/22px Futura PT;
  letter-spacing: 1.5px;
  color: #333333;
}
#appointment-modal .step-success .step-success__item--date {
  text-align: center;
  font: normal normal 400 20px/22px Futura PT;
  letter-spacing: 1.5px;
  color: #333333;
}

#appointment-modal  .show-error {
  padding: 20px;
  position: absolute;
  z-index: 10000000000;
  background-color: #ff5d5d;
  color: white;
  border-radius: 5px;
  width: fit-content;
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 10px;

  /* animation */
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#appointment-modal  .show-error svg {
  cursor: pointer;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=modal-stylessss.css.map */