/* Thin */
@font-face {
  font-family: "AbarLow";
  src: url("../fonts/woff2/AbarLow-Thin.woff2") format("woff2"),
    url("../fonts/woff/AbarLow-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* ExtraLight */
@font-face {
  font-family: "AbarLow";
  src: url("../fonts/woff2/AbarLow-ExtraLight.woff2") format("woff2"),
    url("../fonts/woff/AbarLow-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: "AbarLow";
  src: url("../fonts/woff2/AbarLow-Light.woff2") format("woff2"),
    url("../fonts/woff/AbarLow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: "AbarLow";
  src: url("../fonts/woff2/AbarLow-Regular.woff2") format("woff2"),
    url("../fonts/woff/AbarLow-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "AbarLow";
  src: url("../fonts/woff2/AbarLow-Medium.woff2") format("woff2"),
    url("../fonts/woff/AbarLow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: "AbarLow";
  src: url("../fonts/woff2/AbarLow-SemiBold.woff2") format("woff2"),
    url("../fonts/woff/AbarLow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "AbarLow";
  src: url("../fonts/woff2/AbarLow-Bold.woff2") format("woff2"),
    url("../fonts/woff/AbarLow-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold */
@font-face {
  font-family: "AbarLow";
  src: url("../fonts/woff2/AbarLow-ExtraBold.woff2") format("woff2"),
    url("../fonts/woff/AbarLow-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: "AbarLow";
  src: url("../fonts/woff2/AbarLow-Black.woff2") format("woff2"),
    url("../fonts/woff/AbarLow-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ExtraBlack */
@font-face {
  font-family: "AbarLow";
  src: url("../fonts/woff2/AbarLow-ExtraBlack.woff2") format("woff2"),
    url("../fonts/woff/AbarLow-ExtraBlack.woff") format("woff");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

body {
  background: #eeeff3;
  font-family: "AbarLow", sans-serif !important;
}
header {
  border-bottom: 1px solid #1f1f1f;
  background: #1f1f1f;
  display: flex;
  height: 48px;
  padding: 14.67px 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 24px;
}

footer {
  margin: 0;
  background: #1f1f1f;
  display: flex;
  width: 100%;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.loading_logo {
  z-index: 12;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading_logo div {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.loading_logo_img {
  position: absolute;
}
.loading_birthday_img {
  animation: rotate 5s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#slot_on {
  position: relative;
  z-index: 1;
}
#slot_off {
  position: relative;
  z-index: 1;
}
.home_set_txt_top {
  color: #1f1f1f;
  text-align: center;
  font-size: 12.82px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.256px;
}

.btn_slot {
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #ffc032;
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: "AbarLow", sans-serif !important;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border: none;
  width: 100%;
}
.btn_slot span {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.btn_light_cmp {
  display: flex;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1.5px solid #7881b1;
  background: #fff;

  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.gap-2 {
  gap: 8px;
}

.mission_pgs {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
}
.mission_pgs_divs {
  display: flex;
  gap: 4px;
  align-items: center;
  width: 60%;
}
.mission_pgs_divs div:first-child {
  border-radius: 0 2px 2px 0;
  background: #bbb;
}
.mission_pgs_divs div {
  background: #bbb;

  height: 4px;
  min-width: 33%;
}
.mission_pgs_divs div:last-child {
  border-radius: 2px 0 0 2px;
  background: #bbb;
  width: 47px;
  height: 4px;
}
.mission_pgs_as {
  color: #121619;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.mission_pgs_as span {
  border-radius: 4px;
  background: #e5e5e5;
  display: flex;
  width: 16px;
  height: 16px;
  padding: 4px 5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #121619;
  text-align: center;
  font-feature-settings: "liga" off;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.help_cmp {
  color: #898989;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.tit_off {
  color: #1f1f1f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
}
.txt_off {
  color: #1f1f1f;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.tabs_card {
  display: flex;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.tabs_card_item {
  display: flex;
  height: 44px;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1.5px solid #c2c7e2;
  background: #fff;
  width: fit-content;
  min-width: 140px;
  justify-content: center;
  cursor: pointer;
}
.tabs_card_item.active {
  border-radius: 8px;
  background: #ffc032;
}
.tabs_card_item.active p {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
}
.tabs_card_item .active_show {
  display: none;
}
.tabs_card_item.active .active_show {
  display: block;
}
.tabs_card_item.active .active_hide {
  display: none;
}
.tabs_card_item p {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

.offer_card {
  display: flex;
  width: 100%;
  padding: 20px 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1.5px solid #c2c7e2;
  background: #fff;
  height: 100%;
}
.offer_card_logo_type {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  justify-content: space-between;
}
.offer_card_txt {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.offer_card_code {
  border-radius: 6px;
  border: 1.5px solid #9aa4da;
  background: #fafbfe;
  display: flex;
  width: 100%;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.offer_card_code p {
  color: #1f1f1f;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.48px;
}

/* --- Custom Modal Styles --- */
.modal {
  display: none;
  position: fixed;
  z-index: 1000; /* High z-index to ensure it's on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6); /* Slightly darker overlay */

  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
}

.modal-content {
  background-color: #fff;
  border-radius: 16px; /* More rounded corners */
  width: 90%;
  max-width: 400px; /* Max width like the image */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow */

  position: relative;
  text-align: right; /* Align text to the right for RTL */
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px 12px 0 0;
  border-bottom: 1.5px solid #c2c7e2;
  background: #fff; /* Separator line */
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.modal-title {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.close-button {
  font-size: 2em; /* Larger 'x' */
  color: #888;
  cursor: pointer;
  line-height: 1; /* Adjust line height for better vertical alignment */
  margin-left: 10px; /* Space between title and close button */
}
.close-button:hover,
.close-button:focus {
  color: #333;
}

.close-button_st {
  font-size: 2em; /* Larger 'x' */
  color: #888;
  cursor: pointer;
  line-height: 1; /* Adjust line height for better vertical alignment */
  margin-left: 10px; /* Space between title and close button */
}
.close-button_st:hover,
.close-button_st:focus {
  color: #333;
}

.btn_slot:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.loading-spinner {
  margin-left: 8px;
  font-size: 16px;
}

.btn_slot.loading .loading-spinner {
  display: inline-block;
}

.btn_slot.loading span:not(.loading-spinner) {
  opacity: 0.5;
}

.modal-body p {
  color: #1f1f1f;
  text-align: right;
  font-feature-settings: "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.14px;
}

.modal-body label {
  display: block;
  color: var(--Text-Headers, var(--Gray-3, #1c1d22));
  text-align: right;
  margin-top: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  margin-bottom: 8px;
}

.modal-body input[type="tel"] {
  /* Assuming phone number */
  width: 100%;
  border-radius: 8px;
  border: 1.5px solid #c2c7e2;
  background: #fff;
  color: #888d95;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;

  display: flex;
  height: 48px;
  padding: 8px 16px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.modal-body input[type="tel"]:focus {
  border-color: #fdd835; /* Highlight on focus */
  outline: none;
  box-shadow: 0 0 0 2px rgba(253, 216, 53, 0.3);
}

.modal-body button {
  margin-top: 12px;
  width: 100%;
  border-radius: 8px;
  background: #ffc032;
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}
.modal-body button:hover {
  background-color: #fdd835; /* Slightly darker gold on hover */
}

/* --- NEW: OTP Modal Specifics --- */
.phone-display {
  display: flex;
  padding: 6.644px 13.289px;
  justify-content: center;
  align-items: center;
  gap: 6.644px;
  border-radius: 4px;
  border: 1px solid #c2c7e2;
  background: #fff;
  margin-bottom: 24px;
  margin-top: 12px;
  width: fit-content;
}
.phone-display span {
  color: #45464f;
  font-size: 11.628px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.272px;
}
.phone-display .edit-icon {
  cursor: pointer;
  color: #3498db;
  font-size: 1.2em;
}
.otp-inputs {
  display: flex;
  justify-content: center;
  direction: ltr;
  margin-bottom: 25px;
  gap: 8px;
}
.otp-inputs input[type="tel"] {
  border-radius: 8px;
  border: 1.5px solid #c2c7e2;
  background: #fff;
  width: 54.459px;
  height: 54.459px;
  text-align: center;
}
.otp-inputs input:focus {
  border-color: #fdd835;
  outline: none;
  box-shadow: 0 0 0 2px rgba(253, 216, 53, 0.3);
}
.resend-container {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
  color: #777;
}
.resend-container a {
  color: #3498db;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

/* --- Styles for the new Chance Modal --- */

.tab-nav {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  background-color: #f7f8fc;

  border-radius: 10px;
}

.tab-link {
  flex: 1;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  color: #495fc9;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off;

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: -0.65px;
}

.tab-link .tab-num {
  border-radius: 21px;
  border: 1px solid #495fc9;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 2px;
  justify-content: center;
  align-items: center;

  color: #495fc9;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 16px */
  letter-spacing: -0.5px;
}

.tab-content {
  display: flex;
  padding: 20px 24px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.tab-link.active {
  font-weight: 700;
  border-bottom: 1.5px solid #495fc9;
}
.tab-link.active .tab-num svg path {
  fill: #e3e7fd;
}

.tab-link.active .tab-num {
  background: #495fc9;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 16px */
  letter-spacing: -0.5px;
}

.tab-pane {
  display: none; /* Hide all panes by default */
  text-align: center;
}

.tab-pane.active {
  display: block; /* Show only the active one */
}

.tab-pane h3 {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 12px;
}
.tab-pane h4 {
  color: var(--Text-Headers, var(--Gray-3, #1c1d22));
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.tab-pane p {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.tab-pane .small-text {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-top: 15px;
}

.ref-link-box {
  border-radius: 8px;
  border: 1.5px solid #c2c7e2;
  background: #fafbfe;
  cursor: pointer;
  display: flex;
  height: 40px;
  padding: 5px 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  direction: ltr;
}

.ref-link-box:hover {
  background-color: #f0f0f0;
}
#refLinkText {
  color: #2b2b2b;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.48px;
}

.social-code-container {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.social-code-container input {
  display: flex;
  height: 40px;
  padding: 5px 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1.5px solid #c2c7e2;
  background: #fafbfe;

  max-width: 100%;
}
.social-code-container button {
  display: flex;
  height: 40px;
  padding: 5px 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  min-width: 120px;
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  border-radius: 4px;
  background: #ffc032;
  border: none;
}

/* --- Styles for the Prizes Modal --- */
/* Style for items in the "List of Prizes" tab */
.prize-item-static {
  display: flex;
  align-items: center;
  text-align: right;
  padding: 15px;
  border-bottom: 1px solid #c2c7e2;
  margin-bottom: 10px;
}
.prize-item-static img {
  border-radius: 8px;
  border: 1px solid #c2c7e2;
  background: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px 8.001px 8px 7.999px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}
.prize-item-static .prize-info h4 {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.28px;
}
.prize-item-static .prize-info p {
  color: #000;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.24px;
}

/* Style for items in the "Received Prizes" tab */
.prize-item-received {
  border-bottom: 1px solid #c2c7e2;
  margin-bottom: 10px;
  text-align: right;
  padding: 12px 0px;
}
.prize-item-received .prize-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  gap: 8px;
}
.prize-item-received .prize-header h4 {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.28px;
}
.prize-item-received .prize-header img {
  border-radius: 8px;
  border: 1px solid #c2c7e2;
  background: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px 8.001px 8px 7.999px;
  justify-content: center;
  align-items: center;
}
.prize-item-received .prize-actions {
  gap: 10px;
  border-radius: 8px;
  background: #e3e7fd;
  display: flex;
  padding: 6px 8px 6px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.prize-item-received .prize-code {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #1f1f1f;
  leading-trim: both;
  text-edge: cap;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;

  direction: ltr;
  border-radius: 6px;
  background: #fff;
}
.prize-item-received .use-prize-btn {
  color: #1f1f1f;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
#prizesList {
  overflow-y: auto;
  max-height: 65vh;
}

#receivedPrizes {
  overflow-y: auto;
  max-height: 65vh;
  width: 100%;
  flex-direction: column-reverse;
}
#receivedPrizes.tab-pane.active {
  display: flex;
}

/* --- Slot Machine Styles --- */
.slot {
  position: relative;
}
.icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.slots {
  width: 100%;
  position: absolute;
  top: 35px;

  z-index: 0;
}

.window {
  position: relative;
  overflow: hidden;
  height: 140px;
  display: flex;
  justify-content: center;
}

.outer-col {
  width: 60px;
  margin: 0 10px;
}

.col {
  padding: 10px;
  will-change: transform, filter;
}

.slots.spinning .outer-col:nth-of-type(1) .col {
  animation-delay: 0s;
}

.slots.spinning .outer-col:nth-of-type(2) .col {
  animation-delay: 0.2s;
}

.slots.spinning .outer-col:nth-of-type(3) .col {
  animation-delay: 0.4s;
}

.slots.spinning .col {
  animation: scroll 3.5s cubic-bezier(0.5, 0, 0.5, 1) 1,
    blur 4.5s cubic-bezier(0.5, 0, 0.5, 1) 1;
}

#spin-button {
  display: block;
  margin: 30px auto 0;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  background: #28a745;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

#spin-button:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  90% {
    transform: translate3d(0, calc(-100% + 328px), 0);
  }

  100% {
    transform: translate3d(0, calc(-100% + 332px), 0);
  }
}

@keyframes blur {
  0%,
  10%,
  80% {
    filter: blur(0);
  }

  30%,
  60% {
    filter: blur(8px);
  }
}

.mission_pgs_divs div.active {
  background: #ffc032;
}

.receivedPrizes_tit {
  color: #000 !important;
  text-align: center !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  letter-spacing: -0.28px !important;
}
.receivedPrizes_txt {
  color: #000 !important;
  text-align: center !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  letter-spacing: -0.24px !important;
}

/* --- Styles for the "Win" Modal --- */
#wonPrizesList {
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}

.won-prize-card {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.won-prize-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.won-prize-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.3em;
  font-weight: bold;
}
.won-prize-brand img {
  height: 30px;
}

.won-prize-card .description {
  color: #1f1f1f;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 10px 0;
}

.won-prize-card .prize-code-display {
  display: flex;
  height: 40px;
  padding: 5px 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1.5px solid #c2c7e2;
  background: #fafbfe;
  color: #2b2b2b;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.48px;

  transition: background-color 0.2s ease;
}
.won-prize-card .prize-code-display:hover {
  background-color: #f5f5f5;
}

#won-prize-card_id_1,
#won-prize-card_id_2 {
  order: 1;
  border-radius: 8px;
  background: #ffc032;
  padding: 16px;
}

.img_df {
}
.img_limoo {
  display: none;
}

#won-prize-card_id_1 .img_df,
#won-prize-card_id_2 .img_df {
  display: none;
}
#won-prize-card_id_1 .img_limoo,
#won-prize-card_id_2 .img_limoo {
  display: block;
}

#won-prize-card_id_1 .action-button,
#won-prize-card_id_2 .action-button {
  border-radius: 8px;
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.won-prize-card .action-button {
  width: 100%;
  padding: 15px;
  background-color: #ffd700; /* Yellow button */
  color: #333;
  border: none;
  border-radius: 12px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  display: block;
}

/* --- Styles for the Info Modal --- */
#infoModalBody {
  text-align: center;
  padding: 20px;
}

.info-modal-img {
  max-width: 120px;
  margin-bottom: 15px;
}

.info-modal-subtitle {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}

.info-modal-text-box {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  background: #e7ecff;
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.42px;
}

/* --- Styles for the Help Modal --- */
#helpModalBody {
  text-align: center;
  padding: 10px 20px 20px 20px;
}

.help-icon-container {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.help-banner {
  background-color: #fdd835;
  color: #333;
  padding: 8px 15px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 0.9em;
  transform: rotate(-5deg);
  margin-top: -20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.help-text-block {
  text-align: right;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.help-highlight-block {
  background-color: #f2f3ff;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  text-align: right;
}
.help-highlight-block p {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.42px;
}

.help-highlight-block h4 {
  text-align: center;
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 15px;
}

.chance-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.42px;
}

.chance-row span:last-child {
  color: #1f1f1f;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.42px;
}

.bard_id_4 {
  display: none;
}
.bard_id_8 {
  display: none;
}
.bard_id_9 {
  display: none;
}
/* .bard_id_10 {
  display: none;
} */

#reward_id_1,
#reward_id_2 {
  order: 1;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #ffc032;
}

#reward_id_1 .prize-item-received .prize-actions {
}

.des_vs_set {
  border-radius: 16px;
  border: 1px solid #c2c7e2;
  background: #fff;
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.mission_pgs {
  border-radius: 8px;
  border: 1px solid #7881b1;
  background: #eeeff3;
}
#info_help {
  display: none;
}

.mob_banner_div {
  display: none;
}
.helps_info_div {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.helps_info_div button {
  border-radius: 8px;
  border: 1.5px solid #7881b1;
  background: #eeeff3;

  display: flex;
  height: 48px;
  padding: 8px 12px 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;

  color: #495fc9;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.577px */
}

.hidden {
  display: none;
}

@media screen and (min-width: 600px) {
  .tabs_card {
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn_slot {
    padding: 8px 12px;
  }
}

@media screen and (min-width: 1400px) {
  .icon {
    width: 70px;
    height: 55px;
  }
  .outer-col {
    width: 80px;
    margin: 0 10px;
  }
  .window {
    height: 175px;
  }
}

@media screen and (max-width: 1400px) {
  .slots {
    width: 100%;
    top: 30px;
  }
  .icon {
    width: 55px;
    height: auto;
  }
  .outer-col {
    width: 70px;
    margin: 0 10px;
  }
  .window {
    height: 155px;
  }
}

@media screen and (max-width: 1280px) {
  .icon {
    width: 50px;
    height: 45px;
  }
  .outer-col {
    width: 60px;
    margin: 0 10px;
  }
  .window {
    height: 150px;
  }
}

@media screen and (max-width: 1200px) {
  .slots {
    top: 25px;
  }
  .icon {
    width: 45px;
    height: auto;
  }
  .outer-col {
    width: 55px;
    margin: 0 10px;
  }
  .window {
    height: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .icon {
    width: 40px;
    height: 40px;
  }
  .outer-col {
    width: 60px;
    margin: 0 10px;
  }
  .window {
    height: 125px;
  }
}

@media screen and (max-width: 992px) {
  .icon {
    width: 90px;
    height: 70px;
  }
  .outer-col {
    width: 100px;
    margin: 0 10px;
  }
  .window {
    height: 215px;
  }

  .mission_pgs {
    border-radius: 8px;
    background: #fff;
    border: none;
  }
  .banner_div {
    display: none;
  }
  .helps_info_div {
    display: none;
  }
  .mob_banner_div {
    display: block;
  }
  .des_vs_set {
    padding: initial;
    border: none;
    background: transparent;
  }
  #info_help {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .icon {
    width: 90px;
    height: 70px;
  }
  .outer-col {
    width: 100px;
    margin: 0 10px;
  }
  .window {
    height: 215px;
  }
}

@media screen and (max-width: 500px) {
  .slots {
    top: 40px;
  }
  .window {
    height: 175px;
  }
  .icon {
    width: 70px;
    height: 55px;
  }
  .col {
    padding: 8px;
  }
  .outer-col {
    width: 90px;
  }
}

@media screen and (max-width: 470px) {
  .slots {
    top: 30px;
  }
  .window {
    height: 160px;
  }
  .icon {
    width: 60px;
    height: 50px;
  }
  .col {
    padding: 8px;
  }
  .outer-col {
    width: 70px;
  }
}

@media screen and (max-width: 415px) {
  .slots {
    top: 30px;
  }
  .window {
    height: 150px;
  }
  .icon {
    width: 55px;
    height: 46px;
  }
  .outer-col {
    width: 65px;
  }
}

@media screen and (max-width: 412px) {
  .slots {
    top: 30px;
  }
  .window {
    height: 150px;
  }
  .icon {
    width: 55px;
    height: 45px;
  }
  .outer-col {
    width: 65px;
  }
}

@media screen and (max-width: 390px) {
  .slots {
    top: 30px;
  }
  .window {
    height: 140px;
  }
  .icon {
    width: 50px;
    height: 42px;
  }
  .outer-col {
    width: 60px;
  }
}

@media screen and (max-width: 375px) {
  .slots {
    top: 30px;
  }
  .window {
    height: 130px;
  }
  .icon {
    width: 50px;
    height: auto;
  }
}

@media screen and (max-width: 360px) {
  .slots {
    top: 25px;
  }
  .window {
    height: 130px;
  }
  .icon {
    width: 40px;
    height: 40px;
  }

  .outer-col {
    width: 50px;
  }
}
