.d-flex {
    display: flex !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.form-input-password {
    position: relative;
}
.form-input-password i {
    width: 27px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.pl-10 {
    padding-left: 10px !important;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.form-group {
    margin-bottom: 1rem;
}
.dropdown-item>div {
    border-radius: .25rem;
}
#login-form .btn-link {
    text-decoration: unset;
    font-size: 12px;
}
#login-form .btn-link:hover {
    text-decoration: underline;
}
.dropdown-item:focus, .dropdown-item:hover {
    border-radius: 0.25rem;
    background: white;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
form input {
    background-image: none !important;
}
form textarea {
    background-image: none !important;
}
.form-control.is-invalid.hide-check {
    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;
}
.hide-check{
    font-size: 13px !important;
    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;
}
.alert-dismissible .close {
    color: #721c24;
    background: transparent;
    padding: 0.75rem 1.25rem;
}
.alert-dismissible .close>span {
    display: block;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
}
.iti__selected-flag {
    top: 1px;
    height: 39px !important;
    border-radius: 3px;
    transition: .3s;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.fs-20 {
    font-size: 20px !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.hide {
    display: none!important;
}
.register-authentication-main .fa-tty {
    font-size: 36px;
}
#digit-group input {
    width: 42px;
    border: none;
    border-bottom: 2px solid #4c4d4d;
    background: unset !important;
    margin: 0 0.5rem;
    padding-bottom: 0;
}
#digit-group input:focus-visible {
    outline-style: none !important;
}
#digit-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;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-10 {
    padding-bottom: 10px;
}
.ptb-20 {
    padding: 20px 0;
}
.mb-10 {
    margin-bottom: 10px;
}
.base-button[type=submit],.base-button#btn-submit {
    color: white;
    background-color: #e2132aeb;
    border-color: #e2132aeb;
}
.cursor-pointer:hover {
    cursor: pointer;
}
.msg_warning {
    display: flex;
    justify-items: center;
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 18px;
    color: #B3840C;
    background-color: #FEF8D0;
    border-radius: 5px;
}
.btn-block {
    display: block;
    width: 100%;
}
.icon-load-cus {
    position: absolute;
    top: 24px;
    right: 34px;
}
.icon-load {
    position: absolute;
    width: 15px;
    margin-top: 10px;
    margin-left: 10px;
}
.p-note {
    color: #a1a1a1;
    font-style:italic
}
.mb-child-1 > div.form-group {
    margin-bottom: .25rem !important;
}
p{
    margin-bottom: 0;
}
a {
    color: #e2132aeb;
    text-decoration: none;
}
a:active, a:hover {
    color: #e2132a;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 10px;
}
#footer .footer-copyright .nav .nav-link:hover {
    color: #e2132aeb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown-mega > .dropdown-menu, .login-signup ul.navbar-nav > li.dropdown-mega > .dropdown-menu {
    max-width: 750px;
}
#logout .fa-sign-out-alt {
    font-size: 39px;
    color: #e2132aeb;
}
#logout .modal-footer {
    display: flex;
    justify-content: center;
}
.btn {
    padding: .4rem .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 230px;
}
.rc-anchor-error-msg-container {
    top: 5px;
    left: 5px;
}
.fs-30 {
    font-size: 30px !important;
}
.pb-30 {
    padding-bottom: 30px;
}
.total-balance .title {
    font-size: 15px;
    text-align: left;
    color: #000000;
}
.total-balance .money {
    font-size: 28px;
    color: #000000;
    text-align: left;
    font-weight: 500;
    word-wrap: break-word;
}
.item-balance {
    border-radius: 13px;
    padding: 8px;
    align-items: center;
}
.item-balance .money {
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-weight: 500;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.home_statistical {
    margin-top: 15px;
    background-color: #fff !important;
    padding: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    width: 100% !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: .25rem !important;
}
.home_statistical_header {
    display: flex;
}
select#typeTime {
    cursor: pointer;
    padding: 6px 15px 6px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    z-index: 1;
}
select#typeTime:hover, select#typeTime:focus {
    border: 0;
    box-shadow: none;
    color: #656565;
}
#filter-time {
    position: relative;
}
#filter-time>i {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: small;
    z-index: 0;
}
.cursor-pointer {
    cursor: pointer;
}
.base-card {
    padding: 10px;
    margin: 0 10px;
    border: 1px solid gainsboro;
    border-radius: 0.25rem;
}
.popup-noti-required {
    color: #F2AE49;
    border: 1px solid #F2AE49;
    padding: 18px 10px;
    border-radius: .25rem;
    background: #FEFAEB;
}
.popup-noti-required.success {
    color: #43C748;
    border: 1px solid #43C748;
    background: #E4F6E9;
}
.popup-noti-required i {
    font-size: 24px;
}
.apexcharts-title-text {
    font-weight: 500;
}
.action-alink:hover {
    color: #e2132aeb;
    font-weight: bold;
}
.div-disabled {
    cursor: default;
}
.div-disabled>div {
    background: #dcdcdc8c;
}
.ml-1 {
    margin-left: 0.25rem;
}
.d-flex-space-between {
    justify-content: space-between;
}
.d-flex-center {
    display: flex;
    justify-content: center;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.hover-bold {
    font-size: 12px;
}
.hover-bold:hover {
    font-weight: bold;
}
.custom-form-label {
    margin-bottom: 0.25rem;
}
.money-import-visa-form-item .icon-load-cus {
    top: 3px;
}
.verify-otp-section {
    background-color: var(--main-white);
    padding: 15px 0 10px 0;
    border-radius: 10px;
}
.verify-otp-section .fa-tty {
    font-size: 33px;
}
.text-bold {
    font-weight: bold;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(40,167,69,1) !important;
}
.base-card-content {
    margin-top: 1rem;
}
.base-button-money {
    background-color: #f7f7f7;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    color: #a1a1a1;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}
.base-button-money:hover {
    font-weight: bold;
    color: white;
    background-color: #e2132aeb;
}
.base-card-procedure {
    border-radius: 0.25rem;
    padding: 10px;
    border: 1px solid gainsboro;
}
.base-card-procedure:hover {
    cursor: pointer;
    background: gainsboro;
}
.banks {
    border: 1px solid #cecece;
    border-radius: 4px;
    margin: 20px 0;
    height: 360px;
    overflow: auto;
}
.banks .bank {
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 1px solid #cecece;
}
.banks .bank:hover {
    color: white;
    background: #e2132aeb;
}

.money-import-visa-information-left {
    padding-right: 10px;
    border-right: 1px solid gainsboro;
}
.money-import-visa-information-right {
    padding-left: 10px;
}
.ml-1 {
    margin-left: 0.25rem;
}

 .payment-info {
     width: 100%;
     padding: 0;
     margin: 0 auto;
     background: none; /* bỏ nền */
     box-shadow: none;
 }

.form-info {
    max-width: 100%;
    padding: 0 20px; /* padding nhẹ cho nội dung không sát mép */
}

.payment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    flex-wrap: wrap;
}

.payment-row label {
    flex: 0 0 200px;
    font-weight: bold;
    margin-bottom: 5px;
}

.payment-row div {
    flex: 1;
    word-break: break-word;
}

.btn-copy {
    background: transparent;
    border: none;
    color: #007bff;
    cursor: pointer;
    margin-left: 10px;
}

.tooltiptext {
    font-size: 12px;
    color: #555;
}
.fs-16 {
    font-size: 16px;
}
.modal-content-verfiy>div {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.modal-content-verfiy>div i {
    width: 54px;
    height: 54px;
    font-size: 35px;
    text-align: center;
    padding-top: 7px;
}
.register_form_input {
    padding-bottom: 0!important;
}
.authentication-otp-input, .money-import-result-choice, .money-withdraw-result-choice {
    background-color: #e9d8d8;
}
.w-2{
    width: 25px;
}
.w-5{
    width: 50px;
}
.item-balance span.pl-3 {
    padding-left: 0.6rem !important;
}
#login-form .captcha-section {
    padding: 0 0 5px 0;
}
@media (min-width: 576px) {
    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .pb-sm-5 {
        padding-bottom: 2.5rem !important;
    }
}