.text_wheel_warning {
    font-size: 25px;
    color: #fff;
    padding: 15px;
    background-color: darkred;
    text-align: center;
    margin-top: 30px;
}

.wheelContainer {
    text-align: center;
}

.btn_spin {
    font-size: 30px;
    color: #462e0a;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #f6e468, #e1b534, #e1b534, #f6e468);
    padding: 15px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 350px;
    text-shadow: 0px 1px 5px gold;
    margin-top: 30px;
    border-radius: 12px;
    border: 3px solid #e1b534;
    line-height: 30px;
}

.btn_spin:hover {
    box-shadow: 0px 0px 10px 5px #e1b534;
    text-shadow: 0px 0px 5px yellow;
}

.btn_spin small {
    font-size: 18px;
}

.bg_footer_m {
    z-index: 2;
}

.wheelContainer {
    margin-top: 0px;
    position: relative;
}

.toast {
    background-image: linear-gradient(to bottom, #e7c03d, #b07b22);
    color: #fff;
    text-shadow: 0px 0px 5px gold;
    font-size: 30px;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px #fff solid;
    border-radius: 12px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px gold solid;
}

.toast_2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast_2 img {
    width: 210px;
}

.toast p {
    margin: 0px;
}

.box_hit {
    padding: 10px;
    margin-top: 0px;
}

.box_hit .title_hit {
    font-size: 18px;
    text-align: center;
    color: #eee;
    margin-bottom: 10px;
}

.box_hit table {
    font-size: 20px;
    color: #eee;
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.box_hit table .header {
    font-size: 16px;
}

.box_hit table .header td {
    padding: 5px;
    border: 1px #777 solid;
}

.box_hit table td {
    padding: 10px;
    border: 1px #777 solid;
}

@media screen and (max-width: 992px) {

    .toast_2 img {
        width: 150px;
    }
    
}

@media screen and (max-width: 770px) {

    .toast_2 img {
        width: 80px;
    }
    
}

@media screen and (max-width: 600px) {

    .toast {
        font-size: 18px;
        padding: 15px;
        padding-left: 40px;
        padding-right: 40px;
        
    }

    .btn_spin {
        font-size: 25px;
        padding: 10px;
        padding-bottom: 15px;
        
    }

    .btn_spin small {
        font-size: 16px;
    }
    
}

@media screen and (max-width: 440px) {

    .toast {
        font-size: 14px;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
        
    }
    
}