@import url('https://rsms.me/inter/inter.css');
@media (min-width: 1024px) {
  body {
    width: 1032px;
    height: 819px;
  }
  .content {
    /*margin: 0 auto;*/
    width: 1032px;
    height: 819px;
    overflow: hidden;
    display: flex;
    /*flex-direction: column;*/
    /*font-family: 'Plus Jakarta Sans';*/
  }

  .page {
    min-width: 1032px;
    gap: 10px;
    /*display: flex;*/
    /*flex-direction: column;*/
    transition: all 0.7s;
  }
}

.main-color {
  color: #1E2432;
}

.bg-grey {
  background-color: #F5F9FE;
}

.main-section {
  width: calc(100% - 404px);
  height: 819px;
}

.aside {
  width: 404px;
  border-right: 1px solid #D3D3D3;
}

.action-section {
  height: 45px;
  padding: 23px 22px 4px;
}

.logo-section {
  padding-bottom: 50px;
}

.logo-section {
  border-bottom: 1px solid #D3D3D3;
}

.logo {
  display: block;
  margin: 0 auto;
}
.about-section {
  padding: 38px 45px 0;
}

.about-section h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.about-section ul {
  padding: 0;
  list-style: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.about-section li {
  padding-top: 18px;
}

.about-section li img {
  margin-right: 14px;
}

.about-section li span:first-child {
  display: inline-block;
  height: 22px;
}

.main-section {
  padding: 36px;
}

.main-section h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.calendar-section {
  width: 361px;
}

.booking-list-section {
  padding-top: 20px;
}

.selected-date {
  width: 186px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #0F2552;
  margin-bottom: 10px;
}
.timezone {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E2432;
}

.timezone > span {
  margin-right: 9px;
}

.time-list {
  overflow: hidden;
  margin-top: 20px;
}

.time-list > div {
  width: 186px;
  overflow: hidden;
  display: flex;
  margin-bottom: 8px;
}

.time-item:active,
.time-item:focus,
.time-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  transition: all 0.7s;
  width: 100%;
  height: 56px;
  padding: 17px 0;
  text-align: center;
  color: #FF9900;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  background: #FFFFFF;
  border: 2px solid #FF9900;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}

.time-item:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: #FF9900;
  color: #FFFFFF;
}

.disabled .time-item,
.disabled .time-item:hover {
  border-color: #FFE8C7;
  cursor: not-allowed;
  background: #FFFFFF;
  color: #FF9900;
}

.disabled button:focus {
  outline: none !important;
}

/* CALENDAR */

#sandbox-container > div {
  width: 308px;
  height: 360px;
  /*height: 321px;*/
  padding: 24px 17px;
  background: #FFFFFF;
  box-shadow: 8px 3px 22px 10px rgba(150, 150, 150, 0.11);
  border-radius: 16px;
}

#sandbox-container .datepicker,
#sandbox-container .datepicker table {
  font-family: 'SF Pro Display';
  width: 100%;
  height: 100%;
}
#sandbox-container thead tr:nth-child(1) {
  display: none;
}
#sandbox-container thead tr:nth-child(2) {
  border-bottom: 1px solid #E4E5E7;
  color: #0F2552;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
#sandbox-container thead tr:nth-child(2) th {
  padding-bottom: 10px;
  padding-top: 6px;
}
#sandbox-container thead tr:nth-child(2) th:hover {
  background: none;
}

#sandbox-container thead .prev .hover,
#sandbox-container thead .next .hover,
#sandbox-container thead .prev:hover img,
#sandbox-container thead .next:hover img {
  display: none;
}

#sandbox-container thead .prev.disabled:hover .hover,
#sandbox-container thead .next.disabled:hover .hover {
  display: none !important;
}

#sandbox-container thead .prev:hover .hover,
#sandbox-container thead .next:hover .hover,
#sandbox-container .datepicker .prev.disabled:hover img,
#sandbox-container .datepicker .next.disabled:hover img{
  display: inline-block;
}

#sandbox-container thead .datepicker-switch {
  text-align: left;
  padding-left: 10px;
}

#sandbox-container thead tr:nth-child(3) {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #7E818C;
}

#sandbox-container thead tr:nth-child(3) th {
  padding-top: 22px;
  padding-bottom: 10px;
}

#sandbox-container .day {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #0F2552;
  padding: 8px 4px;
}
#sandbox-container .day div {
  width: 24px;
  height: 24px;
}

#sandbox-container .old.day,
#sandbox-container .new.day {
  visibility: hidden;
}

