.spins-countdown-time-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: center
}

.spins-countdown-time-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.spins-countdown-time-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 6.4rem;
    padding: .3rem;
    margin-bottom: .46rem;
    background: linear-gradient(0deg,#4f37d0 39%,#9a35f5);
    border-radius: .2rem;
    text-align: center
}

.spins-countdown-time-modal-title {
    line-height: .6rem;
    font-weight: 700;
    font-size: .6rem;
    color: #ebd6fd
}

.spins-countdown-time-modal-desc {
    margin-top: .32rem;
    font-size: .28rem;
    font-weight: 400;
    color: #ebd6fd;
    line-height: .48rem;
    text-align: center
}

.spins-countdown-time-modal-countdown-container {
    margin-top: .32rem;
    display: flex;
    align-items: center;
    gap: .16rem;
    background: #6a5be2;
    border-radius: .3rem;
    width: 80%;
    padding: .24rem;
    justify-content: center
}

.spins-countdown-time-modal-countdown-icon {
    width: .66rem;
    height: .66rem;
    background-image: url(/imgs/clock_verify.png);
    background-size: contain;
    background-repeat: no-repeat
}

.spins-countdown-time-modal-countdown-text {
    font-family: Barlow,Barlow;
    font-weight: 700;
    font-size: .6rem;
    color: #fff;
    line-height: .6rem
}

.spins-countdown-time-modal-close-btn {
    position: absolute;
    top: -.8rem;
    right: 0rem
}

.spins-countdown-time-modal-close-icon {
    display: block;
    width: .6rem;
    height: .6rem;
    background-image: url(/imgs/btn_off.png);
    background-size: contain;
    background-repeat: no-repeat
}
