    .spin {
        animation-name: spin;
        animation-duration: 5000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .loading:after {
        overflow: hidden;
        display: inline-block;
        vertical-align: bottom;
        -webkit-animation: ellipsis steps(4, end) 900ms infinite;
        animation: ellipsis steps(4, end) 900ms infinite;
        content: "\2026";
        width: 0px;
    }

    @keyframes ellipsis {
        to {
            width: 1.25em;
        }
    }

    @-webkit-keyframes ellipsis {
        to {
            width: 1.25em;
        }
    }

    .whatsapp-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1;
    }

    button {
        touch-action: manipulation;
        /* Disables double-tap to zoom */
    }
    
    
.buttonChance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #4D4D4D;
    color: #FFF;
    border: none;
    border-radius: 15px;
    padding: 15px 30px;
    font-size: 36px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    margin: 10px 5px;
    flex: 1 45%;
}

.buttonChance:hover {
    background-color: #666666;
    transform: scale(1.05);
}

.inputChance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #4D4D4D;
    color: #FFF;
    border: none;
    border-radius: 15px;
    padding: 15px 30px;
    font-size: 36px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    margin: 10px 5px;
    flex: 1 45%;
    width: 100%;
}

.inputChance:hover {
    background-color: #666666;
}

.inputChance::-webkit-outer-spin-button,
.inputChance::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove as setas no Firefox */
.inputChance[type="number"] {
    -moz-appearance: textfield;
}

.add {
    font-size: 10px;
    color: #999999;
    transition: color 0.3s;
}

.add:hover {
    color: #CCCCCC;
}

    
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
        transform: scale(1);
    }
    50% {
        background-position: 100% 50%;
        transform: scale(1.05);
    }
    100% {
        background-position: 0% 50%;
        transform: scale(1);
    }
}

.bg-gradient {
    background: linear-gradient(to right, var(--incrivel-main-gradient), var(--incrivel-sub-gradient)) !important;
    color: white !important;
}

.btn-gradient {
    background: linear-gradient(to right, var(--incrivel-main-gradient), var(--incrivel-sub-gradient)) !important;
    background-size: 200% 200%;
    color: white !important;
    padding: 15px 30px;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s;
    animation: gradientMove 3s infinite linear;
}

.btn-gradient:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(34, 95, 4, 0.5);
}


.popular-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 15px;
    padding: 15px 30px;
    font-size: 36px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    margin: 10px 5px;
    flex: 1 45%;
    background: linear-gradient(to right, var(--incrivel-main-gradient), var(--incrivel-sub-gradient)) !important;
    animation: gradientMove 3s infinite linear;
}

.popular-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 15px;
    padding: 15px 30px;
    font-size: 36px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin: 10px 5px;
    flex: 1 45%;
    background: linear-gradient(270deg, var(--incrivel-main-gradient), var(--incrivel-sub-gradient));
    background-size: 200% 200%;
    animation: gradientMove 3s infinite linear;
    transition: background-color 0.3s, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.popular-button:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}


/* ROLETA */
.roulette-container {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 50px auto;
}

.roulette-wheel {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
    transform: rotate(0deg);
}

.roulette-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
}

.slice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.roulette-label {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    transform-origin: center center;
    z-index: 9999 !important;
}

.roulette-pointer {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
}

.roulette-pointer:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid #ff0000;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.roulette-pointer:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    top: -45px;
    left: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.center-circle {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border: 8px solid #f8f9fa;
}

.btn-gradient:disabled {
    background-color: #ccc !important;
    background: #ccc !important;
    cursor: not-allowed;
}

/* Media Queries para dispositivos móveis */
@media (max-width: 768px) {
    .roulette-container {
        width: 350px;
        height: 350px;
        margin: 30px auto;
    }
    
    .center-circle {
        width: 50px;
        height: 50px;
        border: 5px solid #f8f9fa;
    }
    
    .roulette-label {
        font-size: 10px;
    }
    
    .roulette-pointer {
        width: 30px;
        height: 30px;
        top: -10px;
    }
    
    .roulette-pointer:before {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 30px solid #ff0000;
    }
    
    .roulette-pointer:after {
        width: 20px;
        height: 20px;
        top: -35px;
        left: 5px;
    }
}

@media (max-width: 480px) {
    .roulette-container {
        width: 350px;
        height: 350px;
        margin: 20px auto;
    }
    
    .center-circle {
        width: 40px;
        height: 40px;
        border: 4px solid #f8f9fa;
    }
    
    .roulette-label {
        font-size: 8px;
    }
}