/* --------------- */
/* Font-face */
/* --------------- */
@font-face {
  font-family: utmNeo;
  src: url(../fonts/UTM\ Neo\ Sans\ Intel.ttf);
}
/* --------------- */
/* Mixin */
/* --------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  touch-action: pan-x pan-y;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  font-family: utmNeo;
  background: #0C1024 !important;
  min-height: 100vh;
  position: relative;
  padding-bottom: 30px;
}
body::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(87.37deg, #1BCD58 -0.36%, #279FFF 95.01%);
}

a {
  cursor: pointer;
  list-style: none;
  text-decoration: none !important;
}

label {
  margin-bottom: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-content {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 15px;
}

.cursor-pointer {
  cursor: pointer;
}

.mt-24 {
  margin-top: 24px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.fsize-12 {
  font-size: 12px !important;
}

.green-color {
  color: #01c27d !important;
}

::placeholder {
  color: #4d4d4d;
}

:-ms-input-placeholder {
  color: #4d4d4d;
}

::-ms-input-placeholder {
  color: #4d4d4d;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.opacity-1 {
  opacity: 1 !important;
}

.default-radio {
  border: 1px solid #ffffff;
  align-items: center;
  -webkit-appearance: none;
  border-radius: 50%;
  display: flex;
  height: 13px;
  width: 13px;
  justify-content: center;
  outline: 0;
}

.default-radio:checked {
  border-color: #01c27d;
}

.default-radio:checked:before {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #01c27d;
  border-color: #01c27d;
  transition: all 1s;
}

.default-checkbox:checked,
.default-checkbox:hover {
  border-color: #ffffff;
}

.default-checkbox {
  border: 1px solid #ffffff;
  align-items: center;
  -webkit-appearance: none;
  display: flex;
  height: 18px;
  width: 18px;
  cursor: pointer;
  justify-content: center;
  outline: 0;
}

.default-checkbox:checked {
  border-color: #ffffff;
}

.default-checkbox:checked:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: #01c27d;
  border-color: #01c27d;
  transition: all 1s;
}

.button-default {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 23px 16px 22px;
  gap: 10px;
  isolation: isolate;
  width: 100%;
  height: 61px;
  color: #ffffff;
  background: #01c27d;
  border: 2px solid #57ff91;
  overflow: hidden;
}
.button-default h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.button-default:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  left: 10px;
  top: 2px;
  background: linear-gradient(90deg, #01c27d 0%, #ffffff 100%);
  transform: rotate(-60deg);
}
.button-default:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  right: -6px;
  bottom: 8px;
  background: linear-gradient(90deg, #01c27d 0%, #ffffff 100%);
  transform: rotate(120deg);
}
.button-default:hover {
  background: #009d65;
  border: 2px solid #01c27d;
}
.button-default:hover:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  left: 10px;
  top: 2px;
  background: linear-gradient(90deg, #009d65 0%, #ffffff 100%);
  transform: rotate(-60deg);
}
.button-default:hover:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  right: -6px;
  bottom: 8px;
  background: linear-gradient(90deg, #009d65 0%, #ffffff 100%);
  transform: rotate(120deg);
}

.disable-btn {
  background: #181c2f !important;
  cursor: default;
  isolation: isolate;
  background: #181c2f;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.disable-btn:hover {
  border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.disable-btn:hover:before {
  background: linear-gradient(90deg, #262626 0%, #8c8c8c 100%);
}
.disable-btn:hover:after {
  background: linear-gradient(90deg, #262626 0%, #8c8c8c 100%);
}
.disable-btn:before {
  background: linear-gradient(90deg, #262626 0%, #8c8c8c 100%);
}
.disable-btn:after {
  background: linear-gradient(90deg, #262626 0%, #8c8c8c 100%);
}

.un-border-left {
  border-left: unset !important;
}

.un-mb {
  margin-bottom: unset !important;
}

/* .line-bottom{
    width: 100vw;
    height: 2px;
    background: linear-gradient(87.37deg, #1BCD58 -0.36%, #279FFF 95.01%);
} */
.loading-overlay-ultra {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.loading-background {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.loading-ultra {
  width: 70px;
  height: 70px;
  border-radius: 99rem;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #181c2f;
}

.loading-ultra:before {
  content: "";
  position: absolute;
  top: 7%;
  left: 7%;
  width: 85%;
  height: 85%;
  border-radius: inherit;
  border: 4px solid transparent;
  border-right-color: #01c27d;
  border-bottom-color: #01c27d;
  border-left-color: #01c27d;
  animation: circleLoading 1s forwards infinite linear;
}

@keyframes circleLoading {
  to {
    transform: rotate(360deg);
  }
}
.overflow-hidden {
  overflow: hidden !important;
}

.border-red {
  border: 1px solid red !important;
}

.circle-loading {
  width: 25px;
  height: 25px;
  border-radius: 99rem;
  position: relative;
  margin: 0 auto;
}
.circle-loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 3px solid transparent;
  border-color: #01c27d;
  border-top-color: transparent;
  animation: circleLoading 1s forwards infinite linear;
}

header {
  background: #0C1024;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 100;
}

.header__content {
  width: 100%;
  position: relative;
}
.header__content:after {
  content: "";
  position: absolute;
  height: 1px;
  background: linear-gradient(to right, #0d0d0d, #1a1a1a, #262626, #404040, #262626, #1a1a1a, #0d0d0d);
  width: 90%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.header__logo {
  display: block;
  position: absolute;
}
.header__logo-block {
  display: flex;
  justify-content: unset;
  align-items: center;
  height: 80px;
}
.header__logo-line {
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 16px;
}

.header__step {
  height: 80px;
  background: #0C1024;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header__step-1-line {
  width: 124px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  margin: 0 10px;
}
.header__step-2-line {
  width: 124px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  margin: 0 10px;
}

.header-step__icon-payment {
  filter: brightness(30%);
}
.header-step__icon-finish {
  filter: brightness(30%);
}

.header__active:before {
  content: "";
  background-color: #01C27D;
  position: absolute;
  bottom: 0;
  margin-left: -15px;
  display: block;
  z-index: 11;
  width: 50px;
  height: 1px;
}

/* --------------- */
/* RESPONSIVE */
/* --------------- */
@media (max-width: 768px) {
  .container {
    padding: 0;
  }
  .header__content:after {
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, #404040, #404040, #404040, #404040, #404040, #404040, #404040);
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
  }
  .header__logo {
    display: block;
    position: unset;
    margin: 0 auto;
  }
  .header__logo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  .header__logo-line {
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 16px;
  }
  .header__step-1-line {
    width: 100px;
  }
  .header__step-2-line {
    width: 100px;
  }
}
.register {
  padding-top: 80px;
}

.register__block {
  margin: 48px auto;
}

.register__package {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 12px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1px;
}
.register__package-name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}
.register__package-desc li {
  margin-bottom: 12px;
  margin-left: 20px;
}
.register__package-desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  color: #d9d9d9;
}

.register-package__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.register-package__block-price {
  color: #01c27d;
}
.register-package__block-price p {
  font-style: normal;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 148%;
}
.register-package__block-price span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
}
.register-package__block-amount {
  display: flex;
  justify-content: unset;
  align-items: center;
  gap: 10px;
}

