a:hover {
    text-decoration: none !important;
}
.footer a {
    color: white;
}
.footer a:hover {
    color: white;
    text-decoration: none;
}
.capcha img {
    max-width: 150px;
    height: 45px;
    margin-top: -3px;
}
.btn-default {
    background: rgb(206, 206, 206);
}
.home_manual a {
    color: #212529;
}
.home_manual a:hover {
    color: #212529;
    cursor: pointer;
    text-decoration: unset;
}
.hide {
    display: none;
}
.div-disabled {
    cursor: default;
}
.div-disabled>div {
    background: #dcdcdc8c;
}
.h-100vh {
    height: 100vh;
}
.loader_bg, .loader_bg_app{
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.loader{
    border: 0 soild transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}
.loader img {
    width: 100%;
}

.capcha .field-loginform-verify_image {
    display: flex;
}
.tooltip-item {
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.login-language:hover {
    cursor: pointer;
}
.login-main a {
    text-decoration: unset;
}
.login-language .dropdown-menu {
    padding: 0;
}
.login-language .dropdown-item {
    padding: 0.5rem 1rem;
}
#loginform-verify_image-recaptcha-login-form, #loginform-verify_image-recaptcha-login-form>div {
    width: 100% !important;
}
.bank-icon-container {
    display: flex;
    align-items: center;
    height: 65px;
}
.base-tag-warning {
    background-color: #f3ebc4;
}
.base-tag-default {
    background-color: #d9d9d9;
}
.base-tag-danger {
    background-color: #ff655b;
    color: #ffffff;
}
#list-banks .bank-logo, .bank-logo {
    width: 95px;
    display: flex;
    justify-content: center;
}
#list-banks .bank:hover {
    border: 1px solid black;
}

.digit_group .form-group input {
    border: none;
    border-bottom: 2px solid var(--main-color);
    background: unset !important;
}
.digit_group .form-group input:focus-visible {
    outline-style: none !important;
}
.digit_group .form-group .invalid-feedback {
    display: none;
}
.digit_group.is-invalid {
    border: 1px solid #dc3545;
}
.digit-group-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.money-import-visa-form .form-group {
    margin-bottom: 6px;
}

.pd-0 {
    padding: 0 !important;
}
.pd-t20 {
    padding-top: 20px;
}
.pd-t7 {
    padding-top: 7px;
}
.form-upload-item img {
    width: 100%;
    height: 100%;
}
.form-upload-item {
    height: 125px;
}

