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

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

#boost-spin-button .btn-background {
    fill: #011454;
    fill-opacity: 0.5;
}

#boost-spin-button .btn-stroke {
    stroke: #bfffff;
    stroke-width: 3.64376;
    fill: none;
}

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

#boost-spin-button .btn-inner-glow {
    fill: #A175FF;
    fill-opacity: 0.6;
}

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

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

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

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

#boost-spin-button.theme-pink .btn-background {
    fill: #011454 !important;
    fill-opacity: 0.5 !important;
}

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

.carousel_main .carousel_content {
    background: unset;
}

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