@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP Medium";
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../font/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../font/Roboto-Regular.ttf") format("truetype");
}
.main {
  padding: 18.6666666667vw 6.6666666667vw 13.3333333333vw;
  background: unset;
  background-color: #edf4fe;
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, #80c2ff, rgba(214, 227, 255, 0));
  z-index: 1;
}
.main__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .main {
    padding: 160px 40px 70px;
  }
  .main__inner {
    max-width: 1280px;
    margin: 0 auto;
  }
}
.main.black-theme {
  background-color: #f3f5f8;
}
.main.black-theme::before {
  background: linear-gradient(to bottom, #c6d8f2, rgba(198, 216, 242, 0));
}
.main.black-theme .section-step .progress-bar__step--completed .progress-bar__circle {
  background-color: #0a3468;
}
.main.black-theme .section-step .progress-bar__step--completed .progress-bar__line {
  background-color: #0a3468;
}
.main.black-theme .section-step .progress-bar__step--active .progress-bar__circle {
  background-color: #0a3468;
}
.main.black-theme .section-step .progress-bar__circle {
  background-color: #0a3468;
}
.main.black-theme .section-step .progress-bar__line {
  background-color: #0a3468;
}
.main.black-theme .section-step .step-header__number {
  color: #0a3468;
}
.main.black-theme .section-step .step-description__text {
  color: #333333;
}
.main.black-theme .section-date .calendar__day__inner:hover {
  background-color: #0a3468;
}
.main.black-theme .section-date .calendar__day__inner--available, .main.black-theme .section-date .calendar__day__inner--limited {
  background-color: white;
}
.main.black-theme .section-date .calendar__day__inner--available:hover, .main.black-theme .section-date .calendar__day__inner--limited:hover {
  background-color: #0a3468;
  color: white;
}

.main.black-theme .section-date .calendar__day__inner--peke, .main.black-theme .section-date .calendar__day__inner--limited {
  background-color: #ccc;
}
.main.black-theme .section-date .calendar__day__inner--peke:hover, .main.black-theme .section-date .calendar__day__inner--limited:hover {
  background-color: #ccc;
  color: white;
}

.main.black-theme .section-date .calendar__day__inner--available::after {
  background-image: url("../img/circle-black.png");
}
.main.black-theme .section-date .calendar__day__inner--available:hover::after {
  background-image: url("../img/circle-white.png");
}
.main.black-theme .section-date .calendar__day__inner--limited::after {
  background-image: url("../img/triangle-black.png");
}
.main.black-theme .section-date .calendar__day__inner--limited:hover::after {
  background-image: url("../img/triangle-white.png");
}
.main.black-theme .section-date .calendar__day__inner--today {
  background-color: #0a3468;
}
.main.black-theme .section-date .calendar__day__inner--today:hover {
  background-color: #0a3468;
}
.main.black-theme .section-date .time-slots__slot::after {
  background-image: url("../img/deco_arrow-black.png");
}
.main.black-theme .section-date .time-slots__slot:hover {
  background-color: #0a3468;
}
.main.black-theme .section-date .time-slots__slot:hover::after {
  background-image: url("../img/deco_arrow-white.png");
}
.main.black-theme .section-date .form-patient .form-group__select {
  background-image: url("../img/dropdown-black.png");
}
.main.black-theme .section-date .form-patient .form-group--error .form-group__select {
  background-image: url("../img/dropdown-error.png");
}
.main.black-theme .section-date .card__date.active {
  color: #0a3468;
}
.main.black-theme .section-date .card__time.active {
  color: #0a3468;
}
.main.black-theme .section-actions .btn {
  background-color: #0a3468;
}
.main.black-theme .section-actions .btn:hover {
  background-color: #7495be;
}
.main.green-theme {
  background-color: #e7fae7;
}
.main.green-theme::before {
  background: linear-gradient(to bottom, #c3fbef, rgba(198, 216, 242, 0));
}
.main.green-theme .section-step .progress-bar__step--completed .progress-bar__circle {
  background-color: #016a53;
}
.main.green-theme .section-step .progress-bar__step--completed .progress-bar__line {
  background-color: #016a53;
}
.main.green-theme .section-step .progress-bar__step--active .progress-bar__circle {
  background-color: #016a53;
}
.main.green-theme .section-step .progress-bar__circle {
  background-color: #016a53;
}
.main.green-theme .section-step .progress-bar__line {
  background-color: #016a53;
}
.main.green-theme .section-step .step-header__number {
  color: #0bb291;
}
.main.green-theme .section-step .step-description__text {
  color: #333333;
}
.main.green-theme .section-date .calendar__day__inner:hover {
  background-color: #0bb291;
}
.main.green-theme .section-date .calendar__day__inner--available, .main.green-theme .section-date .calendar__day__inner--limited {
  background-color: white;
}
.main.green-theme .section-date .calendar__day__inner--available:hover, .main.green-theme .section-date .calendar__day__inner--limited:hover {
  background-color: #0bb291;
  color: white;
}
.main.green-theme .section-date .calendar__day__inner--peke, .main.green-theme .section-date .calendar__day__inner--limited {
  background-color: #ccc;
}
.main.green-theme .section-date .calendar__day__inner--peke:hover, .main.green-theme .section-date .calendar__day__inner--limited:hover {
  background-color: #ccc;
  color: white;
}
.main.green-theme .section-date .calendar__day__inner--available::after {
  background-image: url("../img/circle-green.png");
}
.main.green-theme .section-date .calendar__day__inner--available:hover::after {
  background-image: url("../img/circle-white.png");
}
.main.green-theme .section-date .calendar__day__inner--limited::after {
  background-image: url("../img/triangle-green.png");
}
.main.green-theme .section-date .calendar__day__inner--limited:hover::after {
  background-image: url("../img/triangle-white.png");
}
.main.green-theme .section-date .calendar__day__inner--today {
  background-color: #0bb291;
}
.main.green-theme .section-date .calendar__day__inner--today:hover {
  background-color: #0bb291;
}
.main.green-theme .section-date .time-slots__slot::after {
  background-image: url("../img/deco_arrow-green.png");
}
.main.green-theme .section-date .time-slots__slot:hover {
  background-color: #0bb291;
}
.main.green-theme .section-date .time-slots__slot:hover::after {
  background-image: url("../img/deco_arrow-white.png");
}
.main.green-theme .section-date .form-patient .form-group__select {
  background-image: url("../img/dropdown-green.png");
}
.main.green-theme .section-date .form-patient .form-group--error .form-group__select {
  background-image: url("../img/dropdown-error.png");
}
.main.green-theme .section-date .card__date.active {
  color: #0bb291;
}
.main.green-theme .section-date .card__time.active {
  color: #0bb291;
}
.main.green-theme .section-actions .btn {
  background-color: #0bb291;
}
.main.green-theme .section-actions .btn:hover {
  background-color: #16e8d0;
}
.main.pink-theme {
  background-color: #fff2fd;
}
.main.pink-theme::before {
  background: linear-gradient(to bottom, #ffd6f1, rgba(198, 216, 242, 0));
}
.main.pink-theme .section-step .progress-bar__step--completed .progress-bar__circle {
  background-color: #ff5a9c;
}
.main.pink-theme .section-step .progress-bar__step--completed .progress-bar__line {
  background-color: #ff5a9c;
}
.main.pink-theme .section-step .progress-bar__step--active .progress-bar__circle {
  background-color: #ff5a9c;
}
.main.pink-theme .section-step .progress-bar__circle {
  background-color: #ff5a9c;
}
.main.pink-theme .section-step .progress-bar__line {
  background-color: #ff5a9c;
}
.main.pink-theme .section-step .step-header__number {
  color: #ff5a9c;
}
.main.pink-theme .section-step .step-description__text {
  color: #333333;
}
.main.pink-theme .section-date .calendar__day__inner:hover {
  background-color: #ff5ac7;
}
.main.pink-theme .section-date .calendar__day__inner--available, .main.pink-theme .section-date .calendar__day__inner--limited {
  background-color: white;
}
.main.pink-theme .section-date .calendar__day__inner--available:hover, .main.pink-theme .section-date .calendar__day__inner--limited:hover {
  background-color: #ff5ac7;
  color: white;
}
.main.pink-theme .section-date .calendar__day__inner--peke, .main.pink-theme .section-date .calendar__day__inner--limited {
  background-color: #ccc;
}
.main.pink-theme .section-date .calendar__day__inner--peke:hover, .main.pink-theme .section-date .calendar__day__inner--limited:hover {
  background-color: #ccc;
  color: white;
}
.main.pink-theme .section-date .calendar__day__inner--available::after {
  background-image: url("../img/circle-pink.png");
}
.main.pink-theme .section-date .calendar__day__inner--available:hover::after {
  background-image: url("../img/circle-white.png");
}
.main.pink-theme .section-date .calendar__day__inner--limited::after {
  background-image: url("../img/triangle-pink.png");
}
.main.pink-theme .section-date .calendar__day__inner--limited:hover::after {
  background-image: url("../img/triangle-white.png");
}
.main.pink-theme .section-date .calendar__day__inner--today {
  background-color: #ff5ac7;
}
.main.pink-theme .section-date .calendar__day__inner--today:hover {
  background-color: #ff5ac7;
}
.main.pink-theme .section-date .time-slots__slot::after {
  background-image: url("../img/deco_arrow-pink.png");
}
.main.pink-theme .section-date .time-slots__slot:hover {
  background-color: #ff5ac7;
}
.main.pink-theme .section-date .time-slots__slot:hover::after {
  background-image: url("../img/deco_arrow-white.png");
}
.main.pink-theme .section-date .form-patient .form-group__select {
  background-image: url("../img/dropdown-pink.png");
}
.main.pink-theme .section-date .form-patient .form-group--error .form-group__select {
  background-image: url("../img/dropdown-error.png");
}
.main.pink-theme .section-date .card__date.active {
  color: #ff5ac7;
}
.main.pink-theme .section-date .card__time.active {
  color: #ff5ac7;
}
.main.pink-theme .section-actions .btn {
  background-color: #ff5ac7;
}
.main.pink-theme .section-actions .btn:hover {
  background-color: #ff94f3;
}
.main.yellow-theme {
  background-color: #ffffeb;
}
.main.yellow-theme::before {
  background: linear-gradient(to bottom, #fff8b9, rgba(198, 216, 242, 0));
}
.main.yellow-theme .section-step .progress-bar__step--completed .progress-bar__circle {
  background-color: #ff6c00;
}
.main.yellow-theme .section-step .progress-bar__step--completed .progress-bar__line {
  background-color: #ff6c00;
}
.main.yellow-theme .section-step .progress-bar__step--active .progress-bar__circle {
  background-color: #ff6c00;
}
.main.yellow-theme .section-step .progress-bar__circle {
  background-color: #ff6c00;
}
.main.yellow-theme .section-step .progress-bar__line {
  background-color: #ff6c00;
}
.main.yellow-theme .section-step .step-header__number {
  color: #ff9000;
}
.main.yellow-theme .section-step .step-description__text {
  color: #333333;
}
.main.yellow-theme .section-date .calendar__day__inner:hover {
  background-color: #ffa800;
}
.main.yellow-theme .section-date .calendar__day__inner--available, .main.yellow-theme .section-date .calendar__day__inner--limited {
  background-color: white;
}
.main.yellow-theme .section-date .calendar__day__inner--available:hover, .main.yellow-theme .section-date .calendar__day__inner--limited:hover {
  background-color: #ffa800;
  color: white;
}
.main.yellow-theme .section-date .calendar__day__inner--peke, .main.yellow-theme .section-date .calendar__day__inner--limited {
  background-color: #ccc;
}
.main.yellow-theme .section-date .calendar__day__inner--peke:hover, .main.yellow-theme .section-date .calendar__day__inner--limited:hover {
  background-color: #ccc;
  color: white;
}
.main.yellow-theme .section-date .calendar__day__inner--available::after {
  background-image: url("../img/circle-yellow.png");
}
.main.yellow-theme .section-date .calendar__day__inner--available:hover::after {
  background-image: url("../img/circle-white.png");
}
.main.yellow-theme .section-date .calendar__day__inner--limited::after {
  background-image: url("../img/triangle-yellow.png");
}
.main.yellow-theme .section-date .calendar__day__inner--limited:hover::after {
  background-image: url("../img/triangle-white.png");
}
.main.yellow-theme .section-date .calendar__day__inner--today {
  background-color: #ffa800;
}
.main.yellow-theme .section-date .calendar__day__inner--today:hover {
  background-color: #ffa800;
}
.main.yellow-theme .section-date .time-slots__slot::after {
  background-image: url("../img/deco_arrow-yellow.png");
}
.main.yellow-theme .section-date .time-slots__slot:hover {
  background-color: #ffa800;
}
.main.yellow-theme .section-date .time-slots__slot:hover::after {
  background-image: url("../img/deco_arrow-white.png");
}
.main.yellow-theme .section-date .form-patient .form-group__select {
  background-image: url("../img/dropdown-yellow.png");
}
.main.yellow-theme .section-date .form-patient .form-group--error .form-group__select {
  background-image: url("../img/dropdown-error.png");
}
.main.yellow-theme .section-date .card__date.active {
  color: #ffa800;
}
.main.yellow-theme .section-date .card__time.active {
  color: #ffa800;
}
.main.yellow-theme .section-actions .btn {
  background-color: #ffa800;
}
.main.yellow-theme .section-actions .btn:hover {
  background-color: #ffe100;
}

.section-step {
  padding-top: 6.6666666667vw;
}
.section-step__progress {
  margin-bottom: 4vw;
}
.section-step__content {
  text-align: center;
}
.section-step .progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.section-step .progress-bar__step {
  display: flex;
  align-items: center;
  position: relative;
}
.section-step .progress-bar__step--completed .progress-bar__circle {
  background-color: #3563d7;
  opacity: 1;
}
.section-step .progress-bar__step--completed .progress-bar__line {
  background-color: #3563d7;
  opacity: 1;
}
.section-step .progress-bar__step--active .progress-bar__circle {
  background-color: #3563d7;
  opacity: 1;
}
.section-step .progress-bar__circle {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 50%;
  background-color: #3563d7;
  opacity: 0.3;
  flex-shrink: 0;
}
.section-step .progress-bar__line {
  width: 8.5333333333vw;
  height: 0.2666666667vw;
  background-color: #3563d7;
  opacity: 0.3;
}
.section-step .step-header {
  margin-bottom: 8vw;
}
.section-step .step-header__number {
  line-height: 1.4;
  color: #3563d7;
  margin-bottom: 1.3333333333vw;
}
.section-step .step-header__title {
  line-height: 1.4;
  color: black;
}
.section-step .step-description {
  margin-bottom: 8vw;
}
.section-step .step-description__text {
  line-height: 1.5;
  color: #333333;
  text-align: left;
}
.section-step .step-description.step4 .step-description__text, .section-step .step-description.step5 .step-description__text {
  white-space: pre-line;
}
.section-step .step-description.step5 .step-description__text {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .section-step {
    padding-top: 75px;
  }
  .section-step__progress {
    margin-bottom: 30px;
  }
  .section-step .progress-bar__circle {
    width: 16px;
    height: 16px;
  }
  .section-step .progress-bar__line {
    width: 64px;
    height: 2px;
  }
  .section-step .step-header {
    margin-bottom: 28px;
  }
  .section-step .step-header__number {
    margin-bottom: 0;
  }
  .section-step .step-description {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .section-step .step-description__text {
    text-align: center;
  }
}

.section-items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.6666666667vw;
}
.section-items .item {
  padding: 5.3333333333vw 4vw;
  background-color: #fbfdff;
  border-radius: 1.6vw;
  border: 0.1333333333vw solid white;
  box-shadow: 0 0 30px rgba(53, 99, 215, 0.1);
}
.section-items .item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10.1333333333vw;
}
.section-items .item__arrow img {
  width: 1.6vw;
  height: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .section-items {
    column-gap: 20px;
  }
  .section-items .item {
    padding: 48px 32px 48px 48px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid white;
  }
  .section-items .item:hover {
    background-color: #ffffff;
    cursor: pointer;
  }
  .section-items .item__inner {
    gap: 48px;
  }
  .section-items .item__arrow img {
    width: 12px;
    height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .section-items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}

.section-date {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 5.6vw;
  margin-bottom: 3.2vw;
}
.section-date .calendar {
  width: 100%;
}
.section-date .calendar .notice {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}
.section-date .calendar .notice__item {
  display: flex;
  align-items: center;
  gap: 1.0666666667vw;
}
.section-date .calendar .notice__circle {
  width: 4.5333333333vw;
  height: 4.5333333333vw;
}
.section-date .calendar .notice__triangle {
  width: 4.9333333333vw;
  height: 4.4vw;
}
.section-date .calendar__inner {
  margin-top: 3.2vw;
  padding: 5.3333333333vw 2vw;
  border: 1px solid white;
  border-radius: 1.6vw;
  box-shadow: 0 0 30px rgba(53, 99, 215, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
}
.section-date .calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.section-date .calendar__btn {
  background: none;
  border: none;
  cursor: pointer;
}
.section-date .calendar__btn:hover {
  opacity: 0.7;
}
.section-date .calendar__body {
  width: 100%;
  margin-top: 6.6666666667vw;
  border-collapse: collapse;
  text-align: center;
}
.section-date .calendar__body th {
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 3.7333333333vw;
  padding-bottom: 2.1333333333vw;
}
.section-date .calendar__body td {
  padding-top: 1.3333333333vw;
  vertical-align: top;
  font-family: "Roboto Regular";
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1;
}
.section-date .calendar__sunday {
  color: #cc0000;
}
.section-date .calendar__saturday {
  color: #0066ff;
}
.section-date .calendar__day__inner {
  width: 10.6666666667vw;
  height: 13.3333333333vw;
  padding: 1.3333333333vw;
  border-radius: 1.0666666667vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.section-date .calendar__day__inner:hover {
  background-color: #3563d7;
  color: white;
}
.section-date .calendar__day__inner--available, .section-date .calendar__day__inner--limited {
  background-color: white;
}

.section-date .calendar__day__inner--peke, .section-date .calendar__day__inner--limited {
  background-color: initial;
  color: gray;
}
.section-date .calendar__day__inner--peke:hover, .section-date .calendar__day__inner--limited:hover {
  background-color: initial;
  color: gray;
}

.section-date .calendar__day__inner--available::after {
  content: "";
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url("../img/circle-blue.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section-date .calendar__day__inner--available:hover::after {
  background-image: url("../img/circle-white.png");
}

.section-date .calendar__day__inner--peke::after {
  content: "";
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url("../img/peke-gray.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section-date .calendar__day__inner--peke:hover::after {
  background-image: url("../img/peke-gray.png");
}

.section-date .calendar__day__inner--limited::after {
  content: "";
  width: 3.2vw;
  height: 2.9333333333vw;
  background-image: url("../img/triangle-blue.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section-date .calendar__day__inner--limited:hover::after {
  background-image: url("../img/triangle-white.png");
}
.section-date .calendar__day__inner--today {
  background-color: #3563d7;
  color: white;
}
.section-date .calendar__day__inner--today:hover {
  background-color: #3563d7;
  opacity: 0.7;
}
.section-date .calendar__day--other-month {
  color: #999;
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}
.section-date .calendar__day--other-month:hover {
  background-color: transparent !important;
}
.section-date .calendar__day--disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
  pointer-events: none;
}
.section-date .calendar__indicator--circle {
  width: 3.7333333333vw;
  height: 3.7333333333vw;
}
.section-date .calendar__indicator--triangle {
  width: 3.7333333333vw;
  height: 3.4666666667vw;
}
.section-date .time-slots {
  width: 100%;
  margin-top: 2.4vw;
  padding: 4vw 2.6666666667vw 2.6666666667vw;
  border: 1px solid white;
  border-radius: 1.6vw;
  box-shadow: 0 0 30px rgba(53, 99, 215, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
}
.section-date .time-slots__date {
  text-align: center;
}
.section-date .time-slots__inner {
  margin-top: 3.2vw;
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw;
}
.section-date .time-slots__slot {
  padding: 0 4vw;
  height: 10.6666666667vw;
  border-radius: 1.6vw;
  border: none;
  background-color: white;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(53, 99, 215, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-date .time-slots__slot::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 3.2vw;
  background-image: url("../img/deco_arrow-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-date .time-slots__slot:hover {
  background-color: #3563d7;
  color: white;
}
.section-date .time-slots__slot:hover::after {
  background-image: url("../img/deco_arrow-white.png");
}
.section-date .form-patient {
  width: 100%;
}
.section-date .form-patient__inner {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
.section-date .form-patient .form-group {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
  margin-top: 6.6666666667vw;
}
.section-date .form-patient .form-group:first-child {
  margin-top: unset;
}
.section-date .form-patient .form-group__required {
  margin-left: 1.6vw;
  padding: 0.6666666667vw 1.0666666667vw;
  color: white;
  background-color: #e862ed;
  width: 8.5333333333vw;
  height: 4.8vw;
}
.section-date .form-patient .form-group__input {
  height: 10.6666666667vw;
  border: none;
  padding: 3.7333333333vw;
  background-color: rgba(9, 37, 109, 0.1);
  border-radius: 1.6vw;
  outline: none;
}
.section-date .form-patient .form-group__select {
  height: 10.6666666667vw;
  border: none;
  padding: 0 3.7333333333vw;
  background-color: rgba(9, 37, 109, 0.1);
  border-radius: 1.6vw;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/dropdown-blue.png");
  background-repeat: no-repeat;
  background-position: right 4vw center;
  background-size: 1.8666666667vw 1.6vw;
  outline: none;
}
.section-date .form-patient .form-group__select option {
  color: black;
  background-color: white;
}
.section-date .form-patient .form-group__textarea {
  height: 37.3333333333vw;
  border: none;
  padding: 3.7333333333vw;
  background-color: rgba(9, 37, 109, 0.1);
  border-radius: 1.6vw;
  resize: none;
  outline: none;
}
.section-date .form-patient .form-group__date {
  margin-top: 2.6666666667vw;
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}
.section-date .form-patient .form-group__date .form-group {
  margin-top: unset;
  width: 21.3333333333vw;
}
.section-date .form-patient .form-group--error .form-group__input,
.section-date .form-patient .form-group--error .form-group__select,
.section-date .form-patient .form-group--error .form-group__textarea {
  background-color: rgba(203, 2, 211, 0.1);
}
.section-date .form-patient .form-group--error .form-group__input::placeholder,
.section-date .form-patient .form-group--error .form-group__select::placeholder,
.section-date .form-patient .form-group--error .form-group__textarea::placeholder {
  color: #ed62ce;
}
.section-date .form-patient .form-group--error .form-group__explain {
  color: #ed62ce;
}
.section-date .form-patient .form-group--error .form-group__select {
  color: #ed62ce;
  background-image: url("../img/dropdown-error.png");
}
.section-date .card {
  width: 100%;
}
.section-date .card__inner {
  padding: 3.7333333333vw;
  border: 1px solid white;
  border-radius: 1.6vw;
  box-shadow: 0 0 30px rgba(53, 99, 215, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}
.section-date .card__header {
  margin-bottom: 2.9333333333vw;
}
.section-date .card__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 8vw;
}
.section-date .card__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-date .card__date.active {
  color: #3563d7;
}
.section-date .card__date.inactive {
  opacity: 0.3;
}
.section-date .card__time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #999999;
  padding-left: 4vw;
}
.section-date .card__time.active {
  color: #3563d7;
}
.section-date .card__time.inactive {
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .section-date {
    gap: 42px;
    margin-bottom: 34px;
  }
  .section-date .calendar .notice {
    gap: 10px;
  }
  .section-date .calendar .notice__item {
    gap: 6px;
  }
  .section-date .calendar .notice__circle {
    width: 16px;
    height: 16px;
  }
  .section-date .calendar .notice__triangle {
    width: 16px;
    height: 18px;
  }
  .section-date .calendar__inner {
    margin-top: 24px;
    padding: 36px 50px 24px;
  }
  .section-date .calendar__body {
    margin-top: 28px;
  }
  .section-date .calendar__body th {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .section-date .calendar__body td {
    font-size: 20px;
    padding-top: 6px;
  }
  .section-date .calendar__day__inner {
    width: 48px;
    height: 60px;
    padding: 8px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .section-date .calendar__day__inner--available::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/circle-blue.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-date .calendar__day__inner--peke::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/peke-gray.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-date .calendar__day__inner--limited::after {
    content: "";
    width: 18px;
    height: 16px;
    background-image: url("../img/triangle-blue.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-date .calendar__indicator--circle {
    width: 16px;
    height: 16px;
  }
  .section-date .calendar__indicator--triangle {
    width: 18px;
    height: 16px;
  }
  .section-date .time-slots {
    margin-top: 20px;
    padding: 30px 20px 20px;
  }
  .section-date .time-slots__inner {
    margin-top: 28px;
    gap: 10px;
  }
  .section-date .time-slots__slot {
    padding: 0 30px;
    height: 80px;
    border-radius: 12px;
    font-size: 28px;
    font-weight: 500;
  }
  .section-date .time-slots__slot::after {
    content: "";
    display: block;
    width: 12px;
    height: 22px;
    background-image: url("../img/deco_arrow-blue.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-date .form-patient {
    width: 100%;
  }
  .section-date .form-patient__inner {
    gap: 30px;
  }
  .section-date .form-patient .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: self-end;
    gap: 20px;
  }
  .section-date .form-patient .form-row:last-child {
    grid-template-columns: 1fr;
  }
  .section-date .form-patient .form-group {
    gap: 10px;
    margin-top: unset;
  }
  .section-date .form-patient .form-group__required {
    margin-left: 12px;
    padding: 5px 8px;
    width: 40px;
    height: 22px;
  }
  .section-date .form-patient .form-group__input {
    height: 50px;
    padding: 16px 18px;
    border-radius: 6px;
  }
  .section-date .form-patient .form-group__select {
    height: 50px;
    padding: 0 18px;
    border-radius: 6px;
    background-position: right 20px center;
    background-size: 9px 8px;
  }
  .section-date .form-patient .form-group__textarea {
    height: 146px;
    padding: 16px 18px;
    border-radius: 6px;
  }
  .section-date .form-patient .form-group__date {
    margin-top: unset;
    align-items: baseline;
    gap: 20px;
  }
  .section-date .form-patient .form-group__date .form-group {
    margin-top: unset;
    width: 100px;
  }
  .section-date .card {
    margin-top: 0;
  }
  .section-date .card__inner {
    padding: 28px;
    border-radius: 12px;
  }
  .section-date .card__header {
    margin-bottom: 28px;
  }
  .section-date .card__body {
    height: 60px;
  }
  .section-date .card__time {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section-date {
    flex-direction: row;
    align-items: start;
    gap: 20px;
  }
  .section-date .card {
    margin-top: 48px;
  }
  .section-date .card__body {
    display: flex;
    align-items: center;
  }
  .section-date .card__date {
    padding-right: 20px;
    white-space: nowrap;
  }
  .section-date .card__time {
    padding-left: 20px;
    white-space: nowrap;
  }
  .section-date .card.time-selected {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1260px) {
  .section-date .card__date {
    width: 100%;
    padding-right: 40px;
  }
  .section-date .card__time {
    width: 100%;
    padding-left: 40px;
  }
}

.section-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section-actions.step5 {
    margin-bottom: 40px;
  }
}

.section-errors {
  margin-bottom: 8vw;
}
.section-errors .error-messages__text {
  color: #ff275f;
}
@media screen and (min-width: 768px) {
  .section-errors {
    margin-bottom: 50px;
  }
}

.section-confirm {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
  margin-bottom: 8vw;
  margin-left: -4vw;
  margin-right: -4vw;
}
.section-confirm .item__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4vw;
  border: 1px solid white;
  border-radius: 1.6vw;
  box-shadow: 0 0 30px rgba(53, 99, 215, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}
.section-confirm .item__info-header {
  line-height: 1.15;
}
.section-confirm .datetime__info {
  display: grid;
  grid-template-columns: 57.1% 42.9%;
  padding: 3.2vw 4vw;
  border: 1px solid white;
  border-radius: 1.6vw;
  box-shadow: 0 0 30px rgba(53, 99, 215, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}
.section-confirm .datetime__info .date__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 4vw;
}
.section-confirm .datetime__info .time__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4vw;
  border-left: 1px solid #cccccc;
}
.section-confirm .patient__info {
  position: relative;
  padding: 4vw;
  border: 1px solid white;
  border-radius: 1.6vw;
  box-shadow: 0 0 30px rgba(53, 99, 215, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
.section-confirm .patient__info .btn-edit {
  position: absolute;
  top: 4vw;
  right: 4vw;
}
.section-confirm .patient__info--contact {
  display: flex;
  align-items: center;
  gap: 4vw;
}
.section-confirm .patient__info--contact .contact--phone {
  padding-left: 4vw;
  border-left: 1px solid #cccccc;
}
.section-confirm .btn {
  width: 14.9333333333vw;
  height: 6.4vw;
  border-radius: 3.2vw;
}
@media screen and (min-width: 768px) {
  .section-confirm {
    gap: 20px;
    margin-bottom: 60px;
    margin-left: unset;
    margin-right: unset;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-confirm .item__info {
    padding: 30px;
    border-radius: 12px;
  }
  .section-confirm .datetime__info {
    padding: 24px 30px;
    border-radius: 12px;
  }
  .section-confirm .datetime__info .date__info {
    padding-right: 30px;
  }
  .section-confirm .datetime__info .time__info {
    padding-left: 30px;
  }
  .section-confirm .patient__info {
    padding: 30px;
    border-radius: 12px;
    gap: 32px;
  }
  .section-confirm .patient__info .btn-edit {
    top: 30px;
    right: 30px;
  }
  .section-confirm .patient__info--contact {
    gap: 30px;
  }
  .section-confirm .patient__info--contact .contact--phone {
    padding-left: 30px;
  }
  .section-confirm .btn {
    width: 112px;
    height: 48px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .section-confirm .datetime__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
