@charset "utf-8";
/*
Name: M88 cashier page main stylesheets
Description: full of custom styles for m88 cashier page interface
Version: 1.0
Tags: header, title, data table, tab bootstrap style, sidebar, data table sidebar, profile - account profile, form steps tab, form components, modal, attributes, columns.

Please make it readable and keep it consistent.
*/
/****** header *********/

.navbar {
    border-radius: 0px;
    padding: 0px 30px;
    margin-bottom: 0px;
    background: #3d5172;
    border: none;
}

#navbar .navbar-nav .nav-link {
    color: #fff;
}

.navbar-header {
    padding: 10px 0px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-toggle {
    margin-top: 25px;
}

.navbar-collapse {
    box-shadow: none;
}

.header__logo a:last-child img {
    margin-left: 30px;
    width: 265px;
}

.header__logo a img {
    padding: 10px 0px;
    display: inline;
}

/****** title *********/
h5.account__profile-title,
h5.bank__details-title,
h5.getbank__details-title,
h5.primary-acc-title,
h5.secondary-acc-title {
    margin-bottom: 25px;
    font-weight: bold;
}

.primary-acc-title {
    background: #131433;
    padding: 5px 15px;
    color: #fff;
}

.secondary-acc-title {
    background: #D4E7EE;
    padding: 5px 15px;
    color: #222;
}

    .primary-acc-title small a,
    .secondary-acc-title small a {
        text-decoration: underline;
    }

.modal-body--title {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}

.list-inline {
    margin-left: 0px;
}

/****** data table *********/
.datatable__title {
    background: #131433;
}

    .datatable__title h6,
    .datatable__title p {
        color: #fff;
        font-size: 14px;
    }

.datatable__title--yellow h6 {
    text-transform: uppercase;
    margin-top: 9px;
}

.lang-zh .datatable__title--yellow h6,
.lang-th .datatable__title--yellow h6 {
    margin-top: 6.5px;
}

.lang-zh .datatable__title:nth-child(3) .datatable__title--yellow h6,
.lang-th .datatable__title:nth-child(3) .datatable__title--yellow h6 {
    text-transform: uppercase;
    margin-top: 5.5px;
}

.lang-vi .datatable__title--yellow h6 {
    text-transform: uppercase;
    margin-top: 7px;
}

.lang-vi .datatable__title:nth-child(3) .datatable__title--yellow h6 {
    text-transform: uppercase;
    margin-top: 6px;
}

.datatable__title:nth-child(3) .datatable__title--yellow h6 {
    text-transform: uppercase;
    margin-top: 8px;
}

.datatable__title--yellow span {
    color: #fdcf01;
    text-transform: capitalize;
}

    .datatable__title--yellow span.icon-tab {
        color: #8995C7;
    }

.datatable__menu > div {
    padding-left: 0px;
    padding-right: 0px;
}

.datatable__menu thead,
.datatable__menu-inbox thead {
    background: #33425f;
    color: #fff;
}

.datatable__menu-inbox table .inbox--state-unread {
    font-weight: bold;
}

.datatable__menu-inbox thead tr th:last-child,
.datatable__menu-inbox tbody tr td:last-child {
    text-align: right;
}

.datatable__menu thead th,
.datatable__menu tbody td {
    text-align: center;
}

.datatable__menu-inbox thead th,
.datatable__menu-inbox tobody td {
    text-align: left;
}

.datatable__menu-inbox h6 {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px dotted #222;
}

.datatable__wallet-title {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
}

.datatable__wallet-value {
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
    text-align: right;
    font-size: 12px;
}

#recent__transactions--table .status-success {
    color: #5cb85c;
}

#recent__transactions--table .status-failed {
    color: #d9534f;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

.updown {
    position: absolute;
    right: 5px;
    top: 5px;
}

/****** tab bootstrap style *********/
.content-body .tab-pane {
    padding: 9px;
    /*border: 1px solid #d2e2eb*/
}

.content-body .nav > li > a {
    display: table;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 0;
    margin-right: 0px;
}

.content-body .nav > li.active > a span {
    width: 88px;
    height: 19px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #4e5461;
    margin-left: 4px;
}

.content-body .nav > li > a span {
    margin-right: 0px;
}

    .content-body .nav > li > a span.icon-tab {
        margin-right: 5px;
        display: table-cell;
        vertical-align: middle;
    }

    .content-body .nav > li > a span.title-tab {
        display: table-cell;
        vertical-align: bottom;
        padding-left: 5px;
    }

.content-body .nav-options > li > a {
    /*border: 1px solid #d2e2eb !important;*/
    border-bottom: none !important;
}

.datatable__title span.icon-tab {
    display: table-cell;
    color: #ffffff;
    font-weight: normal;
    padding: 4px 10px;
}

.datatable__title:nth-child(3) span.icon-tab {
    padding: 2.5px 10px;
}

.datatable__title span.title-tab {
    display: table-cell;
    vertical-align: bottom;
}

    .datatable__title span.icon-tab:hover,
    .datatable__title span.title-tab:hover {
        cursor: default;
        text-decoration: none;
    }

.datatable__title--yellow {
    display: table;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs li {
        z-index: 1;
    }

        .nav-tabs li a:hover {
            cursor: pointer !important;
        }

        .nav-tabs li.active {
            border-bottom: 4px solid #ffc600;
        }

        .nav-tabs li a {
            border: none !important;
            text-transform: uppercase;
            color: #222;
        }
/*.tab-content {
	margin-top: 10px;
}*/
.tabcontent__online {
    padding: 15px;
}

    .tabcontent__online h6 {
        font-weight: normal;
        overflow-wrap: break-word;
        text-align: center;
    }

    .tabcontent__online a {
        color: #333;
    }

        .tabcontent__online a:hover {
            color: #222;
        }

tabcontent__online a#content-sidebar--banner {
    position: absolute;
    bottom: 26px;
    right: 0;
}

.tab-summary .form-control[disabled],
.tab-summary .form-control[readonly],
#transfer__steps--results .form-control[disabled],
#transfer__steps--results .form-control[readonly] {
    background: #fff;
    background-image: none;
    border: none;
    text-overflow: ellipsis;
    font-weight: bold !important;
}

input#uniqueDepositAmountToDisplay,
input#toBankDisplayText {
    background: none !important;
}

a#content-sidebar--banner span:first-child,
a#content-sidebar--banner-inactive span:first-child {
    font-size: 20px;
}

.datatab__messages .tab-content {
    margin-top: 0px;
}

#deposit__steps .tab-pane,
#deposit__online--steps .tab-pane,
#transfer__steps .tab-pane,
#redeem__steps .tab-pane,
#withdrawal__steps .tab-pane {
    border: none;
    box-shadow: none;
    padding: 30px 0px;
}

