.nutbatdau {
    background-image: url('/Content/skins/luckywheel/muiten.png');
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: unset;
    cursor: pointer
}

.vongquay {
    position: relative;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section_vongquaymayman {
    padding: 60px 2rem;
    background: url('/Content/skins/luckywheel/bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section_vongquaymayman__wrapper {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_vongquaymayman .body_content {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

    .section_vongquaymayman .body_content h3 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 30px;
    }

.section_vongquaymayman__col1 {
    width: 40%;
}

.section_vongquaymayman__col2 {
    width: 50%;
    padding: 0 40px;
}

.btn_join_game {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    width: 237px;
    height: 49px;
    background: #D10019;
    color: #fff;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .section_vongquaymayman__col1 {
        width: 45%;
    }

    .section_vongquaymayman__col2 {
        width: 45%;
    }

    .section_vongquaymayman canvas {
        width: 100%;
    }

    .section_vongquaymayman .body_content {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .section_vongquaymayman canvas {
        width: 100%;
    }

    .section_vongquaymayman .body_content {
        font-size: 14px;
    }

    .section_vongquaymayman__col1 {
        width: 100%;
    }

    .section_vongquaymayman__col2 {
        width: 100%;
        padding: 0;
        <!-- margin-bottom: 30px -->
    }

    .section_vongquaymayman__wrapper {
        flex-direction: column-reverse !important;
    }
}

@media (max-width: 500px) {
    .section_vongquaymayman {
        padding: 60px 15px;
        background-position: inherit;
        background-size: cover;
    }

    .nutbatdau {
        width: 55px;
        height: 55px;
    }
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal .close {
    opacity: 1;
    font-weight: 300;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 12;
    font-size: 12px;
}

    .modal .close:after {
        font-size: 26px;
        position: relative;
        top: 7px;
        margin-left: 7px;
        color: #333;
        content: "\e680";
        font-family: 'Pe-icon-7-stroke';
    }

.lucky-spin .modal-content {
    background: url(/Content/skins/luckywheel/bg-modal.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
    padding: 10px;
}

.modal-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.lucky-spin .modal-body {
    text-align: center;
    font-size: 14px;
}

.modal-body p:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
}

.modal-body p {
    margin: 0;
}

    .modal-body p:nth-child(1) {
        font-weight: 500;
        padding: 20px 0;
    }

#lucky-value {
    font-size: 40px;
    color: #f00;
    font-weight: bold;
}

.modal-body p:nth-child(3) {
    font-size: 13px;
    line-height: 20px;
}

.modal-body p:nth-child(4) {
    margin: 40px 0 0;
}

.lucky-form .row {
    margin-right: -10px;
    margin-left: -10px;
}

.lucky-form .modal-body {
    padding: 20px;
}

.lucky-form .col-md-2, .lucky-form .col-md-6, .lucky-form .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.radio-box span {
    margin-right: 30px;
}

.radio-box input[type=radio].ace + .lbl::before {
    height: 20px;
    line-height: 18px;
    min-width: 20px;
}

label.error {
    margin: 8px 0 0;
    font-weight: normal;
    color: #f00;
}

.form-select {
    height: auto;
    min-height: 44px
}

    .form-select label.error {
        margin: 50px 0 0;
    }


.wheel-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-bottom: 30px;
}
.wheel-payment select {
    width: auto;
    margin: 0 10px
}
.wheel-payment button {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
@media (max-width: 767px) {
    .wheel-payment {
        justify-content: space-between;
    }
}