.quantity {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-top: -5px;
}

.register__info-name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 24px 0;
  text-align: center;
}
.register__info-block {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 12px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1px;
}
.register__info-block:hover {
  background: rgba(255, 255, 255, 0.1);
}

.register-info__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.register-info__label h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  color: #ffffff;
}
.register-info__label span {
  color: #ff3d00;
}

.register-info__input {
  padding-left: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 148%;
  color: #ffffff;
  display: block;
  outline: none;
  height: calc(1.5em + 0.75rem + 2px);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.register__service-block {
  list-style: none;
}
.register__service-block li {
  margin-bottom: 8px;
}

.register-service__item-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
  cursor: pointer;
  border: 1px solid transparent;
}
.register-service__item-label p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  color: #ffffff;
}
.register-service__item-label:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
  transition: all 0.3s;
}
.register-service__item-radio {
  display: flex;
  justify-content: unset;
  align-items: center;
  gap: 15px;
}
.register-service__item-radio p {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 148%;
  color: #ffffff;
}

.register__bill-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 17px 0 25px 0;
}
.register__bill-check p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  color: #ffffff;
  margin-right: 5px;
}

.ultra-block_item-service {
  display: flex;
  flex-direction: column;
}

.ultra-desc-r1-payment {
  font-size: 10px;
  font-weight: 400;
  line-height: 14.8px;
  color: #009D65;
}

