@font-face {
  font-family: "SamsungOne";
  src: url("../fonts/SamsungOne-400.eot");
  src: url("../fonts/SamsungOne-400.eot?#iefix") format("embedded-opentype"), url("../fonts/SamsungOne-400.woff2") format("woff2"), url("../fonts/SamsungOne-400.woff") format("woff"), url("../fonts/SamsungOne-400.ttf") format("truetype"), url("../fonts/SamsungOne-400.svg#SamsungOne-400") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SamsungOne";
  src: url("../fonts/SamsungOne-700.eot");
  src: url("../fonts/SamsungOne-700.eot?#iefix") format("embedded-opentype"), url("../fonts/SamsungOne-700.woff2") format("woff2"), url("../fonts/SamsungOne-700.woff") format("woff"), url("../fonts/SamsungOne-700.ttf") format("truetype"), url("../fonts/SamsungOne-700.svg#SamsungOne-700") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SamsungSharpSans";
  src: url("../fonts/iCielSamsungSharpSans-Bold.eot");
  src: url("../fonts/iCielSamsungSharpSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/iCielSamsungSharpSans-Bold.woff2") format("woff2"), url("../fonts/iCielSamsungSharpSans-Bold.woff") format("woff"), url("../fonts/iCielSamsungSharpSans-Bold.ttf") format("truetype"), url("../fonts/iCielSamsungSharpSans-Bold.svg#iCielSamsungSharpSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.black-friday {
  position: relative;
  padding: 48px 0;
}
.black-friday-main {
  max-width: 1032px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.black-friday-head {
  text-align: center;
  margin-bottom: 32px;
}
.black-friday-title {
  font-size: 24px;
  font-family: "SamsungSharpSans", arial, sans-serif;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .black-friday-title {
    font-size: 38px;
  }
}
.black-friday-title span {
  display: block;
}
.black-friday-desc {
  margin-bottom: 4px;
}
.black-friday .note-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.black-friday .note-text {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.checkbox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
}
.checkbox-input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.checkbox-input:hover ~ .checkbox-icon::before {
  background: rgba(85, 85, 85, 0.1254901961);
}
.checkbox-input:checked ~ .checkbox-icon::before {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.checkbox-input:checked ~ .checkbox-icon::after {
  opacity: 1;
}
.checkbox-text {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  align-items: center;
  line-height: 1.5;
}
.checkbox-text.small-text {
  font-size: 14px;
}
.checkbox-text a {
  color: #0d6efd;
}
.checkbox-text a:visited {
  color: #0d6efd;
}
.checkbox-icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 1em;
  display: inline-flex;
  flex-shrink: 0;
}
.checkbox-icon::before, .checkbox-icon::after {
  content: "";
  display: block;
}
.checkbox-icon::before {
  width: 100%;
  height: 100%;
  border: 1px solid black;
  position: absolute;
  border-radius: 2px;
  left: 0;
  top: 0;
}
.checkbox-icon::after {
  width: calc(100% - 8px);
  height: calc(50% - 4px);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 0;
  transform: rotate(-45deg) translate3d(50%, 0, 0);
}
.checkbox-icon:has(.icon-survey)::before {
  top: 0;
}
.checkbox-icon:has(.icon-survey)::after {
  top: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .checkbox {
    margin-top: 1.11111111vw;
  }
  .checkbox-text, .checkbox-text.small-text {
    font-size: 0.97222222vw;
  }
  .checkbox-icon {
    width: 1.38888889vw;
    height: 1.38888889vw;
  }
  .checkbox-icon::after {
    width: calc(100% - 0.5vw);
    height: calc(50% - 0.2vw);
  }
  .checkbox-icon:has(.icon-survey)::before {
    top: 0;
  }
  .checkbox-icon:has(.icon-survey)::after {
    top: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .checkbox {
    margin-top: 4.44444444vw;
  }
  .checkbox-text, .checkbox-text.small-text {
    font-size: 3.33333333vw;
  }
  .checkbox-icon {
    width: 5.55555556vw;
    height: 5.55555556vw;
  }
  .checkbox-icon::after {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    width: calc(100% - 2.3vw);
    height: calc(50% - 1vw);
  }
  .checkbox-icon:has(.icon-survey)::after {
    top: 3vw;
  }
}

.mint select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mint input[type=number]::-webkit-outer-spin-button,
.mint input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.mint input::-webkit-outer-spin-button,
.mint input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.mint input:-webkit-autofill,
.mint input:-webkit-autofill:hover,
.mint input:-webkit-autofill:focus,
.mint input:-webkit-autofill:active {
  box-shadow: 0 0 0 100px #f7f7f7 inset !important;
}
.mint-title-form {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.mint-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
.mint-loading.active {
  display: block;
}
.mint-loading__content {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.mint-loading__content-icon {
  width: 30px;
}
.mint-loading__content-icon svg,
.mint-loading__content-icon img {
  max-width: 100%;
  height: auto;
}
.mint__form {
  max-width: 1160px;
  margin: 16px auto;
  width: calc(100% - 40px);
}
.mint__field-bg-group {
  padding: 48px;
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}
.mint__field-bg-group .mint__field-wrapper--survey {
  padding-left: 0;
  padding-right: 0;
}
.mint__field-wrapper {
  margin-bottom: 48px;
  position: relative;
}
.mint__field-wrapper.mint__field-title {
  margin: 0.5em 0 1.5em;
}
.mint__field-wrapper.is-value .mint__label, .mint__field-wrapper.is-focus .mint__label, .mint__field-wrapper.show-error .mint__label {
  transform: translateY(0);
}
.mint__field-wrapper.is-value .mint__label span, .mint__field-wrapper.is-focus .mint__label span, .mint__field-wrapper.show-error .mint__label span {
  color: #0d6efd;
}
.mint__field-wrapper.is-value .mint__group, .mint__field-wrapper.is-focus .mint__group, .mint__field-wrapper.show-error .mint__group {
  border-bottom: 1px solid #0d6efd;
}
.mint__field-wrapper.show-error .error-message {
  opacity: 1 !important;
  visibility: visible;
  height: auto;
}
.mint__field-wrapper.show-error .mint__group {
  border-bottom: 1px solid red;
}
.mint__field-wrapper.show-error .mint__label {
  color: red;
}
.mint__field-wrapper .icon-clear {
  width: 14px;
  height: 14px;
  background: gray;
  position: absolute;
  margin: 5px;
  display: none;
  border-radius: 100%;
  right: 0;
  bottom: 8px;
  z-index: 10;
}
.mint__field-wrapper .icon-clear:focus-visible {
  outline: none;
}
.mint__field-wrapper .icon-clear::before, .mint__field-wrapper .icon-clear::after {
  width: 50%;
  height: 1px;
  background: white;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.mint__field-wrapper .icon-clear::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.mint__field-wrapper .icon-clear::after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.mint__field-wrapper .error-message {
  color: red;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  font-size: 0.8em;
  position: relative;
  top: 100%;
  transform: translate3d(0, 100%, 0);
  height: 0;
  display: inline-block;
}
.mint__field-wrapper--survey {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
.mint__field-wrapper--survey:has(input[name=newsletter]) {
  margin-top: 0;
}
.mint__field-wrapper--survey:has(input[name=policy]) {
  margin-bottom: 0;
}
.mint__field-wrapper--survey-title {
  font-size: 16px;
}
.mint__field-wrapper--policy {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0 48px;
}
.mint__field-title {
  font-size: 28px;
}
.mint__group {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid black;
  position: relative;
}
.mint__group:focus {
  border-bottom: 1px solid #0d6efd;
}
.mint__group-inline {
  display: flex;
  flex-wrap: wrap;
}
.mint__group-inline .checkbox {
  margin-right: 16px;
}
.mint__group-inline-grid {
  flex-direction: row;
  flex-wrap: wrap;
  --itemsperrow: 4;
  --gutter: 10px;
}
.mint__group-inline-grid label {
  width: calc(100% / var(--itemsperrow) - var(--gutter) * 2);
}
.mint__label {
  position: absolute;
  transform: translate3d(0, 1.3em, 0) scale(1);
  transition: all 0.1s ease-out;
  font-size: 18px;
  font-weight: 400 !important;
  margin-bottom: 5px;
  color: #555;
}
.mint__label span {
  color: #0d6efd;
}
.mint__field-item {
  flex: 1;
  display: block;
  width: 100%;
  color: black;
  line-height: 24px;
  padding: 24px 32px 8px 0;
  border: 0;
  background: 0;
  resize: none;
  outline: 0;
  position: relative;
  z-index: 3;
  font-size: 18px;
}
.mint__field-item:focus {
  outline: none;
  box-shadow: none;
}
.mint__submit-error {
  font-size: 12px;
  color: red;
  text-align: center;
}
.mint #reCaptchaV2 {
  margin: 24px auto;
  display: flex;
  justify-content: center;
}
.mint .cta[type=submit] {
  margin: 0 auto 20px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.mint .recaptcha-message {
  width: 100%;
  text-align: center;
  display: none;
  margin: 0 auto 30px;
  color: red;
  font-size: 12px;
}
.mint .form-completed {
  --thick: 0.8vw;
  display: none;
  margin-bottom: 64px;
}
.mint .form-completed .icon {
  position: relative;
  display: inline-block;
}
.mint .form-completed .icon::before {
  width: calc(100% - var(--thick) * 2);
  height: calc(100% - var(--thick) * 2);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: var(--thick) solid #0d6efd;
  border-radius: 100%;
}
.mint .form-completed .icon::after {
  width: 25%;
  height: 40%;
  content: "";
  display: block;
  position: absolute;
  left: 30%;
  top: 45%;
  border-bottom: var(--thick) solid #0d6efd;
  border-right: var(--thick) solid #0d6efd;
  transform: rotate(45deg) translate3d(-50%, -50%, 0);
}
.mint .form-completed .textblock__title {
  text-align: center;
}
.mint .form-completed .textblock__subtitle {
  font-family: "SamsungOne";
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .mint .form-completed {
    --thick: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .mint .form-completed {
    --thick: 0.2vw;
  }
}
@media screen and (min-width: 1440px) {
  .mint .form-completed {
    --thick: 2px;
  }
}
.mint .cta--spin[type=submit] .cta--spin--txtloading,
.mint .cta--spin[type=submit] .cta--spain--icon {
  display: none;
}
.mint .cta--spin[type=submit].cta--spin--loading {
  cursor: not-allowed;
  opacity: 0.2;
}
.mint .cta--spin[type=submit].cta--spin--loading:hover, .mint .cta--spin[type=submit].cta--spin--loading:focus {
  border-color: transparent !important;
  color: #fff !important;
  background-color: #000 !important;
  opacity: 0.2;
}
.mint .cta--spin[type=submit].cta--spin--loading .cta--spin--txt {
  display: none;
}
.mint .cta--spin[type=submit].cta--spin--loading .cta--spin--txtloading {
  display: block;
}
.mint .cta--spin[type=submit].cta--spin--loading .cta--spin--icon {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top: 2px solid white;
  animation: loadingCircle 1s infinite linear;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .mint__field-wrapper {
    margin-bottom: 3.33333333vw;
  }
  .mint__field-wrapper.is-value .mint__label, .mint__field-wrapper.is-focus .mint__label, .mint__field-wrapper.show-error .mint__label {
    font-size: 0.9777777vw;
  }
  .mint__field-wrapper--confirm {
    margin-bottom: 1.25vw;
  }
  .mint .mint__field-bg-group .mint__field-wrapper--confirm-title {
    font-size: 1.11111111vw;
  }
  .mint__field-title {
    font-size: 1.94444444vw;
  }
  .mint__group-inline-grid {
    --itemsperrow: 3 ;
  }
  .mint__label {
    font-size: 1.25vw;
  }
  .mint__field-item {
    padding: 1.6666666vw 2.22222222vw 0.5555555vw 0vw;
    font-size: 1.25vw;
  }
  .mint__submit-error {
    font-size: 0.83333333vw;
  }
  .mint .recaptcha-message {
    font-size: 0.8333333vw;
  }
  .mint .form-completed {
    margin-bottom: 4.4444444vw;
  }
}
@media screen and (max-width: 767px) {
  .mint__field-wrapper {
    margin-bottom: 10.555555556vw;
  }
  .mint__field-wrapper.is-value .mint__label, .mint__field-wrapper.is-focus .mint__label, .mint__field-wrapper.show-error .mint__label {
    font-size: 2.955555vw;
  }
  .mint__field-title {
    font-size: 3.88888889vw;
  }
  .mint__field-item {
    flex-direction: column;
    padding: 4.3vw 8.8888888vw 2.222222vw 0;
    font-size: 3.8vw;
  }
  .mint__field-item input[type=checkbox]::before {
    width: 28px;
    height: 28px;
  }
  .mint__field-item input[type=checkbox]:checked::after {
    height: 7px;
    width: 14px;
    border-left: 4px solid white;
    border-bottom: 4px solid white;
    border-color: white;
  }
  .mint__field-item input[type=checkbox] + label {
    padding-left: 50px;
  }
  .mint__field-bg-group {
    padding: 16px;
  }
  .mint__field-wrapper--confirm {
    padding: 0 16px;
  }
  .mint__group-inline-grid {
    --itemsperrow: 1 ;
  }
  .mint__label {
    font-size: 3.8vw;
  }
  .mint__submit-error {
    font-size: 2.77777vw;
  }
  .mint .mint__field-bg-group .mint__field-wrapper--confirm-title {
    font-size: 3.33333333vw;
  }
  .mint .recaptcha-message {
    font-size: 2.77777vw;
  }
  .mint .form-completed {
    margin-bottom: 8.88888888vw;
  }
}
@media screen and (max-width: 375px) {
  .mint .form-submit__input input,
  .mint .form-submit__input select {
    padding: 1em 1em 0.5em 0;
  }
  .mint .form-submit__input .text-wrapper {
    height: auto;
    padding: 5px 0;
  }
  .mint input[type=checkbox] + label {
    line-height: 1.2;
  }
  .mint .form-submit__input .confirm--line input[type=checkbox] {
    top: 10px;
  }
  .mint .txt-title-form h2 {
    line-height: 1.2;
    padding: 0 10px;
  }
  .mint #reCaptchaV2 {
    position: relative;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .mint #reCaptchaV2 iframe {
    border: 0 !important;
    outline: none !important;
  }
  .mint #reCaptchaV2 .rc-anchor-checkbox-label {
    font-size: 10px;
    width: 50px;
  }
}

@keyframes loadingCircle {
  100% {
    transform: rotate(1turn);
  }
}
#ui-datepicker-div {
  z-index: 30000 !important;
  width: 350px !important;
}
#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-year {
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid lightgray;
  background: #f3f3f3;
  width: calc(50% - 10px);
}
#ui-datepicker-div .ui-datepicker-header {
  background: lightgray;
  border-color: lightgray;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  z-index: 9999;
}
.loading-body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.loading-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  animation: flipX 1s linear infinite;
}

@keyframes flipX {
  0% {
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  display: none;
}
.modal-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
}
.modal-dialog {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 64px);
  margin: 32px 16px;
}
.modal-main {
  position: relative;
  width: 100%;
  max-width: 320px;
  border-radius: 8px;
  color: #000;
  background-color: #fff;
}
@media (min-width: 640px) {
  .modal-main {
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .modal-main {
    max-width: 768px;
  }
}
.modal-head {
  position: relative;
  width: 100%;
  padding: 16px 52px 16px;
  text-align: center;
}
.modal-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}
.modal-close {
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.modal-close::before {
  content: "";
  display: block;
  background: url("../img/xmark-solid.svg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
}
.modal-close:hover::before {
  transform: rotate(180deg);
}
.modal-body {
  padding: 24px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
}
.preloader-body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.preloader-icon {
  width: 48px;
  height: 48px;
  background: #4f88f2;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(0.2);
    border-radius: 10%;
  }
  50% {
    transform: rotate(180deg) scale(1.5);
    border-radius: 50%;
  }
  100% {
    transform: rotate(360deg) scale(0.2);
    border-radius: 10%;
  }
}
.radio {
  position: relative;
  margin-right: 16px;
  margin-top: 16px;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: flex-start;
}
.radio-input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.radio-input:hover ~ .radio-icon::before {
  border-color: #0d6efd !important;
}
.radio-input:checked ~ .radio-icon::before {
  border-color: #0d6efd;
}
.radio-input:checked ~ .radio-icon::after {
  opacity: 1;
}
.radio-text {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  align-items: center;
  line-height: 1.5;
}
.radio-icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 1em;
  display: inline-flex;
  flex-shrink: 0;
}
.radio-icon::before, .radio-icon::after {
  content: "";
  display: block;
}
.radio-icon::before {
  width: 100%;
  height: 100%;
  border: 1px solid black;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.radio-icon::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  border-radius: 100%;
  top: 3px;
  left: 3px;
  opacity: 0;
  background: #0d6efd;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .radio {
    margin-top: 1.11111111vw;
  }
  .radio-text {
    font-size: 0.9722222vw;
  }
  .radio-icon {
    width: 1.38888889vw;
    height: 1.38888889vw;
  }
  .radio-icon::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .radio {
    margin-top: 4.44444444vw;
  }
  .radio-text {
    font-size: 3.33333333vw;
  }
  .radio-icon {
    width: 5.55555556vw;
    height: 5.55555556vw;
  }
  .radio-icon::after {
    width: calc(100% - 1.5vw);
    height: calc(100% - 1.5vw);
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

.select {
  position: relative;
  max-width: 100%;
}
.select::before {
  content: "";
  display: block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  right: 12px;
  top: 10px;
  width: 12px;
  height: 12px;
}
.select select {
  width: 100%;
  height: 40px;
  padding: 8px 32px 8px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: #000;
}
.select select:focus {
  outline: 2px solid rgba(0, 0, 0, 0.1);
}

.toasts {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.toasts-dialog {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 32px);
  margin: 16px;
}
.toasts-main {
  position: relative;
  width: 100%;
  max-width: 380px;
  padding: 16px;
  border-radius: 8px;
  color: #000;
  background-color: #fff;
}
.toasts-title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
}
.toasts-body {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: center;
}
.toasts-foot {
  text-align: center;
}
.toasts-foot .btn {
  margin: 0 8px;
}
.toasts-close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.toasts-close:hover {
  transform: rotate(180deg);
}
.toasts-close::before, .toasts-close::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
}
.toasts-close::before {
  transform: rotate(45deg);
}
.toasts-close::after {
  transform: rotate(-45deg);
}
/*# sourceMappingURL=app.min.css.map */
