@import url('/assets/css/font.css');

.swal2-confirm {
    margin-right: 15px !important;
}

.end-time {
    line-height: 30px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    color: #5b545b;
}

.gift-info {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.text-highlight {
    color: #f13d56;
}

.info-accumulat ul {
    line-height: normal;
    margin-top: 20px;
}

.footer2 p {
    font-style: normal;
}

.input-custom {
    position: relative;
}

.input-custom input {
    padding-left: 65px;
}

.icon-input {
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 15px;
    font-size: 30px;
    color: #f13d56;
}

.icon-captcha {
    top: 25%;
}

.btn-center {
    display: flex;
    justify-content: center;
}

.footer2 {
    background-color: #fff;
    position: fixed;
    height: 93px;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    text-align: center;
    border-top: 2px solid #f13d56;
}

.footer2 a {
    color: #5b545b;
    text-decoration: none;
}

.footer2 i {
    color: #f13d56;
}

.item-menu-1 {
    margin-left: 4px;
}

.item-menu-2 {
    margin-left: 3px;
}

.item-menu-3 {
    margin-left: 1px;
}

.item-menu-4 {
    margin-left: 3px;
}

.item-menu-5 {
    margin-left: 3px;
}

.item-menu-6 {
    margin-left: 6px;
}

.item-menu-7 {
    margin-left: 3px;
}

.icon-momo-zalo {
    display: flex;
    justify-content: center;
}

.ft1 {
    line-height: 30px;
}

.pd_list {
    align-items: end;
    font-style: normal;
}

footer p,
footer span,
footer a {
    font-size: 16px !important;
}

.is-mobile div {
    font-size: 16px !important;
    font-style: normal !important;
}

.mk {
    margin-left: 3px;
}

.nt {
    margin-left: 3px;
}

input::placeholder {
    color: #5b545b50 !important;
}

input {
    color: #5b545b !important;
}

.topup-selection {
    color: #5b545b !important;
    line-height: normal;
    -webkit-appearance: auto;
}

.topup-selection option {
    color: #5b545b;
}

.pagi {
    margin-bottom: 15px;
}

.topup-info {
    text-align: center;
    margin-bottom: 10px;
    color: #5b545b;
}

.forgot i {
    color: #5b545b;
    font-size: 16px;
}

.forgot {
    margin-top: 10px;
    margin-bottom: -10px;
}

.username2 span {
    margin-left: 2px;
    white-space: nowrap;
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 3px;
}

.coin span {
    margin-left: 2px;
}

.coin img {
    width: 16px !important;
    margin-left: 2px;
    margin-top: 2px;
}

.user-img2 {
    width: 20px !important;
}

.dropdown-menu-left li span,
.dropdown-menu-left li i {
    font-size: 15px !important;
}

.username2 {
    display: flex;
    margin-left: -20px;
}

.accountInfo__right {
    margin-left: -15px;
}

.accountInfo__left {
    margin-left: -20px;
}

.userInfo_name {
    display: flex;
    align-items: center;
}

.userInfo_name p {
    margin-left: 2px;
    padding-bottom: 4px;
}

.userInfo_name img {
    width: 34px;
}

.login-forget {
    font-size: 16px;
    margin-bottom: 10px;
}

.dis-border-bot {
    border-bottom: none !important;
}

.coin {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: -7px;
}

.btn-capnhat {
    height: 30px !important;
    width: 160px !important;
    margin-top: -6px;
}

.profileInfo .row {
    border-bottom: 1px solid #f13d56;
    color: #5b545b;
    font-weight: 600;
    padding: 16px 0 16px 0
}

.input-forget {
    border: 1px solid #f13d56;
    color: #5b545b;
    font-size: 20px;
}

@keyframes avata {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.avata-image {
    animation-name: avata;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes gift {
    0% {
        transform: rotate(0deg);
    }

    33% {
        transform: rotate(15deg);
    }

    66% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.banking {
    line-height: 32px;
    color: #5b545b;
    font-weight: 600;
}

.banking div {
    margin-top: 10px;
}

.center {
    text-align: center;
}

.bt-active {
    background-color: #f13d56 !important;
}

.custom-tabs {
    border-radius: 5px;
    overflow: hidden;
    height: 40px;
}

.custom-tabs .nav-link {
    height: 40px;
}

.dip-show {
    display: block;
}

.dip-hide {
    display: none;
}

.al-left {
    text-align: left;
}

.sub-icon {
    color: #f13d56;
}

.userInfo_name {
    font-size: 22px;
}

.cus-flex {
    display: flex !important;
}

.cus-flex-item {
    flex-basis: 25%;
}

.paginationjs-prev {
    color: #5b545b;
    font-weight: 600;
}

.paginationjs-prev a {
    color: #5b545b;
    font-weight: 600;
}

.paginationjs-next {
    color: #5b545b;
    font-weight: 600;
}

.paginationjs-next a {
    color: #5b545b;
    font-weight: 600;
}

.page-number a {
    color: #5b545b;
    font-weight: 600;
}

.data-history {
    line-height: 30px;
    margin-top: 20px;
    color: #5b545b;
    font-weight: 600;
}

.txn {
    border-bottom: 1px solid #f13d56;
}

input[type='radio'] {
    accent-color: #f13d56;
}

.info-momo img {
    width: 8%;
    margin-bottom: 10px;
    margin-right: 6px;
    animation-name: gift;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.info-momo {
    margin-top: 15px;
    color: #5b545b;
    font-weight: 600;
    background-color: #ffe2e2;
    border-radius: 8px;
}

.info-momo div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.li-cus {
    display: flex;
    align-items: center;
}

.tooltiptext2 {
    display: none;
}

.momo-cus-input {
    margin-left: 3px;
}

.btn-copy:hover>.tooltiptext2 {
    display: block;
    position: relative;
}

.tb-head {
    color: #fffced;
}

.list-group-item {
    border: none;
}

.cus-text {
    font-weight: 600;
    color: #5b545b;
}

.momo-text {
    line-height: normal;
    margin-top: 20px;
    text-align: center;
}

.momo-center {
    text-align: center;
    margin-top: 20px;
}

.form-input-card {
    margin-top: 20px;
}

.table-card {
    margin-top: 20px;
    width: 100%;
}

.table-card tbody tr td {
    color: #5b545b;
}

.table-card thead {
    background-color: #f13d56;
}

.table-card,
th,
td {
    border: 1px solid #f13d56;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    color: #f13d56;
}

.img-captcha {
    margin-bottom: 15px;
}

.icon-card {
    width: 130%;
}

.card-item input {
    width: auto;
}

a:hover {
    text-decoration: none;
}

.cus-input {
    width: 50%;
}

@media only screen and (max-width: 1920px) {
    .txt-card {
        margin-right: -42px;
        color: #f13d56;
    }

    .note-card {
        line-height: 25px;
    }

    .coin-number {
        margin-top: 4px;
        font-size: 18px;
    }

    .text2 {
        margin-left: 45px;
    }

    .username2 {
        white-space: nowrap;
        width: 132px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 3px;
        margin-left: 17px;
    }

    .username1 {
        white-space: nowrap;
        width: 290px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 3px;
    }

    .username {
        white-space: nowrap;
        width: 155px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .login-forget a {
        margin-right: -7px;
    }

    .input-mg {
        margin-left: 15px;
        margin-right: 15px;
    }

    .img-forget img {
        width: 117%;
        height: 55px;
    }

    .forgot-pass div {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-card-momo {
        width: 50%;
        margin-left: -40%;
    }

    .sub-item-1 {
        margin-left: 40px;
        text-align: left;
    }

    .sub-item-2 {
        margin-left: 0px;
    }

    .sub-item-3 {
        margin-left: 40px;
        text-align: left;
    }

    .sub-item-4 {
        margin-left: 40px;
        text-align: left;
    }

    .sub-item-5 {
        margin-left: 40px;
        text-align: left;
    }

    .sub-item-7 {
        margin-left: -70px;
    }

    .btn-xunhan {
        width: 150px;
        height: 40px;
        border: 1px solid #f13d56;
        border-radius: 8px;
        background-color: #f13d56;
        color: #fffced;
        font-weight: 500;
    }

    .login-logo {
        height: 145px;
    }

    .form-input {
        margin-left: 5%;
        margin-right: 0;
        margin: auto;
        width: 50%;
    }

    .btn-confirm-row {
        text-align: center;
    }

    .btn-custom {
        width: 120px;
        height: 40px;
        border: 1px solid #f13d56;
        border-radius: 8px;
        background-color: #f13d56;
        color: #fffced;
    }

    .btn-custom a {
        text-decoration: none;
        color: #100000;
        color: #fffced;
    }

    .accordion-body {
        padding: 0px;
    }

    .menu-item {
        margin-left: 0px;
    }

    .tk {
        margin-left: 3px;
    }

    .sub-menu {
        margin-left: 10px;
    }

    .sub-item {
        margin-left: 30px;
    }

    .sub-menu-item .mid {
        border-bottom: 1px solid #f13d56;
        border-top: none !important;
    }

    .sub-menu-item .end {
        border: none !important;
    }

    .select2-selection--single {
        height: 60px !important;
        border: 1px solid #f13d56 !important;
        border-radius: 8px !important;
        margin-top: 20px;
        margin-left: 23px;
        margin-right: 23px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 30px;
        position: absolute;
        top: 35px;
        right: 30px;
        width: 20px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #757575;
        line-height: 28px;
        margin-top: 15px;
        font-size: 18px;
        font-weight: 550;
    }

    .select2-dropdown {
        background-color: #aaa;
        border: 1px solid #aaa;
        border-radius: 4px;
        box-sizing: border-box;
        display: block;
        position: absolute;
        z-index: 1051;
    }

    .select2-dropdown .select2-dropdown--below {
        width: 440px !important;
        margin-left: 23px !important;
    }

    .momo-cus-input {
        width: 40%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {

    footer p,
    footer span,
    footer a {
        font-size: 10px !important;
    }

    .txt-card {
        margin-right: -30px;
    }

    .form-input {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .icon-card-momo {
        width: 120%;
        margin-left: 20%;
    }
}

@media only screen and (max-width: 575px) {

    .footer1 {
        margin-bottom: 60px;
    }

    .btn-custom-mb {
        width: max-content;
    }

    .userInfo_ycoin {
        font-size: 22px;
    }

    .username {
        white-space: nowrap;
        width: 225px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .username1 {
        white-space: nowrap;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .login-forget a {
        margin-right: 0px;
    }

    .input-mg {
        margin-left: 15px;
        margin-right: 15px;
    }

    .img-forget img {
        width: 117%;
        height: 55px;
    }

    .form-input {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .momo-cus-input {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .banking-center {
        text-align: center;
    }

    .banking div {
        margin-top: 4px;
    }

    .banking {
        line-height: 25px;
    }


}

/* sweet alert */
.swal2-popup,
.swal2-header:after {
    max-width: 400px !important;
}

.swal2-popup {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 0 !important;
}

.swal2-icon {
    display: none !important;
}

/* .swal2-header::before {
    position: relative !important;
    height: 36px !important;
    width: 100%;
    background: transparent url(../master-images/312X36_BGXanh_koBo.png) !important;
    content: "THÔNG BÁO";
    color: #fff;
    text-align: center;
    padding-top: 2px;
    font-size: 30px;
    background-size: 100% !important;
} */


.swal2-header:after {
    content: '';
    position: absolute;
    font-size: 23.5px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial';
    color: #ffff;
    padding-top: 5px;
    font-weight: bold
}


#swal2-content {
    width: 100% !important;
    padding: 10.98% 13.78% !important;
    font-family: 'utm_cafetaregular' !important;
    font-size: 20px !important;
    text-align: justify;
}


.swal2-confirm {
    height: 20px !important;
    background: transparent url(../master-images/312X36_BGXanh_koBo.png) !important;
    /* background-size: 100% !important; */

}

.swal2-cancel {
    background-color: #fff !important;
    color: #333 !important;
    border: 1.25px solid #333 !important;
}

.swal2-popup .swal2-actions {
    margin-top: 0 !important;
    display: flex !important;
    justify-content: center;
    padding: 0 13.78% 18px 13.78% !important;
}

.popup-confirm-actions {
    justify-content: space-between !important;
}

.swal2-popup .swal2-styled {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-family: 'utm_cafetaregular' !important;
    border-radius: 5px !important;
    margin-right: 3px !important;
    min-width: 110px !important;
    min-height: 40px !important;
    font-weight: normal !important;

}

.swal2-popup .swal2-styled:focus {
    outline: 0 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.swal2-close {
    background: transparent url(../master-images/login/CLOSE_BUTTON.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    width: 30px !important;
    height: 30px !important;
    top: 5px !important;
    z-index: 100;
    right: 5px !important;
}

@media only screen and (max-width: 320px) {

    .swal2-popup,
    .swal2-header:after {
        width: 274px !important;
    }

    .swal2-header {
        height: 32px !important;
    }

    .swal2-close {
        width: 25px !important;
        height: 25px !important;
        top: 5px !important;
    }
}

/* register */
#blur {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    background-position: center center;
}

.method img {
    width: 60px;
    height: 100%;
    cursor: pointer;
}

.method {
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login-button img {
    width: 150px;
    height: 100%;
    cursor: pointer;
}

.login-button {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}

.text {
    margin: 15px 0 0 0;
    color: #5b545b;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;


}

/* Unified Layout Styles */
.login-logo {
    height: 120px !important;
    width: auto !important;
    margin-bottom: 10px !important;
    transition: height 0.3s;
}

.text {
    text-align: center;
    font-weight: bold;
    color: #f13d56;
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.otp-container {
    display: flex;
    width: 100%;
    gap: 10px;
    padding-left: 40px;
    padding-right: 15px;
}

.otp-wrapper {
    position: relative;
    flex: 1;
}

.btn-otp-send {
    height: 55px;
    width: 90px;
    border-radius: 8px;
    background: #f13d56;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    transition: all 0.3s;
}

.btn-otp-send:hover {
    background: #d12a42;
    transform: translateY(-2px);
}

.btn-otp-send:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

@media only screen and (max-width: 575px) {
    .login-logo {
        height: 80px !important;
    }

    .text {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .otp-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Password Toggle Styles */
.toggle-password {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    z-index: 10;
    font-size: 18px;
    padding: 10px;
}

.toggle-password:hover {
    color: #f13d56;
}



.warning {
    height: 100px;
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {

    .login-button {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 575px) {

    .method img {
        width: 45px;
        cursor: pointer;
    }

    .text {
        font-size: 16px;
    }

    .warning {
        width: 292px;
        height: 80px;
        font-size: 12px;
        margin: auto;
    }

    .login-button {
        margin-bottom: 26px;
    }

    .login-button img {
        width: 100px;
        cursor: pointer;
    }

    .nopading {
        padding: unset;
    }

    .nopading label {
        margin-left: -10;
    }

    .btn-login {
        width: max-content;
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media only screen and (max-width: 320px) {

    .method img {
        width: 40px;
        cursor: pointer;
    }

    .text {
        margin-top: 15px;
        font-size: 14px;
    }

    .warning {
        width: 245px;
        height: 70px;
        font-size: 10px;
        margin: auto;
    }

    .login-button img {
        width: 90px;
        cursor: pointer;
    }

    .nopading {
        padding: unset;
    }

    .nopading label {
        margin-left: -10;
    }

    .btn-login {
        width: max-content;
        padding-left: 10px;
        padding-right: 10px;
    }
}