#transfer__steps .tab-pane {
    padding-top: 0px !important;
}

    #transfer__steps .tab-pane #depositForm {
        /*padding-top: 20px;*/
    }

li.process-step--tutorials a h6 small {
    color: #314060;
    font-weight: bold;
    font-size: 10px;
}

li.process-step--tutorials a h6:hover {
    opacity: .9;
}

li.process-step--tutorials a h6 i.fas {
    color: #314060;
    font-size: 10px;
    vertical-align: middle;
}

ul.process-row li.process-step--tutorials {
    display: none;
}

.content-body .nav > li.process-step--tutorials > a span {
    margin-right: -5px;
}

/****** sidebar *********/
#content-sidebar--banner {
    background: linear-gradient(to bottom, rgba(252,236,12,1) 0%, rgba(252,236,12,1) 50%, rgba(255,203,13,1) 51%, rgba(255,203,13,1) 71%, rgba(255,203,13,1) 100%);
    margin: 0 auto;
    padding: 10px 10px;
    width: 125px;
    height: 45px;
    font-weight: bold;
    display: table;
}

#content-sidebar--banner-inactive {
    background: #646868;
    margin: 0 auto;
    padding: 10px 10px;
    width: 145px;
    height: 50px;
    font-weight: bold;
    display: table;
}

    #content-sidebar--banner span,
    #content-sidebar--banner-inactive span {
        display: table-cell;
        vertical-align: middle;
        padding-top: 5px;
    }

        #content-sidebar--banner span:first-child
        #content-sidebar--banner-inactive span:first-child {
            font-size: 20px;
        }

        #content-sidebar--banner span + span,
        #content-sidebar--banner-inactive span + span {
            padding-left: 5px;
        }

a#content-sidebar--banner:hover {
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(to top, rgba(252,236,12,1) 0%, rgba(252,236,12,1) 50%, rgba(255,203,13,1) 51%, rgba(255,203,13,1) 71%, rgba(255,203,13,1) 100%);
    color: #1a2332;
}

a#content-sidebar--banner-inactive:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

a#content-sidebar--banner:active {
    outline: 2px solid #000;
    background: linear-gradient(to top, rgba(252,236,12,1) 0%, rgba(252,236,12,1) 50%, rgba(255,203,13,1) 51%, rgba(255,203,13,1) 71%, rgba(255,203,13,1) 100%);
}

.get-bank-details {
    display: table-cell;
    padding-right: 2px;
    vertical-align: middle;
}

/****** data table sidebar *********/
.content-sidebar .datatable__title h6 {
    padding: 0px 15px;
}

.content-sidebar .datatable__wallet table tr td:first-child {
    width: 60%;
}

.content-sidebar .datatable__wallet table tr td:last-child {
    width: 40%;
    text-align: right;
    font-weight: 600;
}

/****** profile - account profile *********/
.rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

/****** form steps tab *********/
.process-deposit,
.process-transfer,
.process-withdrawal {
    font-weight: bold;
    padding-top: 11px;
    /*padding-bottom: 5px;*/
    /*border-bottom: 1px dotted #222;*/
}

    .process-deposit li,
    .process-transfer li,
    .process-withdrawal li {
        box-shadow: none;
    }

        .process-deposit li a:hover,
        .process-transfer li a:hover,
        .process-withdrawal li a:hover {
            background: none;
        }

        .process-deposit li a,
        .process-transfer li a,
        .process-withdrawal li a {
            background: transparent;
            padding: 0px !important;
        }

            .process-deposit li a h6,
            .process-transfer li a h6,
            .process-withdrawal li a h6 {
                font-size: 14px;
                color: #000;
                font-weight: bold;
            }

    .process-deposit .nav-tabs li,
    .process-transfer .nav-tabs li,
    .process-withdrawal .nav-tabs li {
        margin-right: 20px;
    }

        .process-deposit .nav-tabs li.pull-right,
        .process-transfer .nav-tabs li.pull-right,
        .process-withdrawal .nav-tabs li.pull-right {
            margin-right: 0;
        }

        .process-deposit .nav-tabs li.active,
        .process-transfer .nav-tabs li.active,
        .process-withdrawal .nav-tabs li.active {
            border-bottom: none;
        }

            .process-deposit .nav-tabs li.active a h6,
            .process-transfer .nav-tabs li.active a h6,
            .process-withdrawal .nav-tabs li.active a h6 {
                color: #63666b;
                font-weight: bold;
            }

#deposit__steps--details h5,
#transfer__steps--details h5,
#transfer__steps--bonus h5,
#redeem__steps--code h5,
#redeem__steps--status h5,
#withdrawal__steps--details h5,
#withdrawal__steps--summary h5,
#ninepay__form-internet h5 {
    font-weight: bold;
    margin-bottom: 25px;
    display: contents;
}

#transfer__steps--status img,
#redeem__steps--status img,
#withdrawal__steps--status img {
    margin: 0 auto;
    padding: 10px 0px;
}

.process-deposit .nav-tabs li a h6,
.process-transfer .nav-tabs li a h6,
.process-withdrawal .nav-tabs li a h6 {
    position: relative;
    line-height: 25px;
}

    .process-deposit .nav-tabs li a h6::after,
    .process-transfer .nav-tabs li a h6::after,
    .process-withdrawal .nav-tabs li a h6::after {
        content: '';
        position: absolute;
        font-weight: 300;
        color: #63666b;
        right: -12px;
        top: 3px;
        height: 19px;
        width: 2px;
        background-color: #63666b;
    }

h6 img.header-icon {
    margin-top: -4px;
}

.process-transfer .nav-tabs li.active:after {
    content: '';
    position: absolute;
    font-weight: 300;
    color: #63666b;
    right: -12px;
    top: 13px;
    height: 19px;
    width: 2px;
    background-color: #63666b;
}

.process-deposit .nav-tabs li:last-child a h6::after,
.process-transfer .nav-tabs li:last-child a h6::after,
.process-withdrawal .nav-tabs li:last-child a h6::after,
.process-transfer .nav-tabs li.active a:after {
    visibility: hidden;
    display: none;
}

.steps--status:last-child::after {
    visibility: hidden;
}

.status-end::after {
    visibility: hidden;
}

.steps--status::after {
    content: url(../../images/m88/icon/__notification-arrow-grey.svg);
    position: absolute;
    top: 54px;
    right: -24px;
    height: 14px;
    width: 50px;
}

.status-current::after {
    content: url(../../images/m88/icon/__notification-arrow-blue.svg);
    position: absolute;
    top: 54px;
    right: -24px;
    height: 14px;
    width: 50px;
}

.row-steps img {
    margin: 0 auto;
    padding: 10px 0px;
}

ul li.state-block {
    display: block;
}

/****** form components *********/
#transfer__steps--bonus .bank__details--primary-acc .radio-inline input[type="radio"] {
    bottom: -20px;
    position: absolute;
    margin-top: 4px \9;
    margin-left: -63px;
}