.text-align-start {
    text-align: start!important;
}
.home_payment_user .balance {
    padding: 15px 0;
}
.home_utils a {
    color: #212529;
}
.home {
    overflow: auto;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 20px;
    padding-left: 20px;
}
.max-he-368 {
    max-height: 368px !important;
}
.layout-content, .layout-content-navbar {
    max-width: 1500px;
}
.withraw-input {
    height: auto;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.base-card-bank-image i {
    display: block;
}
.base-card-bank-image {
    top: 17px;
    right: 20px;
}
.cl-black-300 {
    min-height: 17px;
}
.accordion-button.logout::after {
    transform: rotate(-90deg) !important;
}
label[for="userbankeditform-bank_id"],
label[for="userbankeditform-province"],
label[for="userbankaddatmform-bank_id"],
label[for="userbankaddbankaccountform-province"],
label[for="userbankaddbankaccountform-bank_id"] {
    display: none;
}
#userbankeditform-verify_image-recaptcha-user-bank-edit-form > div,
#userbankremoveotpform-verify_image-recaptcha-user-forget-password-otp-form > div,
#userbankaddatmform-verify_image-recaptcha-user-bank-add-atm-form > div,
#userbankaddbankaccountform-verify_image-recaptcha-user-bank-add-bank-account-form > div {
    width: auto !important;
}
.mr-13 {
    margin-right: 13px !important;
}
.show-bank-account>div {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.icon-load{
    position: absolute;
    width: 15px;
    margin-top: 10px;
    margin-left: 10px;
}
.icon-load-cus1 {
    position: absolute;
    top: 2px;
    right: 42px;
}
.text-noti {
    color: #a1a1a1;
    padding-left: 15px;
    padding-right: 15px;
}
.home_payment_user h5, .home_payment_user_mobile h5 {
    /*word-break: break-all;*/
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.vieqr {
    color: #A1A1A1;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-top: 1px #f7f7f7 solid;
}

.msg_danger {
    display: flex;
    justify-items: center;
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 18px;
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 5px;
}

.dropdown-menu-block a{
    display: inline-flex;
}
.dropdown-menu-block a{
    color: #000000;
}
.icon-load-cus {
    position: absolute;
    top: 27px;
    right: 34px;
}
.icon-fullname-load-cus,
.icon-number-load-cus {
    top: 2px;
}
.po-ab-t27 {
    top: 27px ;
}
.navbar-nav:last-child li.nav-item ul.dropdown-menu.account-option.show li:first-child a p{
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.login-top>img {
    width: 136px;
    height: 31px;
}
.login-language img {
    width: 24px;
    height: 25px;
}
.link-bank-edit-card {
    width: 351px !important;
}

.link-bank-edit-form .money-import-visa-form-item .form-label {
    width: 200px;
}
.base-card-bank-create.base-card-bank-create-new{
    display: block;
    padding: 45px 15px;
    text-align: center;
}
#choose-bank-account:hover {
    cursor: pointer;
}
div .form-amount{
    position: relative;
}
.home_payment_user{
    padding: 20px;
}
.disable-form {
    background: #dddddd;
    opacity: 0.3;
}
.disable-form:hover {
    cursor: default;
}
.disable-method-form {
    background: #dddddd;
    opacity: 0.3;
}
.disable-method-form:hover {
    cursor: default;
}
.btn-disable{
    background: #dddddd;
    opacity: 0.3;
}
.btn-disable:hover{
    cursor: default;
}
.noti-bank {
    font-size: 13px;
    color: #000000d6;
}
.base-button#btn-submit-withdraw {
    display: inline-block;
}
.pl-15 {
    padding-left: 15px !important;
}
.icon-verify > img{
    border: 0 !important;
}
#eye-btn:hover {
    cursor: pointer;
}
.error {
    width: auto;
}
.mh-115 {
    min-height: 115px !important;
}
.select2-container--default .select2-selection--single {
    height: 40px !important;
    border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    width: 30px !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.text-white-space-pre {
    white-space: pre !important;
}

.home_payment_user_mobile .balance {
    padding: 15px 0;
    border-top: 2px solid #dadada;
    background-color: var(--main-bg-color);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.link-edit {
    text-decoration: none;
    color: #dc3545;
    cursor: pointer;
}
.link-edit:hover {
    color: #dc3545;
}
.base-button a {
    color: #ffffff;
}
#withdraw-verify-no-otp-form .field-payment_password, #transfer-verify-nootp-form .field-payment_password {
    width: 100%;
}
#withdraw-verify-no-otp-form #eye-btn, #transfer-verify-nootp-form #eye-btn {
    right: 25px;
    top: 27px;
}

.navbar-nav.action_other:last-child>li.nav-item>a.avatar {
    background: #F1F2F4 !important;
}
.navbar-nav.action_other:last-child>li.nav-item>a.avatar:hover {
    background: #e4e6e9 !important;
}
.modal-content-verfiy {
    padding-right: 5px !important;
}
.modal-content-link {
    padding-left: 5px !important;
}

