@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,400&display=swap" rel="stylesheet');
@font-face {
  font-family: "UTM Bebas";
  src: url("../fonts/UTMBebas.woff2") format("woff2"),
    url("../font/UTMBebas.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
}

/* section {
  padding: 30px 0;
} */

h1 {
  font-size: 180px;
  color: #e1c778;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
  font-weight: bold;
}

h4 {
  font-size: 26px;
  font-weight: bold;
}

h5 {
  font-size: 22px;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

b {
  font-weight: 600;
}

.mt8 {
  margin-top: 8px;
}

.mt12 {
  margin-top: 12px;
}

.mt24 {
  margin-top: 24px;
}

.mb0 {
  margin-bottom: 0;
}

.mt80 {
  margin-top: 80px;
}

.mb16 {
  margin-bottom: 16px;
  display: inline-block;
}

.center {
  text-align: center;
}

.title-section {
  display: inline-block;
  width: 100%;
}
.title-section h4 {
  color: #e1bc84;
}
.title-section h2 {
  color: #fff;
  margin: 24px 0 40px 0;
}
.title-section span {
  font-size: 30px;
  color: #fff;
}

.header-app {
  display: inline-block;
  width: 100%;
  padding-top: 0;
}
.header-app img {
  width: 100%;
}

.name-gift {
  background: linear-gradient(45deg, #eace8f 0%, #ffe9b9 50%, #eace8f 100%);
  padding: 8px 24px;
  border-radius: 30px;
  color: #222;
  display: block;
  width: fit-content;
  margin: auto;
}

.name-survey {
  color: #fff !important;
  background: #121c88;
  padding: 8px 40px;
  border-radius: 30px;
  width: fit-content;
}

.body-checkbox {
  display: inline-block;
  width: 100%;
}
.body-checkbox .title-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.body-checkbox .box-gift {
  display: inline-block;
  width: 100%;
}

.box-gift h5 {
  margin: 24px 0;
}
.box-gift .img-gift {
  background: linear-gradient(45deg, #eace8f 0%, #ffe9b9 50%, #eace8f 100%);
  padding: 4px;
  border-radius: 24px;
  width: 50%;
  margin: 0 auto;
}
.box-gift .img-gift img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.item-survey {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
}
.item-survey h6 {
  margin-bottom: 4px;
}

.question {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.question p {
  margin-bottom: 0;
}

.check-survey {
  display: inline-block;
  width: 100%;
}

textarea {
  width: 100%;
  background: #f2f2f2;
  border: none;
  padding: 16px;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 16px;
  color: #222;
}
textarea::placeholder {
  color: #222;
}

.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.item-form-label-input {
  margin-bottom: 24px;
}

.item-form-label-input input {
  height: 46px;
  border-radius: 24px;
  padding: 8px 16px;
  border: 1px #121c88 solid;
}
.item-form-label-input input::placeholder {
  color: #222;
}
.item-form-label-input label {
  display: inline-block;
  width: 100%;
  color: #fff;
  margin-bottom: 16px;
}

.item-form-label-input .box-select {
  background: #fff;
  border-radius: 24px;
}
.item-form-label-input .sortBar__select {
  background: url(../images/icon-arrowdown.svg) no-repeat center right;
  width: 100%;
  color: #222;
  height: 46px;
  padding: 8px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  border-radius: 24px;
  border: 1px solid #121c88;
}
.item-form-label-input .sortBar__select:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.booking {
  border-radius: 120px 120px 0 0;
  display: inline-block;
  padding: 40px 20px 80px 20px;
  width: 100%;
  background: url(../images/bg-booking.png) no-repeat center bottom;
}
.booking .title-section {
  margin-bottom: 24px;
}
.booking .title-section h3 {
  font-family: "UTM Bebas";
  font-weight: 500;
  color: #d9ad13;
  font-size: 40px;
}
.booking .form-group textarea {
  height: 120px;
  border: 1px #121c88 solid;
}
.booking .form-group textarea:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}
.booking .form-group textarea::placeholder {
  color: #222;
}

.book-time {
  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;
}

.action-time span {
  background: #d9ad13 !important;
  color: #fff !important;
}

.dissible-time span {
  background: #aeb9cb !important;
  color: #fff !important;
}

.identification {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.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 span {
  font-size: 14px;
  color: #fff;
}
.identification .iden-action::before {
  background: #d9ad13;
}
.identification .iden-dissible::before {
  background: #aeb9cb;
}

.button-acction {
  display: inline-block;
  width: 100%;
}
.button-acction .btn-atn {
  display: inline-block;
  width: fit-content;
}
.button-acction .btn-atn span {
  display: inline-block;
  width: fit-content;
  padding: 8px 32px;
  background: linear-gradient(45deg, #f0c96c 0%, #ffdf9a 50%, #f0c96c 100%);
  border-radius: 30px;
  color: #2c307f;
  font-weight: bold;
}

.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0em;
  margin-right: 16px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #121c88;
  box-shadow: inset 0 0 0 4px #fff;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #121c88;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.check-box-item .checkbox {
  display: none;
}
.check-box-item .label {
  position: relative;
  font-family: sans-serif;
  display: block;
  padding-left: 36px;
  user-select: none;
  margin: 8px 8px 16px 8px;
}
.check-box-item .check-mark {
  width: 20px;
  height: 20px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0;
  border-radius: 3px;
}
.check-box-item .label .checkbox:checked + .check-mark {
  background-color: #121c88;
  box-shadow: inset 0 0 0 0 #fff;
  transition: 0.1s;
}
.check-box-item .label .checkbox:checked + .check-mark:after {
  content: "";
  position: absolute;
  width: 10px;
  transition: 0.1s;
  height: 5px;
  top: 45%;
  left: 50%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

input[type="date"] {
  height: 46px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  outline: none;
  border: 0;
  padding: 0 3px;
  color: #495057;
  border-radius: 24px;
  border: 1px solid #121c88;
  padding: 8px 16px;
}
input[type="date"]:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}
input[type="date"]::-webkit-clear-button {
  height: 30px;
  position: relative;
  right: 5px;
  margin-right: 4px;
}
input[type="date"]::-webkit-inner-spin-button {
  height: 30px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: url(../images/calendar.svg) no-repeat center right;
  font-size: 20px;
}
input[type="date"]::-webkit-calendar-picker-indicator:hover {
  background-color: #959595;
  color: #e6e6e6;
  cursor: pointer;
}
input[type="date"]::-webkit-calendar-picker-indicator:active {
  color: #121c88;
}

/*# sourceMappingURL=style.css.map */