.ultra-desc-r1 {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17.76px;
  color: #01C27D;
}

.focusField {
  border: 1px solid #01c27d;
  background: rgba(255, 255, 255, 0.05) !important;
}

.errorField {
  border: 1px solid #ff3d00 !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

.checkRadio {
  background: rgba(1, 194, 125, 0.1) !important;
  border: 1px solid #01c27d;
}

.text-error {
  color: red;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* --------------- */
/* RESPONSIVE */
/* --------------- */
@media (max-width: 768px) {
  .register {
    padding-top: 160px;
  }
  .register__block {
    margin: 32px auto;
  }
}
.fw-400 {
  font-weight: 400 !important;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
#payment-method .modal-content {
  background: #242a49;
  padding: 32px 26px;
}
#payment-method .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: unset;
  padding-bottom: 19px;
}
#payment-method .modal-body {
  padding: unset;
  padding-top: 16px;
}
#payment-method .close {
  float: right;
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: unset;
  opacity: 1;
  outline: none;
  border: unset;
}

.payment__method-tag {
  display: flex;
  gap: 15px;
  align-items: center;
}
.payment__method-tag h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 148%;
  color: #ffffff;
}

.payment-method__redit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.payment-method__redit-content {
  display: flex;
  justify-content: unset;
  align-items: center;
  gap: 14px;
}
.payment-method__redit-content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 148%;
  color: #ffffff;
}
.payment-method__redit-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.3;
}
.payment-method__redit-sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list-card-method {
  display: flex;
  gap: 5px;
}

#payment-voucher .modal-content {
  background: #242a49;
  padding: 32px 26px;
}
#payment-voucher .modal-header {
  border-bottom: unset;
  padding: unset;
  padding-bottom: 27px;
}
#payment-voucher .modal-body {
  padding: unset;
}
#payment-voucher .close {
  float: right;
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: unset;
  opacity: 1;
  outline: none;
  border: unset;
}
#payment-voucher ::placeholder {
  color: #ffffff;
}
#payment-voucher :-ms-input-placeholder {
  color: #ffffff;
}
#payment-voucher ::-ms-input-placeholder {
  color: #ffffff;
}

#contract-list .modal-dialog {
  max-width: 380px;
}
#contract-list .modal-content {
  background: #242a49;
  padding: 32px 26px;
}
#contract-list .modal-header {
  border-bottom: unset;
  padding: unset;
  padding-bottom: 27px;
}
#contract-list .modal-body {
  padding: unset;
}
#contract-list .close {
  float: right;
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: unset;
  opacity: 1;
  outline: none;
  border: unset;
}
#contract-list ::placeholder {
  color: #ffffff;
}
#contract-list :-ms-input-placeholder {
  color: #ffffff;
}
#contract-list ::-ms-input-placeholder {
  color: #ffffff;
}
#contract-list .flex {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#contract-list .flex p {
  margin-left: 10px;
}

#active-noti .modal-dialog {
  max-width: 380px;
}
#active-noti .modal-content {
  background: #242a49;
  padding: 32px 26px;
}
#active-noti .modal-header {
  border-bottom: unset;
  padding: unset;
  padding-bottom: 27px;
}
#active-noti .modal-body {
  padding: unset;
}
#active-noti .close {
  float: right;
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: unset;
  opacity: 1;
  outline: none;
  border: unset;
}
#active-noti ::placeholder {
  color: #ffffff;
}
#active-noti :-ms-input-placeholder {
  color: #ffffff;
}
#active-noti ::-ms-input-placeholder {
  color: #ffffff;
}
#active-noti .flex {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#active-noti .flex p {
  margin-left: 10px;
}
#active-noti .bg-unset {
  background: unset;
}
#active-noti .payment__info-block {
  padding: 15px 0;
}

