:root {
    --gradient-color: 255, 238, 0;
}

#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: #fffc00;
    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: #ff10f4;
    fill-opacity: 0.5;
}

#boost-spin-button .btn-icon {
    fill: #ffe53c;
}

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

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

#boost-spin-button.theme-pink .btn-accent {
    fill: #00CCFF !important;
}

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

.carousel_main .carousel_content {
    background: unset;
}

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