﻿.verification-code-img {
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    width: 74px;
    border-radius: 0 10px 10px 0;
}

.v-code-position {
    height: 100%;
    position: absolute;
    right: 0;
}

.col-money {
    background-color: #1a1b1f;
}

.dataTables_length label select {
    min-width: 60px;
}

.non-ef {
    margin-bottom: 10px;
}

.form-control[readonly] {
    background-color: #25262b;
}

.wheel-wrap .wheel_product_arrow {
    width: 9%;
    position: absolute;
    bottom: 45%;
    z-index: 1000;
    top: 54%;
    left: 0;
    right: 0;
    margin: 0px auto;
}

@media (max-width: 550px) {
    .wheel-wrap .wheel_product_arrow {
        width: 9%;
        position: absolute;
        bottom: 45%;
        z-index: 1000;
        top: 38%;
        left: 0;
        right: 0;
        margin: 0px auto;
    }
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11%;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25%;
    height: 25%;
}

.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed !important;
    top: 0;
    z-index: 999991;
}

.btn-sub-box {
    margin-top: 22px;
}