.bank__details--primary-acc .radio-inline {
    position: relative;
}
.r-add-bank {
    pointer-events: none;
}
.bank__details--primary-acc span.primary-acc-title--code {
    position: absolute;
    bottom: 3px;
    right: 11px;
    font-size: 11px;
    font-weight: bold;
}

.radio-inline + .radio-inline {
    margin-left: 0px;
}

.col-form-label {
    font-weight: normal;
}

#transfer__steps .field-input input,
#deposit__steps .field-input input, #withdrawal__steps .field-input input,
#smc-service-container .field-input input
/*#deposit__steps .field-input select,
#transfer__steps .field-input select,
.form-group .field-input .dropdown-select .btn-select*/ {
    /*background-image: url(../../images/m88/icon/information.png);*/
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 20px;
    text-overflow: ellipsis;
    border: solid 1px #ced2d2;
    padding-top: 12px !important;
    height: 48px;
    border-radius: 60px;
    padding: 13px 16px;
    font-weight: bold;
    color: #222939;
}

    #withdrawal__steps .field-input input.error,
    #transfer__steps .field-input input.error,
    #transfer__steps .field-input select.error,
    #deposit__steps .field-input input.error,
    #deposit__steps .field-input select.error,
    #smc-service-container .field-input input.error {
        border: solid 1px #c9334e !important;
        background-image: url('../../images/m88/icon/error.svg');
        background-repeat: no-repeat;
        background-position: right 14px center;
        padding-right: 30px;
        text-overflow: ellipsis;
    }

        #withdrawal__steps .field-input input.error:focus,
        #transfer__steps .field-input input.error:focus,
        #transfer__steps .field-input select.error:focus,
        #deposit__steps .field-input input.error:focus,
        #deposit__steps .field-input select.error:focus {
            border: 1px solid #c9334e;
            box-shadow: 0 0 0px #fff;
        }


#deposit__steps .field-input select, #transfer__steps .field-input select {
    -webkit-appearance: none;
    appearance: none;
    /*background-image: url(../../images/icon/icon-dropdown-collapse.svg);*/
    background-image: url('../../images/m88/icon/dropdown_arrow.svg');
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 20px;
    padding-right: 8px;
    text-overflow: ellipsis;
    background-color: #fff !important;
    -webkit-appearance: none;
    /*width: 315px;*/
    border: solid 1px #ced2d2;
    background-color: var(--white);
}

.field-input2 select {
    -webkit-appearance: none;
    appearance: none;
    /*background-image: url(../../images/icon/icon-dropdown-collapse.svg);*/
    background-image: url('../../images/m88/icon/dropdown_arrow.svg');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    padding-right: 50px !important;
    text-overflow: ellipsis;
    background-color: #fff !important;
    -webkit-appearance: none;
    /*width: 315px;*/
    border: solid 1px #ced2d2;
    background-color: var(--white);
}

#nine-pay-_SoB--details select,
#quick_transfer_SoB--details select {
    -webkit-appearance: none;
    appearance: none;
    /*background-image: url(../../images/icon/icon-dropdown-collapse.svg);*/
    background-image: url('../../images/m88/icon/arrow-with-border-1.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 60px;
    text-overflow: ellipsis;
    background-color: #fff;
    -webkit-appearance: none;
    border: solid 2px #d5e6f0;
}

#nine-pay-_SoB--details input.form-control,
#quick_transfer_SoB--details input.form-control,
#alipay_transfer_SoB--details input.form-control {
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 20px;
    text-overflow: ellipsis;
    border: solid 1px #ced2d2;
    padding-top: 12px !important;
    height: 48px;
    border-radius: 60px;
    padding: 13px 16px;
    font-weight: bold;
    color: #222939;
}


/****** select bank *********/
#guide_details .input-group select {
    /*background-image: url(../../images/icon/icon-dropdown-collapse.svg);*/
    background-image: url('../../images/m88/icon/arrow-with-border-1.svg');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    /*padding-right: 30px;*/
    text-overflow: ellipsis;
    background-color: #fff;
    -webkit-appearance: none;
    border: solid 2px #d5e6f0;
}

/****** for information icon *********/
.info-image {
    background-image: url(../../images/m88/icon/information.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 21px;
    top: 5px;
    z-index: 99;
    cursor: pointer;
}


/*info-succes-error*/
.success-image {
    background-image: url('../../images/m88/icon/icon-successful.svg');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    padding-right: 30px;
    display: none;
}

.info-image {
    background-image: url('../../images/m88/icon/icon-info-2.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 28px;
    top: 14px;
    z-index: 99;
    cursor: pointer;
    /*display: none;*/
}

.select-container .info-image, .select2-container .info-image, .select-container3 .info-image, .select2__acount-number .info-image, .dropdown-Selected .info-image,
[data-text~=Select] .info-image, .field-input-mo-yr .info-image {
    /*right: 50px !important;*/
}

.field-input-mo-yr:first-child .info-image {
    margin-right: 16px;
}

.input-calendar .info-image.infoTime {
    margin-right: 26px;
}

.field-input.upload-textbox .info-image {
    margin-right: 26px;
}

.error-image {
    border: solid 1px #bf0003;
    background-image: url('../../images/m88/icon/icon-note.svg');
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 30px;
    text-overflow: ellipsis;
    display: none;
}



#withdrawal__steps input.colortrue,
#transfer__steps input.colortrue,
#deposit__steps input.colortrue,
.billing-info input.form-control.colortrue,
.bi-input-calendar.field-input input.form-control.input-removemsg.colortrue {
    background-image: url('../../images/m88/icon/success.svg');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 20px;
    padding-right: 42px !important;
    border: 1px solid #329C69 !important;
}

.bi-input-calendar.field-input input.form-control.input-removemsg.colortrue {
    background-image: url('../../images/m88/icon/success.svg'), url(../../images/icon/calendar_grey.svg);
    background-position: right 42px center, right 14px center;
    background-repeat: no-repeat;
    padding-right: 70px !important;
}

.bi-input-calendar.field-input input.form-control.input-removemsg.error {
    background-image: url('../../images/m88/icon/error.svg'), url(../../images/icon/calendar_grey.svg);
    background-position: right 42px center, right 14px center;
    background-repeat: no-repeat;
    padding-right: 70px !important;
}

.billing-info input.form-control.error {
    background-image: url('../../images/m88/icon/error.svg');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 20px;
    padding-right: 42px !important;
    border: 1px solid #c9334e !important;
}

.billing-info .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    color: #222939;
}

#mobile__pay .field-input .select-arrow {
    padding: 0px;
}

.field-input .dropdown-select .select-arrow {
    right: 35px;
}