/* MODAL VOUCHER */
#g-recaptcha-active {
  margin-left: 5px;
}

#g-recaptcha-list {
  margin-left: 5px;
}

#g-recaptcha {
  margin-left: 5px;
}

#noti-modal .modal-content {
  background: #242a49;
  padding: 32px 26px;
}
#noti-modal .modal-header {
  border-bottom: unset;
  padding: unset;
  padding-bottom: 27px;
}
#noti-modal .modal-body {
  padding: unset;
}
#noti-modal .close {
  float: right;
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: unset;
  opacity: 1;
  outline: none;
  border: unset;
}
#noti-modal ::placeholder {
  color: #ffffff;
}
#noti-modal :-ms-input-placeholder {
  color: #ffffff;
}
#noti-modal ::-ms-input-placeholder {
  color: #ffffff;
}

#backtohome-modal .modal-content {
  background: #242a49;
  padding: 32px 26px;
}
#backtohome-modal .modal-header {
  border-bottom: unset;
  padding: unset;
  padding-bottom: 27px;
}
#backtohome-modal .modal-body {
  padding: unset;
}
#backtohome-modal .close {
  float: right;
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: unset;
  opacity: 1;
  outline: none;
  border: unset;
}
#backtohome-modal ::placeholder {
  color: #ffffff;
}
#backtohome-modal :-ms-input-placeholder {
  color: #ffffff;
}
#backtohome-modal ::-ms-input-placeholder {
  color: #ffffff;
}

#noti-voucher-modal .modal-content {
  background: #242a49;
  padding: 32px 26px;
}
#noti-voucher-modal .modal-header {
  border-bottom: unset;
  padding: unset;
  padding-bottom: 27px;
}
#noti-voucher-modal .modal-body {
  padding: unset;
}
#noti-voucher-modal .close {
  float: right;
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: unset;
  opacity: 1;
  outline: none;
  border: unset;
}
#noti-voucher-modal ::placeholder {
  color: #ffffff;
}
#noti-voucher-modal :-ms-input-placeholder {
  color: #ffffff;
}
#noti-voucher-modal ::-ms-input-placeholder {
  color: #ffffff;
}

/* The container must be positioned relative: */
/* select {
  height: 66px;
  line-height: 50px;
  -webkit-appearance: menulist-button;  
  -moz-appearance:none;
}
.custom-select {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1px;
    height: 66px;
    border: unset !important;
  }
  .custom-select {
    display: inline-block;
    width: 100%;
    height: 66px;
    padding: 0;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
  .custom-select select {
    display: none; 
  }
  .select-selected{
    @include flex_layout(unset, center);
    padding-left: 24px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 148%;
    color: #FFFFFF;
    height: 66px;
  }
  .select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 20px;
    margin-top: -7px;
    height: 17px;
    border: 6px solid transparent;
    background-image: url(../images/icon-arrow-down.png);
    background-repeat: no-repeat;
  }
  .select-selected.select-arrow-active:after {
    background-image: url(../images/icon-arrow-down.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    top: 50%;
    margin-top: -7px;
  }
  .select-border-active{
      border: 1px solid #01C27D !important;
      border-bottom: unset  !important;
      background: #0b1928 !important;
  }
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
  }
  .select-items div{
   border-bottom: 1px solid #595959;
   padding-left: 0;
  }
  .select-items div:first-child{
    border-top: 1px solid #595959;
    padding-left: 0;
   }
  .select-items {
    position: absolute;
    background: #0b1928;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 300px;
    padding-left: 24px;
    padding-right: 24px;
    overflow-y: auto;
    border: 1px solid #01C27D;
    border-top: unset;
    padding-bottom: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 148%;
    color: #FFFFFF;

        &::-webkit-scrollbar-track{
            background: #595959;
            border-right: 24px #0b1928 solid;
            background-clip: padding-box;
        }

        &::-webkit-scrollbar{
            width: 28px;
            background: #595959;
            border-right: 24px #0b1928 solid;
            background-clip: padding-box;
        }

        &::-webkit-scrollbar-thumb{
            background: #017f53;
            border-right: 24px #0b1928 solid;
            background-clip: padding-box;
        }
  }

  .select-hide {
    display: none;
  }
  .select-items div{
    padding-top: 11px;
    height: 47px;
    &:before{
      content: '';
      background-image: url(../images/icon-location.png);
      background-repeat: no-repeat;
      background-position-y: 3px;
      border: 12px solid transparent;
      margin-right: 12px;
      margin-left: -12px;
    }
  }
  .select-items div:hover, .same-as-selected{
    &:before{
      background-image: url(../images/icon-location-active.png) !important;
    }
    &:after{
      content: '';
      background-image: url(../images/icon-check.png);
      position: absolute;
      background-repeat: no-repeat;
      border: 16px solid transparent;
      right: 24px;
      margin-top: -10px;
    }
  } */
