:root {
    --gradient-color: 255, 60, 226;
}

#boost-spin-button.theme-pink {
    cursor: pointer;
    transition: all 0.3s ease;
}

#boost-spin-button .btn-stroke {
    stroke: #ffdd00;
    stroke-width: 3;
    stroke-opacity: 1 !important;
}

#paint0_radial_982_2518 stop {
    stop-color: #93ff00;
    filter: brightness(1) saturate(1.5);
}

#paint0_radial_982_2518 stop:last-child {
    stop-opacity: 1 !important;
}

#boost-spin-button .btn-glow {
    fill: url(#paint0_radial_982_2518);
    fill-opacity: 1 !important;
}

#boost-spin-button .btn-inner-glow {
    fill: #d65eff;
    fill-opacity: 0.6;
    filter: brightness(1.5) saturate(1.2);
}

#boost-spin-button .btn-inner-glow {
    fill: #00bb1a;
    fill-opacity: 0.5;
}

#boost-spin-button .btn-icon {
    fill: url(#paint3_linear_982_2518);
}

#boost-spin-button.theme-pink defs linearGradient#paint3_linear_982_2518 stop:last-child {
    stop-color: #20e300 !important;
}

/*#boost-spin-button .btn-icon {*/
/*    fill: #ff3ce2;*/
/*}*/

#boost-spin-button .btn-accent {
    fill: #00CCFF;
    fill-opacity: 0.44;
}

#boost-spin-button.theme-pink .btn-stroke {
    stroke: #2fff6d !important;
}

#boost-spin-button.theme-pink .btn-background {
    fill: #13250c !important;
    fill-opacity: 0.65 !important;
}

.carousel_main .carousel_content {
    background: unset;
}

.boost-mode #total-bet, .boost-mode #total-bet-label {
    color: #15ff34 !important;
}