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

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

#boost-spin-button .btn-background {
    fill: #001a40;
    fill-opacity: 0.4;
}

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

#paint0_radial_982_2518 stop {
    stop-color: #ffbd2f;
    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-icon {
    fill: #fac719;
}

#boost-spin-button .btn-accent {
    fill: #00ccff;
    fill-opacity: 1;
}

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

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

.btn-no-shadow {
    filter: none;
}

.svg-button.theme-pink {
    filter: drop-shadow(0 2.915px 1.458px rgba(0, 0, 0, 0.6));
    -webkit-filter: drop-shadow(0 2.915px 1.458px rgba(0, 0, 0, 0.6));
}

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