.custom-select {
  position: relative;
  width: 100%;
  text-align: left;
  outline: none !important;
  height: 66px;
  line-height: 66px;
  padding: unset;
  color: unset;
  background: unset;
  background-size: unset;
  border: unset;
  box-shadow: unset !important;
  border-radius: unset;
  appearance: unset;
}

.custom-select .selected {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid transparent;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  padding-left: 24px;
  cursor: pointer;
  user-select: none;
}

.custom-select .selected.open {
  border: 1px solid #01C27D;
  background-color: #0b1928;
  border-bottom: unset;
}
.custom-select .selected.open:after {
  background-image: url(../images/icon-arrow-down.png) !important;
  background-repeat: no-repeat;
  transform: rotate(180deg) !important;
  right: 18px;
  width: 20px;
  margin-top: -8px;
}

.custom-select .selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 20px;
  margin-top: -7px;
  height: 17px;
  border: 6px solid transparent;
  background-image: url(../images/icon-arrow-down.png);
  background-repeat: no-repeat;
}

.custom-select .items {
  color: #fff;
  border: 1px solid #01C27D;
  border-top: unset;
  position: absolute;
  background-color: #0b1928;
  padding: 0 24px;
  padding-bottom: 24px;
  max-height: 300px;
  overflow-y: auto;
  left: 0;
  right: 0;
  z-index: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  color: #FFFFFF;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.3s ease, visibility 0.3s, opacity 0.3s ease;
}
.custom-select .items::-webkit-scrollbar-track {
  background: #595959;
  border-right: 24px #0b1928 solid;
  background-clip: padding-box;
}
.custom-select .items::-webkit-scrollbar {
  width: 28px;
  background: #595959;
  border-right: 24px #0b1928 solid;
  background-clip: padding-box;
}
.custom-select .items::-webkit-scrollbar-thumb {
  background: #017f53;
  border-right: 24px #0b1928 solid;
  background-clip: padding-box;
}

.custom-select .items div {
  color: #fff;
  padding-left: 0;
  height: 47px;
  line-height: 43px;
  cursor: pointer;
  font-style: normal;
  font-size: 14px;
  user-select: none;
  font-weight: 400;
  border-bottom: 1px solid #595959;
}
.custom-select .items div:first-child {
  border-top: 1px solid #595959;
}
.custom-select .items div:before {
  content: "";
  background-image: url(../images/icon-location.png);
  background-repeat: no-repeat;
  background-position-y: 3px;
  border: 12px solid transparent;
  margin-right: 12px;
  margin-left: -12px;
}

.custom-select .items div:hover:before {
  background-image: url(../images/icon-location-active.png) !important;
}
.custom-select .items div:hover:after {
  content: "";
  background-image: url(../images/icon-check.png);
  position: absolute;
  background-repeat: no-repeat;
  border: 16px solid transparent;
  right: 24px;
  margin-top: 0;
}