.modal-content-verfiy > div,
.modal-content-link > div {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.modal-content-verfiy img,
.modal-content-link img {
    width: 54px;
    height: 54px;
}

.modal-content-verfiy p,
.modal-content-link p {
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    margin-bottom: 0;
}
.none-remove-filter {
    color: #e2132aeb !important;
    font-size: 18px;
    position: absolute;
    left: 18px;
    top: 6px;
    cursor: pointer;
}
.modal-filter-mobile {
    position: relative;
    margin-top: 5px;
}
.none-remove-filter-mobile {
    color: #e2132aeb !important;
    font-size: 18px;
    position: absolute;
    left: 17px;
    top: 6px;
    cursor: pointer;
}
.cursor-not-allow {
    cursor: not-allowed !important;
}
.form-upload-item-acc  input[type="file"] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.setting-cus .form-title {
    font-size: 20px;
    font-weight: 600;
    color: #23313E;
    margin-bottom: 10px;
}
.setting-cus .form-instruct {
    font-size: 14px;
    color: #747373;
    margin-bottom: 25px;
}
.img-verify-management{
    width: 60% !important;
}
.mg-top-2{
    top: 2px !important;
}
.mg-top-45{
    margin-top: 45px !important;
}
.min-width-130 {
    min-width: 130px;
}
.w-360 {
    width: 360px !important;
}
.min-w-150 {
    min-width: 150px;
}
.mess_error_pcn{
    position: absolute;
    top: 290px;
    left: 235px;
    font-size: 12px;
    color: red;
}
.forget-password-style{
    font-weight: bold !important;
    position: absolute;
    /*left: 228px;*/
    top: 60px;
    color: black;
}
.mg-top-40{
    margin-top: 40px;
}
.otp-lock{
    width: 75% !important;
}
.eye-pw-pm{
    position: absolute;
    top: 11px;
    right: 9px;
}
.ml-10 {
    margin-left: 10px;
}
.min-w-150 {
    min-width: 150px;
}

.d-flex-b160.money-import-result-content-item b {
    width: 160px !important;
}
.d-flex-b350.money-import-result-content-item b {
    width: 350px !important;
}
.checkbox-verify-custom .was-validated .custom-control-input:valid ~ .custom-control-label, .checkbox-verify-custom .custom-control-input.is-valid ~ .custom-control-label {
    color: #000000 !important;
}
.checkbox-verify-custom .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff !important;
    background-color: #007bff !important;
}
.checkbox-verify-custom .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #007bff !important;
}
#user-verify-manual-form .form-group, #user-verify-ekyc-verify-form .form-group {
    margin-bottom: 0;
}
#user-verify-manual-form .was-validated .form-control:valid, #user-verify-manual-form .form-control.is-valid {
    background-image: none;
    padding-right: 0.75rem;
}
.align-items-top {
    align-items: start;
    align-self: start;
}
.user-verify-form .image-name {
    color: #747273;
    font-weight: 600;
}
#user-verify-ekyc-form .was-validated .custom-control-input:valid ~ .custom-control-label, #user-verify-ekyc-form .custom-control-input.is-valid ~ .custom-control-label {
    color: #212529;
}
#user-verify-ekyc-form .was-validated .custom-control-input:valid ~ .custom-control-label::before, #user-verify-ekyc-form .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: rgba(0,0,0,.25);
}
#user-verify-ekyc-form .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, #user-verify-ekyc-form .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #0d6efd;
    background-color: #0d6efd;
}
.circular-progress {
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.circular-progress:before {
    content: "";
    position: absolute;
    height: 85%;
    width: 85%;
    background-color: #F0FFE3;
    border-radius: 50%;
}
.value-container {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    color: #248923;
}
.bd-top-1px {
    border-top: 1px solid #0000001A;
}
.custom-form-label-self-p {
    align-self: self-start;
    padding-top: 10px;
}
.icon-pass-rega-load-cus {
    top: 12%;
    right: 12%;
}
.max-wi-100 {
    max-width: 100px;
}
.tooltip-cus {
    position: relative;
    background-color: #e2132aeb;
    padding: 0px 7px;
    margin: 5px;
    font-size: 15px;
    border-radius: 100%;
    color: #FFF;
}
.text-bold-footer-table {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.7);
    padding: 13px 10px !important;
}
.text-bold {
    font-weight: 600;
}