.field-input .select-arrow {
    width: 20px;
    height: 10px;
    position: absolute;
    right: 50px;
    top: 10px;
}

.field-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

    .field-info .field-info-text::before {
        top: -7px;
        right: 12px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(213, 183, 32, 0);
        border-top-color: #1a2332;
        border-width: 4px;
        margin-left: 2px;
        transform: rotate(180deg);
        z-index: 99;
        display: none;
    }


    /*#uploadMsg {
    top: 2px;
}*/

    .field-info .field-info-text {
        /*display: none;*/
        align-items: center;
        text-align: left;
        /*background-color: #1a2332;*/
        color: #a7a9b0;
        padding: 8px 16px 0px;
        width: 100%;
        font-size: 14px;
        position: relative;
    }

.field-info-error {
    display: flex;
    background-color: unset !important;
    align-items: center;
    text-align: left;
    color: #c9334e !important;
    padding: 8px 16px 0px !important;
    width: 100%;
    font-size: 14px !important;
    position: relative;
}

.field-input input.error ~ .field-error .field-info-error::before {
    top: -7px;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 183, 32, 0);
    border-top-color: #bf0003;
    border-width: 4px;
    margin-left: 2px;
    transform: rotate(180deg);
    display: none;
}

.field-input .field-error + .field-info > .field-info-text::before {
    visibility: hidden;
}

p#game-notification {
    font-size: 13.33px;
    color: #bf0003;
}

.steps--active .s-badge {
    height: 30px;
    width: 30px;
}

    .steps--active .s-badge span:first-child {
        font-size: 8px;
        top: 3px;
        left: 7px;
    }

    .steps--active .s-badge span:last-child {
        font-size: 13px;
        left: 8px;
        top: 11px;
    }

.steps--active img {
    width: 50px !important;
}
/****** modal *********/
.m-body-grid {
    padding: 30px;
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.m-body-grid__row {
    display: table-row;
}

    .m-body-grid__row > .m-body-grid__item {
        display: table-cell;
        vertical-align: top;
        text-align: center;
        padding: 2.3rem 0.75rem;
    }

    .m-body-grid__row > a.m-body-grid__item:hover {
        background: #e6e7e8;
        cursor: pointer;
        text-decoration: none;
    }

.m-body-grid__icon img {
    margin: 0 auto;
    width: 40px;
    margin-bottom: 10px;
}

#quick-transfer--new-deposit .m-body-grid__item .m-body-grid__text,
#complete--deposit-form .m-body-grid__item .m-body-grid__text {
    text-transform: uppercase;
    font-size: 14px;
}

.m-body-grid__item .m-body-grid__text {
    display: block;
    line-height: 1.3;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #314060;
    word-break: break-word;
}

.img-btn {
    left: 5px;
    position: absolute;
    bottom: 6px;
}

/****** attributes *********/
[data-toggle^="modal"]:hover {
    cursor: pointer;
    text-decoration: underline;
}

.popover {
    font-size: 12px;
    border-radius: 0px;
}

.popover-content {
    padding: 4px 10px;
}

/****** cashier page *********/
.bank-steps {
    color: #293A56;
    font-weight: bold;
    font-size: 20px;
}

.bank-steps-img {
    display: inline;
    margin-right: 20px;
}

#transfer__steps--status img,
#online__pay--status img,
#mobile__pay--status img,
#cashcard__pay--status img,
#transfer__steps--status img,
#transfer__steps--counter-status img,
#transfer__steps--ctm-status img,
#transfer__steps--atm-status img,
#transfer__steps--mobile-status img,
#complete__form-internet--status img,
#complete__form-mobile--status img,
#complete__form-counter--status img,
#complete__form-ctm--status img,
#complete__form-atm--status img,
#ninepay__form-status img,
#ninepay__form-mobile-status img,
#ninepay__form-atm-status img {
    margin: 0 auto;
    padding: 7px 0px;
    width: 40px;
}

.tutorial {
    margin-top: 10px;
    font-size: 11px;
    color: #697fad !important;
    text-transform: unset !important;
}

input[type="radio"] {
    margin: 1px 0 0 !important;
    margin-left: -20px !important;
}

/****** columns *********/
.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.step-header {
    /*color: #314060;
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;*/
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    height: 15px;
    color: #4e5461;
    margin-right: 8px;
}

/*NEW M88 UI*/
#transfer__steps .tab-pane .step-header {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #4e5461;
    margin-top: 20px;
    margin-right: 0px;
    line-height: 15px;
}

.process-deposit .process-step.active a h6 {
    color: #4e5461;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.process-deposit .process-step a h6 {
    color: #4e5461;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.process-transfer .process-step.active a h6 {
    color: #4e5461 !important;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.process-transfer .process-step a h6 {
    color: #4e5461;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

/*NEW M88 UI CLOSE*/

/*IE Dropdown*/
/*select::-ms-expand {
    display: none;
}*/
/*.swal2-icon.swal2-warning::before,
.swal2-icon.swal2-question::before,
.swal2-icon.swal2-info::before,
.swal2-icon.swal2-success {
    content: "!";
    font-size: 35px;
    margin-top: 5px;
}*/
.swal2-icon.swal2-info::before,
.swal2-icon.swal2-warning::before {
    content: "i";
    font-size: 35px;
    margin-top: 6px;
}

input#UploadFile::-webkit-file-upload-button,
input#UploadFile::-ms-browse,
input#UploadFile[type="file"] {
    visibility: hidden;
    display: none;
}

#transfer__steps .field-input input#UploadFile, #deposit__steps .field-input input#UploadFile {
    /*padding-right: 60px;*/
}

.lang-km .subtext-small,
.lang-zh .subtext-small {
    word-break: break-all !important;
}

.lang-km .swal2-title {
    word-break: break-word;
}

.lang-km .col-form-label {
    word-break: break-all;
}

.lang-km .text-disabled.text-uppercase.text-bold,
.lang-km .text-danger.text-capitalize.text-bold {
    word-break: break-word;
}

/* FOR Tutorial */

.process-deposit .nav-tabs li:nth-child(2) a h6::after, .process-transfer .nav-tabs li a h6::after, .process-withdrawal .nav-tabs li a h6::after {
    display: none;
}

/* For Crypto */

.row.row-1.crypto-img-holder img {
    /*   height: 30px !important;
   margin-top: 28px;*/
}

li.process-step.active i.fas.fa-landmark {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

button.swal2-close {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.row.no-margin.row2-gray, .row.qt-complete-new-bank.row2-gray {
    /* padding:0px 15px;*/
    background-color: #fff;
}

div#online__pay--details,
div#online__pay,
div#deposit__steps {
    font-family: 'Lato';
}

button#btnSaveNewBankAccount span:first-child {
    display: none;
}

button#btnSaveNewBankAccount span:nth-child(2) {
    margin-left: 0px;
}

