﻿.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%;
}

.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 {
    text-transform: uppercase;
}

.prov-bal-action-btn {
    display: flex;
}

.prov-in {
    width: auto;
    margin-left: 40px;
}

.prov-out {
}

.main-nav li.nav-item {
    padding: 0px 15px;
}

.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_contact a {
    color: black;
}

.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;
}

.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: #ffcd00 !important;
}

.submit_btn {
    text-transform: uppercase;
}

/* --- jstree --- */
#jstree {
    /*background-color: white;*/
}

#jstreeDiv {
    color: white;
}

.jstree-default-dark .jstree-anchor {
    color: white !important;
}

#jstree_btn {
    display: flex !important;
}

.btn-sm {
    color: white;
    background: linear-gradient(to bottom, #f57911 0%, #d46406 100%);
}

#jstree_info {
    color: white;
}

.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: linear-gradient(to bottom, #f9bc06 0%,#dca603 0%, #dca603 100%) !important;
}

.payment-sel ul li a {
    padding: 7px 20px;
}

.bln-totl img {
    cursor: pointer;
}