#auto-spin-modal{
    background: rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bet-modal{
    background: rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.betModalContainer{
    background: #1A1A1A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90%;
    max-width: 400px;
    overflow: auto;
    border-radius: 8px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
    flex-direction: column;
}
#closeBetModalBtn{
    position: absolute; right: 10px;
    top: 10px;
    height: 30px;
    cursor: pointer;
}
.betOptionsContainer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
}

.betOption{
    border: 1px solid white;
    border-radius:8px;
    font-family: "Roboto Condensed";
    text-align: center;
    font-size: 24px;
    width:45%
}
.betOption:hover{
    background: #17bb03!important;
    cursor: pointer;
}
.autoSpinModalContainer{
    background: #1A1A1A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90%;
    max-width: 400px;
    overflow: auto;
    border-radius: 8px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
    flex-direction: column;
}
#closeAutoSpinModalBtn{
    position: absolute; right: 10px;
    top: 10px;
    height: 30px;
    cursor: pointer;
}

.modalTitle{
    font-size: 2em;
    font-family:'Roboto Condensed';
    font-weight:bold;
    text-transform: uppercase;
    text-align: center;

}
.yellowModalTitle{
    font-size: 3em;
    color: #FFCB30;
}

.modalSelectContainer{
    width: 100%;
    height: 30%;
    border-radius: 8px;
    border: 1px solid white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    text-align: center;
}
.modalSelectContainer img{
    width: 60%;
    cursor: pointer;
}
.modalSelectContainerText{
    font-size: 16px;
    text-align: center;
    font-family:'Roboto Condensed';
    font-weight:bold;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.autoSpinFastGameContainer{
    font-size: 26px;
    font-family:'Roboto Condensed';
    text-transform: uppercase;
    display: flex;
    align-self: start;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
}
#autoSpinFastGameCheckBox{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    img{
        height:35px
    }

}

.autospinOkButton{
    margin-top: 20px;
    width: 80%;
    font-size: 26px;
    font-family:'Roboto Condensed';
    font-weight: bold;
    color: black;
    background: #ffbb33;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.autospinOkButton:hover{
    background: rgba(255, 187, 51, 0.75);
}


/*FREE SPIN MODAL*/

#accept-free-spin-modal{
    background: rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.freeSpinModalContainer{
    background: #1A1A1A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90%;
    max-width: 400px;
    overflow: auto;
    border-radius: 8px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    padding: 40px 20px 20px;
    gap: 20px;
    flex-direction: column;
}

#closeChangeFreeSpinModalBtn{
    position: absolute; right: 10px;
    top: 10px;
    height: 30px;
    cursor: pointer;
}
#closeAcceptFreeSpinModalBtn{
    position: absolute; right: 10px;
    top: 10px;
    height: 30px;
    cursor: pointer;
}
#closeProgressFreeSpinModalBtn{
    position: absolute; right: 10px;
    top: 10px;
    height: 30px;
    cursor: pointer;
}

.freeSpinButtonsContainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    font-family:'Roboto Condensed';
    text-transform: uppercase;
    align-items: center;
}
.modalSubtitle{
    text-align: center;
    font-size: 18px;
    font-family:'Roboto Condensed';
    text-transform: uppercase;
}

.FSBLaterBtn{
    color: #FFCB30;
    cursor: pointer;
    width: 87px;
}
.FSBAcceptBtn{
    cursor: pointer;
    border-radius: 50%;
    height: 87px;
    width: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 1px solid white;
    font-weight: 600;
    background: rgb(255, 255, 255);
    background: linear-gradient(74deg, rgba(255, 255, 255, 1) 0%, rgba(23, 187, 0, 1) 0%, rgba(18, 103, 5, 1) 100%);
}
.FSBRefuseBtn{
    color: red;
    cursor: pointer;
    width: 87px;
    text-align: right;
}

.progress-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background:rgba(0, 0, 0, 0.603);
    border-radius: 50%;
    cursor: pointer;
}

/* SVG Circle Progress Bar */
.progress-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg); /* Start from the top */
}

/* Background circle */
.progress-bg {
    fill: none;
    stroke: #000000;
    stroke-width: 10;
}

/* Progress bar */
.progress-bar {
    fill: none;
    stroke: #FFCB30;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 0.3s;
}
#progressText{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "Roboto Condensed";
    color:#FFCB30 ;
}




#progressFreeSpinList{
    width: 100%;
    display: flex;
    row-gap: 10px;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    font-size: 16px;
    div{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    img{
        height: 30px;
        width: 30px;
        margin-right: 10px;
    }
}