#spinerModal .container {
    position: relative;
    width: 340px;
    height: 340px;
  }


  #spinerModal #wheel {
    max-height: inherit;
    width: inherit;
    /* background: #2B2B2B; */
    border-radius: 50%;
    padding: 8px;
    /* background-image: url(../images/circle-dots.svg); */
    background-color: #fff;
    background-position: center;
    background-size: 95%;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: relative;
    transition: transform 4s ease-out;
    width: 100%;
    height: 100%;
    box-shadow: 20px 20px 20px 20px rgb(0 0 0 / 3%);
  }

  @keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
  }

.wheel-container h4{
    color: #2B2B2B;
}
  #spinerModal .buttonfx {
    padding: 10px 20px;
    border-radius: 10px;
    background: #F24E1E;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    margin: auto;
    width: 161px;
    height: 56px;
    padding: 14px 18px;
    color: #fff;
    border: none;
  }


  #spinerModal .spinerText {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 96px;
      height: 96px;
      border-radius: 50%;
      top: 0;
      right: 0;
      left: 0;
      margin: auto;
      transform: rotate(0deg);
      z-index: 999;
      bottom: 11px;
      background-color: #2B2B2B;
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: 'Helvetica CE';
      border: 3px solid #fff;
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
      cursor: pointer;
  }
  @media (max-width : 540px){
      #spinerModal .spinerText{
          width: 75px;
          height: 75px;
          font-size: 16px;

      }
  }
  #spinerModal .spinerArrow {
      position: absolute;
      width: 40px;
      top: 0;
      right: 0;
      left: 0;
      margin: auto;
      transform: rotate(0deg);
      z-index: 999;
      /* bottom: 11px; */
    }
    @media (max-width: 540px) {
      #spinerModal .spinerArrow {
          height: 32px;
          object-fit: contain;
      }
    }

  #spinerModal canvas {
    transform: rotate(360deg);
    width: 100%;
  }


  @media screen and (max-width: 768px) {
    #spinerModal img {
        right: -5%;
    }
  }



  #spinerModal .wheel-container {
    position: relative;
    display: flex;
    flex-direction: column;
    /* Stack arrow and wheel vertically */
    align-items: center;
    /* Center content horizontally */
    font-family: Inter;
  }



  #spinerModal button {
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
  }

  #spinerModal .firstResult {
    color: #F24E1E;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    /* margin-top: 30px; */
  }

  /* .spinning .modal-body {
    background-image: url(../images/win.gif);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  } */

  html[lang=ar] .wheel-container .buttonfx i,
  html[lang=ar] #_close-btn i,
  #spinerModal #spin-btn i{
    transform: rotate(180deg);
}
  #spinerModal .copyCode i{
    color: #F24E1E;
  }
  #spinerModal .copyCode {
      display: flex;
      width: 269px;
      height: 64px;
      padding: 19px 30px;
      align-items: flex-start;
      justify-content: space-between;
      gap: 10px;
      border-radius: 20px;
      border: 1px solid #C4C4C4;
  }

  #spinerModal .copyCode h5 {
      color: #000;
      text-align: center;
      font-family: "Helvetica Neue";
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; /* 109.091% */
  }

  #spinerModal .modal-content {
    border-radius: 36px;
    box-shadow: none;
  }

  #spinerModal h4 {
    font-size: 20px;
  }
  #congrats{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 22px;
      position: relative;
      /* transition: all .7s ease-in; */
  }
  #congrats .congrats_gif{
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
  }

  .congrats h6,
  .congrats p {
    font-weight: 700;
    font-family: Helvetica Neue;
    margin-bottom: 0 !important;
  }
  .congrats h6{
      font-size: 36px;
      line-height:40px;
  }
  .congrats_img{
      width: 96px;
      height: 96px;
      border-radius: 50%;
      /* background-color: #F24E1E; */
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
      display: flex;
      align-items: center;
      justify-content: center;

  }


  @media (min-width: 576px) {
    #spinerModal .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
  }
  @media (max-width: 576px){
    #spinerModal .firstResult {

        font-size: 25px;
    }
    .congrats h6, .congrats p {
        font-size: 14px !important;

    }
    #spinerModal #wheel{
        background-size: 93%;
        background-repeat: no-repeat;
        border-radius: 50%;
        position: relative;
        transition: transform 4s ease-out;
        width: 250px;
        height: 250px;
    }
    #spinerModal h4 {
        font-size: 20px;
    }
    #spinerModal .copyCode h5 {
        font-size: 15px;
    }
  }
  .resultDescription{
      display: flex;
      height: 124px;
      padding: 24px 24px 0 24px;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      border-radius: 16px;
      background: #F5F5FA;
      color: #2B2B2B;
      text-align: center;
      font-family: "Helvetica Neue";
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px; /* 142.857% */
      letter-spacing: -0.15px;
  }

  .resultDescription .result{
      color: #2B2B2B;
      text-align: center;
      font-family: "Helvetica Neue";
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px; /* 100% */
      letter-spacing: 0.352px;
  }

  .discribe{
      color: #4A5565;
      text-align: center;
      font-family: "Helvetica Neue";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
      letter-spacing: -0.312px;
  }
.bio_button,
.ladies_bio_button{
    gap: 12px;
    height: 60px;
    padding: 16px 32px;
    border: 1px solid transparent;
    transition: .5s ease-in-out;
    border-radius: 200px;
    margin-top: 1rem;
}
.bio_button{
    background-color: #E63312;
    box-shadow: 0 10px 15px -3px rgba(230, 51, 18, 0.20), 0 4px 6px -4px rgba(230, 51, 18, 0.20), 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}
.ladies_bio_button{
    background-color: #FF288C;
    box-shadow: 0 10px 15px -3px rgba(255, 40, 140, 0.20), 0 4px 6px -4px rgba(255, 40, 140, 0.20), 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}
/* .bio_button:hover{
    border: 1px solid rgba(230, 51, 18, 0.30) !important;
    background: linear-gradient(90deg, rgba(230, 51, 18, 0.10) 0%, rgba(230, 51, 18, 0.20) 50%, rgba(230, 51, 18, 0.10) 100%) !important;
}
.ladies_bio_button:hover{
    border: 1px solid rgba(255, 40, 140, 0.30) !important;
    background: linear-gradient(90deg, rgba(255, 40, 140, 0.10) 0%, rgba(255, 40, 140, 0.20) 50%, rgba(255, 40, 140, 0.10) 100%) !important;
} */