.selectHide {
  max-height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.select_check {
  font-weight: 700 !important;
}
.select_check:before {
  background-image: url(../images/icon-location-active.png) !important;
}
.select_check:after {
  content: "";
  background-image: url(../images/icon-check.png);
  position: absolute;
  background-repeat: no-repeat;
  border: 16px solid transparent;
  right: 24px;
  margin-top: 0;
}

.text-selected {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
}

.text-place {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}

.payment {
  padding-top: 80px;
}

.payment__block {
  margin: 48px auto;
}

.payment__info-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.payment__info-note {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.payment__info-note span {
  text-decoration: underline;
  color: #01C27D;
}

.payment__info-block {
  position: relative;
  padding: 16px 24px;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
  margin-bottom: 24px;
  border-left: 1px solid #01C27D;
}
.payment__info-name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 148%;
  color: #FFFFFF;
}
.payment__info-price {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 148%;
  padding: 3px 10px 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
  display: inline-block;
  color: #FFFFFF;
}
.payment__info-tag {
  position: absolute;
  top: 0;
  right: 0;
}

.payment-info__method-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-info__method-title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 148%;
  color: #FFFFFF;
  margin-bottom: 11px;
}
.payment-info__method-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  color: #FFFFFF;
}

.payment-info__voucher-name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 148%;
  color: #FFFFFF;
  margin-right: 5px;
}
.payment-info__voucher-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 148%;
  color: #FFFFFF;
  padding: 3px 12px 6px;
  background: #01C27D;
  border-radius: 1px;
  white-space: nowrap;
}

.payment-info__detail-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 148%;
  color: #FFFFFF;
  margin-bottom: 11px;
}
.payment-info__detail-content:not(:last-child) {
  margin-bottom: 11px;
}
.payment-info__detail-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-info__detail-name {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  color: #FFFFFF;
}
.payment-info__detail-value {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 148%;
  color: #FFFFFF;
}

/* --------------- */
/* RESPONSIVE */
/* --------------- */
@media (max-width: 768px) {
  .payment {
    padding-top: 160px;
  }
  .payment__block {
    margin: 32px auto;
  }
}
.skeleton-item {
  position: relative;
  background: #dddddd;
  overflow: hidden;
}

.skeleton-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  -webkit-animation: wave 1.3s linear 0.5s infinite;
  animation: wave 1.3s linear 0.5s infinite;
}

