﻿.special_form {
    position: relative;
}

.special_balance_amt_beside_title {
    position: absolute;
    top: 36px;
    left: 160px;
    font-size: 16px;
}

#promo_content .moreinfo_btn, #promo_content .apply_btn {
    margin: 0 5px;
}

.main_wallet_products {
    grid-template-columns: repeat(7, 1fr);
}

.special_transaction_no {
    display: none;
}

/*Register*/
.benefit-box h4 {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.benefit-box ul li {
    padding-bottom: 20px !important;
}

.special_full_name {
    font-size: 11px;
}

table.history-table tr:not(:first-child) + :not(:nth-child(2)) {
    border-top: 1px solid #00ffff;
}

table.history-table tr td:not(:last-child) {
    /*border-right: 1px solid #00ffff;*/
}

label.error {
    color: red;
}

table.withdraw-remark tr td:first-child {
    border-right: unset !important;
}

.depdesc {
    font-size: 12px;
    font-family: 'Eras Demi ITC';
}

.slot-banner-frame {
    padding-top: 180px;
    padding-bottom: 35px;
}

.gamebox_ini {
    min-height: 53px;
}

.step_top, .detecttabid {
    text-transform: uppercase;
}

.login_f_wrap {
    z-index: 99;
}

#loginVeriCode {
    width: 112px;
    height: 40px;
    margin: 2% 53%;
}

    #loginVeriCode:hover {
        cursor: pointer;
    }

.verification-code {
    position: absolute;
    right: 25%;
}

.vericode {
    top: 0px;
    right: 0px;
}

    .vericode img {
        width: 70px;
        height: 34px;
    }

.validation-message-field {
    padding: 10px;
    border: 1px solid #124abd;
    border-radius: 10px;
}

.validation-message.valid {
    color: limegreen;
}

.validation-message.invalid {
    color: red;
}

.imgwheel {
    width: 200px;
    height: 200px;
}

    .imgwheel:hover {
        cursor: pointer;
    }

.wheel_inner {
    position: unset;
    transform: unset;
}

.fortune-wheel-modal-direct-show {
    top: 0% !important;
    left: 25% !important;
    width: 50% !important;
    height: 75% !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    background-color: unset !important;
    z-index: 50 !important;
}

.fortune-wheel-modal-content {
    width: 453px !important;
    height: 529px !important;
}

#fortune-wheel-canvas {
    height: 91% !important;
    width: 106% !important;
    margin: 10% -3% !important;
}

.fortune-wheel-pointer-img {
    display: none;
}

.fortune-wheel-center-logo {
    top: 48% !important;
}

.fortune-wheel-token, #fw-btn-spin {
    visibility: hidden !important;
}

.token-label {
    text-transform: uppercase;
}

.fortune-wheel-prize {
    top: 15% !important;
}

    .fortune-wheel-prize div {
        font-weight: bold;
    }

.mg-reward-modal {
    z-index: 99999 !important;
}

.claim_token.disabled {
    color: #666666;
    background-color: #cccccc;
    pointer-events: none;
}

.btn_back {
    background-color: #060b20;
    border: 1px solid #55d7f8;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 34px;
    transition: background .3s;
    color: #fff;
}

.inner_product_content .btn_back {
    min-width: 140px;
    margin-top: 30px;
}

.btn_join:hover {
    background-color: transparent;
    color: #fff;
}

#slot_lobby {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}