.p-15-10 {
    padding: 15px 10px !important;
}
.p-5-10 {
    padding: 5px 10px !important;
}
.label-bold-cus label {
    font-weight: 600;
}
.field-amount_request_real .invalid-feedback {
    display: none !important;
}
.max-wi-100 {
    max-width: 100px;
}
.h-250 {
    height: 250px !important;
}
.form-input-password i {
    width: 27px;
    height: 14px;
}
.login-footer {
    width: 100%;
    height: 105px;
    max-width: 490px;
    padding-bottom: 0;
    margin: 20px auto;
}
.verify_image>div {
    overflow-y: hidden;
}
.login>div {
    min-height: calc(100vh - 40px)!important;
}
.logo-footer img {
    width: 136px;
    height: 38px;
}
.home_manual_item img {
    width: 80px;
    height: 60px;
}
.menu-language img, img.icon-title {
    width: 24px;
    height: 25px;
}
.home_utils--card.base-card-utils img {
    width: 52px;
    height: 52px;
}
pl-5 {
    padding-left: 5px !important;
}
.icon-checked-register {
    width: 16px;
    height: 16px;
}
.icon-arrow-register {
    width: 17px;
    height: 17px;
}
.action_other {
    cursor: pointer;
}
ul.ul-attack-file {
    display: flow-root;
    margin-top: 10px;
}
ul.ul-attack-file li {
    float: left;
    overflow: hidden;
    padding-right: 10px;
    position: relative;
    width: 80px;
}
ul.ul-attack-file img {
    width: 100%;
}
.reply-comments {
    position: absolute;
    right: 11px;
    bottom: 26px;
}
.reply-comments a {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #666666 !important;
    font-size: 12px;
    padding: 5px 8px;
}
.reply-comments a:hover {
    background-color: #cdcdcd;
}
.quote-right-cus {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.quote-left-cus {
    padding-left: 10px;
}
.comment-reply-insert {
    background-color: #f7f7f7;
}
.comment-reply-insert .text {
    padding: 10px 0 0 10px;
}
.setting-card-child__title .d-flex.align-items-center>div {
    padding-top: 5px;
}
.form-upload-item {
    position: relative;
    max-width: 213px;
    height: 136px;
}
.t-center{
    margin: 0 auto;
}
.word-break-all {
    word-break: break-all;
}
#loader-list-bank {
    background: #fff;
    height: calc(100% - 40px);
    opacity: .9;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loader-list-bank img {
    width: 40px;
}
.payment-link-table .tooltip {
    position: absolute;
    top: -8px;
    right: 19px;
}
.payment-link-table .tooltip-div-mobile .tooltip {
    top: -27px;
}
.payment-link-table .tooltip .tooltiptext {
    width: 80px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    transition: opacity .3s;
    font-size: 10px;
}
.payment-link-table .tooltip-div:hover .tooltip {
    opacity: 1;
}

.payment-link-table .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent;
}
.button-money-payment-link-hover {
    border: solid 1px #e2132aeb;
}
.type-authen-active {
    text-align: center;
    color: #09e141;
    font-weight: bold;
    font-size: 17px;
}
.type-authen-active-border {
    border: solid 1px #09e141;
}
.mr-10px {
    margin-right: 10px;
}
.overflow-hidden-text {
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.payment-link-email-success {
    margin-top: 20px;
    color: #09e141;
    font-weight: bold;
    font-size: 17px;
}
.payment-link-custom-br {
    background-color: #e7e7e7;
    padding: 1px 10px;
    border-radius: 10px;
    margin-bottom: 3px
}
.payment-link-product-item-mobile {
    display: none;
}
.max-he-50 {
    max-height: 50px;
}
.hide-not-impor {
    display: none;
}
#paymentlinkadvanceform-verify_image-recaptcha-payment-link-advance-form>div {
    width: auto !important;
}
.bg-co-f4{
    background-color: #f4f4f4;
}
.base-table-cus-td tbody td {
    padding: 10px !important;
}
.text-word-break {
    word-break: break-word;
}
#payment-link-basic-form .field-money {
    display: none;
}
.base-button-money-cus {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#address-placeholder textarea::placeholder {
    font-size: 14px;
    font-style: italic;
}
.disabled-input{
    pointer-events: none !important;
    background: #f7f7f7 !important;
    color: #a1a1a1 !important;
    border-color: #ced4da !important;
}
.base-button-primary {
    background-color: #0b5ed7;
}
.base-button-default {
    background-color: gainsboro;
}
.th-middle-center {
    align-content: center!important;
    text-align: center!important;
}
#withdraw-batch-cashout {
    table-layout: auto;
}
.tutorial-verify-user .step1 img {
    border: 1px solid gainsboro;
}
#imgCMNM {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.modalCMNM {
    display: none;
    position: fixed;
    z-index: 1168;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}
