﻿/*** freezescreen start ***/
.loading-panel {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: -300px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
}
/*** freezescreen end ***/

.round-center {
    color: inherit;
}

.vericode {
    position: absolute;
    right: 0.5em;
    top: 2.1em;
}

.fpVeriCode {
    width: 100px;
    height: 30px;
    cursor: pointer;
}

.promo-bx {
    width: 100%;
}

.promo-sec-content,
.promo-box {
    color: #ffffff !important;
    padding: 8px;
}

.promo-sec {
    margin-top: 0px;
}

.downloadLi {
    width: 100%;
    height: 60px !important;
    padding: 0px !important;
}

    .downloadLi a {
        width: 100%;
        font-size: medium;
        padding-top: 15px;
    }

.dl-item {
    color: #ffffff;
}

table {
    width: 100%;
}

.deposit-table tr:nth-child(odd) {
    background: #3d3d3d;
}

.deposit-table tr:nth-child(even) {
    background: rgba(0,0,0,0.2);
}

.deposit-table tr th {
    border: 1px solid #e7d3bf;
    padding: 4px;
    background: linear-gradient(to right, rgb(165 64 253) 0%, rgb(81 165 254) 100%);
    text-align: center;
    color: #fff;
    width: 30%;
}

.deposit-table tr td {
    border: 1px solid #f2f2f2;
    padding: 10px 4px;
    text-align: center;
    color: #ffffff;
}

.deposit-table {
    font-size: 12px;
    margin-top: 15px;
}

label.error {
    color: red !important;
}

.trans-table tr:nth-child(odd) {
    background: #3d3d3d;
}

.trans-table tr:nth-child(even) {
    background: rgba(0,0,0,0.2);
}

.trans-table tr th {
    border: 1px solid #e7d3bf;
    padding: 4px;
    background: linear-gradient(to right, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
    text-align: center;
    color: #fff;
}

.trans-table tr td {
    border: 1px solid #f2f2f2;
    padding: 10px 4px;
    text-align: center;
    color: #ffffff;
}

.trans-table {
    font-size: 12px;
    margin-top: 15px;
}

.opacityPoint5 {
    opacity: 0.5;
}

.trans-btm {
    background: #000000ab;
    margin-top: 0px;
    padding: 20px 0;
    font-size: 12px;
    padding-bottom: 40px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info,
.paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #de01b9 !important;
}

#voucherDetailDiv {
    color: #ffffff;
}

.inbox-icon-dot:after {
    content: none;
}

.mailtitle {
    cursor: pointer;
}

.msg-content {
    word-break: break-word;
    border: 1px #de01b9;
    border-style: ridge;
    border-radius: 3px;
}

#inboxModalBody {
    margin-bottom: 10%;
}

#inboxButtonsDiv {
    width: 100%;
    display: inline-flex;
    margin-bottom: 3%;
}

.inbx-title {
    border-bottom: 1px solid #de01b9;
}

.header_transfer_all_btn {
    width: 54px !important;
    min-width: unset !important;
    padding: 0px !important;
    text-transform: uppercase;
}

.promo-title {
    font-size: 25px;
}

.promo-subtitle {
    color: #de00ff !important;
}

#promoContent {
    display: unset;
}

    #promoContent table {
        display: table-row !important;
    }
    
    #promoContent table tr:first-child > td {
        padding-left: 10px;
        padding-right: 10px;
    }

.wd-caption {
    color: white;
    font-size: 14px;
}

.carousel-caption {
    top: 65%;
}

.affiliate-table-title {
    color: white;
    text-align: center;
}

.affiliate-table th, .affiliate-table tr td {
    border: 1px solid #de00bd !important;
    border-collapse: collapse !important;
}