@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #4c4d4f;
  padding-top: 0;
  background: #fff;
  max-width: 520px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #13184a;
}
video::-webkit-media-controls-play-button {
  display: none !important;
}

video::-webkit-media-controls-pause-button {
  display: none !important;
}
.page-main {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-body {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-step {
  display: inline-block;
  width: 100%;
}
.modal.show .large-box-form {
  margin-top: 0;
  overflow-y: scroll;
  height: 400px;
}
.step-1 .box-btn {
  height: inherit;
}

.box-btn {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 5%;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
.box-btn h4 {
  margin-bottom: 0;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

p {
  font-size: 14px;
  font-weight: 500;
}

.title-item {
  font-size: 18px;
  font-weight: 700;
}

.step-2 .box-btn {
  bottom: inherit;
  padding: 24px;
}
.step-2 .btn-action {
  margin-top: 10px;
}
.step-2 input::placeholder {
  color: #b69eff;
}

.form-group {
  display: block;
  width: 100%;
}
.form-group input {
  font-weight: 300;
  font-size: 16px;
  border-radius: 24px;
  height: 32px;
  color: #0814da;
}
.form-group label {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.form-group .custom-select {
  display: inline-block;
  width: 100%;
  padding: 0px;
  border-radius: 24px;
  height: 32px;
  position: relative;
}
.form-group .custom-select:before {
  z-index: 9;
  width: 16px;
  height: 16px;
  content: " ";
  background-image: url(../images/arrow-down.png);
  position: absolute;
  right: 4px;
  top: 8px;
}
.form-group .custom-select select {
  background: #fff;
  padding: 0 8px;
  display: inline-block;
  width: 100%;
  border: none;
  color: #0814da;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  border-radius: 24px;
}

.large-box-form {
  display: inline-block;
  width: 100%;
  background-image: linear-gradient(180deg, #6882f7, #1023e3);
  border-radius: 24px;
  padding: 28px 24px;
  margin-top: 24px;
}

.btn-action {
  display: inline-block;
}

#countdown span {
  font-size: 28px;
  font-weight: 900;
}
#countdown ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-top: -12px;
  margin-bottom: -10px;
}
#countdown li {
  display: inline-block;
  font-size: 9px;
  list-style-type: none;
  font-weight: 900;
  color: #fabc3c;
}

.box-countdown {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  width: fit-content;
}
.box-countdown p {
  font-size: 8px;
  margin-bottom: 8px;
}

.item-cd {
  display: inline-block;
  position: absolute;
  text-align: center;
  color: #fff;
}
.item-cd span {
  font-size: 9px;
}

.large-box-countdown {
  position: fixed;
  bottom: 20px;
  left: 24px;
}

.box-btn-action {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 80px;
  text-align: end;
  padding-right: 24px;
  z-index: 99;
}

.step-5 .box-btn {
  bottom: inherit;
  padding: 80px 24px 24px;
}
.step-5 p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}
.step-5 span {
  font-weight: 400;
  font-size: 12px;
}
.step-5 h5 {
  margin-top: 4px;
  font-size: 16px;
}
.step-5 .box-btn img {
  padding: 16px 0;
}

.step-1,
.step-2,
.step-3,
.step-4,
.step-5 {
  display: flex;
  align-items: center;
  width: 100%;
}

.step-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-4 .box-btn-action {
  margin: inherit;
  bottom: inherit;
  text-align: center;
  z-index: 99;
  width: 100%;
  margin-top: 100px;
}

.step-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
}

.hidden {
  display: none;
}

.btn-rlt {
  position: absolute;
  top: 24px;
  right: 6px;
  z-index: 99;
}

h6 {
  font-size: 16px;
  font-weight: 900;
}

.box-btn-step-5 {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
}
.box-btn-step-5 .btn-action {
  margin-top: 8px;
}
.box-btn-step-5 .btn-action img {
  display: inline-block;
  padding: 0;
}

.modal-dialog {
  width: 100%;
  margin: 0;
  border-radius: 0;
  height: 100%;
}
.modal-dialog .modal-content {
  width: 100%;
  height: 100%;
}
.modal-dialog .modal-body {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog .box-btn {
  position: inherit;
  padding: 16px;
  margin-bottom: 0;
}
.modal-dialog .large-box-content {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
}
.modal-dialog .large-box-form {
  margin-top: 0;
}
.modal-dialog .large-box-form p,
.modal-dialog .large-box-form span {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
}
.modal-dialog .close {
  position: absolute;
  top: 0px;
  right: 0px;
}
.modal-dialog .title-item {
  margin-bottom: 20px;
}
.modal-dialog .logo-event {
  width: 80%;
}

.modal.show {
  display: flex !important;
  justify-content: center;
}

.modal-dialog {
  max-width: 520px;
}

.box-btn-step-5 .btn-step-5 {
  height: 40px;
  width: 100%;
  max-width: 200px;
  border-radius: 24px;
  background-image: linear-gradient(180deg, #fceff5, #df98ae, #ce798f, #c9808d);
}
.box-btn-step-5 .btn-step-5 span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.box-btn-step-5 .btn-step-5:hover {
  text-decoration: none;
}

.box-btn-step-5 .back-home {
  background-image: linear-gradient(180deg, #626de5, #3643e6, #303fe1, #3240e6);
}

.step-1,
.step-2,
.step-3,
.step-4,
.step-5 {
  align-items: inherit;
}

.step-2 .box-btn,
.step-3 .box-btn,
.step-5 .box-btn {
  top: 0;
}
.step-2 .bg-body,
.step-3 .bg-body,
.step-5 .bg-body {
  height: 100%;
}

.step-2 .box-btn {
  padding: 30px 24px;
}

.bg-body {
  min-height: 720px;
}
.bg-body .large-box-countdown {
  position: fixed;
  bottom: 20px;
  left: 24px;
}

.step-4 .box-btn-action {
  padding-right: 0;
}

.step-5 .box-btn {
  bottom: inherit;
  padding: 40px 24px 24px;
}

.btn-rlt {
  position: absolute;
  top: 4px;
}

.form-group input {
  height: 30px;
}

/*# sourceMappingURL=style.css.map */