.modal-contentCMNM {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.modal-contentCMNM {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.filter-options {
    float: left;
}
.modal-contentCMNM.custom-max-w1300 {
    max-width: 1300px !important;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.closeCMNM {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.closeCMNM:hover,
.closeCMNM:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.d-flex-center {
    display: flex;
    justify-content: center;
}
.error-sesion .btn-default:hover {
    background: #dc3545 !important;
    color: white;
}
.error-sesion .btn-default {
    font-weight: bold;
    border: 1px solid #dc3545;
    background: white;
}
.btn.base-button:hover {
    color: white;
}
#logout .fa-sign-out-alt {
    font-size: 36px;
    color: #dc3545;
}
.error-sesion {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px -8px rgba(0, 0, 0, .25);
}
.footer-cus-new .footer-copyright a {
    color: #dc3545;
}
.base-card-procedure:hover {
    color: #dc3545;
    background: var(--main-bg-color);
}
.setting {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}
.mr-1 {
    margin-right: 0.25rem;
}
.icon-change-email {
    font-size: 22px;
}
.ml-row {
    margin-left: -20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.widget-cus .bg-light {
    background-color: white !important;
}
.table-responsive {
    outline: unset;
}
#header li.active>.dropdown-item {
    margin-left: 5px;
    color: #e2132aeb;
}
#header .dropdown:has(li.active) > .dropdown-toggle {
    color: #e2132aeb;
}
.pr-2 {
    padding-right: 0.5rem!important;
}
.action-table>a {
    color: #dc3545;
    margin: 0.25rem;
    padding: 0.5rem 0;
}
.action-table>a:hover {
    cursor: pointer;
}
.action-table .fa-file-excel {
    color: #21A366;
}
.action-table .fa-gear {
    color: gray;
}
.fa-calendar-days:hover {
    cursor: pointer;
}
.trans-type .cus-title {
    padding-top: 0!important;
    margin-bottom: 0!important;
}

.bank-logo>i {
    width: 95px;
    height: 45px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
i.TCB {
    background-image: url("../banks/Tech.png");
}
i.ACB {
    background-image: url("../banks/ACB.png");
}
i.AGB {
    background-image: url("../banks/Agribank.png");
}
i.ABB {
    background-image: url("../banks/AbBank.png");
}
i.ANZ {
    background-image: url("../banks/ANZ.png");
}
i.BAB {
    background-image: url("../banks/Bac-A.png");
}
i.BVB {
    background-image: url("../banks/baoviet.png");
}
i.BIDC {
    background-image: url("../banks/BIDC.png");
}
i.BIDV {
    background-image: url("../banks/BIDV.png");
}
i.GTB {
    background-image: url("../banks/CB.png");
}
i.CTB {
    background-image: url("../banks/citi.png");
}
i.DAB {
    background-image: url("../banks/DongABank.png");
}
i.EXB {
    background-image: url("../banks/Exim.png");
}
i.GPB {
    background-image: url("../banks/GP.png");
}
i.FECREDIT {
    background-image: url("../banks/FECre.png");
}
i.HDB {
    background-image: url("../banks/HD-Bank.png");
}
i.HOMECREDIT {
    background-image: url("../banks/homecredit.png");
}
i.HSBC {
    background-image: url("../banks/HSBC.png");
}
i.VISA {
    background-image: url("../banks/Visa.png");
}
i.MASTER,i.MASTERCARD {
    background-image: url("../banks/MasterCard.png");
}
i.JCB {
    background-image: url("../banks/JCB.png");
}
i.AMEX {
    background-image: url("../banks/amex.svg");
    background-size: contain;
}
i.KLB {
    background-image: url("../banks/KienLong.png");
}
i.LVB {
    background-image: url("../banks/Lienvietpostbank.png");
}
i.MB {
    background-image: url("../banks/MB.png");
}
i.MOMO {
    background-image: url("../banks/momo.png");
}
i.MSB {
    background-image: url("../banks/MSB.png");
}
i.NAB {
    background-image: url("../banks/Nam-A-Bank.png");
}
i.NCB,i.NVB {
    background-image: url("../banks/NCB.png");
}
i.OCB {
    background-image: url("../banks/OCB.png");
}
i.OJB {
    background-image: url("../banks/Ocean-Bank.png");
}
i.PAYOO {
    background-image: url("../banks/Payoo.png");
}
i.PGB {
    background-image: url("../banks/PGBank.png");
}
i.PBVN {
    background-image: url("../banks/Public.png");
}
i.PVCOMBANK {
    background-image: url("../banks/PvCom.png");
}
i.STB {
    background-image: url("../banks/Sacombank.png");
}
i.SGB {
    background-image: url("../banks/Saigonbank.png");
}
i.SCB {
    background-image: url("../banks/SCB.png");
}
i.SEA {
    background-image: url("../banks/SEA.png");
}
i.SHB {
    background-image: url("../banks/SHB.png");
}
i.SHNB {
    background-image: url("../banks/Shinhan.png");
}
i.SHOPEE {
    background-image: url("../banks/Shopee.png");
}
i.SC {
    background-image: url("../banks/standard.png");
}
i.TPB {
    background-image: url("../banks/TPBank.png");
}
i.UOB {
    background-image: url("../banks/UOB.png");
}
i.VCB {
    background-image: url("../banks/VCB.png");
}
i.VCBPAY {
    background-image: url("../banks/VCBPAY.png");
}
i.VIB {
    background-image: url("../banks/VIB.png");
}
i.VAB {
    background-image: url("../banks/VietA.png");
}
i.VB {
    background-image: url("../banks/VietBank.png");
}
i.VCCB {
    background-image: url("../banks/VietCapital.png");
}
i.ICB {
    background-image: url("../banks/vietin.png");
}
i.VIETNAMPOST {
    background-image: url("../banks/VietnamPost.png");
}
i.VIETTELPAY {
    background-image: url("../banks/ViettelPay.png");
}
i.VIETTELPOST {
    background-image: url("../banks/Viettel-Post.png");
}
i.VINID {
    background-image: url("../banks/VinId.png");
}
i.VPB {
    background-image: url("../banks/VP.png");
}
i.VRB {
    background-image: url("../banks/VRB.png");
}
i.WCP {
    background-image: url("../banks/Wechat.png");
}
i.WRB {
    background-image: url("../banks/woori.png");
}
i.IVB {
    background-image: url("../banks/Indovina.png");
}
i.ZALOPAY {
    background-image: url("../banks/zalopay.svg");
    background-size: contain;
}

.account-card, .account-card-new {
    height: 170px;
}
.account-card-new {
    background: #f1f5f6;
    border: 1px solid #ebebeb;
}
.account-card-new .text-3 {
    font-size: 16px !important;
    font-size: 1rem !important;
}
.account-card-new .fa-plus-circle {
    color: #2dbe60;
}
a:hover {
    cursor: pointer;
}
.account-card {
    position: relative;
    background: -webkit-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: -moz-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: -o-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: -ms-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: linear-gradient(-45deg, #6c6c6b, #9e9e9c);
}
.account-card.account-card-primary {
    background: -webkit-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -moz-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -o-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -ms-linear-gradient(135deg, #0f5e9d, #418fce);
    background: linear-gradient(-45deg, #0f5e9d, #418fce);
}
.account-card .account-card-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.account-card:hover .account-card-overlay {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.account-card>.row {
    height: 100%;
}
.account-card .my-auto {
    display: grid;
}
.account-card .border-start, .account-card .border-end {
    border-color: rgba(250, 250, 250, 0.1) !important;
}
.account-card .text-13 {
    font-size: calc(1.45rem + 2.4vw) !important;
}
.account-card .text-4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
}
.account-card .account-card-expire {
    font-size: 8px;
    line-height: 10px;
}
.margin-auto {
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    .account-card .text-13 {
        font-size: 3.25rem !important;
    }
}

input.is-valid {
    background-image: unset!important;
}
textarea.is-valid {
    background-image: unset!important;
}
select.is-valid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")!important;
}
#preloader {
    position: fixed;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#preloader [data-loader="dual-ring"] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    display: inline-block;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 5px solid #dc3545;
    border-color: #dc3545 transparent #dc3545 transparent;
    animation: dual-ring 1s
    linear infinite;
}
@keyframes dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.base-button-light:hover {
    cursor: pointer;
}
.verify_image.captcha-section {
    padding: 0 0 5px 0;
}
.success-section .fa-check-circle {
    font-size: 56px;
}
.success-section .text-success {
    color: rgba(40,167,69) !important;
}
.success-section .trans-content-item {
    line-height: 25px;
}
.btn-primary:hover {
    background: black;
}

@media only screen and (max-width: 700px){
    .modal-contentCMNM {
        width: 100%;
    }
}
/*Reponsive*/
@media screen and (max-width: 1200px) {
    .setting-card {
        overflow-x: scroll;
    }
    .icon_help, .icon_profile {
        padding: 7px !important;
    }
    .home_authentication_account {
        display: none;
    }
    .transaction-list-mobile-custom {
        display: flex !important;
    }
    #user-verify-manual-form .setting-card-child__row {
        border-bottom: 1px solid #0000001A;
    }
    .money-import-visa-form-item-show-mobile {
        display: flex !important;
    }
    .transaction-item-mobile {
        margin: 10px 0px;
    }
    .transaction-account-info {
        order: unset !important;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1201px){
    /*.transaction-list-mobile-custom {*/
    /*    display: flex !important;*/
    /*}*/
    .transaction-item-mobile-custom{
        display: block !important;
        margin: 10px 0px !important;
    }
}
@media screen and (max-width: 992px) {
    .setting-card {
        overflow-x: scroll;
    }
    .transaction-item-mobile {
        margin: 10px 0px;
    }
    .modal-content-verfiy {
        padding-right: 12px !important;
        margin-bottom: 10px;
    }
    .modal-content-link {
        padding-left: 12px !important;
    }
}
@media screen and (min-width: 992px) {
    .w-109-per-max-992 {
        width: 109%;
    }
}
@media screen and (min-width: 675px) {
    .float-right-min-675px {
        float: right;
    }
}
@media screen and (max-width: 492px) {
    .link-bank-edit-card {
        width: 100%;
    }
    .add-success .base-card-bank-image {
        display: none;
    }
    body {
        overflow-y: scroll !important;
    }
    .code-otp {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .register-wrap {
        width: auto !important;
    }
}
@media screen and (max-width: 576px) {
    .max-he-425-mobile {
       max-height: 425px !important;
    }
    .m-b10-t10-mobile {
        margin: 10px 0 10px 0 !important;
    }
}
@media (min-width: 576px) {
    .modal-dialog-scrollable-cus1 {
        height: auto !important;
    }
}
@media only screen and (max-width: 600px) {
    .mess_error_pcn{
        top: 410px;
        left: 35px;
    }
    .sm-w-100 {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .change-pass-old{
        padding-bottom: 0px
    }
    .pb-xs-3 {
        padding-bottom: 1rem !important;
    }
    .setting.lock-wallet .custom-form-label {
        width: 100%!important;
        text-align: left!important;
    }
}
@media only screen and (max-width: 619px) {

    .eye-payment-pass{
        top: 42px !important;
    }
    .icon-load-payment-pass{
        top: 31px !important;
    }
    .digit_group .form-group input {
        min-width: 30px !important;
        border-radius: unset !important;
        margin: auto 0.4rem !important;
    }
}
@media only screen and (min-width: 601px) {
    .pl-8 {
        padding-left: 8px;
    }
    .pr-8 {
        padding-right: 8px;
    }
    .lock-wallet-mobile-custom .mb-3 {
        margin-bottom: 0 !important;
    }
}
@media only screen and  (min-width: 769px) and (max-width: 864px){
    .base-card-bank-image.base-card-bank-image-right-cus {
        right: -7px;
    }
}
@media only screen and  (min-width: 993px) and (max-width: 1100px){
    .base-card-bank-image.base-card-bank-image-right-cus {
        right: -7px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 1200px) {
    .tooltip.show {
        left: -8%!important;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
    .mng-account-permisison_mobile-custom {
        display: block !important;
        padding: 16px;
        margin-bottom: 16px;
        border: 1px solid #CECECE;
        border-radius: 10px;
    }
}
@media only screen and (min-width: 576px){
    #napas-widget-container .modal-dialog{
        max-width: unset !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 700px) {
    .h-576-700 {
        height: 290px !important;
    }
}
@media only screen and  (min-width: 1200px) and (max-width: 1200px){
    .col-xl3-custom-manager {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xl12-custom-manager {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xl12-custom-manager {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hamburger-custom {
        display: flex !important;
    }
    .d-xl-none {
        display: flex !important;
    }
    .col-xl-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .style-width {
        flex: 100% !important;
        max-width: 100% !important;
    }
    .transaction-list-mobile {
        display: flex !important;
    }
    .transaction-item-mobile {
        display: block !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .reponsive-lg-8 {
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: flex !important;
    }
    .navbar-wrapper .navbar .navbar-inner .navbar-collapse {
        display: none!important;
    }
}
@media only screen and (min-width: 1200px) {
    .block-atm-item {
        width: 32% !important;
    }
}
@media screen and (min-width: 700px) {
    .mt-0-min-700px {
        margin-top: 0;
    }
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
    .navbar-wrapper .navbar .navbar-inner .navbar-collapse .navbar-nav .nav-item.cus-nav-item a {
        padding: 19.5px 20px !important;
    }
}
@media screen and (max-width: 400px) {
    .mobile-show-dots {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 115%;
        display: inline-block;
    }
}
@media screen and (max-width: 700px) {
    .mobile-none-700px {
        display: none!important;
    }
    .mobile-show-max-700px {
        display: block!important;
    }
    .payment-link-product-item-mobile {
        margin: 10px 0px;
        padding: 20px 15px;
        border: 1px solid #cecece;
        border-radius: 8px;
    }
}
@media screen and (max-width: 360px) {
    .base-card-bank-image {
        right: 30px !important;
        width: 60px !important;
        height: 29px !important;
    }
    .money-import-result-content-item div:nth-child(2) {
        display: contents;
    }
    .login>div {
        width: 100vw;
    }
}
@media only screen and (max-width: 384px) {
    .select-img-mobile {
        display: block!important;
    }
    .select-img-mobile .content-color {
        padding-left: 0!important;
        padding-top: 10px;
        font-size: 12px;
    }
    #user-verify-manual-form .money-import-visa-form-item:has(.is-invalid) {
        margin-bottom: 40px;
    }
    .h-576-700 {
        height: 290px !important;
    }
    .g-recaptcha {
        overflow-y: hidden;
    }
}
@media only screen and (max-width: 415px) {
    .fs-11-415 span {
        font-size: 11px !important;
    }
    .lock-wallet-mobile-custom {
        padding: 0!important;
    }
}
@media only screen and (max-width: 410px) {
    .text-xs-left {
        text-align: left!important;
    }
    .d-xs-block {
        display: block;
    }
    .d-xs-block.hide {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .register-main-content-left>img, .register-main-content-right>img {
        height: 184px;
    }
}
@media only screen and (max-width: 768px) {
    .setting.lock-wallet .custom-form-label {
        width: 200px;
        text-align: right;
    }
}
