.wheel-pre-wrap {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 650px;
    background: url(../wheel/back_cloud_max.png) no-repeat center top;
    background-size: cover;
    z-index: 999;
}
.wheel-wrap {
    width: 1000px;
    height: 500px;
    position: absolute;
    left: calc(50% - 500px);
    bottom: 0px;
    text-align: center;
}
.wheel-wrap .banner-img-max {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 430px);
} 
.wheel-wrap .banner-img-min {
    display: none;
} 
.wheel-wrap > div {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
} 
.wheel-wrap .close-wheel-wrap {
      position: absolute;
      width: 30px;
      height: 29px;
      display: block;
      right: -30px;
      top: 0px;
}
.wheel-wrap h3, .wheel-full-wrap h3 {
    color: #B8A2E4;
    text-shadow: 0 3px 4px rgb(119, 119, 119, 0.25);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 109.9%;
    padding-top: 40px;
    padding-bottom: 5px;
} 
.wheel-wrap h4, .wheel-full-wrap h4 {
    color: #0087C4;
    text-shadow: 0 3px 4px rgba(130, 129, 129, 0.25);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.9%;
    padding-bottom: 35px;
}  

.wheel-full-wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;  
    background-color: white; 
}
.wheel-full {
    position: relative;
    background: url(../wheel/full_cloud_max.png) no-repeat bottom center;
    background-size: cover;
    height: 100%;
}
.wheel-back-bg {
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #85E4FF 100%);
}
.wheel-full .close-wheel-wrap {
    position: absolute;
    width: 30px;
    height: 29px;
    display: block;
    right: 30px;
    top: 30px;
    z-index: 99999;
}
.the_wheel {
    background: url(../wheel/wheel_bg.png) no-repeat 5px center;
    background-size:auto;
    width: 570px;
    height: 560px;
    margin: 0 auto;
}
.wheel_inner {
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background-position: center 200px;
    background-repeat: no-repeat;
    margin: 0px auto;
    padding-top: 10px;
}
.spin_wheel_section {
    position: relative;
}
.spin_pin {
    width: 38px;
    height: 55px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wheel-centered {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}
.wheel-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.spin_now_btn {
    margin-top: 73px;
}
#spin_button {
    box-shadow: 0px 0px 9px 0px #00000040;
    border-radius: 10px;
    color: #fff;
    background: #B8A2E4;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;  
    padding: 26px 24px;
}
#sendgameform input {
    border-radius: 4px;
    box-shadow: 1px 0px 4px 0px #00000040;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 17.58px;
    padding: 10px 26px;
    border: none;
    width: 250px;
    margin: 0px 0px 15px 0px;
    color: #000;
}
#sendgameform input:active, #sendgameform input:hover {
    border: none;
}
#sendgameform button {
    box-shadow: 0px 0px 9px 0px #00000040;
    border-radius: 10px;
    color: #fff;
    background: #B8A2E4;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;  
    padding: 26px 24px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
}
.wheel-rulez-two {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
}
.wheel-rulez, .wheel-rulez a, .wheel-rulez-two, .wheel-rulez-two a {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 109.9%; /* 10.99px */
}
@media screen and (max-width:479px) {
    .wheel-pre-wrap {
        background: url(../wheel/back_cloud_min.png) no-repeat center top;
        background-size: cover;
        height: 450px;
    }
    .wheel-wrap {
        position: relative;
        width: 100%;
        left: unset;
        height: 450px;
    }
    .wheel-wrap > div {
        position: absolute;
        bottom: 0px;
        height: 300px;
    }
    .wheel-wrap > div p {
        font-size: 13px;
    }    
    .wheel-wrap h3, .wheel-full-wrap h3 {
        font-size: 26px;
        line-height: 28px;
        padding-top: 20px;
        padding-bottom: 5px;
    } 
    .wheel-wrap h4, .wheel-full-wrap h4 {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 0px;
    }  
    .wheel-wrap .banner-img-max {
        display: none;
    }
    .wheel-wrap .banner-img-min {
        display: block;
        left: 0px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
    .wheel-wrap .banner-img-min img {
        min-width: 100%;
    }
    .wheel-wrap .close-wheel-wrap {
        right: 20px;
        top: 20px;
    }
    .the_wheel {
        width: 330px;
        height: 326px;
        background: url(../wheel/wheel_bg.png) no-repeat center center;
        background-size: cover;
    }   
    .wheel_inner {
        width: 320px;
        height: 317px;
    }
    canvas#canvas {
        width: 320px;
        height: 317px;
        margin-left: -1px;
        margin-top: -5px;
    }
    .spin_pin {
        top: 20px;
        width: 20px;
        height: 30px;
    }
    .power_controls h3, .power_controls h4 {
        display: none;
    }
    .spin_now_btn {
        margin-top: 60px;
    }
    #sendgameform input {
        padding: 10px 10px;
        width: 190px;
    }
    #sendgameform button, #spin_button {
        font-size: 16px;
    }
    #spin_button {
        padding: 15px 30px;
    }
    #sendgameform button {
        margin-top: 0px;
        padding: 15px 30px;
        margin-bottom: 80px;
    }
    #sendgameform p {
        padding: 8px 0px;
    }
    .wheel-rulez {
        display: none;
    }
}
.wheel-full-wrap .container,
.wheel-full-wrap .container-fluid,
.wheel-full-wrap .container-xxl,
.wheel-full-wrap .container-xl,
.wheel-full-wrap .container-lg,
.wheel-full-wrap .container-md,
.wheel-full-wrap .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
    .wheel-full-wrap .container-sm, .wheel-full-wrap .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .wheel-full-wrap .container-md, .wheel-full-wrap .container-sm, .wheel-full-wrap .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .wheel-full-wrap .container-lg, .wheel-full-wrap .container-md, .wheel-full-wrap .container-sm, .wheel-full-wrap .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .wheel-full-wrap .container-xl, .wheel-full-wrap .container-lg, .wheel-full-wrap .container-md, .wheel-full-wrap .container-sm, .wheel-full-wrap .container {
        max-width: 1140px;
    }
    .wheel-rulez {
        display: none;
    }
}
@media (min-width: 1400px) {
    .wheel-full-wrap .container-xxl, .wheel-full-wrap .container-xl, .wheel-full-wrap .container-lg, .wheel-full-wrap .container-md, .wheel-full-wrap .container-sm, .wheel-full-wrap .container {
        max-width: 1320px;
    }
    .wheel-centered .row .col:first-child {
        padding-right: 40px;
    }
    .wheel-centered .row .col:last-child {
        padding-left: 40px;
    }
    #sendgameform p {
        margin-bottom: 30px;
    }

    .wheel-rulez-two {
        position: absolute;
        bottom: 10px;
        left: 0px;
        text-align: center;
        width: 100%;
    }
}
.wheel-full-wrap .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.wheel-full-wrap .row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.wheel-full-wrap .col {
  flex: 1 0 0%;
}