#sandbox-container .disabled.day,
#sandbox-container .new.day,
#sandbox-container .old.day {
  color: #8D94A0;
  cursor: default;
}

#sandbox-container .day:hover,
#sandbox-container .today.day,
#sandbox-container .active.day {
  background: none;
}

#sandbox-container .day:hover div {
  background: #8D94A0;
  border-radius: 40px;
  color: #FDFDFD;
}

#sandbox-container .today.day div {
  background: #FFE8C7;
  border-radius: 40px;
  color: #FDFDFD;
}

#sandbox-container .active.today.day div,
#sandbox-container .active.day div {
  background: #FF9900;
  border-radius: 40px;
  color: #FDFDFD;
}


#sandbox-container .datepicker .prev.disabled,
#sandbox-container .datepicker .next.disabled {
  /*opacity: .2;*/
  /*visibility: visible;*/
}

#step-1 {
  /*display: none !important;*/
}

#step-2 {
  /*display: none !important;*/
}

#step-3 {
  /*display: none !important;*/
}

#step-2 form {
  margin-top: 30px;
}

#step-2 label {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #828F9A;
}

#step-2 input,
#step-2 textarea {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #39353D;
  margin-bottom: 12px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}

#step-2 input {
  height: 38px;
}

#step-2 textarea {
  height: 57px;
}

#step-2 input:active,
#step-2 textarea:active,
#step-2 input:focus,
#step-2 textarea:focus {
  background: #FFFFFF;
  border: 1px solid #F27103;
  border-radius: 4px;
  box-shadow: none;
}

.confirm-btn {
  width: 210px;
  height: 56px;
  background: #FF9900;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 46px;
}

.confirm-btn:active,
.confirm-btn:focus,
.confirm-btn:hover {
  background: #FFB23F;
  box-shadow: none;
}

.time-item-confirm {
  display: flex;
  /*display: none !important;*/
  align-items: center;
  justify-content: space-between;
}

.time-list .active .time-item-confirm {
  display: flex !important;
}

.time-list .active .time-item {
  display: none !important;
}

.time-item-confirm .time-info {
  width: 66px;
  height: 56px;
  background: #FF9900;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 56px;
  color: #1B1B1B;
  text-align: center;
}

.time-item-confirm .confirm-link {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FF9900;
}

.time-item-confirm .confirm-link:hover {
  text-decoration: none;
  color: #FFB23F;
}

#event_form .invalid-feedback {
  margin-bottom: 10px;
}

input.is-invalid {
  border: 1px solid #C62828 !important;
}

#step-3 .aside {
  width: 300px;
  border: none;
}

#step-3 .logo-section {
  display: block;
  float: right;
  margin-right: 32px;
  border: none;
}

#step-3 .main-section {
  width: 430px;
  padding-top: 108px;
}

#step-3 .check-mark img {
  display: block;
  margin: 0 auto;
}

#step-3 .main-section h2 {
  margin-top: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #1E2432;
}

#step-3 .main-section .sub-title {
  margin-top: 15px;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 32px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E2432;
}

#step-3 .about-section {
  padding: 34px 26px 0;
}

#step-3 .about-section ul {
  margin-bottom: 0.2em;
}

#step-3 .about-section li {
  padding-top: 0;
  padding-bottom: 18px;
}

#step-3 .info {
  padding: 0 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E2432;
}

#step-3 .confirm-btn {
  display: block;
  margin: 90px auto 0;
}

.ellipse {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .8;
}

@media (max-width: 1023px) {
  body {
    width: 100%;
    /*height: 819px;*/
  }
  .content {
    width: 100%;
    /*height: 819px;*/
    overflow: hidden;
    display: flex;
  }

  .page {
    min-width: 100%;
    gap: 10px;
    transition: all 0.7s;
  }

  #step-1 {
    height: 1600px;
  }

  #step-3 .main-section {
    width: 100%;
    padding-top: 0;
  }

  #step-3 .aside {
    width: 100%;
  }

  #step-3 .logo-section {
    display: block;
    float: none;
    margin-right: 0;
    border: none;
  }

  .main-section > div,
  .page {
    flex-direction: column !important;
  }

  .main-section {
    height: auto !important;
    padding-top: 0;
  }

  .main-section,
  .aside {
    width: 100%;
    border: none;
  }
  .ellipse {
    display: none;
  }
  .time-list > div {
    margin-left: auto;
    margin-right: auto;
  }
}