/**** MODAL GUIDE BANK TRANSFER ****/

table.get-sms-table tr:nth-child(odd) {
    background-color: #e9eaeb;
}

table.get-sms-table tr:nth-child(even) {
    background-color: #f4f4f5;
}

/**custom scroll**/
/*body::-webkit-scrollbar {
    width: 8px;
    border: 2px solid red;
}

body::-webkit-scrollbar-button {
    border: 2px solid white;
    background: #ffffff;
}

body::-webkit-scrollbar-track {
    background: #f4f4f5;
}

body::-webkit-scrollbar-track-piece {
    border: 1px solid white;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #d3d4d7;
    border-radius: 10px;
    border: 1px solid #f4f4f5;
}

body ::-webkit-scrollbar-corner {
}

body ::-webkit-resizer {
    height: 100px;
}*/


.input-calendar.field-input input.form-control.input-removemsg {
    background-image: url(../../images/m88/cashier/Calendar.svg) !important;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
}

.input-calendar.time-input input.form-control.clocks {
    background-image: url(../../images/m88/cashier/timelapse.svg) !important;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
}

.ex-rate {
    margin-left: 16px !important;
/*    margin-bottom: -10px;*/
    margin-top: 16px;
}

    .ex-rate span {
        line-height: 19px !important;
    }

div#mobile__pay--summary .col-md-8.col-sm-8.col-xs-12 img {
    height: 40px !important;
    margin-left: 16px;
    width: auto !important;
}

/*manage text transform*/
.process-transfer .process-step a h6:first-line, .process-transfer .process-step a h6:first-letter {
    text-transform: capitalize;
}

.process-transfer .process-step a h6 {
    text-transform: none;
}

/*added css form select2 dropdown*/
span.select2-selection.select2-selection--single[aria-expanded=true],
.select__saved--container span.select2-selection.select2-selection--single[aria-expanded=true],
#modalNewFromBankReferenceContainer .select2-container--default .selection .select2-selection--single[aria-expanded=true] {
    border-color: #222939 !important;
    background-image: url(../../images/m88/icon/dropdown_arrow_up.svg);
}

/**dropdown custom scrollbar**/
.select2-results__options::-webkit-scrollbar {
    width: 4px;
    background-clip: padding-box;
    border-radius: 10px;
    border: solid 8px #ffff;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #f4f4f5;
    height: 8px;
    background-clip: padding-box;
    /*    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);*/
    border-radius: 10px;
    width: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #a7a9b0;
    /*  border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);*/
    border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-button {
    display: none;
}

.select2-results__options {
    margin: 0px 8px 16px 0px !important;
    overflow-y: overlay !important;
}

.note-header.show-atm-tip.tip-cashier-innerPage.crypto-reminder {
    padding: 8px 16px 8px 8px !important;
    text-align: left;
    margin: -6px 0px 32px 0px !important;
}

    .note-header.show-atm-tip.tip-cashier-innerPage.crypto-reminder span {
        text-align: left;
        margin-left: 0px !important;
    }

    .note-header.show-atm-tip.tip-cashier-innerPage.crypto-reminder img {
        margin-left: 8px;
        margin-right: 8px;
    }

span.col-form-label.e-rate-title {
    display: none;
}


.row.form-group.mt-5.start-step3 {
    margin-top: 13px;
}


.btn-save-new-acct {
    margin-bottom: -32px;
}


.row.form-group.mt-5.amt-ninepay {
    margin-top: 14px;
}

.row.form-group.mt-5.qt-complete-part {
    margin-top: 14px;
}

/*dropdown error input*/
.form-control.error + .select2 > .selection > .select2-selection {
    border: solid 1px #c9334e;
    border-radius: 60px;
}

    .form-control.error + .select2 > .selection > .select2-selection:after {
        position: absolute;
        content: url(../../images/m88/icon/error.svg);
        right: 35px;
        top: 30%;
    }

.dropdown-Selected .form-control.error + .select2 > .selection > .select2-selection {
    border: solid 1px #d3d4d7 !important;
    border-radius: 60px;
}

    .dropdown-Selected .form-control.error + .select2 > .selection > .select2-selection:after {
        content: '';
    }

input#card-city + .info-image {
    right: 8px !important;
}

.new-acct-tip-box {
    margin-top: 14px !important;
}


.tab-pane.fade.in.active.ninePay-step.notification-deposit div#divNewAccountInfoForm {
    margin-bottom: 55px;
}

/*.tab-pane.fade.in.active.ninePay-step.notification-deposit .col-md-offset-4.col-sm-offset-4.col-md-6.col-sm-6.pl-4.pb-3.add-edit-bank {
    margin-bottom: 39px;
}*/

.note-header.tip-cashier-innerPage p {
    margin: 2px 0px !important;
}

.select2 + a.info-image {
    margin-right: 20px;
}

div#withdrawal__steps label.col-form-label.e-rate-title {
    display: none;
}


div#withdrawal__steps label#lblExchangeRate {
    padding-left: 16px;
}

/*for form valid icon*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.colortrue + .icon.icon-right {
    background-image: url(../../images/m88/icon/success.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 30px;
    margin: auto 16px auto;
    display: flex;
    background-position: center;
    height: 27px;
    position: absolute;
    right: 10px;
    top: 11px;
}
.select2-results__option span {
    overflow: hidden;
    text-overflow: ellipsis;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f4f4f5 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 44px;
    display: block;
}

.select2-results .select2-results__option:hover {
    background-color: #f4f4f5 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 44px;
    display: block;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f4f4f5 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 44px;
    display: block;
}

.select2-container--default .select2-results__option[aria-disabled=true]:hover {
    background-color: transparent !important;
}

/*.select2-results__options > .select2-results__option[aria-disabled="true"] {
    display: none;
}*/

.field-error br {
    display: none;
}

.daterangepicker .drp-buttons .btn {
    border-radius: 60px;
    padding: 9px 16px;
    font-size: 10px;
    font-family: 'Lato-Black';
    line-height: 12px;
    height: 32px;
}

button.cancelBtn.btn.btn-sm.btn-default {
    margin: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: unset;
    outline-offset: unset;
}


@-moz-document url-prefix() {
    :root, .select2-results__options {
        scrollbar-color: #d3d4d7 #f4f4f5;
        scrollbar-width: thin !important;
    }
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    height: 21px;
}

/*Self Correction*/
div#transfer__steps--details {
    padding: 20px 0 !important;
}

/*TRANSFER STEPS RESULTS NEW UI*/


#transfer__steps--results .row.form-group .col-md-12, #previewForm .row.form-group .col-md-12 {
    border-bottom: 1px dashed #90949c !important;
    margin-bottom: 20px;
}

#transfer__steps--results .row.form-group .preview-btn-group, #previewForm .row.form-group .preview-btn-group {
    border-bottom: none !important;
    margin-bottom: 0;
}