@-webkit-keyframes wave {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
@keyframes wave {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.skeleton-header {
  height: 535px;
}

@media only screen and (max-width: 600px) {
  .skeleton-header {
    height: 95px;
  }
}
.skeleton-voucher {
  width: 100%;
  height: 148px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  padding: 15px;
  border-radius: 8px;
}

.skeleton-voucher:not(:first-child) {
  margin-top: 12px;
}

.skeleton-voucher__left {
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
}

.skeleton-voucher__right {
  width: 75%;
}

.mt12 {
  margin-top: 18px !important;
}

.kd-img-start {
  align-self: flex-start;
}

.kd-modal {
  background-color: red;
}

.list-time-use.kd-ul-item {
  padding-left: 0px !important;
}

.kd-voucher-right {
  margin-left: -8px;
  position: relative;
  z-index: 1;
}

.img-vou-left {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kd-erro-apply-p {
  font-style: Bold;
  font-size: 14px;
  line-height: 22px;
  color: #FF8840;
}

.text-mess-success {
  color: #23b14b !important;
}

.m-show {
  display: none !important;
}

.dp-none {
  display: none;
}

.m-desktop {
  display: block !important;
}

.fog-search {
  z-index: 9999;
}

.form-search.captcha {
  bottom: -269px !important;
}

.h2-header {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 2px !important;
}

@media (max-width: 600px) {
  .navbar-header {
    position: absolute !important;
  }
  .m-show {
    display: block !important;
  }
  .text-black {
    color: black !important;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal-dialog .modal-body.overide-modal {
    padding: 0px !important;
  }
}
.close {
  position: absolute;
  right: 5px;
  z-index: 1;
}

.kd-li-item-voucher {
  list-style: none;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 8px;
  margin-bottom: 12px;
  display: flex !important;
}

.kd-light {
  line-height: 22px;
}

.span-noti {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #767676;
}

.kd-vou-right-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  padding-left: 20px;
  color: red;
}

.kd-vou-apply-p {
  font-style: Bold;
  font-size: 14px;
  line-height: 22px;
  color: #FF8840;
  margin-top: 7px;
  margin-bottom: 5px;
}

button.close {
  padding: 0 18px !important;
}

.span-modal {
  color: #4FAAFF;
}

.img-icon {
  height: 29px !important;
  width: auto !important;
}

button.close {
  padding: 0 18px !important;
}

.min-width-60 {
  min-width: 60px;
}

.work-break {
  word-break: break-word;
}

.kd-li-item {
  list-style: none;
  border: 1px solid #ff8840;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px;
}

li.kd-li-item:not(:last-child) {
  margin-bottom: 16px;
}

button.close {
  padding: 0 18px !important;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.my-second-class > .modal-dialog > .modal-content {
  background-color: #F5F5F5;
}

.vou-right-flex {
  display: flex;
  height: 100%;
}

.uf-kd-vou-btn {
  font-size: 14px;
  line-height: 22px;
  color: #01c27d;
}
.uf-kd-vou-btn:hover {
  color: #01c27d;
  text-decoration: underline !important;
}

.kd-li-item {
  list-style: none;
  border: 1px solid #ff8840;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px;
}

li.kd-li-item:not(:last-child) {
  margin-bottom: 16px;
}

#kd-noti-tin {
  font-style: normal;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #ff4a5e;
}

.banner-home-img {
  width: 100%;
  height: auto;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.skeleton-item-slider {
  margin-right: 10px;
  background-color: #fff !important;
  height: 350px;
  padding: 0px 15px !important;
}

.mirror {
  position: relative;
}

.icon-right {
  position: absolute;
  right: 0px;
  bottom: 40px;
}

.icon-right-item {
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/icon-right.png");
}

.item-list {
  cursor: pointer;
}

.list-ser-hp .item img {
  width: 50px;
}

.list-ser-hp-wrap.sticky {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 99;
  background-color: #fff;
  padding: 0 10px;
}

.list-ser-hp-wrap .owl-stage {
  margin: 0 auto;
}

.navbar-header {
  position: fixed;
  top: 0;
  z-index: 100;
  transition: height 0.3s ease 0s;
  width: 100%;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 150px;
}

.box .item {
  margin: 15px 0 15px 0px;
  display: flex;
  justify-content: center;
  background-color: transparent !important;
  width: 100%;
  padding: 0 15px 0 15px;
}

.box .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.box .item .custom-item {
  font-size: larger;
  text-align: center;
}

.box .item .btn-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 56px;
  align-items: center;
  background: #F37021;
  border-radius: 8px;
  max-width: 350px;
  width: 80vw;
  text-decoration: none;
}

.box .item .btn-text {
  width: auto;
  height: 23px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  display: contents;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}

.box .item .custom-title {
  width: 131px;
  height: 38px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  display: contents;
  color: #090E1B;
}

.box .item .custom-text {
  width: 315px;
  height: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #090E1B;
}

.word-break-all {
  word-break: break-all;
}

.pink {
  background-color: #fd6fab;
  color: #fff;
}

.pink a {
  color: #fff;
}

.btn-custom {
  padding: 5px 5px 5px;
}

.mb-11 {
  margin-bottom: 11px;
}

.fz-12 {
  font-size: 12px;
}

@media only screen and (max-width: 600px) {
  .btn-custom {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .pink {
    padding-left: 10px;
    padding-right: 10px;
  }
}
li.kd-li-item-voucher :not(:last-child) {
  margin-bottom: 16px;
}

.kd-item-layout {
  display: flex;
}

.kd-inp-voucher {
  border: unset !important;
  color: #767676;
  font-size: 14px;
}

.kd-h5-voucher {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0 12px 0;
}

.vou-right-item h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}

.vou-right-item {
  overflow: hidden;
}
.vou-right-item--desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}
.vou-right-item--hsd {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}

.vou-right-item2 {
  min-width: 10%;
}

.fptplay__container--height-100vh {
  height: 100vh !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.categories-related a:hover {
  text-decoration: underline;
}

.btn-width-submit {
  width: 100% !important;
}

.kd-inp-main {
  background: #fff !important;
  border-radius: 8px;
}

.kd-voucher-left {
  position: relative;
  z-index: 2;
}

.kd-hidden-voucher {
  overflow-y: auto;
  max-height: 550px;
}

@media only screen and (max-width: 768px) {
  .modal .modal-body {
    padding: 0px 12px 0 !important;
    border: none;
  }
}
.work-break {
  word-break: break-word;
}

.fs-16 {
  font-size: 16px !important;
}

.fw-700 {
  font-weight: 700;
}

@-webkit-keyframes bounce-in-data-v-378d8897 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce-in-data-v-378d8897 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.mx-datepicker {
  position: static;
  width: 100%;
}

.uf_voucher--right {
  width: 98%;
  height: 100%;
  margin-right: 3px;
}

.uf-payment__info-tag {
  width: 22px;
  height: 18px;
  filter: invert(47%) sepia(79%) saturate(1072%) hue-rotate(122deg) brightness(96%) contrast(102%);
}

.uf-voucher---title {
  font-size: 14px;
  font-weight: 700;
}

.uf-overflow-x-auto {
  overflow-x: auto;
  display: flex;
  align-items: center;
}

.tag-list {
  margin-bottom: 24px;
}
.tag-list .uf-tag {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  margin: 8px 15px 0 0;
  color: #232323;
  border: 1px solid #01c27d;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
.tag-list .uf-text {
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #FFFFFF;
}

.click-del {
  width: 13px;
  height: 13px;
  color: #b3b3b3;
}

.tag-list .tuf-tag:last-child {
  margin-right: 0;
}

.uf-block--btn {
  --column: 2;
  --spacing: 15px;
  display: flex;
  margin-left: calc(-1 * var(--spacing));
}
.uf-block--btn a {
  width: calc(100% / var(--column) - var(--spacing));
  margin-left: var(--spacing);
}

.finish {
  padding-top: 80px;
}

.finish__block {
  margin: 48px auto;
}

.finish__img {
  width: 100%;
}
.finish__img img {
  display: block;
  margin: 0 auto;
}

.finish__title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 24px;
}

.finish__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 27px;
}

.finish-code__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1px;
}
.finish-code__block-name {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  color: #FFFFFF;
}
.finish-code__block-value {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 148%;
  color: #FFFFFF;
}
.finish-code__block-btn {
  font-weight: 700;
  font-size: 12px;
  line-height: 148%;
  color: #FFFFFF;
  padding: 3px 12px 6px;
  background: #01C27D;
  border-radius: 1px;
}

.finish__noti {
  display: flex;
  justify-content: unset;
  align-items: center;
  margin: 24px 0;
  gap: 9px;
}
.finish__noti-bot {
  margin-top: -13px !important;
}
.finish__noti-bot a {
  color: #FFFFFF !important;
}
.finish__noti-text {
  font-style: italic;
}
.finish__noti-text a {
  color: #FFFFFF;
}

.finish__btn {
  display: block;
  width: 100%;
}
.finish__btn-main {
  display: flex;
  justify-content: unset;
  align-items: unset;
  gap: 8px;
}

.btn-back-home {
  background: #181C2F !important;
  isolation: isolate;
  background: #181C2F;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.btn-back-home:hover {
  border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.btn-back-home:hover:before {
  background: linear-gradient(90deg, #262626 0%, #8c8c8c 100%);
}
.btn-back-home:hover:after {
  background: linear-gradient(90deg, #262626 0%, #8c8c8c 100%);
}
.btn-back-home:before {
  background: linear-gradient(90deg, #262626 0%, #8c8c8c 100%);
}
.btn-back-home:after {
  background: linear-gradient(90deg, #262626 0%, #8c8c8c 100%);
}

.btn-hifpt {
  position: relative;
}
.btn-hifpt:before {
  content: "";
  position: absolute;
  background-image: url("../images/icon-arrow-down.png");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  right: -50px;
  top: -10px;
  transform: rotate(-90deg);
}

/* --------------- */
/* RESPONSIVE */
/* --------------- */
@media (max-width: 768px) {
  .finish {
    padding-top: 160px;
  }
  .finish__block {
    margin: 32px auto;
  }
}
.cursor-nodrop {
  cursor: no-drop;
}

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