@font-face {
  font-family: "Google Sans";
  src: url("../font/GoogleSans-Regular.woff2") format("woff2"),
    url("../font/GoogleSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("../font/GoogleSans-Bold.woff2") format("woff2"),
    url("../font/GoogleSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Google Sans";
  font-weight: 600;
  font-size: 16px;
  color: #202124;
  padding-top: 0;
  background: #fff;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #27338c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2 {
  font-size: 32px;
  color: #27338c;
  font-weight: bold;
}

h5 {
  color: #27338c;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
}

.thanks-you-page {
  width: 100%;
  padding: 52px 0;
  display: inline-block;
}

.container {
  max-width: 520px;
}

.box-thanks-you {
  display: inline-block;
  width: 100%;
  background: white;
  border-radius: 8px;
  padding-bottom: 32px;
}

.header-big-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.header-big-box .background-header {
  display: inline-block;
  width: 100%;
  min-height: 340px;
}
.header-big-box .box-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.header-big-box .box-content h2 {
  margin-top: 16px;
}
.header-big-box .box-content span {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  font-size: 18px;
  font-weight: 300;
}

.body-big-box {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
  background: white;
  padding: 0 20px;
}

.btn-action {
  height: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcaf26;
  color: white;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-top: 12px;
}
.btn-action:hover {
  text-decoration: none;
  opacity: 0.9;
  color: white;
}

.dropdown-menu {
  display: none;
  margin: 10px 0;
  padding: 16px 20px;
}
.dropdown-menu span {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.dropdown-menu img {
  display: block;
  width: 100%;
}
.dropdown-menu .big-box-form {
  display: inline-block;
  width: 100%;
}
.dropdown-menu .form-group {
  margin-bottom: 0;
  margin-top: 12px;
}
.dropdown-menu .form-group .booking-input {
  display: inline-block;
  width: 100%;
  height: 55px;
  color: #202124;
  border-radius: 8px;
  border: 1px solid #bfc4e7;
  padding: 0.375rem 0.75rem;
}
.dropdown-menu .form-group .booking-input::placeholder {
  color: #202124;
}
.dropdown-menu .box-form {
  display: inline-block;
  width: 100%;
}
.dropdown-menu .box-form .form-control {
  margin-top: 12px;
  height: 55px;
  color: #202124;
  border-radius: 8px;
  border: 1px solid #bfc4e7;
}
.dropdown-menu .box-form .form-control::placeholder {
  color: #202124;
}

.custom-select,
textarea {
  height: 55px;
  background: white;
  border: none;
  padding: 0.375rem 0.75rem;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #bfc4e7;
}

.form-group .custom-select select {
  height: 100%;
  width: 100%;
  background: transparent;
  border: transparent;
  color: #202124;
}

.navbar-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.nav-item {
  padding: 17px 10px;
  cursor: pointer;
  border: 1px solid #bfc4e7;
  border-radius: 8px;
}

.dropdown-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  white-space: normal;
}
.dropdown-item .box-content-drop {
  width: 100%;
  display: flex;
  align-items: center;
}
.dropdown-item .box-content-drop .title-drop {
  margin-left: 12px;
  display: inline-block;
  width: 100%;
}
.dropdown-item.opened {
  border: 1px solid #27338c;
}

.box-content-drop::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-down.svg");
}

.box-content-drop.opened::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-up.svg");
}

.dropdown-item.opened .dropdown-menu {
  display: inline-block;
  width: 100%;
  background: #f3f7ff;
  border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: white !important;
}

.img-scale-3-2 {
  display: inline-block;
  width: 100%;
}
.img-scale-3-2 a {
  position: relative;
  padding-top: 66%;
  display: block;
}
.img-scale-3-2 a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}

.box-item-slider {
  border: 8px;
  background: white;
}
.box-item-slider p {
  padding: 20px;
}

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
.js-container {
  position: absolute !important;
  z-index: 1;
  width: 100%;
  height: 100vh;
  top: 0px;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}
.confetti--animation-slow {
  animation: confetti-slow 2.25s linear 1 forwards;
}
.confetti--animation-medium {
  animation: confetti-medium 1.75s linear 1 forwards;
}
.confetti--animation-fast {
  animation: confetti-fast 1.25s linear 1 forwards;
}

/* Checkmark */
.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00c09d;
  position: absolute;
}

.checkmark-circle .checkmark {
  border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: "";
  left: 25px;
  top: 75px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
.submit-btn {
  height: 45px;
  width: 200px;
  font-size: 15px;
  background-color: #00c09d;
  border: 1px solid #00ab8c;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  cursor: pointer;
  transition: all 2s ease-out;
  transition: all 0.2s ease-out;
}

.submit-btn:hover {
  background-color: #2ca893;
  transition: all 0.2s ease-out;
}

.btn-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #27338c;
  color: #27338c;
}
.btn-button img {
  margin-right: 12px;
}
.btn-button:hover {
  opacity: 0.9;
  text-decoration: none;
}

.btn-chat-nd {
  background: #27338c;
  color: white;
}

.box-btn-footer {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 20px;
}
.box-btn-footer .btn-button {
  width: 100%;
}

.book-time {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.book-time .item-time {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 4px;
}
.book-time .item-time span {
  display: inline-block;
  width: 100%;
  padding: 8px 16px;
  background: #fff;
  color: #414142;
  border-radius: 4px;
  text-align: center;
}

.identification {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.identification .iden-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.identification .iden-item::before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 20px;
  margin-right: 4px;
  background: #fff;
  margin-bottom: 2px;
  border-radius: 2px;
}
.identification .iden-item.iden-action::before {
  background: #d9ad13;
}
.identification .iden-item.iden-dissible::before {
  background: #aeb9cb;
}
.identification .iden-item span {
  font-size: 14px;
  color: #202124;
  margin-bottom: 0;
}

/* .action-time span {
  background: #27338c !important;
  color: #fff !important;
} */

.action-time span {
  background: #d9ad13 !important;
  color: #fff !important;
}

.dissible-time span {
  background: #aeb9cb !important;
  color: #fff !important;
}
/*# sourceMappingURL=style.css.map */
