﻿@font-face {
    font-family: DinProBold;
    src: url("https://hksb9c2p4.cloudcdnetw.com/b9v1/fonts/DINProBold.otf");
}

@font-face {
    font-family: DinProBlack;
    src: url("https://hksb9c2p4.cloudcdnetw.com/b9v1/fonts/DIN-Pro-Black.otf");
}

@font-face {
    font-family: DinProMedium;
    src: url("https://hksb9c2p4.cloudcdnetw.com/b9v1/fonts/DINProMedium.otf");
}

@font-face {
    font-family: DINProRegular;
    src: url("https://hksb9c2p4.cloudcdnetw.com/b9v1/fonts/DIN%20Pro%20Regular.otf");
}

.wallet-bg {
    /* background-position: center -190px; */
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 80px;
    font-family: DinProMedium;
}

.wallet-body {
    width: 1053px;
    max-width: 1053px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.wallet-balance-container {
    width: 30%;
    padding-right: 15px;
}

.wallet-balance-header {
    padding: 8px 0px;
    font-size: 14px;
    font-family: DINProRegular;
    background-color: #053b7a;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wallet-balance {
    color: #f5b32d;
    font-size: 17px;
    font-family: DinProBold;
}

.wallet-balance > span {
    font-size: 24px;
}

.wallet-balance > i {
    color: #fcfcfc;
    font-size: 12px;
    margin-left: 15px;
    cursor: pointer;
}

.wallet-balance-body {
    padding: 15px 10px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    font-family: DINProRegular;
    color: #053b7a;
}

.wallet-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.wallet-balance-title {
    width: 50%;
}

.wallet-balance-title.clickable {
    cursor: pointer;
}

.wallet-balance-amount {
    width: calc(50% - 70px);
    text-align: right;
}

.wallet-balance-amount.under-maintenance {
    width: 50%;
}

.all-in-btn {
    padding: 2px 10px;
    font-size: 11px;
    font-family: DinProBold;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.wallet-collapse {
    display: none;
    margin-top: -15px;
    margin-bottom: 15px;
}

.wallet-collapse ul {
    list-style: disc;
    padding-inline-start: 20px;
}

.wallet-balance-remark {
    margin-top: 20px;
    font-size: 10px;
    line-height: 12px;
    font-family: DINProRegular;
    color: #ff0000;
}

.wallet-balance-divider {
    margin-bottom: 10px;
    border-top: 4px solid #053b7a;
}

.wallet-balance-total-amount {
    font-size: 14px;
    color: #f5b32d;
    font-family: DinProBold;
}

.wallet-balance-total-amount > span {
    font-size: 20px;
}

.wallet-balance-restore-btn {
    margin-top: 10px;
    padding: 6px 0px;
    font-size: 14px;
    font-family: DinProBold;
    color: #ffffff;
    background-image: linear-gradient(to right, #2a5c90, #3998cf, #3da9e0);
    text-align: center;
    cursor: pointer;
}

.wallet-container {
    width: 70%;
}

.wallet-action-row {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.wallet-action-row > div {
    width: 25%;
    padding: 10px 0px;
    color: #053b7a;
    cursor: pointer;
}

.wallet-action-row > div.active {
    color: #ffffff;
    background-image: linear-gradient(to right, #2a5c90, #3998cf, #3da9e0);
}

#mydeposit-verify,
#mywithdrawal-verify {
    display: block;
    padding: 0;
}

.wallet-card-bg {
    padding: 20px 20px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.wallet-card-bg h1 {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: DinProBold;
    color: #053b7a;
}

.wallet-main-row {
    display: flex;
}

.wallet-main-container {
    width: 65%;
    padding-right: 30px;
}

.wallet-input-row {
    display: flex;
    margin-bottom: 20px;
    color: #636363;
}

.wallet-input-title {
    width: 120px;
    line-height: 30px;
}

.wallet-input-field {
    width: calc(100% - 120px);
}

.wallet-input-text {
    width: 100%;
    height: 30px;
    padding-left: 20px;
    border: 1px solid #707070;
    border-radius: 5px;
}

.wallet-input-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wallet-input-options > div {
    width: 32%;
    padding: 4px 0px;
    font-size: 12px;
    font-family: DINProRegular;
    background-image: linear-gradient(to right, #9d9d9d, #bbbbbb, #d6d6d6);
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 4px;
}

.wallet-input-options > div:last-child {
    margin-right: 0;
}

.wallet-input-options > div.active {
    color: #ffffff;
    background-image: linear-gradient(to right, #2a5c90, #3998cf, #3da9e0);
}

.deposit-input {
    display: none;
}

.wallet-input-amount {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#depositForm .wallet-input-amount {
    justify-content: left;
}

.wallet-input-amount > div {
    width: 18%;
    padding: 4px 0px;
    background-image: linear-gradient(
        to right,
        rgba(216, 216, 216, 0.3),
        rgba(155, 155, 155, 0.3)
    );
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

#depositForm .wallet-input-amount > div {
    margin-right: 6px;
}

.wallet-input-amount > div.active {
    border: 2.5px solid #f0bd56;
}

.wallet-input-dropdown {
    padding: 4px 20px;
    color: #adadad;
    background-color: #ffffff;
    border: 1px solid #707070;
    border-radius: 5px;
    cursor: pointer;
}

.wallet-input-dropdown.active {
    color: #636363;
}

.wallet-input-dropdown > i {
    color: #053b7a;
    float: right;
    margin-top: 4px;
}

.wallet-input-dropdown-box {
    display: none;
    border: 1px solid #707070;
    border-radius: 8px;
}

.wallet-input-dropdown-box > div {
    padding: 5px 15px;
    font-family: DINProRegular;
    border-top: 1px solid rgba(16, 34, 37, 0.2);
    cursor: pointer;
}

.wallet-input-dropdown-box > div:hover {
    background-color: #e8e8e8;
}

.wallet-input-dropdown-box > div:first-child {
    border-top: 0px;
}

.wallet-error-row {
    font-size: 10px;
    color: #ff0000;
}

.wallet-deposit-bank-table {
    margin-top: 10px;
}

.wallet-deposit-bank-name {
    padding: 5px 0px;
    font-size: 13px;
    font-family: DinProBold;
    color: #ffffff;
    background-image: linear-gradient(#053b7a, #031e3d);
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wallet-deposit-bank-row {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #707070;
    background-color: #f0f0f0;
    border-bottom: 1px solid #707070;
}

.wallet-deposit-bank-row > div {
    padding: 6px 10px;
}

.wallet-deposit-bank-row > div:first-child {
    width: 50%;
    border-right: 1px solid #707070;
}

#bank-acc-copy-btn {
    margin-left: 5px;
    padding: 3px 8px;
    color: #ffffff;
    background-color: #9f9f9f;
    border-radius: 5px;
    cursor: pointer;
}

.wallet-deposit-bank-note {
    padding: 10px 10px 15px;
    font-size: 10px;
    line-height: 11px;
    font-family: DINProRegular;
    color: #ff0000;
    background-color: #f0f0f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.paynow-amt {
    font-size: 14px;
    font-family: DinProBold;
}

.wallet-deposit-upload-atm {
    display: none;
}

.wallet-deposit-upload {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: DinProBold;
    color: #3ba3da;
}

.wallet-deposit-upload-row {
    display: flex;
    align-items: center;
}

.wallet-deposit-upload-btn {
    position: relative;
    padding: 4px 25px;
    font-size: 12px;
    font-family: DINProRegular;
    color: #646464;
    border: 1px solid #707070;
}

.wallet-deposit-upload-btn > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.wallet-deposit-filename {
    margin-left: 8px;
    font-size: 12px;
    line-height: 12px;
    font-family: DINProRegular;
    overflow: hidden;
}

.wallet-btn {
    width: fit-content;
    padding: 8px 50px;
    font-size: 16px;
    font-family: DinProBold;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    text-transform: uppercase;
}

.wallet-notice-container {
    width: 35%;
    padding: 20px 15px;
    background-image: linear-gradient(
        to right,
        rgba(214, 214, 214, 0.2),
        rgba(157, 157, 157, 0.2)
    );
    border-radius: 15px;
}

.wallet-notice-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: DinProBold;
    color: #053b7a;
}

.wallet-notice-text > ol {
    list-style: decimal;
    padding-inline-start: 12px;
    font-size: 12px;
    font-family: DINProRegular;
    color: #636363;
}

.success-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.success-bg {
    position: relative;
    width: 450px;
    height: 250px;
    margin: 20% auto;
    padding: 40px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.success-body-text {
    margin: 20px 40px;
    font-size: 20px;
    font-family: DinProBold;
    line-height: initial;
}

.modal-body-text {
    margin: 20px 40px;
    font-size: 20px;
    font-family: DinProBold;
    line-height: initial;
    margin-top: 25px;
}

.walletModalTitle {
    font-size: 20px;
    font-family: DinProBold;
}

.success-body-trans {
    margin-top: 10px;
    font-size: 18px;
    color: #f0bd56;
}

.success-ok-btn {
    position: absolute;
    left: 36%;
    bottom: 30px;
    width: initial;
    margin: auto;
    padding: 8px 50px;
    font-size: 16px;
    font-family: DinProBold;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.addNewBankAcc,
.addNewBankAcc a {
    color: #053b7a;
}

.addNewBankAcc i {
    border: 1px dotted #053b7a;
    padding: 2px;
    margin-right: 5px;
}

.wallet-withdraw-all {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.wallet-withdraw-checkbox input[type="checkbox"] {
    margin: 0;
}

.wallet-withdraw-checkbox label {
    width: 100%;
    height: 100%;
}

.wallet-input-type {
    height: 30px;
    display: flex;
    align-items: center;
}

.wallet-input-type > div {
    width: 74px;
    margin-right: 10px;
    padding: 4px 0px;
    font-size: 12px;
    font-family: DINProRegular;
    background-image: linear-gradient(to right, #9d9d9d, #bbbbbb, #d6d6d6);
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.wallet-input-type > div.active {
    color: #ffffff;
    background-image: linear-gradient(to right, #2a5c90, #3998cf, #3da9e0);
}

.wallet-input-date {
    height: 30px;
    display: flex;
    align-items: center;
}

.wallet-input-date-field {
    position: relative;
    padding: 5px 10px;
    font-size: 12px;
    font-family: DINProRegular;
    color: #102226;
    background-color: #ffffff;
    border: 1px solid #707070;
}

.wallet-input-date span {
    margin: 0px 15px;
}

.data-table-wrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 10px;
}
.hstry-tbl.dataTable {
    margin-bottom: 20px;
}

.hstry-tbl tbody tr,
.hstry-tbl tbody tr td {
    background-color: transparent !important;
}

.hstry-tbl tr th {
    color: #636363;
    background-color: #d6d6d6;
    padding: 8px 0px;
}

.hstry-tbl tr th,
.hstry-tbl tr td {
    text-align: center;
}

.hstry-tbl tr th:first-child,
.hstry-tbl tr td:first-child {
    padding-left: 20px;
    text-align: center;
}
.hstry-tbl tr td:last-child {
    padding-right: 20px;
}
.hstry-tbl tr td {
    padding: 8px 4px;
    border-bottom: 1px solid #636363;
    color: #636363;
    font-family: DINProRegular;
}

.hstry-tbl tr td a {
    color: #636363;
}

.dataTables_info {
    margin-left: 20px;
    color: #636363;
    width: 40%;
}

.paging_full_numbers {
    margin-right: 20px;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    padding: 2px 8px;
}

.paging_full_numbers a.paginate_button {
    width: 26px;
    color: #9d9d9d;
    line-height: 26px;
    font-family: DINProRegular;
    border: 1px solid #707070;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    margin: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.paging_full_numbers a.paginate_button.current {
    color: #ffffff !important;
    background-color: #3998cf;
}

.wallet-history-table {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 10px;
}

.wallet-history-header {
    display: flex;
    align-items: center;
    color: #636363;
    background-color: #d6d6d6;
}

.wallet-history-header > div {
    width: calc((100% - 40px) / 5);
    padding: 8px 0px;
}

.wallet-history-data {
    display: flex;
    align-items: center;
    color: #636363;
    padding: 0px 20px;
    font-family: DINProRegular;
}

.wallet-history-data > div {
    width: 20%;
    padding: 8px 0px;
    border-bottom: 1px solid #636363;
}

.wallet-history-page-row {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wallet-history-page-info {
    color: #636363;
    font-size: 14px;
    font-family: DINProRegular;
}

.wallet-history-pagination {
    display: flex;
    align-items: center;
    height: 26px;
    background-color: #ffffff;
}

.wallet-history-pagination > div {
    width: 26px;
    color: #9d9d9d;
    line-height: 26px;
    font-family: DINProRegular;
    border: 1px solid #707070;
    text-align: center;
    cursor: pointer;
}

.wallet-history-pagination > div.active {
    color: #ffffff;
    background-color: #3998cf;
}

.dataTables_length {
    margin: 0 0 8px 20px;
}

.dataTables_filter {
    margin: 0 20px 8px 0;
}

.wallet-bg {
    background-image: url("../../bet20gamebettingsa/image/bg-wallet.jpg");
}

.all-in-btn,
.wallet-btn,
.success-ok-btn {
    background-image: url("../../bet20gamebettingsa/image/bg-wallet-btn.jpg");
}

.wallet-balance-body,
.wallet-action-row,
.wallet-card-bg {
    background-image: url("../../bet20gamebettingsa/image/bg-wallet-white.jpg");
}

/*-----------------------------------/
/       Profile Page Revamp          /
/-----------------------------------*/

.personal-info-card {
    background-image: url(../../bet20gamebettingsa/image/personal-info-card.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 260px;
    position: relative;
}

.contact-live {
    background: transparent linear-gradient(180deg, #ffffff 0%, #bbbbbb 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000005c;
    border-radius: 0px 16px;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 0;
    padding: 6px 9px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.contact-live img {
    width: 24px;
    height: 22px;
    margin-right: 6px;
}

.live-chat-text {
    width: 116px;
    font-size: 0.9em;
    color: #636363;
    line-height: 12px;
}

.profile-img {
    cursor: pointer;
}

#avatarbtn {
    color: #f0bd56;
    font-size: 18px;
    margin-bottom: 10px;
}

.profile-wrapper {
    width: 24%;
    margin: auto;
    font-family: DinProMedium;
}

.profile-detail-container {
    width: 100%;
    display: flex;
}

.profile-img {
    width: 20%;
    padding-top: 10px;
}

.profile-sub-heading {
    color: #3998cf;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
}

.profile-frm-row {
    width: 100%;
    float: left;
    padding-top: 3px;
}

#passForm .input-area {
    float: right;
    width: 50%;
    margin: 0;
}

#passForm .input-area input {
    height: 28px;
    width: 203px;
    padding: 0 0 0 3%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#passForm .label-area {
    color: #000;
    float: left;
}

#profile-page-content ::placeholder {
    color: #adadad;
    font-style: normal;
    font-size: 10px;
    /* Firefox */
}

#profile-page-content :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #adadad;
    font-style: normal;
    font-size: 12px;
}

#profile-page-content ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #adadad;
    font-style: normal;
    font-size: 12px;
}

.wallet-notice-container {
    width: 35%;
    padding: 20px 15px;
    background-image: linear-gradient(
        to right,
        rgba(214, 214, 214, 0.2),
        rgba(157, 157, 157, 0.2)
    );
    border-radius: 15px;
    color: #636363;
}

.side-section-heading {
    color: #053b7a;
    font-size: 18px;
    font-family: DinProBold;
    padding-bottom: 15px;
}

.profile-required-field {
    color: red;
}

.wallet-blue-btn {
    background-image: url(../../bet20gamebettingsa/image/btn-blue.png);
    background-size: 100% 100%;
    /* background-repeat: no-repeat; */
    text-align: center;
    color: white;
    padding: 7px;
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 60%;
    font-family: DinProBold;
    font-style: normal;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.edit-btn {
    background-image: url(../../bet20gamebettingsa/image/edit.png);
    background-size: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 41%;
    background-color: white;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 25px;
    cursor: pointer;
}

.wallet-profile-container {
    display: none;
}

.bank-account-header {
    color: #636363;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.bank-account-row:first-child {
    padding-top: 10px;
}

.bank-account-row:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.bank-account-row {
    display: flex;
    width: 100%;
    padding: 3px 0;
}

.bank-account-header thead th,
.bank-account-header tbody tr:last-child {
    border-bottom: 1px solid #ccc;
}

.bank-account-header div:nth-child(1),
.bank-account-row > div:nth-child(1) {
    width: 24%;
}

.bank-account-header div:nth-child(2),
.bank-account-row > div:nth-child(2) {
    width: 38%;
}

.bank-account-container {
    color: #636363;
}

.bank-detail-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 240px;
}

.addbank-btn-row {
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    align-items: center;
}

.bank-status {
    display: flex;
    align-items: center;
}

.bank-status div {
    margin-left: 6px;
    font-size: 12px;
}

#addBankAcctBtn {
    color: #053b7a;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}

#addBankAcctBtn img {
    width: 4%;
    margin-right: 7px;
}

#profile-page-content .step {
    width: 55%;
}

#profile-page-content .step1 {
    position: absolute;
    left: 14px;
    top: 52px;
}

#profile-page-content .step2 {
    position: absolute;
    right: 8px;
    top: 113px;
}

#profile-page-content .step3 {
    position: absolute;
    left: 12px;
    top: 170px;
}

#profile-page-content .step4 {
    position: absolute;
    right: 8px;
    top: 229px;
}

#bdocUploadForm .input-area {
    width: 300px;
    height: 28px;
    border-radius: 5px;
    padding-left: 10px;
    float: right;
}

.bankstatement-section {
    background: linear-gradient(
        180deg,
        rgba(157, 157, 157, 0.2) 0%,
        rgba(214, 214, 214, 0.2) 100%
    );
    width: 100%;
    border-radius: 17px;
    display: flex;
    margin: 20px 0;
    color: #636363;
    padding-bottom: 15px;
    font-weight: 700;
}

.bank-statement-sample {
    width: 60%;
    padding: 6px 13px;
}

.bank-book-sample {
    width: 40%;
    padding: 6px 13px;
    padding-left: 0;
}

.bank-statement-sample img,
.bank-book-sample img {
    width: 100%;
    margin-top: 8px;
}

label[for="receipt"] {
    display: inline-block;
    width: 5em;
    padding: 0 1em;
    text-align: right;
}

/* Hide the file input using
opacity */

#receipt {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}

#receipt,
#receipt + label[for="receipt"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
    width: 150px;
    cursor: pointer;
    margin: 5px 0;
}

#receipt + label[for="receipt"] {
    text-align: center;
    left: 7.35em;
    top: 0.5em;
    /* Decorative */
    background: #ffffff;
    color: #646464;
    border: 1px solid #ccc;
}

.upload-msg {
    color: #3ba3da;
    font-weight: 600;
    margin-top: 29px;
}

.back-grey-btn {
    background: #adadad 0% 0% no-repeat padding-box;
    width: 30%;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
    margin-right: 10px;
}

.upload-btn {
    background-image: url(../../bet20gamebettingsa/image/btn-blue.png);
    background-size: 100% 100%;
    /* background-repeat: no-repeat; */
    text-align: center;
    font-family: DinProBold;
    font-style: normal;
    border: none;
    cursor: pointer;
    width: 50%;
    padding: 7px 0;
    color: white;
    text-transform: uppercase;
}
.b9-custom-modal.current {
    display: flex !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    z-index: 9999 !important;
    background: transparent !important;
    width: auto;
    height: auto;
    box-shadow: none;
}

.b9-custom-modal .modal-dialog {
    margin: auto;
    width: auto;
    min-width: 600px;
}

.b9-custom-modal .modal-content {
    border: 2px solid #d3d6d8;
    background-image: linear-gradient(#001a38, #295d91);
    border-radius: 4px;
    font-size: 1em;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.b9-custom-modal .modal-body {
    padding: 0 !important;
    text-align: center;
}

.b9-custom-modal .modal-header {
    font-size: 1.5em;
    border: 0;
    width: auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
    padding: 0;
    background-image: url("../../bet20gamebettingsa/image/modal-header1.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.b9-custom-modal .close-modal {
    display: none !important;
}

.avatar-choice-container {
    width: 800px;
    padding: 0 66px;
}

.avatar-choice-icon {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0;
}

.avatar-choice-icon > div {
    position: relative;
    cursor: pointer;
}

.avatar-choice-icon > div.active:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    content: "\f00c";
    display: inline-block;
    padding: 6px;
    color: #d4e1f4;
    background: #3bb54a;
    bottom: 10px;
    right: 16px;
    font-size: 1.2em;
    border-radius: 20px;
    font-weight: 900;
    width: 30px;
    height: 30px;
}

.avatar-choice-icon img {
    width: 80%;
}

.avatar-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.cancel-btn {
    background-image: url("../../bet20gamebettingsa/image/silver-border.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8px 50px;
    margin: 0 20px;
    cursor: pointer;
    text-decoration: none !important;
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.avatar-btn-container .success-ok-btn {
    position: relative;
    margin: 0 20px;
    left: auto;
    bottom: auto;
    text-decoration: none !important;
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
}

#promotion-list li {
    list-style-type: disc;
}

#promotion-list li {
    margin-bottom: 8px;
    line-height: 1;
    margin-inline-start: 24px;
}

.profile-input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#add_bank_acc .profile-frm-row {
    width: 85%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

#add_bank_acc .label-area {
    float: left;
}

#add_bank_acc .input-area {
    width: 330px;
    height: 28px;
    border-radius: 5px;
    padding-left: 10px;
    float: right;
}

.account-submit-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.account-submit-btn-container .success-ok-btn {
    position: relative;
    margin: 0 20px;
    left: auto;
    bottom: auto;
    text-decoration: none !important;
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
}
/*-----------------------------------/
/      Profile Page Revamp End       /
/-----------------------------------*/

/** cash rebate **/
#dailyCashRebateTable {
    width: 100%;
    color: #636363;
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}

