* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Sequel Sans Medium Head";
  overflow-y: scroll;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: none;
}

/* FOR-ALL */

main.page-wrap {
  width: 100%;
  height: 100vh;
  background-color: #1e003e;
  position: relative;
}

/* FOR-ALL */

/* SIGN-IN-&-SIGN-UP-PAGES */

.sign-in-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.sign-in-left {
  width: 50%;
  height: 100%;
  position: relative;

  h1 {
    font-size: 70px;
    font-family: "Anton SC", serif;
    text-transform: uppercase;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    margin: 0;
    text-shadow: 0px 0px 60px #adfe0499;

    span {
      color: #adfe04;
    }
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

label.login-labl {
  -webkit-text-fill-color: transparent;
  align-items: baseline;
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 19px;
  width: fit-content;
}

.remeber-me-title {
  font-size: 15px;
  font-weight: 300;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.sign-up-right form label input[type="checkbox"] {
  width: 22px;
  height: 21px;
  margin-right: 4px;
  cursor: pointer;
  appearance: none;
  border: 2px solid #fff;
  border-radius: 6px;
  outline: none;
}

.sign-up-right form label input[type="checkbox"]:checked {
  background-image: url(../images/sign-in/checkbox-checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: transparent;
}

.sign-in-right {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 0rem 4.5rem 0rem 4.5rem;

  h2 {
    font-size: 28px;
    font-family: "Anton SC", serif;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    text-align: center;
    width: fit-content;
    background: linear-gradient(180deg, #45297e 0%, #7d4ae4 100%);
    display: block;
    padding: 0.8rem 10rem;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
  }

  form {
    width: 60%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  input.sign-in-right-number {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ffffff1f;
    background-color: #17012f;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 0px 10px 3px 90px;
    background-image: url(../images/sign-in/phone.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center left 60px;

    &::placeholder {
      color: #fff;
    }
  }
}

.sign-in-right-numpad {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #ffffff14;
  border-radius: 20px;

  button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(248, 248, 248, 0.06);
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      width: 25px;
    }

    &:nth-child(10) {
      font-size: 16px;
    }
  }
}

.sign-in-right-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;

  button,
  a {
    width: 100%;
    padding: 0.6rem 0;
    text-align: center;
    border: 1px solid #7d4ae4;
    border-radius: 40px;
    background: rgba(125, 74, 228, 0.08);
    color: #7d4ae4;
    font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
  }

  button {
    color: #fff;
    background-color: #7d4ae4;
  }
}

.sign-up-right {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 0rem 4.5rem 0rem 4.5rem;

  h2 {
    font-size: 28px;
    font-family: "Anton SC", serif;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    text-align: center;
    width: fit-content;
    background: linear-gradient(180deg, #45297e 0%, #7d4ae4 100%);
    display: block;
    padding: 0.8rem 10rem;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
  }

  form {
    width: 70%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .sign-up-field {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;

    label {
      position: absolute;
      left: 10px;
      top: -10px;
      color: rgba(248, 248, 248, 0.6);
      font-size: 13px;
      font-family: "Sequel Sans Roman Head";
      background: #1e003e;
      padding: 0px 5px;
    }

    input[type="text"] {
      width: 100%;
      height: 60px;
      border: 1px solid #ffffff14;
      background: transparent;
      border-radius: 8px;
      padding-left: 15px;
      color: #fff;
      font-family: "Sequel Sans Roman Head";
      font-size: 14px;

      &::placeholder {
        color: #ddd;
      }
    }

    img.calender-icon {
      position: absolute;
      right: 14px;
      top: 18px;
    }

    input[type="password"] {
      width: 100%;
      height: 60px;
      border: 1px solid #ffffff14;
      background: transparent;
      border-radius: 8px;
      padding-left: 15px;
      color: #fff;
      font-family: "Sequel Sans Roman Head";
      font-size: 14px;

      &::placeholder {
        color: #ddd;
      }
    }

    input[type="date"] {
      width: 100%;
      height: 60px;
      border: 1px solid #ffffff14;
      background: transparent;
      border-radius: 8px;
      padding-left: 15px;
      color: #fff;
      font-family: "Sequel Sans Roman Head";
      font-size: 14px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: url(../images/sign-in/calender-icon.svg) center right 18px
        no-repeat;
      background-size: auto;

      &::placeholder {
        color: #ddd;
      }
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
      display: none;
      /* Hides the default calendar icon in Chrome */
    }

    select {
      width: 100%;
      height: 60px;
      border: 1px solid #ffffff14;
      background: transparent;
      border-radius: 8px;
      padding-left: 15px;
      color: #ddd;
      font-family: "Sequel Sans Roman Head";
      font-size: 14px;
      appearance: none;
      outline: none;
      padding: 0 10px;
      background: url(../images/sign-in/dropdown-icon.svg);
      background-position: center right 18px;
      background-size: auto;
      background-repeat: no-repeat;
      background-color: transparent;

      option {
        color: #000;
      }
    }
  }
}

.already-user-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;

  p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }

  a {
    width: 100%;
    padding: 0.6rem 0;
    text-align: center;
    border: 1px solid #7d4ae4;
    border-radius: 40px;
    background: rgba(125, 74, 228, 0.08);
    color: #7d4ae4;
    font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
  }
}

/* SIGN-IN-&-SIGN-UP-PAGES */

/* OTP POPUP CSS */

/* OTP VERIFICATION CSS */

.OTP-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;

  & h1 {
    color: #ffffff;
    text-align: center;
    font-size: 34px;
    font-weight: 200;

    & span {
      color: #7d4ae4;
    }
  }

  & p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
  }

  .btn-OTP-wrap {
    padding-top: 15px;

    & button {
      width: max-content;
      height: auto;
      color: #fff;
      border: none;
      display: flex;
      border-radius: 30px;
      background: #7d4ae4;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 500;
      padding: 10px 42px;
    }
  }

  .resend-verfication-me {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    color: #000000;
    font-size: 16px;
    margin-top: 17px;
    padding: 4px;
    font-weight: 500;

    & p {
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 0;
      font-weight: 500;
    }

    & a {
      color: #7d4ae4;
      text-decoration: underline !important;
      font-size: 16px;
    }
  }

  .resend-verfication-me2 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    padding: 4px;
    font-weight: 500;

    & p {
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 0;
      font-weight: 500;
    }

    & a {
      color: #7d4ae4;
      text-decoration: inherit;
      font-size: 16px;
    }
  }
}

.common-modal-all .modal-dialog {
  max-width: 541px;
  /* border-radius: 56px; */
}

.common-modal-all2 .modal-dialog {
  max-width: 353px;
  /* border-radius: 56px; */
}

.common-popup-inner {
  padding: 34px 6px 25px 6px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}

.common-modal-all button.btn-close {
  right: 8px;
  position: absolute;
  top: 8px;
  background: url(../images/sign-in/close-popup-icon.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  font-size: 25px;
  padding: 0;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  box-shadow: none;
}

.common-modal-all2 button.btn-close {
  right: 8px;
  position: absolute;
  top: 8px;
  background: url(../images/sign-in/close-popup-icon.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  font-size: 25px;
  padding: 0;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  box-shadow: none;
}

.otp-verification-input {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.otp-verification-input .inputs {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  /* background: #FFF; */
  background: #d6d6d636;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

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

/* OTP VERIFICATION CSS */

/* OTP POPUP CSS */

/* HOME-PAGE */

.home-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.home-left {
  width: 50%;
  height: 100%;
  background-color: #7d4ae4;
  padding: 1.2rem;
}

.header-section {
  width: 100%;
  height: auto;
  padding: 1.5rem;
  background-color: rgba(30, 0, 62, 0.08);
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;

  h2 {
    font-size: 32px;
    font-weight: 400;
    display: flex;
    color: #fff;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;

    img {
      width: 30px;
      height: auto;
    }
  }

  p {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    color: #e3daf7;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    width: 100%;

    img {
      width: 22px;
      height: auto;
    }
  }
}

.reward-points {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 0rem;

    .title {
        min-height: 230px;
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 34px;
        height: 20px;

        input {
          opacity: 0;
          width: 0;
          height: 0;
        }
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #e3daf7;
        transition: 0.4s;
        border-radius: 50px;

        :before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            border-radius: 50px;
            left: 4px;
            bottom: 4px;
            background-color: #fff;
            transition: 0.4s;
        }
    }

    input:checked + .slider {
        background-color: #7d4ae4;
    }

    input:checked + .slider:before {
        transform: translateX(14px);
    }

    h1 {
    font-family: Anton SC;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff;

    span {
      color: #adfe04;
    }
  }

  p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4rem;
    font-family: "Sequel Sans Book Head";
    color: #a599b2;
  }

  h2 {
    font-family: Anton SC;
    font-size: 120px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0rem;
    color: #fcd70c;
    line-height: 100px;
    text-shadow: 0px 0px 60px #fcd70c33;

    span {
      font-size: 30px;
      background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 0.07) 100%
      );
      font-family: "Sequel Sans Semi Bold Body";
      text-shadow: 0px 0px 1px #ffffff52;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
  }

  a, button {
    padding: 0.6rem 3.5rem;
    text-align: center;
    border: 1px solid #7d4ae4;
    border-radius: 40px;
    color: #fff;
    background-color: #7d4ae4;
    font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
  }
}

/* TIMER-SECTION */

.timer-container {
  width: 100px;
  height: 100px;
  position: absolute;
}

.circle {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

circle {
  fill: none;
  stroke-width: 10;
}

circle:first-of-type {
  stroke: #8053da;
}

.progress {
  stroke: #18fda0;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s linear;
}

.time {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  font-family: "Anton SC", serif;
}

/* TIMER-SECTION */

.home-in {
  width: 100%;
  height: auto;
  padding: 1rem 1.5rem;
  background-color: rgba(30, 0, 62, 0.08);
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.home-in-top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;

  a {
    padding: 0.6rem 1.5rem;
    text-align: center;
    border-radius: 40px;
    color: #1e003e;
    background-color: #fff;
    font-size: 15px;
  }
}

.home-in-top-left {
  width: 65%;

  h3 {
    font-size: 22px;
    font-weight: 400;
    display: flex;
    color: #fff;
    margin-bottom: 10px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Sequel Sans Book Head";
    color: #d6c7f3;
  }
}

.home-in-boxes {
  width: 100%;
  height: auto;
  max-height: fit-content;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  gap: 20px;

  &::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    display: none;
  }

  &::-webkit-scrollbar-track {
    background: #eee;
    background-color: #7d4ae4;
    border-radius: 20px;
  }

  &::-webkit-scrollbar-thumb {
    background-color: #d6c7f3;
    border: none;
    border-radius: 20px;
  }
}

.reward-item {
    cursor: pointer;
}

.cash-item, .reward-item {
  background-color: #7d4ae4;
  border-radius: 15px;
  width: 30.8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.5rem;
  box-shadow: inset 0 0 30px 10px var(--custom-color);

  img {
    width: 50px;
    aspect-ratio: 1;
    margin-bottom: 10px;
    border-radius: 20%;
    object-fit: cover;
  }

    &.disabled {
        opacity: 0.5;
        pointer-events: none;
        cursor: not-allowed;
    }

  h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-family: "Sequel Sans Bold Head";
  }

  p {
    font-size: 14px;
    color: #e5dbfa;
    margin-bottom: 5px;
  }

  h5 {
    font-family: "Anton SC", serif;
    font-size: 30px;
    margin-bottom: 0;
    background: linear-gradient(180deg, #caedff 0%, #55cbff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  &:nth-child(2) h5 {
    background: linear-gradient(0deg, #ffd718 0%, #fff83d 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  &:nth-child(3) h5 {
    background: linear-gradient(0deg, #c7daeb 0%, #edf6f7 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  &:nth-child(4) h5 {
    background: linear-gradient(0deg, #ffd12d 0%, #fced6f 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  &:nth-child(5) h5 {
    background: linear-gradient(0deg, #80bde4 0%, #f5fcff 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  &:nth-child(5) h5 {
    background: linear-gradient(0deg, #80bde4 0%, #f5fcff 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  &:nth-child(6) h5 {
    background: linear-gradient(0deg, #ff9229 0%, #ffab57 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }
}

.navbar-wrap {
  position: absolute;
  bottom: 0;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;

  ul {
    padding: 2px;
    margin: 0;
    display: flex;
    backdrop-filter: blur(110px);
    border: 1px solid #ffffff1f;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 30px 30px 0 0;

    li {
      list-style: none;

      &:first-child a {
        border-top-left-radius: 30px;
      }

      &:last-child a {
        border-top-right-radius: 30px;
      }

      a {
        padding: 0.7rem 4rem;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #b9adc7;

        img {
          filter: brightness(0) invert(0.8);
        }

        &.active {
          background-color: rgba(30, 0, 62, 0.16);
          color: #fcd70c;
        }

        &.active img {
          filter: brightness(1) invert(0);
        }
      }

      button {
        padding: 0.7rem 4rem;
        display: flex;
        align-items: center;
        gap: 10px;
        background: transparent;
        color: #b9adc7;
        border: none;

        img {
          filter: brightness(0) invert(0.8);
        }

        &.active {
          background-color: rgba(30, 0, 62, 0.16);
          color: #fcd70c;
        }

        &.active img {
          filter: brightness(1) invert(0);
        }
      }
    }
  }
}

/* EARN-POINT-MODAL */

#earnpoint-modal ~ .modal-backdrop {
  opacity: 0;
}

#earnpoint-modal .modal-dialog {
  max-width: 100%;
  padding-right: 17px;
}

#earnpoint-modal .modal-content {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

#earnpoint-modal .button-outer-shape {
  border-radius: 50%;
  box-shadow: 0 0 100px 10px #1e003e;
}

#earnpoint-modal button {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 255, 255, 0) 88.35%,
    rgba(255, 255, 255, 0.08) 100%
  );
  border-radius: 50%;
  backdrop-filter: blur(2px);
  padding: 10px;
  overflow: hidden;

  span.shape-1 {
    background-color: #fcd70c;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  span.shape-2 {
    background-color: #1e013e;
    display: flex;
    width: 90%;
    height: 90%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  span.shape-3 {
    background-color: #adfe04;
    display: flex;
    width: 90%;
    height: 90%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Anton SC;
    font-size: 24px;
    font-weight: 400;
    color: #1e003e;
    letter-spacing: 0.06em;
  }
}

/* EARN-POINT-MODAL */

/* HOME-PAGE */

/* HISTORY-PAGE */

.history-wrap {
  width: 100%;
  height: auto;

  h1 {
    font-size: 22px;
    font-weight: 400;
    display: flex;
    color: #fff;
    margin-bottom: 15px;
  }

  .table-responsive {
    overflow-y: auto;
    max-height: 400px;

    &::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      display: none;
    }

    &::-webkit-scrollbar-track {
      background: #eee;
      background-color: #7d4ae4;
      border-radius: 20px;
    }

    &::-webkit-scrollbar-thumb {
      background-color: #d6c7f3;
      border: none;
      border-radius: 20px;
    }
  }

  table {
    width: 100%;
    height: auto;
    border-collapse: separate;
    border-spacing: 0;

    & tr:nth-child(odd) {
      background-color: #7d4ae4;
    }

    tr th {
      padding: 0.8rem;
      color: #d8c9f7;
      font-weight: 400;
      font-size: 15px;
    }

    tr:first-child th:first-child {
      border-top-left-radius: 15px;
    }

    tr:first-child th:last-child {
      border-top-right-radius: 15px;
    }

    tr td {
      padding: 0.8rem;
      color: #fff;
      font-weight: 400;
      font-size: 13px;
    }
  }
}

/* HISTORY-PAGE */

/* MY-PROFILE-PAGE */

.profile-wrap {
  width: 100%;
  height: auto;

  h1 {
    font-size: 22px;
    font-weight: 400;
    display: flex;
    color: #fff;
    margin-bottom: 30px;
  }

  form {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .sign-up-field {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;

    label {
      position: absolute;
      left: 10px;
      top: -10px;
      color: rgba(248, 248, 248, 0.6);
      font-size: 13px;
      font-family: "Sequel Sans Roman Head";
      background: #7544d7;
      padding: 0px 5px;
    }

    input[type="text"] {
      width: 100%;
      height: 50px;
      border: 1px solid #ffffff14;
      background: transparent;
      border-radius: 8px;
      padding-left: 15px;
      color: #fff;
      font-family: "Sequel Sans Roman Head";
      font-size: 13px;

      &::placeholder {
        color: #ddd;
      }
    }

    img.calender-icon {
      position: absolute;
      right: 14px;
      top: 18px;
    }
  }

  .profile-update {
    width: 100%;
    height: auto;

    input {
      width: 100%;
      padding: 10px;
      background-color: #7d4ae4;
      border: none;
      outline: none;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.02em;
      color: #fff;
      border-radius: 8px;
    }
  }
}

.sign-up-right {
  & .sign-up-field {
    input[type="password"] {
      width: 100%;
      height: 60px;
      border: 1px solid #ffffff14;
      background: transparent;
      border-radius: 8px;
      padding-left: 15px;
      color: #fff;
      font-family: "Sequel Sans Roman Head";
      font-size: 14px;
    }
  }
}

/* MY-PROFILE-PAGE */

/* SHOP-PAGE */

.shop-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.shop-left {
  width: 50%;
  height: 100%;
  background-color: #7d4ae4;
  padding: 1.2rem;
}

.shop-in {
  width: 100%;
  height: auto;
  padding: 1rem 1.5rem;
  background-color: rgba(30, 0, 62, 0.08);
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.shop-in-boxes {
  width: 100%;
  height: auto;
  display: flex;
  max-height: 80dvh;
  flex-wrap: wrap;
  overflow-y: auto;
  gap: 20px;

  &::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    display: none;
  }

  &::-webkit-scrollbar-track {
    background: #eee;
    background-color: #7d4ae4;
    border-radius: 20px;
  }

  &::-webkit-scrollbar-thumb {
    background-color: #d6c7f3;
    border: none;
    border-radius: 20px;
  }
}

button.back-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  margin: 8px;
  padding: 4px;
}

.no-rewards {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;

  h1 {
    font-size: 22px;
    font-weight: 400;
    display: flex;
    color: #fff;
    margin-bottom: 15px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Sequel Sans Book Head";
    color: #d6c7f3;
  }
}

:root {
  --reward-modal-bg: #1e003e; /* Purple background for modal */
  --reward-modal-color: #ffffff; /* White text color */
  --reward-modal-border-color: #1e003e; /* Border color matching the modal background */
  --reward-modal-header-border-color: rgba(255, 255, 255, 0.2); /* Light border for header */
  --reward-modal-footer-border-color: rgba(255, 255, 255, 0.2); /* Light border for footer */
  --reward-modal-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Subtle shadow for modal */
  --reward-modal-footer-bg: transparent; /* Transparent footer background */

  --reward-toast-bg: #7d4ae4; /* Purple background for toast */
  --reward-toast-color: #ffffff; /* White text color */
  --reward-toast-border-color: #7d4ae4; /* Border color matching the toast background */
}

.reward-toast {
  background-color: var(--reward-toast-bg); /* Use updated background color */
  color: var(--reward-toast-color); /* Use updated text color */
  border-color: var(--reward-toast-border-color); /* Use updated border color */

  .toast-header {
    background-color: var(--reward-toast-bg); /* Use updated background color */
    color: var(--reward-toast-color); /* Use updated text color */
    border-color: var(--reward-toast-border-color); /* Use updated border color */
  }

  .toast-body {
    color: var(--reward-toast-color); /* Use updated text color */
    background-color: var(--reward-toast-bg); /* Use updated background color */
  }
}

.modal-content {
  background-color: var(--reward-modal-bg); /* Use updated background color */
  color: var(--reward-modal-color); /* Use updated text color */
}

.modal-header,
.modal-footer {
  border-color: var(--reward-modal-header-border-color); /* Use updated border color */
  border-width: 0;
}

.modal-image {
    width: 250px;
    height: auto;
}

.modal-footer {
  background-color: var(--reward-modal-footer-bg); /* Use updated footer background */

  /* Cancel Button Styling */
  .cancel-btn {
    background-color: #6c757d; /* Neutral gray background */
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  .cancel-btn:hover {
    background-color: #5a6268; /* Darker shade on hover */
    color: #fff;
  }

  /* Confirm Button Styling */
  .confirm-btn {
    background-color: #8a4cff; /* Purple background */
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px; /* Full-rounded corners */
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .confirm-btn:hover {
    background-color: #7a3dd9; /* Slightly darker purple on hover */
    color: #fff;
  }
}

/* SHOP-PAGE */

/* TOASTS */

.toast-success {
  background-color: #428545;
}

.toast-error {
  background-color: #f44336;
}

.toast-warning {
  background-color: #ffc107;
}

/* TOASTS */

/*Date-Picker*/

.ui-datepicker {
  width: auto;
  background: #fff;
  padding: 10px;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 2.10396px 10.5198px rgba(170, 170, 170, 0.5);
}

.ui-datepicker-calendar th {
  border: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ui-datepicker-calendar td {
  border: 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ui-datepicker-calendar td a {
  color: #000;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  border-radius: 50%;
}

.ui-datepicker-calendar td a:hover {
  color: #fff !important;
  background: linear-gradient(180deg, #45297e 0%, #7d4ae4 100%);
}

.ui-datepicker-today a {
  color: #fff !important;
  background: linear-gradient(180deg, #45297e 0%, #7d4ae4 100%);
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
}

.ui-datepicker-prev {
  float: none;
  font-size: 13px;
  /* text-transform: uppercase; */

  /* background: #000; */
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #333333 !important;
  cursor: pointer;
}

.ui-datepicker-next {
  float: none;
  font-size: 13px;
  /* text-transform: uppercase; */

  /* background: #000; */
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #333333 !important;
  cursor: pointer;
}

.ui-datepicker-title {
  margin-bottom: 0px;
  clear: left;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  z-index: -1;
}

/*Date-Picker*/

/* ============== LOGOUT WRAP CSS 07-01-2025 =================== */

.logout-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.log-img {
  position: absolute;
  left: 35px;
}

/* ============== LOGOUT WRAP CSS 07-01-2025 =================== */