#transfer__steps--results hr {
    /*margin-bottom: 24px !important;
    border-bottom: 1px dashed #90949c !important;
    border-top: none;*/
    display: none;
}

div#creditcard__pay--summary .row.form-group {
    margin-bottom: 0;
}

#cashcard__pay--summary .row.form-group h5.text-bold {
    margin: 0 15px;
    border-bottom: 1px dashed #90949c !important;
    padding: 10px 0;
    text-transform: uppercase;
    color: #4e5461;
    font-size: 16px;
}

#mobile__pay h5.text-bold.depo-details {
    border-bottom: 1px dashed #90949c !important;
    padding: 10px 0;
}

#mobile__pay #previewForm .row.form-group .col-md-12, #previewForm.smartPay-preview .row.form-group .col-md-12 {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

/*Buttons Hover*/
.btn-primary:hover, #DepositAgain:hover, .btn-back-home:hover {
    background-color: #d7c095 !important;
}

.btn-secondary:hover, .btn-secondary#DepositAgain:hover {
    background-color: #e9eaeb !important;
}

#transfer__steps--results input#fromAccountName:read-only {
    color: #222939;
}

#previewForm .ninePay-step-2 .row.form-group .col-md-12 {
    border-bottom: 0 !important;
    margin-bottom: 0;
}

#previewForm .deposit-to-diff-act p {
    font-weight: bold;
}

.qt-mask-copy .btn-secondary:hover {
    background-color: transparent !important;
}

.swal2-content span.select2.select2-container.select2-container--default {
    display: none !important;
}

.select-container3[data-text] {
    color: #222939;
}

#transfer__steps--results .row.form-group .col-md-12, #previewForm .row.form-group .col-md-12 {
    border-bottom: 1px dashed #90949c !important;
    margin-bottom: 20px;
}

#transfer__steps--results .row.form-group .preview-btn-group, #previewForm .row.form-group .preview-btn-group {
    border-bottom: none !important;
    margin-bottom: 0;
}

#transfer__steps--results hr {
    /*margin-bottom: 24px !important;
    border-bottom: 1px dashed #90949c !important;
    border-top: none;*/
    display: none;
}

div#creditcard__pay--summary .row.form-group {
    margin-bottom: 0;
}

#cashcard__pay--summary .row.form-group h5.text-bold {
    margin: 0 15px;
    border-bottom: 1px dashed #90949c !important;
    padding: 10px 0;
    text-transform: uppercase;
    color: #4e5461;
    font-size: 16px;
}

#mobile__pay h5.text-bold.depo-details {
    border-bottom: 1px dashed #90949c !important;
    padding: 10px 0;
}

#mobile__pay #previewForm .row.form-group .col-md-12, #previewForm.smartPay-preview .row.form-group .col-md-12 {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

/*Buttons Hover*/
.btn-primary:hover, #DepositAgain:hover, .btn-back-home:hover {
    background-color: #d7c095 !important;
}

.btn-secondary:hover, .btn-secondary#DepositAgain:hover {
    background-color: #e9eaeb !important;
}

#transfer__steps--results input#fromAccountName:read-only {
    color: #222939;
}

#previewForm .ninePay-step-2 .row.form-group .col-md-12 {
    border-bottom: 0 !important;
    margin-bottom: 0;
}

#previewForm .deposit-to-diff-act p {
    font-weight: bold;
}

.qt-mask-copy .btn-secondary:hover {
    background-color: transparent !important;
}

.swal2-content span.select2.select2-container.select2-container--default {
    display: none !important;
}
.select-container {
    min-width: 0;
}
.select-container3[data-text] {
    color: #222939;
}

#changeAccountForm .list-inline {
    border-bottom: 1px dashed #90949c !important;
    margin-bottom: 16px;
}

/*Self Correction*/
div#transfer__steps--details {
    padding: 20px 0 !important;
}

/*TRANSFER STEPS RESULTS NEW UI*/

#transfer__steps--results .row.form-group .col-md-12, #previewForm .row.form-group .col-md-12 {
    border-bottom: 1px dashed #90949c !important;
    margin-bottom: 20px;
}

#transfer__steps--results .row.form-group .preview-btn-group, #previewForm .row.form-group .preview-btn-group {
    border-bottom: none !important;
    margin-bottom: 0;
}

#transfer__steps--results hr {
    /*margin-bottom: 24px !important;
    border-bottom: 1px dashed #90949c !important;
    border-top: none;*/
    display: none;
}

div#creditcard__pay--summary .row.form-group {
    margin-bottom: 0;
}

#cashcard__pay--summary .row.form-group h5.text-bold {
    margin: 0 15px;
    border-bottom: 1px dashed #90949c !important;
    padding: 10px 0;
    text-transform: uppercase;
    color: #4e5461;
    font-size: 16px;
}

#mobile__pay h5.text-bold.depo-details {
    border-bottom: 1px dashed #90949c !important;
    padding: 10px 0;
}

#mobile__pay #previewForm .row.form-group .col-md-12, #previewForm.smartPay-preview .row.form-group .col-md-12 {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

/*Buttons Hover*/
.btn-primary:hover, #DepositAgain:hover, .btn-back-home:hover {
    background-color: #d7c095 !important;
}

.btn-secondary:hover, .btn-secondary#DepositAgain:hover {
    background-color: #e9eaeb !important;
}

#transfer__steps--results input#fromAccountName:read-only {
    color: #222939;
}

#previewForm .ninePay-step-2 .row.form-group .col-md-12 {
    border-bottom: 0 !important;
    margin-bottom: 0;
}

#previewForm .deposit-to-diff-act p {
    font-weight: bold;
}

.qt-mask-copy .btn-secondary:hover {
    background-color: transparent !important;
}

.swal2-content span.select2.select2-container.select2-container--default {
    display: none !important;
}

.select-container3[data-text] {
    color: #222939;
}

#changeAccountForm .list-inline {
    border-bottom: 1px dashed #90949c !important;
    margin-bottom: 16px;
}

.lang-ja .span-note-txt {
    font-weight: normal !important;
}

div#online__pay--details .preview-btn-group button.btn.btn-secondary.mt-1.btn-xs-block.default-btn span:first-child {
    display: none !important;
}

div#online__pay--summary form#previewForm .preview-btn-group button.btn.btn-primary.mt-1.btn-xs-block.default-btn span:first-child {
    display: none !important;
}

div#accordion {
    width: 628px;
    margin-left: auto;
    margin-right: auto;
}

/*For failed withdrawal*/
.withdrawalFailed-container .deposit-status h5 {
    font-weight: bold !important;
    text-transform: unset !important;
    font-size: 14px !important;
}

