﻿body {
}

.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: -85px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8%;
}

label.error {
    color: red;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close {
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.menu-wrap ul {
    width: 58%;
}

.swiper-slide:hover, .swiper-slide.active:hover {
    cursor: pointer;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 0;
}

.index-title-mid {
    text-transform: uppercase;
}

.contact-detail a {
    color: black;
}

.login-form-title, .wallet-main-title, .my-vip-title, .vip-pri-green {
    text-transform: uppercase;
}

.dep-submit-btn:hover {
    color: #136d51;
}

.login-row-wrap.active {
    color: #289f5a;
}

.verify-icon:hover {
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #289f5a;
}

.gender-btn-custom {
    background: url(../images/profile/Gender_Inactive.png) no-repeat;
    background-size: 100% 100%;
    color: #cecece;
    padding: 7px 0px;
    width: 103px;
    height: 32px;
    text-align: center;
}

    .gender-btn-custom:hover, .gender-btn-custom.active {
        color: white;
        background: url(../images/profile/Gender_Active.png) no-repeat;
    }


.dep-bank-box {
    width: 65%;
}

    .dep-bank-box input {
        color: #616c76;
    }


.dep-submit-btn {
    width: 250px;
}

.ref-qr-img {
    padding-top: unset;
}

.his-box input[type="text"] {
    width: 40%;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 15px;
    border: none;
    box-shadow: inset #4d556d 2px 2px 8px -4px;
}

.copy-btn:hover {
    cursor: pointer;
}

#tblHistory_wrapper {
    padding: 5px !important;
}

.dataTables_length label {
    display: flex;
}

.header-slt-container, .header-sp-container, .header-fs-container {
    max-height: 545px;
}

.header-swiper-container {
    max-height: unset;
}