.wheel-col table {
    background-color: transparent;
}

    .wheel-col table * {
        border: 0;
        padding: unset;
    }

/* Style applied to the spin button once a power has been selected */
.clickable {
    cursor: pointer;
}

/* Other misc styles */
.margin_bottom {
    margin-bottom: 5px;
}

.the_wheel {
    position: relative;
}

    .the_wheel .wheel-ring {
        z-index: 1;
        background-image: url(ring.png);
        background-size: cover;
        width: 512px;
        height: 512px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.lucky-wheel {
    background-image: url(background.jpg);
    background-size: cover;
    margin-top: -130px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}

    .lucky-wheel .title, .lucky-wheel .main-title {
        width: 100%;
        margin-top: 60px;
    }

.mobile-show {
    display: none;
}

.lucky-wheel .claim-count > * {
    display: inline-block;
}

.lucky-wheel .wheel-col {
    text-align: center;
    overflow-x: hidden;
}

    .lucky-wheel .wheel-col table {
        float: right;
    }

.lucky-wheel .claim-count .btn-claim {
    background: -webkit-gradient( linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31) );
    background: linear-gradient(90deg, #f8dc00 0%, #efa100 100%);
    color: #000;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: bold;
    position: relative;
    right: 2px;
    margin-bottom: 0;
}

.lucky-wheel .label-count {
    background: -webkit-gradient( linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31) );
    background: linear-gradient(90deg, #f8dc00 0%, #efa100 100%);
    color: #000;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    right: 2px;
    margin-bottom: 0;
}

.lucky-wheel .bottom-content {
    background-color: #161616;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
}

    .lucky-wheel .bottom-content #myTab {
        border-bottom: 0;
        margin-bottom: 40px;
    }

        .lucky-wheel .bottom-content #myTab li a {
            border: 1px solid #efa100;
            padding: 10px 15px;
            display: block;
        }

            .lucky-wheel .bottom-content #myTab li a.active {
                background: -webkit-gradient( linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31) );
                background: linear-gradient(180deg, #f8dc00 0%, #efa100 100%);
                color: #000;
            }

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
        background: unset;
    }

.modal-win,
.modal-win-token,
.modal-again {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: fixed;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .modal-win > .container,
    .modal-win-token > .container,
    .modal-again > .container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#modal-win .modal-content, #modal-again .modal-content {
    background-color: rgba(0,0,0,0.6);
}

#modal-win .modal-body, #modal-again .modal-body {
    background-repeat: no-repeat;
    background-size: cover;
}

#modal-win .top {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#modal-win .prize,
.modal-win-token .prize {
    color: #efa100;
    margin-bottom: 20px;
    font-weight: bold;
}

#modal-win .amount-field {
    font-size: 1.7rem;
    width: 300px;
    font-weight: 600;
    color: #FFC107;
    margin-top: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

    #modal-win .amount-field span {
        border: 2px solid #9F8536;
        border-radius: 18px;
        background-color: #F1BD1E;
        color: #630F04;
        padding: 2px 10px;
    }

.modal-win select {
    width: 300px;
    margin: auto;
    margin-top: 10px;
}

.modal-win .modal-btn,
.modal-win-token .modal-btn,
.modal-again .modal-btn {
    margin-top: 50px;
}

#modal-win .modal-btn,
#modal-again .modal-btn {
    padding: 5px 30px;
    margin-left: 10px;
    margin-right: 10px;
}

padding: 5px 30px;
margin-left: 10px;
margin-right: 10px;
}

.modal-win .modal-btn .btn-submit {
    /*background: -webkit-gradient( linear, left top, right top, from(#efba31), color-stop(18%, #f5efb6), to(#efba31) );
                background: linear-gradient(180deg, #f8dc00 0%, #efa100 100%);
                color: #000;
                width: inherit;*/
    display: inline-block;
    padding: 5px;
}

@media (max-width: 1024px) {
    .lucky-wheel {
        padding-top: unset;
    }

        .lucky-wheel .title {
            margin-top: 5px;
        }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
        text-align: right;
    }

    .lucky-wheel .wheel-col {
        margin-bottom: 5px;
    }

    .the_wheel .wheel-ring {
        width: 100%;
        background-size: contain;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .lucky-wheel .wheel-col table {
        width: 100%;
        /*left: 15px;*/
        position: relative;
    }

    .lucky-wheel .claim-count {
        color: #590202;
        text-align: center;
        position: relative;
    }

        .lucky-wheel .claim-count .count {
            position: absolute;
            top: 22%;
            right: 23%;
            font-weight: 700;
            font-size: 2.4rem;
            color: #590202;
        }
}

.breathing-button {
    -webkit-animation: breathing 6s linear infinite normal;
    animation: breathing 6s linear infinite normal;
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes breathing {
    0% {
        transform: scale(.9);
    }

    25% {
        transform: scale(1);
    }

    60% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}
.breathing-amount {
    -webkit-animation: breathing-amt 6s linear infinite normal;
    animation: breathing 6s linear infinite normal;
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes breathing-amt {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes breathing-amt {
    0% {
        transform: scale(.7);
    }

    25% {
        transform: scale(1);
    }

    60% {
        transform: scale(.6);
    }

    100% {
        transform: scale(1);
    }
}

.counter-wrap {
    margin-top: 5px;
    height: 43px;
    overflow: hidden;
    margin-left: 20px;
}

.counter-start {
    height: 43px;
    width: 5px;
    position: relative;
    background-image: url(m-start-jack.png);
    float: left;
}

.counter-end {
    height: 43px;
    width: 5px;
    position: relative;
    background-image: url(m-end-jack.png);
    float: left;
}

.counter-dollar {
    height: 43px;
    width: 30px;
    position: relative;
    background-image: url(m-dollarholder.png);
    float: left;
}

.counter-number {
    height: 516px;
    width: 30px;
    position: relative;
    background-image: url(m-counter-ticker-bg.png);
    float: left;
}