.site-wrapper {
  background-image: url("./images/cover.jpg");
  background-position: center;
  background-size: cover;
}

.glass-layer {
  backdrop-filter: blur(0px);
  background-color: #00000081;
  display: flex;
  height: auto;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  background-image: url("./images/effect.png");
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.card-main {
  background-color: #232527;
  width: 100%;
  max-width: 450px;
  height: auto;
  font-size: 1.2em;
}

.brand-top img {
  width: auto;
  height: 50px;
}

.countdown-wrap-global {
  text-align: center;
  background: #1f1f1f;
  border-radius: 12px;
}

.time-txt {
  font-size: 1.8em;
  font-weight: bold;
}

input {
  height: 50px;
}

label {
  width: 100%;
  text-align: left;
}

.platform-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000b3;
}

.plat-option {
  cursor: pointer;
  transition: transform 0.2s;
  width: 100%;
}

.plat-option img {
  width: 40px;
  height: 40px;
}

.plat-option:hover {
  transform: scale(1.1);
}

.plat-option.active-plat {
  border: 2px solid #fff;
  border-radius: 10px;
}

hr {
  width: 2px;
  height: 20px;
  background-color: #fff;
}

.alert-box {
  visibility: hidden;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  transition: visibility 0s, opacity 0.3s, bottom 0.3s;
  opacity: 0;
}

.alert-box.show {
  visibility: visible;
  opacity: 1;
  top: 60px;
}

.alert-box.hide {
  visibility: hidden;
  opacity: 0;
  top: 40px;
}

.btn-custom-action {
  margin: 0;
  height: auto;
  text-align: center;
  padding: 7px;
  font-size: 1.1em;
  line-height: 100%;
  width: 100%;
  height: 50px;
  font-weight: 500;
  background-color: #ffffff;
  border-color: #fff;
  color: #393b3d;
  margin-top: 6px;
  border-radius: 8px;
}

#legalNote {
  font-size: 0.8em;
}

.app-loader {
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  background-color: #000000de;
  backdrop-filter: blur(2px);
}

.load-spinner-wrap {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.load-spinner-wrap img {
  width: auto;
  height: 40px;
  background-color: transparent;
}

.step-one-modal {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  height: auto;
  background-color: #232527;
  animation: fadeScale 0.2s ease-in-out;
}

@keyframes fadeScale {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.step-one-modal .modal-head-row {
  display: flex;
  align-content: space-between;
  justify-items: center;
}

.step-one-modal .modal-head-row .modal-brand-area {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
}

.step-one-modal .modal-head-row .modal-brand-area img {
  width: auto;
  height: 25px;
}

.step-one-modal .modal-content-body .currency-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-one-modal .modal-content-body #currencyVal {
  font-size: 5em;
  padding-bottom: 10px;
  line-height: 80px;
  margin-left: 6px;
}

.step-one-modal .modal-content-body .currency-box img {
  width: auto;
  height: 40px;
}

.step-two-offers {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  height: auto;
  background-color: #232527;
  animation: fadeScale 0.2s ease-in-out;
}

.step-two-offers .ow-header {
  font-size: 1.1em;
}

.ow-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ow-footer img {
  width: auto;
  height: 25px;
}

.task-anchor {
  text-decoration: none;
  color: #ffffff;
}

.tasks-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.task-box {
  display: flex;
  align-items: center;
  background-color: #212224;
  border: 2px solid #161616;
  border-radius: 12px;
  padding: 8px;
  gap: 8px;
  transition: background-color 0.3s, color 0.3s;
}

.task-box:hover {
  background-color: #393b3d;
}

.task-meta {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.badge-pop {
  position: absolute;
  top: -8px;
  right: -6px;
  display: flex;
  align-items: center;
  background-color: #ffffffd2;
  backdrop-filter: blur(2px);
  color: #fc9502;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 12px;
  padding: 2px 4px;
}

.badge-pop #icoPop {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.task-meta #taskHead {
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  max-width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.step-two-offers #brandLogoLg {
  width: auto;
  height: 35px;
}