﻿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: 16%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10%;
}

label.error {
    color: red;
}

.header_btn_dep .rd-color {
    font-size: 13px;
    background: none;
    border: none;
    color: #ed1d49;
}

.left_container_bonus_txt {
    text-transform: uppercase;
}

.annou-pop {
    border-radius: 20px;
    background: #000;
    padding: 20px;
    color: #fff;
    border: 1px solid #0C9AEC;
}

.cls-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
}

.v-code-position {
    height: 100%;
    position: absolute;
    right: 0;
}

.verification-code-img {
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    width: 74px;
    border-radius: 0 10px 10px 0;
}

.scrollMenuSection #navbar.tab li.active {
    background-color: #2283f6;
    color: #fff;
}

.more_wrapper {
    text-transform: uppercase;
}

.balance-modal .modal-content {
    background: #202a39;
    border-radius: 10px 10px 0px 0px;
}

.balance-modal .modal-body {
    padding: 0px;
}

.balance-modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #007bff;
    text-shadow: 0 1px 0 #007bff;
    opacity: 1;
    top: -33px;
    position: absolute;
    right: 5px;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: #2b384a;
    border-radius: 10px 10px 0px 0px;
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}

button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    background: #ed1d49;
    color: #fff;
    border: none;
}

.bln-all {
    padding: 10px;
}

    .bln-all ul {
        display: flex;
        flex-direction: column;
        overflow-y: scroll;
        max-height: 466px;
    }

        .bln-all ul li {
            margin: 3px 0px;
            border-radius: 5px;
            padding: 5px 15px;
            cursor: pointer;
            list-style: none;
            background: #151c27;
            border: 1px solid #007bff00;
        }

.bln-in {
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blc-amt {
    display: flex;
    gap: 20px;
}

.btn-in {
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
    padding: 5px;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #48dd30;
    color: #fff;
    min-width: 45px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-pay ul {
    display: grid;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
}

    .tab-pay ul li a {
        background: #2f3236;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        overflow: hidden;
    }

/*        .tab-pay ul li a.active, .tab-pay ul li a:hover {
            background: #1cc980;
        }*/

.reg_form {
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
}

    .reg_form i {
        text-align: center;
        display: block;
        margin: 0px auto;
        font-size: 130px;
        color: #1cc980;
        margin-bottom: 10px;
    }

    .reg_form h4 {
        text-align: center;
        color: #ffffff;
        font-weight: bold;
    }

    .reg_form p {
        text-align: center;
        color: #c3c3c3;
        font-size: 12px;
    }

    .reg_form .form_wrap {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
        justify-content: center;
    }

    .reg_form .btn_login_modal {
        margin: 0px;
        background: #1cc980;
        display: block;
        max-width: 150px;
        padding: 7px 0px;
    }

.box {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-color: #F44336;
    height: 20px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bounce-6 {
    animation-name: bounce-6;
    animation-timing-function: ease;
}

.unread {
    font-weight: bold;
    color: #fff;
}

.read {
    color: #ecf1ff80;
}

.fa-trash-alt:hover, .fa-copy:hover {
    cursor: pointer;
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgba(0,0,0,.3);
    border: 1px solid #1cc980;
}

#form_withdrawal .form-control:disabled, #form_withdrawal .form-control[readonly] {
    background-color: unset;
    border: unset;
}

.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

    .btn-df:hover {
        background: #c5163b;
    }

.btn-del {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.form-max {
    position: relative;
}

.btn-tre {
    position: absolute;
    bottom: 17px;
    right: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    gap: 10px;
}

.btn-max-t {
    color: #fff;
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

    .btn-max-t:hover {
        background: #c6193d;
    }

.history_table_wrap {
    background-color: #24262b;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 40px;
}

.dataTables_wrapper {
    color: #fff;
}

#tblHistory_length {
    color: #ecf1ff80 !important;
}

.dataTables_length label {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    max-width: 30%;
    color: #fff;
}

.dataTables_length label {
    max-width: 100%;
}

    .dataTables_length label select {
        background: #7a7a7a;
        border: none;
        padding: 8px;
        border-radius: 5px;
    }

#tblHistory_length select {
    color: #fff !important;
}

option {
    background: #191b1e;
}

.dataTables_scroll {
    margin-top: 25px;
}

#tblHistory.dataTable tbody tr {
    background-color: unset;
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.dataTables_paginate {
    display: flex;
    gap: 10px;
}

.amt-qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qr-ttl {
    font-weight: bold;
}

.qr-img {
    margin: 10px 0px;
}

.qr-nm {
    color: #2283f6;
    font-size: 12px;
}

.qr-info {
    font-size: 12px;
    width: 50%;
}

.atten {
    border: 1px solid #5f5f5f;
    border-radius: 5px;
    padding: 10px;
}

    .atten img {
        height: 20px;
    }

.qr-num {
    background-color: rgba(0, 0, 0, .3);
    min-height: 52px;
    border: transparent;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}

/*button.btn-copy {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #1cc980;
    font-size: 22px;
}*/

.deposit-reminder {
    padding: 15px;
    border-radius: 8px;
    background: #0000008a;
    color: #fff;
    border: 1px solid #1cc980;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .deposit-reminder ol {
        padding: 18px;
        list-style: decimal;
    }

        .deposit-reminder ol li {
            list-style: decimal;
        }

.check-iteam ul li a:hover p {
    color: #b73e1e;
}

.clm-btn {
    text-align: center;
}

    .clm-btn button {
        background: #ed1d49;
        border-radius: 10px;
        font-size: 12px;
        padding: 10px 14px;
        color: #fff;
        font-weight: 600;
        border: none;
        margin: 0 5px;
    }

.anouce-msg {
    -moz-animation: scroll-left 35s linear infinite !important;
    -webkit-animation: scroll-left 35s linear infinite !important;
    animation: scroll-left 35s linear infinite !important;
}
