﻿.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 25%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 208px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10%;
}

label.error {
    color: red;
}

.announcementCustom {
    display: flex;
    align-items: center;
}

    .announcementCustom i {
        padding: 15px;
    }

.annoucement-text {
    width: 100%;
    display: flex;
    align-items: center;
}

.footertopItem {
    text-align: left;
}

.balance_btn {
    background: #fff;
    color: #0166d2;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #0166d2;
    border-radius: 4px;
    width: 120px;
    height: 30px;
    font-size: 13px;
    margin: 0 5px;
}

    .balance_btn a {
        color: #0166d2;
    }

.dropdown-menu-balance {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 350px;
    padding: 5px 0;
    margin: 20px 0 0;
    font-size: 14px;
    text-align: left;
    border: 1px solid #0166d2;
    list-style: none;
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 400px;
}

    .dropdown-menu-balance .clearfix {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        color: black;
        padding: 5px;
    }

        .dropdown-menu-balance .clearfix:hover {
            background: #91919185;
            cursor: pointer;
        }

/*.dropdown-menu {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(885px, 54px, 0px);
}*/

.scrolldownHeader {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*.btn-in {
    text-transform: uppercase;
    padding: 3px 6px;
    margin-right: 10px;
    font-size: 12px;
    background: #7ab529;
    color: #fff;
    border: none;
}

.btn-out {
    padding: 3px 5px;
    font-size: 12px;
    background: #b5171d;
    color: #fff;
    border: none;
}*/

.prov-name, .withdraw_index_r {
    text-transform: uppercase;
}

.prov-bal-action-btn {
    display: flex;
}

.prov-in {
    width: auto;
    margin-left: 40px;
}

.prov-out {
}

.customer-service-button i {
    width: 40px;
    height: 38px;
    display: block;
    margin: 0 auto;
    background: url(../images/icon-customer.png) no-repeat;
    margin-bottom: 5px;
}

.side_menu_contant_on {
    text-align: center;
}

    .side_menu_contant_on img {
        filter: brightness(1);
        max-width: 60%;
        margin: 0 auto;
    }

.important-notice-title {
    text-transform: uppercase;
}

.sidepanel_header {
    text-transform: uppercase;
}

.reg-btn {
    text-transform: uppercase;
}

.tab-ttl {
    text-transform: uppercase;
}

.flickity-viewport {
    height: 78px !important;
}

.mobile-slider-wrap {
    margin-top: 0px;
}

.icon-download {
    content: url('../images/common/mobile/icon-download.png');
    width: 25px;
    height: 25px;
}

.icon-esport {
    content: url('../images/common/mobile/icon-esport.png');
    width: 25px;
    height: 25px;
}

.fa-flag, .fa-trash-alt {
    cursor: pointer;
}

    .fa-flag:hover {
        color: orange;
    }

    .fa-trash-alt:hover {
        color: red;
    }

.trsh-ico {
    background: rgba(0, 0, 0, 0.6);
}

.fa-trash {
    color: red !important;
}

.read {
    color: white !important;
}

.unread {
    color: #f2cc00 !important;
}

.submit_btn {
    text-transform: uppercase;
}

/* --- jstree --- */
#jstree {
    /*background-color: white;*/
}

#jstreeDiv {
    color: black;
}

.jstree-default-dark .jstree-anchor {
    color: white !important;
}

#jstree_btn {
    display: flex !important;
}

.btn-sm {
    color: white;
    background: linear-gradient(to bottom, #ffec7d 0%,#d8b658 100%);
}

#jstree_info {
    color: black;
}

.selected-bank {
    width: 166px;
}

    .selected-bank:hover {
        cursor: pointer;
    }

.copy-btn {
    display: none;
}

.p_bonus {
    display: none;
}

.withdrawal td:first-child {
    width: 30%;
}

.btn_transfer_all {
    text-transform: capitalize;
}

.table-responsive {
    color: black;
    text-align: center;
}

#tblHistoryHead {
    background-color: rgba(129, 157, 187, 0.15);
}

#tblHistory_length > label {
    display: flex;
    color: white;
}

select[name=tblHistory_length] {
    margin-left: 5px;
    margin-right: 5px;
}

#tblHistory_paginate > a:hover, #tblHistory_paginate > span > a:hover {
    color: #fff;
    background: #3BAAE1;
    cursor: pointer;
    border-color: unset;
}

.transfer_box {
    height: 80px;
}

.transfer_proc_menu {
    margin-left: 2%;
}

.nav-pills.afterlogin_bank .nav-link.active, .nav-pills.afterlogin_bank .show > .nav-link {
    background-position: 5% 100%;
}

.bank_details_content {
    margin-top: 10px;
    border-bottom: 1px solid;
}

.txt_product {
    color: #707070;
    font-size: 12px;
    background: #E2E2E2;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

span.unread-dot {
    background: #f00;
    color: #fff;
    font-size: 9px;
    width: 14px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    right: -6px;
    top: -7px;
}

.scrolldownSidepanel {
    height: 421px;
    overflow-y: auto;
}

.nav-link:hover {
    color: white;
}

.fa-file-alt {
    cursor: pointer;
}

.form-style-lb {
    text-transform: uppercase;
}

.cate-icon {
    width: 30px;
    margin-right: 5px;
}

.tick-success {
    font-size: 130px;
    line-height: 1;
    color: #e5c601;
    padding: 10px 0;
}

.tranc-table tr th {
    background: #ab7547;
}

.payment-sel ul li a {
    padding: 7px 20px;
}

.bln-totl img {
    cursor: pointer;
}

.blog-title-box {
    background: linear-gradient(to bottom, #ffec7d 0%,#d8b658 100%);
}

.nav-pills > .nav-link, .download-modal, .use-name, .share-ico {
    text-transform: uppercase;
}

.error-msg {
    width: 23%;
}

.drop-menu ul li a {
    color: #0e9ed9 !important;
}

.lottery-card {
    text-transform: uppercase;
}

.validation-message-field {
    padding: 10px;
    border: 1px solid #fce97c;
    border-radius: 10px;
}

.validation-message.valid {
    color: #72ff41;
}

.validation-message.invalid {
    color: red;
}

.refer-txt {
    color: black;
}

.promo-pop-cont p {
    color: white;
}

.promo-pop-cont table {
    display: block;
    /*width: 100% !important;*/
    overflow-x: auto;
}

    .promo-pop-cont table tbody tr:first-child td {
        color: #000000;
        background: linear-gradient(to bottom, #ffec7d 0%, #d8b658 100%);
        padding: 4px;
        border: 1px solid #ffec7d;
        font-weight: 500;
    }

    .promo-pop-cont table tbody td {
        border: 1px solid #ffec7d;
        padding: 5px;
        color: #fff;
    }

.msg-in {
    width: 100%;
}

.userMessage, .adminMessage {
    padding-top: 5px;
    border-top: 1px solid #016751;
}