.withdrawalFailed-container a.deposit-primary-button {
    height: 56px !important;
    padding: 16px 32px;
    line-height: 25px !important;
    display: inline-flex;
    margin: 0 !important;
}
/*--End of failed withdrawal*/
/* wd vegawallet */
.container-vegaWallet a.text-underline.col-form-label.col-md-4.col-sm-4.col-xs-8 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: var(--blue-100);
    text-decoration: none;
}

.vegaWallet-footer-ca .col-form-label {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: var(--blue-100);
    padding: 0;
}

    .vegaWallet-footer-ca .col-form-label a {
        font-family: Lato;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: center;
        color: var(--blue-100);
        text-decoration: none;
    }

.vegaWallet-footer-ca a.text-underline {
    content: '';
    border-bottom: 1px solid;
    width: auto;
}

.vegaWallet-errorfield .vegaWallet-errorfield-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 12px 24px 12px 12px;
    border-radius: 8px;
    background-color: #f4e5e1;
}

    .vegaWallet-errorfield .vegaWallet-errorfield-box span {
        flex-grow: 1;
        font-family: Lato;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #c9334e;
    }

    .vegaWallet-errorfield .vegaWallet-errorfield-box img.reminder-icon {
        margin: 0;
    }

#vw-input-password.error + #eyePassword.vw-show-pass,
#vw-input-password.colortrue + #eyePassword.vw-show-pass {
    right: 58px;
}

#eyePassword.vw-show-pass {
    width: 20px;
    height: 13.8px;
    position: absolute;
    right: 32px;
    top: 16px;
    color: #a7a9b0;
    font-size: 16px;
}

.container-vegaWallet .col-form-label {
    text-transform: capitalize;
}
div#crypto__pay {
    padding: 0 15px;
    margin-top: -26px;
}
div#crypto__pay #withdrawal--details.container-vegaWallet {
    padding-top: 15px;
}
/*--end of wd vegawallet */

/*** DEPOSIT VEGAWALLET ***/
.container-vegaWallet .vegaWallet-footer-container > .vegaWallet-footer > a.text-underline.col-form-label {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: var(--blue-100);
    text-decoration: none;
    text-transform: uppercase;
}

#online__pay--details.dp-vw-container .form-group,
#withdrawal--details.container-vegaWallet .form-group {
    margin-bottom: 16px;
}

.dp-vw-img-top-container {
    width: 100%;
    height: 40px;
    padding: 0;
    text-align: center;
}

    .dp-vw-img-top-container img {
        width: 200px;
    }
/*** DEPOSIT VEGAWALLET - END ***/

/**Deposit status page**/
#deposit__status .deposit-status span.field-info-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #222939;
    margin-bottom: 0px;
    display: block;
    padding: 8px 0;
}
.deposit-status .note-header.show-atm-tip.tip-cashier-innerPage.note-qt-jpy.note-status-jpy img{
    width: unset !important;
    height: unset !important;
}
.deposit-status .note-header.show-atm-tip.tip-cashier-innerPage.note-qt-jpy.note-status-jpy span.field-info-text {
    padding: 0 !important;
    letter-spacing: 1px !important;
    text-align: left !important;
    font-weight: bold !important;
}
/**- End of Deposit status page**/

/*** Select2 search input styling ***/
.select2-container--default .select2-search--dropdown { /*Added to fix select2 search box alignment*/
    padding-left: 16px;
    padding-right: 28px;
    padding-top: 4px;
    padding-bottom: 0px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    line-height: 1.4;
    height: 48px;
    background: url('../../images/m88/icon/search_revamp.svg') no-repeat;
    background-size: 20px 20px;
    padding-right: 40px;
    padding-left: 44px;
    background-position: left 16px center;
    border-radius: 200px;
    margin: 12px 0 0;
    outline: 0px;
    font-weight: bold;
    border: 1px solid #d3d4d7 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    color: #a7a9b0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #222939 !important;
}
/*** Select2 search input styling - END ***/

/**** FOR JP NOTE DEPOSIT ****/
.note-header.note-cashier.note-header-USD-only {
    min-height: unset;
    margin-bottom: 16px;
    color: #183c68 !important;
}

    .note-header.note-cashier.note-header-USD-only > .col-form-label {
        padding: 0px;
        margin-left: 8px;
        color: #183c68 !important;
    }

    .note-header.note-cashier.note-header-USD-only > .col:first-child {
        background-image: url(../../../images/m88/cashier/icon-reminder-blue.svg?v=1);
        width: 21px;
        height: 20px;
        min-height: 20px;
        margin: auto 0 !important;
    }
/**** FOR JP NOTE DEPOSIT - END ****/

/*** FOR WITHDRAWAL NOTE ***/
.note-header.tip-cashier-innerPage.fe-custom-note-wnote {
    margin-bottom: 1px !important;
    margin-top: 8px !important;
}
    .note-header.tip-cashier-innerPage.fe-custom-note-wnote > img {
        margin: auto 8px;
    }
/*** FOR WITHDRAWAL NOTE - END ***/



/*** BILLING INFO ***/

.billing-info input {
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 20px;
    text-overflow: ellipsis;
    border: solid 1px #ced2d2 !important;
    height: 48px !important;
    border-radius: 60px;
    padding: 13px 16px !important;
    font-weight: bold;
    color: #222939;
}

.billing-info .col-form-label {
    line-height: 19px !important;
    height: 19px;
    margin-bottom: 8px;
    padding: 0px;
    margin-left: 16px;
}

.billing-info .form-group {
    display: inline-block;
    width: 100%;
}

.billing-info .select2-container {
    max-width: 100%;
}

    .popup-cashier.bt-popup.bt-binfo-popup .form-group .col-md-12.col-sm-12.col-xs-12 {
        padding: unset
    }

.popup-cashier.bt-popup.bt-binfo-popup .form-group .col-md-6.col-sm-6.col-xs-6:first-child,
div#add-playerbillinginfo .form-group .col-md-6.col-sm-6.col-xs-6:first-child {
    padding-left: 0;
    padding-right: 8px;
}

.popup-cashier.bt-popup.bt-binfo-popup .form-group .col-md-6.col-sm-6.col-xs-6:nth-child(2),
div#add-playerbillinginfo .form-group .col-md-6.col-sm-6.col-xs-6:nth-child(2) {
    padding-right: 0;
    padding-left: 8px;
}

.note-billing-info .col-form-label {
    margin-left: 0px;
}

.note-billing-info {
    margin-bottom: 24px;
}

.note-warning {
    background: #FFF4CC;
    border-radius: 8px;
    padding: 12px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 8px;
}

    .note-warning > label {
        font-size: 14px;
        font-weight: bold;
        color: #c68c1b;
        margin: 0;
    }

    .note-warning label.col-form-label {
        font-family: Lato;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 17px;
        color: #C68C1B;
        margin-bottom: 0px;
        margin-left: 0px;
        display: contents;
    }
        .note-warning label.col-form-label img {
            /* margin-right: 8px */
        }