.tableH,
.claimDetailsH {
    background: transparent linear-gradient(180deg, #053b7a 0%, #031e3d 100%) 0%
        0% no-repeat padding-box;
    border-radius: 12px 12px 0px 0px;
    color: white;
    display: flex;
    padding: 5px 0;
}

.tableH > div,
.record-row > div {
    width: 33%;
    text-align: center;
    padding: 6px 0px;
    font-size: 13px;
}

.record-row {
    display: flex;
    position: relative;
}

.record-row::after {
    display: block;
    content: "";
    width: 94%;
    height: 1px;
    background: rgba(99, 99, 99, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.tableB {
    font-family: DinProMedium;
    color: #636363;
    background: transparent linear-gradient(180deg, #ffffff 0%, #e4e4e4 100%) 0%
        0% no-repeat padding-box;
}

#dailyCashRebateTable tbody {
    background: transparent linear-gradient(180deg, #ffffff 0%, #e4e4e4 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

#cashRebateDetails-modal .rebateDetail-bg {
    background-image: url(../../bet20gamebettingsa/image/popup.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 535px;
    height: 368px;
    margin: 15% auto;
    padding-top: 48px;
    text-align: center;
}

.cash-rebate-wrapper {
    display: flex;
    color: black;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

#cashrebate-claimNowBtn {
    background-image: url(../../bet20gamebettingsa/image/verify-btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 23px;
    padding-top: 10px;
    padding-bottom: 15px;
    color: white;
    font-family: DinProBold;
    font-size: 12px;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
}

#cashRebateBalance {
    color: #f5b32d;
    font-size: 20px;
    font-family: DinProBold;
    font-weight: 900;
}

.claimrebate-bg {
    background-image: url(https://hksb9c2p4.cloudcdnetw.com/b9v1/images/daily-rebate/popup-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 440px;
    height: 220px;
    margin: 20% auto;
    padding: 0px 30px;
    background-position: center;
    text-align: center;
    font-size: 16px;
}

.dailyClaimClickHere {
    color: black !important;
    text-decoration: underline;
    font-family: DinProBold;
    font-weight: 700;
}

.fa-info-circle {
    color: #3da9e0;
    margin-left: 6px;
}

.status-claimed {
    color: #1ab1ba;
}

.status-unclaimed {
    color: #fba655;
}

.status-na {
    color: #053b7a;
}

.claimrebate-bg {
    background-image: url(https://hksb9c2p4.cloudcdnetw.com/b9v1/images/daily-rebate/popup-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 440px;
    height: 220px;
    margin: 20% auto;
    padding: 0px 30px;
    background-position: center;
    text-align: center;
    font-size: 16px;
}

.detailTitle {
    position: absolute;
    top: 1px;
    padding: 6px;
    font-size: 18px;
    /* text-align: center; */
    /* display: flex; */
    left: 0;
    right: 0;
    font-weight: 700;
}

#claimedRebate {
    font-family: DinProBlack;
    color: #f5b32d;
}

.cashrebateclaim-close {
    position: absolute;
    bottom: -61px;
}

.detail-close {
    position: absolute;
    bottom: -82px;
    left: 0;
    right: 0;
}

.detail-close img,
.cashrebateclaim-close img {
    cursor: pointer;
}

.tdCR {
    cursor: pointer;
}

#claimRecordContainer {
    width: 100%;
    padding: 0 4.2px;
}

#claimDetailsTable {
    width: 100%;
    margin: 15px 0;
}

.details-row {
    display: flex;
}

.claimDetailsH > div,
.details-row > div {
    width: 25%;
    text-align: center;
    font-size: 13px;
    padding: 4px 0;
}

.details-row:nth-child(odd) {
    background: transparent linear-gradient(180deg, #ffffff 0%, #e4e4e4 100%) 0%
        0% no-repeat padding-box;
    color: #636363;
    font-size: 13px;
    font-family: DinProMedium;
}

.details-row:nth-child(even) {
    background: #f7f7f7 0% 0% no-repeat padding-box;
    color: #636363;
    font-size: 13px;
    font-family: DinProMedium;
}

.totalAmtRow {
    display: flex;
    justify-content: space-between;
    padding: 0px 35px;
    font-family: DinProMedium;
}

#totalTurnover,
#totalRebate {
    font-family: DinProBold;
    color: #f5b32d;
    font-weight: 900;
    font-size: 18px;
}
.wallet-white-btn {
    color: #193B76;
    background-image: url('../../bet20gamebettingsa/image/white-btn-frame.png');
    background-size: 100% 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 7px;
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: DinProBold;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wallet-white-btn img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.b9-custom-modal-light.current {
    display: flex !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    z-index: 9999 !important;
    background: 0 0 !important;
    width: auto;
    height: auto;
    box-shadow: none
}

.b9-custom-modal-light .modal-dialog {
    margin: auto;
    width: auto;
    min-width: 656px
}

.b9-custom-modal-light .modal-content {
    border: 2px solid #d3d6d8;
    background-image: url('../../bet20gamebettingsa/image/white-bg-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    font-size: 1em;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.b9-custom-modal-light .modal-body {
    padding: 0 !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b9-custom-modal-light .modal-header {
    font-size: 1.5em;
    border: 0;
    height: 50px;
    width: calc(506/75 * 50px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-top: -2px;
    padding: 0px 0px 4px;
    background-image: url('../../bet20gamebettingsa/image/modal-header-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
}

.b9-custom-modal-light .close-modal {
    display: none !important
}

.b9-custom-modal-light .cta-btn {
    color: #fff;
    text-decoration: none;
}

#RolloverReqTable tr td, #RolloverReqTable tr th {
    text-align: center;
    padding: 8px 0;
    vertical-align: middle;
}