.fortune-main-block,.jBox-Modal {
    --main-color: #2C3135;
    --secondary-color: #D8CCC0;
    --primary-color:#FE6F5F;
      --primary-950:#480e07;
    --wrapper-color: white;
    --text-color:rgba(91, 91, 91, 1);
    --text-font: Manrope,Roboto,sans-serif;
    --header-font:Merriweather, serif;
    --corner-large: 10px;
    --corner-small: 5px;
  
    --text-small: 18px;
    --text-medium: 24px;
    --text-large: 50px;
    --block-spacing: 20px;
  }
  .circle-wrapper {
    border: 15px solid #182B88!important;
  }
  .btn-spin {
    border: 7px solid #182B88!important;
    color: #182B88!important;
          
  }
  .fortune-main-block .box .productnames {
      font-size: 13px;
  }

  @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
  body {
      .fortune-main-block, .jBox-Modal {
      --main-color: #2C3135;
      --secondary-color: #D8CCC0;
      --primary-color: #d3ddf7;
      --primary-950: #480e07;
      --wrapper-color: white;
      --text-color: rgba(91, 91, 91, 1);
      --text-font: Manrope, Roboto, sans-serif;
      --header-font: Merriweather, serif;
      --corner-large: 10px;
      --corner-small: 5px;
      --text-small: 18px;
      --text-medium: 24px;
      --text-large: 50px;
      --block-spacing: 20px;
  }
      
  }
  .marker {
      display: none;
  }
  body .fortune-main-block .btn-spin {
    background:none;
      border:none!important;
      border-radius: 50%;
      background:var(--primary-color);
      opacity:.9;
      width:60px;
      height:60px;
      color:transparent!important;
  }
  .log-record {
      display:grid;
      grid-template-columns: repeat(3,1fr);
      border-bottom: 1px solid var(--btn-gray, #E2E8F0);
  background: var(--Colors-Accent-White, #FFF);
      align-items:center;
       height: 62px;
  }
  .logs-participants {
      border-radius: 10px;
  overflow:hidden;
  }
  .wheel-overlay {
      position: absolute;
      pointer-events:none;
      left:0;
      top:0;
      height:100%;
      width:100%;
      z-index:2;
          &::after {
          content:'';
          z-index:3;
          position: absolute;
          left:0;
          top:0;
          width:100%;
          height:100%;
          background: conic-gradient(rgba(255,255,255,.2) 0deg, rgba(255,255,255,.2) var(--degree), transparent var(--degree));
    border-radius: 50%;
      filter: drop-shadow(1px 1px 5px rgba(255,255,255,1));
          rotate: calc(var(--degree) / -2); /* Вращение градиента */
      transform-origin: center;
      }
      &::before {
          content:'';
          position:absolute;
          left:50%;
          top:50%;
          z-index: 2;
          width:90px;
          height:90px;
          translate:-50% -50%;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3)!important;
  
  box-shadow:  20px 20px 60px #bebebe,
               -20px -20px 60px #ffffff;
      }
      .lines {
          position: relative;
          width:100%;
          height:100%;
          &::after {
              content:'';
              position: absolute;
              left:50%;
              top:0;
              z-index:2;
              height:50%;
              width:2px;
              background:linear-gradient(0deg, transparent 0%, transparent 45px, white 45px, white calc(100% - 20px), transparent calc(100% - 20px), transparent 100%);
              
              rotate:calc(var(--degree) / 2);
              transform-origin: left bottom;
          }
          &::before {
              content:'';
              position: absolute;
              left:50%;
              top:0;
              z-index:2;
              height:50%;
              width:2px;
              background:linear-gradient(0deg, transparent 0%, transparent 45px, white 45px, white calc(100% - 20px), transparent calc(100% - 20px), transparent 100%);
              
              rotate:calc(var(--degree) / -2);
              transform-origin: left bottom;
          }
      }
  }
  .fortune-main-block .circle-wrapper {
      border: 6px solid white !important;
      box-shadow:inset 0px 0px 15px 0px rgb(136, 119, 223);
      width: calc(100% - 24px);
      height: calc(100% - 24px);
  }
  .wheel {
    position: relative;
    width: 200px;
    height: 200px;
      z-index: 1;
  
      
  }
  #app {
      position: relative;
      &::after {
          content:'';
          background: url(https://fs19.getcourse.ru/fileservice/file/download/a/94179/sc/207/h/fb73db7bb11b6d995e3558874b2064ff.webp) no-repeat center / cover;
      width:120%;
          height:120%;
          left:50%;
          top:50%;
          translate:-50% -50%;
          pointer-events:none;
          position: absolute;
          
      }
      
  }
  .fortune-logs {
          padding-top:45px;
      padding-top:60px;
      }
  .jBox-Modal .jBox-title {
      font-size: 24px;
      background:none;
  }
  .jBox-container {
      background:var(--primary-color);
      .prize {
          text-align:center;
          padding-top:15px;
      }
  }


.fortune-main-block {
    background-color: var(--primary-color);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
  }
  .fortune-main-block .attemps-wrapper {
    border-radius: var(--corner-large);
    background-color: var(--wrapper-color);
    padding: 30px;
    width: clamp(360px, 100vw - 30px, 820px);
  }
  .fortune-main-block .attemps-wrapper .fortune-subtitle {
    font-size: var(--text-small);
    color: var(--text-color);
    text-align: center;
    font-family: var(--text-font);
  }
  .fortune-main-block .attemps-wrapper .fortune-title {
    font-family: var(--header-font);
    font-size: var(--text-large);
    color: var(--main-color);
    font-weight: 900;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    padding-top: var(--block-spacing);
  }
  .fortune-main-block .attemps-wrapper .fortune-attemps {
    font-size: var(--text-small);
    color: var(--text-color);
    text-align: center;
    font-family: var(--text-font);
    font-weight: 600;
    padding-top: var(--block-spacing);
  }
  .fortune-main-block .attemps-wrapper .fortune-prizes {
    text-decoration: underline;
    cursor: pointer;
  }
  .fortune-main-block .attemps-wrapper .fortune-spin {
    margin-top: var(--block-spacing);
    position: relative;
    background: var(--secondary-color);
    color: var(--wrapper-color);
    border: none;
    padding: 12px 35px;
    border-radius: var(--corner-small);
  }
  .fortune-main-block .attemps-wrapper .fortune-spin::before {
    content: "";
    pointer-events: none;
    background-image: url(https://taplink.st/p/2/e/b/5/62787502.png?0);
    background-size: 50px 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--corner-small);
  }
  .fortune-main-block #app {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
  }
  .fortune-main-block .disabledbtn {
    opacity: 0.5;
    pointer-events: none;
  }
  .fortune-main-block .marker {
    position: absolute;
    width: 60px;
    left: 172px;
    top: -20px;
    z-index: 4;
  }
  @media (max-width: 520px) {
    .fortune-main-block .marker {
      left: 50%;
      translate: -50% 0;
    }
  }
  .fortune-main-block .wheel {
    width: 100%;
    height: 100%;
  }
  .fortune-main-block .blur {
    animation: blur 10s;
  }
  .fortune-main-block .box {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
    box-sizing: border-box;
  }
  @media (max-width: 520px) {
    .fortune-main-block .box {
      width: 320px;
      height: 320px;
    }
  }
  .fortune-main-block .circle-wrapper {
    filter: drop-shadow(2px 4px 6px black);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.3);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    pointer-events: none;
    border: 15px solid var(--primary-950);
    border-radius: 50%;
    z-index: 3;
  }
  .fortune-main-block .btn-spin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 0px;
    border: 7px solid var(--primary-950);
    font-weight: 900;
    color: var(--primary-950);
    cursor: pointer;
    font-family: "Inter", sans-serif;
  }
  .fortune-main-block .box svg {
    stroke: black;
    stroke-width: 0.1px;
    transform: rotate(0deg);
    top: 0px;
    left: 0px;
    position: absolute;
  }
  .fortune-main-block .box .productnames {
    z-index: 2;
    color: white;
    position: absolute;
    margin: 0px !important;
    padding-right: 55%;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
  }
  
  .prize img {
    max-width: 350px;
    border-radius: 6px;
  }
  @media (max-width: 520px) {
    .prize img {
      max-width: 150px;
    }
  }
  
  .jBox-Modal {
    top: 45px !important;
  }
  
  .jBox-content .fortune-subtitle {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    font-family: var(--text-font);
  }
  
  .links-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .links-wrapper a {
    margin: auto 15px;
    text-decoration: underline;
    font-family: var(--text-font);
  }
  
  .prize-preview img {
    width: 150px;
    border-radius: 6px;
  }
  
  .prize-preview-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 20px;
  }
  
  @media (max-width: 560px) {
    .fortune-main-block #app {
      width: 320px;
      height: 320px;
      margin-top: 60px;
    }
    .fortune-main-block .attemps-wrapper {
      padding: 20px;
    }
    .fortune-main-block, .jBox-content {
      --text-small: 16px;
      --text-medium: 18px;
      --text-large: 36px;
      --block-spacing: 20px;
    }
  }
  @keyframes blur {
    0% {
      filter: blur(1.5px);
    }
    80% {
      filter: blur(1.5px);
    }
    100% {
      filter: blur(0px);
    }
  }
  
  /*# sourceMappingURL=fortuneWheel.css.map */