.billing-info-grey .note-info-success {
    background: #E4F3EA;
    box-shadow: 0px 0px 12px 0px rgba(34, 41, 57, 0.20);
    padding: 12px;
    border-radius: 8px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #329c69;
    font-weight: bold;
    text-transform: initial;
    width: 100%;
}


.note-info-success {
    background: #E4F3EA;
    box-shadow: 0px 0px 12px 0px rgba(34, 41, 57, 0.20);
    padding: 12px;
    border-radius: 8px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #329c69;
    font-weight: bold;
    text-transform: initial;
    width: 100%;
}

    .note-info-success .content-container {
        display: flex;
        align-items: center;
    }

    .note-info-success h5 {
        font-family: Lato;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        color: #329c69;
        margin: 0px;
        line-height: 16px;
        margin-left: 8px;
    }

    .note-info-success .success-icon,
    .note-info-success  .i-error-icon {
        height: 16px;
    }


#BillingInfoMsg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 8px;
}

.billing-info-grey {
    border-radius: 8px;
    background: #F4F4F5;
    padding: 16px;
    margin: 20px 0px 20px 0px;
}

    .billing-info-grey div {
        width: 100%;
        display: block;
        font-weight: 700;
        padding-bottom: 4px;
    }

.i-name {
    font-size: 16px;
}

.i-address {
    color: #7A7F88;
    padding-top: 4px;
}

.bi-input-calendar.field-input input.form-control.input-removemsg {
    background-image: url(../../images/icon/calendar_grey.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
}

span.flag-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    background-position: 0px;
    background-size: cover;
    border-radius: 4px;
}

span.select2-selection__placeholder span .flag-icon {
    display: none;
}

.countryList {
    display: flex;
    align-items: center;
}

/*note ferror*/
.note-info-error {
    background: #f4e5e1;
    box-shadow: 0px 0px 12px 0px rgba(34, 41, 57, 0.20);
    padding: 12px;
    border-radius: 8px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c9334e;
    font-weight: bold;
    text-transform: initial;
    width: 100%;
}

    .note-info-error .content-container {
        display: flex;
        align-items: center;
    }

    .note-info-error h5 {
        font-family: Lato;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        color: #c9334e;
        margin: 0px;
        line-height: 16px;
        margin-left: 8px;
    }
.bi-container-bottom {
    padding-bottom: 24px;
}

/*** END BILLING INFO***/

/*** YABOO CONTENT***/
.yaboo-content {
    display: flex;
    height: 80px;
    background: #eaeaea;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 8px;
    font-size: 14px;
}
    .yaboo-redirect {
        color: black;
        cursor: pointer;
        margin-left: 4px;
        text-decoration: underline;
        text-underline-offset: 1.5px;
    }
    .yaboo-redirect a {
        color: inherit;
        text-decoration: inherit;
    }
    .koipay-content, .ebpay-content {
        display: flex;
        flex-direction: column;
    }
    .koipay-content img, .ebpay-content img{
        height: 32px;
        width: 144px;
    }
    .koipay-note, .ebpay-note {
        display: flex;
        flex-wrap: wrap;
        span {
            padding-top:2px
        }
    }
    .koipay-icon, .ebpay-icon {
        vertical-align: middle;
        height: 92px;
        width: 104px;
        margin-top: -12px;
    }
    
#depositForm .note-parent .col-form-label {
    height: auto;
    margin: 0;
}

/*** FOR QR VALIDITY UI ***/
.rv-qr-container {
    margin-top: 16px;
}
.rv-qr-validity {
    display: flex;
    height: 40px;
    justify-content: space-between;
    background: #383E4D;
    align-items: center;
    color: white;
    border-radius: 8px;
    padding: 0 16px 0 16px;
    font-weight: bold;
    font-size: 16px;
}
.rv-qr-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 16px 0 8px 0;
}
    .rv-qr-image > a {
        font-size: 14px;
        font-weight: bold;
        color: #222939;
        text-transform: uppercase;
        margin-top: 16px;
    }
    .rv-qr-image > a:hover {
        text-decoration: unset;
    }
.rv-qr-container button#btnSubmit {
    padding: 0 32px;
}

#TutorialLink ::after {
    display: none;
}

div#mobile__pay--details .rv-step-title {
    margin-bottom: 16px
}

.rv-qr-validity span:first-child {
    font-size: 12px;
    color: #D3D4D7;
}

.note-new-ui {
    color: #183C68;
    font-size: 12px;
    border-radius: 8px;
    background-color: #e3effa;
    padding: 8px 16px;
    margin: 8px 0px 0px 0px;
    font-weight: bold;
    gap: 8px;
    width: 100%;
}

#mobile__pay hr {
    border-top: 1px solid #D3D4D7;
}

.rv-deposit-header {
    font-size: 16px;
    color: #222939;
    font-weight: bold;
    display: flex;
    gap: 8px;
}

/*** FOR QR VALIDITY UI --end ***/

/*FOR NOTE UI*/
.note-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 16px;
}

.note-container .qt-note-inner {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #e3effa;
    padding: 12px;
}

    .note-container .col-form-container {
        font-family: Lato;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: left;
        color: #183c68;
        text-transform: unset;
        margin: 0;
    }

.note-container .qt-note-inner img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.note-container .qt-input:nth-child(1) label {
    width: 240px;
    margin-right: 8px;
}

.note-container > .qt-input:first-child {
    display: flex;
    align-items: center;
    height: 48px;
}

.note-container .qt-input:nth-child(2) {
    width: 100%;
    position: relative;
}

.note-container.mt-8 {
    margin-top: 8px;
}

/*FOR NOTE UI - end*/


/*FOR QT POPUP IDR*/
.kunit-smc .idrlbl_for-quickdeposit {
    display: flex;
    align-items: center;
    margin: 0 0 0 8px;
    font-size: 16px;
}

.kunit-smc.kunit-container {
    display: flex;
    width: 100%;
}

.kunit-smc.kunit-container .field-input {
    width: 100%;
}
/*FOR QT POPUP IDR - end*/

/**FOR QR PAGE UI**/
.rv-mt-16 {
    margin-top: 16px;
}
.qt-tab-pane .rv-qr-container .copy-success {
    right: 68px;
}
/**--end FOR QR PAGE UI**/

/*** FOR LOADER ***/
.lds-quarter-ring {
    display: inline-block;
    width: 56px;
    height: 56px;
}

    .lds-quarter-ring:after {
        content: " ";
        display: block;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: 6px solid rgb(202, 171, 114);
        border-color: #caab72 #e9eaeb #e9eaeb #e9eaeb;
        animation: lds-quarter-ring 1.2s linear infinite;
    }

@keyframes lds-quarter-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*** FOR LOADER - END ***/