html,
body {
    margin: 0 !important;
    padding: 0;
    background: #E8EAF2;
    font-family: 'Inter', sans-serif;
    /* min-width: 480px; */
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

::-webkit-scrollbar {
    display: none;
}

iframe {
    border-radius: 5px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.link_back {
    color: #515C6F;
    text-decoration: none;
}

.link_back:hover {
    color: #515C6F;
}

/* ======================================================> Modal blog <==================================================*/
.modal_dialog {
    max-width: 800px !important;
}

.modal_content {
    margin: auto;
    width: 800px !important;
    height: 635px !important;
}

.modal_header {
    padding: 0 !important;
    border: none !important;
}

.modal_body {
    padding: 0 !important;
    border: none !important;
}

.btn_close {
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: bolder;
    margin-right: 25px;
}

.btn_close:focus {
    box-shadow: none !important;
}

.modal.modal-bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.modal-bottom .modal-content {
    border-radius: 0;
    border: none;
}

.modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.modal-bottom .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.modal-bottom .modal-body {
    padding: 10px 10px;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
}

.modal.modal-bottom.fade .modal-dialog .modal-content {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.modal.modal-bottom.fade .modal-dialog .modal-content .modal-close-bar {
    background-color: #BDC5CF;
    border: none;
    outline: none;
    padding: 3px;
    border-radius: 40px;
}

.modal.modal-bottom.fade .modal-dialog .modal-content .modal-body .text-modals {
    color: #BDC5CF;
}

.modal.modal-bottom.fade .modal-dialog .modal-content .btn-modal-close {
    background: none;
    outline: none;
    border: none;
    font-weight: 600;
}

.modal.modal-bottom.fade .modal-dialog .modal-content .btn-switch-store {
    border-radius: 40px;
    padding: 10px;
} 

.modal.modal-bottom.fade .modal-dialog .modal-content .btn-switch-store a {
    color: white;
    text-decoration: none;
}

.modal.modal-bottom.fade .modal-dialog .modal-content .modal-search img {
    width: 20%;
    margin-bottom: 40px;
}

.modal.modal-bottom.fade .modal-dialog .modal-content .modal-parent-close {
    margin-top: -8px;
}

.modal.modal-bottom.fade .modal-dialog .modal-content .modal-close-bar {
    width: 5%;
}






/* ======================================================> Header blog <==================================================*/
.header {
    width: 100%;
    background: linear-gradient(81.72deg, #A9CB37 -17.94%, rgba(169, 203, 55, 0.96) 11.15%, rgba(169, 203, 55, 0.5) 57.12%, rgba(169, 203, 55, 0.1) 82.51%, rgba(169, 203, 55, 0) 116.66%);
    border-radius: 5px 5px 0px 0px;
}

.header_text {
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase;
}

.logo .image_header {
    margin-right: 40px;
}

/* ======================================================> CARD STYLE <==================================================*/
.head_container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_wrapper {
    width: 800px;
    min-height: 600px;
    box-shadow: none !important;
}

.card_wrapper,
.card_header,
.card_body {
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

/* ======================================================> First page block style <==================================================*/
.left_content {
    background: #F5F6F8 !important;
    min-height: 541px !important;
}

.left_content,
.right_content {
    border: none !important;
    border-radius: 0 !important;
    align-items: center;
}

.right_side,
.left_side {
    border: none !important;
    background: none !important;
    width: 90% !important;
}

.card_input,
.card_image,
.card_transaction {
    margin-top: 30px !important;

}

.icon-image {
    width: 20%;
    margin-top: -4px;

}

.card_image {
    border: none !important;
}

.text_head {
    color: #515C6F !important;
}

.btn_bottom {
    width: 50%;
}

.save,
.screenshot {
    cursor: pointer;
}

.save span,
.screenshot span {
    cursor: pointer;
    color: #515C6F !important;
}

#icon {
    margin-right: 5px;
    font-weight: bolder !important;
}

.card_container {
    padding: 10px !important;
    display: flex !important;
    justify-content: center !important;
}

.image_block {
    width: 250px;
    border: none !important;
    border-radius: 15px !important;
}

.image_block .image {
    border-radius: 15px 15px 0 0 !important;
}

.amount_and_merchant {
    margin-left: 25px !important;
}

.dash {
    border-top: 3px dashed #00000080 !important;
}

.currency,
.merchant_name {
    font-size: 0.8rem !important;
}

.currency {
    margin-left: 10px !important;
}

.text_title {
    color: #515C6F !important;
    font-size: 21px !important;
}

.transaction_summary {
    display: flex !important;
    justify-content: space-between !important;
}

.dash1 {
    margin-top: 80px;
}

.text_minute,
.text_subtitle,
.text_option,
.text_info {
    color: #BDC5CF !important;
}

.text_option,
.text_info {
    font-size: 14px;
}

.text_subtitle_1 {
    color: #515C6F;
}

.btn_switch {
    background: #F0F1F5 !important;
    border-radius: 30px;
    color: #515C6F;
    font-size: 14px;
    padding: 15px 0;
    border: none;
    text-transform: uppercase;
}

.btn_switch:hover {
    background: #F0F1F5 !important;
    border-radius: 30px;
    color: #515C6F;
    border: none;
}

/* ======================================================> QR EXPIRED <==================================================*/
.qr_expired {
    border: none !important;
    background: none !important;
    width: 250px;
}

.qr_expired_image {
    padding: 0 !important;
}

/* =========================> QR SCANNED <========================= */
.scanned {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffb3;
    border-radius: 15px;
}

.image-scan {
    width: 28%;
    margin: auto;
    display: flex;
    margin-top: 223px;
}

/* =========================> WAITING PAYMENT <========================= */
@keyframes loading {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.loading span {
    animation-name: loading;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.loading span:nth-child(2) {
    animation-delay: .2s;
}

.loading span:nth-child(3) {
    animation-delay: .4s;
}

.btn_back {
    border: none;
    margin-top: 30px;
    outline: none;
    background: none;
    padding: 0 !important;
    color: #515C6F;
    font-weight: 400;
    font-size: 18px;
}


/* =========================> PAYMENT FAILED <========================= */
.btn_next,
.btn_back_option {
    border-radius: 30px;
    font-size: 14px;
    padding: 15px 0;
}

/* =========================> INPUT WING ACCOUNT <========================= */
.my_button {
    margin-bottom: 50px;
}

.btn_back_left {
    color: #515C6F !important;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 18px !important;
    padding: 0 !important;
    background: none;
}

.label {
    font-size: 12px;
}

.label_wing_account {
    color: #7B808C !important;
}

.wing_account {
    padding: 12px;
    background: #F0F1F5 !important;
    border: 1px solid #0077FF;
}

.form_input {
    position: relative;
}

.form_input i,
.form_input .loader,
.form_input .invalid_validate {
    display: none;
}

.form_input i {
    position: absolute;
    top: 8px;
    right: 15px;
}

.form_input .loader {
    position: absolute;
    top: 13px;
    right: 15px;
}

.invalid_message {
    border: 1px solid #D22229 !important;
}

.invalid_message:focus {
    box-shadow: #d3222833 0px 0px 0px 5px;
}

.invalid_validate {
    color: #D22229 !important;
    font-size: 12px;
}

.error_icon {
    font-size: 24px !important;
    color: #D22229;
}

.loader {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 3px solid #D1D4D9;
    border-top-color: #0077FF;
    animation: loader 1s infinite linear;
}

@keyframes loader {
    0% {
        transform: rotate(0turn);
    }

    100% {
        transform: rotate(1turn);
    }
}

/* =========================> INPUT OTP 6-DIGITS BLOG <=============================== */
.alert_info {
    background-color: #ffa7000d;
    border: none;
    outline: none;
    padding: 5px 5px;
    margin-bottom: 20px !important;
    font-size: 13px;
}

.alert_info i {
    font-size: 24px;
    color: #FFA700;
}

.alert_info div {
    color: #7B808C;
    font-size: 13px;
}

.digit-group .wrong_otp {
    color: white !important;
    text-align: center;
    background-color: #D22229 !important;
    border: 1px solid #D22229 !important;
}

.digit-group .wrong_otp:focus {
    box-shadow: #d3222833 0px 0px 0px 5px;
}

.digit-group .wrong_otp,
.digit-group .otp {
    font-size: 24px;
    width: 13%;
    font-weight: 700;
}

.digit-group .otp {
    background: none;
    color: white !important;
    text-align: center;
}

.digit-group .otp:focus {
    color: #ffff !important;
    caret-color: #0077FF !important;
}

.is_fill {
    background: #0077FF !important;
}

.invalid_otp {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #D22229;
    display: none;
    font-size: 14px;
}

.btn_resend {
    color: #0077FF;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
    background: none;
    border: none;
    margin-top: -3px;
    padding: 0px;
    outline: none;
}

.text_point {
    color: #7B808C;
}

.btn_check_switch {
    width: 3em !important;
    padding: 12px;
}

/* ----- */
.wing_point {
    display: none;
    outline: none;
    border: none;
    padding: 0;
}

.wing_point_body {
    padding-top: 5px;
    padding-bottom: 8px;
}

.point_redeem,
.money_deduct {
    text-align: center;
}

.point_redeem small,
.money_deduct small {
    color: #7B808C;
}

.point_block {
    width: 80%;
    margin: auto;
}

.btn_increase,
.btn_decrease {
    border: none;
    outline: none;
    background: #F0F1F5;
    border-radius: 50%;
    font-weight: bolder;
}

.input_point {
    width: 100%;
    border: none;
    outline: none;
}

.number_point {
    color: #515C6F;
    font-size: 20px;
    background: #F0F1F5;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.amount_redeem {
    background: none;
}

.wing_amount_sm {
    display: none;
}

.amount_sm {
    color: #515C6F;
}

/* ==========================> IMAGE SCREENHOST <======================= */
.card-image-qr-code {
    display: none;
    width: 300px;
    border: none !important;
    outline: none !important;
    /* background: #e8e5e5 !important; */
    border-radius: 0 !important;
}

.card-image-header {
    border: none !important;
    outline: none !important;
    border-radius: 0 !important;
    clip-path: polygon(100% 0, 100% 58%, 7% 58%, 0 100%, 0 0);
    padding: 18px !important;
    background: #A9CB38 !important;
}

.image-logo {
    width: 70%;
}

.text-header i {
    font-size: 16px;
    color: #4A4E51;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.QR-block {
    --b: 5px;
    /* thickness of the border */
    --c: red;
    /* color of the border */
    --w: 20px;
    /* width of border */
    --r: 20px;
    /* radius */


    padding: var(--b);
    /* space for the border */

    position: relative;
    /*Irrelevant code*/
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    margin: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    --c: repeating-linear-gradient(90deg, #0777F1 0 5px, transparent 5px 5px);
    --w: 25px;
    --b: 4px
}

.QR-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--c, red);
    padding: var(--b);
    border-radius: var(--r);
    -webkit-mask:
        linear-gradient(0deg, #000 calc(2*var(--b)), #0000 0) 50% var(--b)/calc(100% - 2*var(--w)) 100% repeat-y,
        linear-gradient(-90deg, #000 calc(2*var(--b)), #0000 0) var(--b) 50%/100% calc(100% - 2*var(--w)) repeat-x,
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.QR-block img {
    z-index: 1;
    position: relative;
    width: 80%;
}

.show-amount {
    margin: auto;
    width: 160px;
    background: #F5F6F8;
    color: #4F575E;
    padding: 3px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-amount span {
    font-size: 24px;
}

.show-merchant-account {
    color: #4F575E;
    font-size: 16px;
}

.card-image-footer {
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

/* ========================= Point image ========================== */
.merchant_point {
    position: relative;
    padding: 15px 15px 0 15px;
    text-align: center;
}

.merchant_point .points_earned {
    position: absolute;
}

.points_earned {
    position: absolute;
    left: 67%;
    top: 50%;
    transform: translate(-50%, -25%);
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.img_points {
    width: 55%;
    margin: auto;
}

/* =========================> Responsive blog <========================= */
@media (max-width: 280px) {

    /* ======================================================> Modail Dialog <=============================================== */
    .modal.modal-bottom .modal-body {
        padding: 1px 1px;
    }
    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-body .text-modals {
        color: #BDC5CF;
        font-size: 10px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-close-bar {
        background-color: #BDC5CF;
        border: none;
        outline: none;
        padding: 2px;
        border-radius: 40px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .btn-modal-close {
        background: none;
        outline: none;
        border: none;
        font-weight: 600;
        font-size: 14px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .btn-switch-store {
        border-radius: 40px;
        padding: 10px;
        font-size: 12px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-body .modal-wing-title {
        font-size: 16px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-search img {
        width: 25%;
        margin-bottom: 20px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-parent-close {
        margin-top: -10px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-close-bar {
        width: 15%;
    }
    /* ======================================================> Header blog <==================================================*/
    .header {
        padding: 10px;
    }

    .header_text {
        font-weight: 600;
        margin-left: 0;
        font-size: 14px;
    }

    .logo .image_header {
        width: 100%;
        margin-right: -40px;
    }

    /* ======================================================> CARD STYLE <==================================================*/
    .head_container {
        width: auto;
        height: auto;
    }

    .card_wrapper {
        width: 100%;
        min-height: 100vh;
    }

    /* ======================================================> First page block style <==================================================*/
    .right_side,
    .left_side {
        border: none !important;
        background: none !important;
        width: 95% !important;
    }

    .img-fluid {
        width: 90%;
    }

    .amount {
        font-size: 20px;
    }

    .currency {
        font-size: 10px;
    }

    .card_input,
    .card_image,
    .card_transaction {
        margin-top: 10px !important;
    }

    .card_transaction {
        margin-top: 0px !important;
    }

    .img_khqr {
        width: 100% !important;
    }

    .left_content {
        background: none !important;
        height: auto !important;
    }

    .right_content_sm {
        display: none !important;
    }

    .text_title {
        font-size: 18px !important;
    }

    .text_subtitle,
    .text_subtitle_1,
    .text_option,
    .text_info {
        font-size: 14px;
    }

    .text_option,
    .text_info {
        font-size: 12px !important;
    }

    .label {
        font-size: 13px;
    }

    .dash1 {
        margin-top: auto;
        border-top: 2px dashed;
    }

    .btn_switch,
    .btn_back_option,
    .btn_next {
        border-radius: 30px;
        font-size: 12px;
        padding: 13px 0;
        border: none;
        text-transform: uppercase;
    }

    /* =========================> QR SCANNED <========================= */
    .image-scan {
        width: 22%;
        margin: auto;
        display: flex;
        margin-top: 212.5px;
    }

    .btn_back {
        border: none;
        padding: 5px 20px;
        outline: none;
        background: none;
        border-radius: 30px;
        color: #515C6F;
        font-weight: 400;
        font-size: 16px;
        height: 40px;
    }

    /* =========================> INPUT WING ACCOUNT BLOG <=============================== */
    .wing_account {
        padding: 10px;
        background: #F0F1F5 !important;
        border: 1px solid #0077FF;
    }

    /* =========================> INPUT OTP 6-DIGITS BLOG <=============================== */
    .alert_info {
        padding: 5px 5px;
        margin-bottom: 10px !important;
    }

    .alert_info i {
        font-size: 18px;
    }

    .alert_info div {
        font-size: 12px;
    }

    .text_expired {
        font-size: 14px;
    }

    .digit-group .wrong_otp,
    .digit-group .otp {
        font-size: 18px;
        width: 12%;
        font-weight: 700;
        padding: 5px;
    }

    .invalid_otp {
        margin-top: 20px;
        margin-bottom: 10px;
        color: #D22229;
        font-size: 12px;
    }

    /* -------- */

    .text_point {
        font-size: 14px;
    }

    .btn_check_switch {
        width: 2.5em !important;
        padding: 10px;
        margin-top: 0px;
    }

    .wing_point_body {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .wing_point_body_sm {
        background: #F0F1F5;
        border-radius: 5px;
    }

    .point_redeem,
    .money_deduct {
        text-align: center;
    }

    .point_redeem small,
    .money_deduct small {
        font-size: 12px;
    }

    .point_block {
        width: 100%;
        margin: auto;
    }

    .btn_increase,
    .btn_decrease {
        border: none;
        outline: none;
        background: white;
        border-radius: 50%;
        font-weight: bolder;
    }

    .number_point {
        color: #515C6F;
        font-size: 16px;
        padding: 5px;
    }

    .number_point_sm {
        background: white;
        border-radius: 10px;
    }

    .wing_amount_sm {
        display: unset;
    }

    .amount_total_sm {
        background: #F0F1F5;
        border-radius: 8px;
        padding: 5px;
    }

    .amount_sm {
        color: #515C6F;
        font-size: 14px;
    }

    /* ========================= Point image ========================== */
    .points_earned {
        position: absolute;
        left: 67.5%;
        top: 50%;
        transform: translate(-50%, -25%);
        color: white;
        font-weight: bold;
        font-size: 16px;
    }

    .img_points {
        width: 60%;
        margin: auto;
    }

}

@media (min-width: 280px) and (max-width: 350px) {

    /* ======================================================> Modail Dialog <=============================================== */
    .modal.modal-bottom .modal-body {
        padding: 1px 1px;
    }
    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-body .text-modals {
        color: #BDC5CF;
        font-size: 10px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-close-bar {
        background-color: #BDC5CF;
        border: none;
        outline: none;
        padding: 2px;
        border-radius: 40px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .btn-modal-close {
        background: none;
        outline: none;
        border: none;
        font-weight: 600;
        font-size: 14px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .btn-switch-store {
        border-radius: 40px;
        padding: 10px;
        font-size: 12px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-body .modal-wing-title {
        font-size: 16px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-search img {
        width: 25%;
        margin-bottom: 20px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-parent-close {
        margin-top: -10px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-close-bar {
        width: 15%;
    }

    /* ======================================================> Header blog <==================================================*/
    .header {
        padding: 10px;
    }

    .header_text {
        font-weight: 600;
        margin-left: 0;
        font-size: 14px;
    }

    .logo .image_header {
        width: 100%;
        margin-right: -40px;
    }

    /* ======================================================> CARD STYLE <==================================================*/
    .head_container {
        width: auto;
        height: auto;
    }

    .card_wrapper {
        width: 100%;
        min-height: 100vh;
    }

    /* ======================================================> First page block style <==================================================*/
    .right_side,
    .left_side {
        border: none !important;
        background: none !important;
        width: 95% !important;
    }

    .img-fluid {
        width: 90%;
    }

    .amount {
        font-size: 20px;
    }

    .currency {
        font-size: 10px;
    }

    .card_input,
    .card_image,
    .card_transaction {
        margin-top: 10px !important;
    }

    .card_transaction {
        margin-top: 0px !important;
    }

    .image_block {
        width: 200px;
        border: none !important;
        border-radius: 15px !important;
    }

    .img_khqr {
        width: 80% !important;
    }

    .left_content {
        background: none !important;
        height: auto !important;
    }

    .right_content_sm {
        display: none !important;
    }

    .text_title {
        font-size: 18px !important;
    }

    .text_subtitle,
    .text_subtitle_1,
    .text_option,
    .text_info {
        font-size: 14px;
    }

    .text_option,
    .text_info {
        font-size: 12px !important;
    }

    .label {
        font-size: 13px;
    }

    .dash1 {
        margin-top: auto;
        border-top: 2px dashed;
    }

    .btn_switch,
    .btn_back_option,
    .btn_next {
        border-radius: 30px;
        font-size: 12px;
        padding: 13px 0;
        border: none;
        text-transform: uppercase;
    }

    /* =========================> QR SCANNED <========================= */
    .image-scan {
        width: 22%;
        margin: auto;
        display: flex;
        margin-top: 205px;
    }

    .btn_back {
        border: none;
        padding: 5px 20px;
        outline: none;
        background: none;
        border-radius: 30px;
        color: #515C6F;
        font-weight: 400;
        font-size: 16px;
        height: 40px;
    }

    /* =========================> INPUT WING ACCOUNT BLOG <=============================== */
    .wing_account {
        padding: 10px;
        background: #F0F1F5 !important;
        border: 1px solid #0077FF;
    }

    /* =========================> INPUT OTP 6-DIGITS BLOG <=============================== */
    .alert_info {
        padding: 5px 5px;
        margin-bottom: 10px !important;
    }

    .alert_info i {
        font-size: 18px;
    }

    .alert_info div {
        font-size: 12px;
    }

    .text_expired {
        font-size: 14px;
    }

    .digit-group .wrong_otp,
    .digit-group .otp {
        font-size: 18px;
        width: 12%;
        font-weight: 700;
        padding: 5px;
    }

    .invalid_otp {
        margin-top: 20px;
        margin-bottom: 10px;
        color: #D22229;
        font-size: 12px;
    }

    /* -------- */

    .text_point {
        font-size: 14px;
    }

    .btn_check_switch {
        width: 2.5em !important;
        padding: 10px;
        margin-top: 0px;
    }

    .wing_point_body {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .wing_point_body_sm {
        background: #F0F1F5;
        border-radius: 5px;
    }

    .point_redeem,
    .money_deduct {
        text-align: center;
    }

    .point_redeem small,
    .money_deduct small {
        font-size: 12px;
    }

    .point_block {
        width: 100%;
        margin: auto;
    }

    .btn_increase,
    .btn_decrease {
        border: none;
        outline: none;
        background: white;
        border-radius: 50%;
        font-weight: bolder;
    }

    .number_point {
        color: #515C6F;
        font-size: 16px;
        padding: 5px;
    }

    .number_point_sm {
        background: white;
        border-radius: 10px;
    }

    .wing_amount_sm {
        display: unset;
    }

    .amount_total_sm {
        background: #F0F1F5;
        border-radius: 8px;
        padding: 5px;
    }

    .amount_sm {
        color: #515C6F;
        font-size: 14px;
    }

    /* ========================= Point image ========================== */
    .points_earned {
        position: absolute;
        left: 67.5%;
        top: 50%;
        transform: translate(-50%, -25%);
        color: white;
        font-weight: bold;
        font-size: 16px;
    }

    .img_points {
        width: 60%;
        margin: auto;
    }
}

@media (min-width: 350px) and (max-width: 575px) {

    /* ======================================================> Modail Dialog <=============================================== */
    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-search img {
        width: 30%;
        margin-bottom: 40px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-parent-close {
        margin-top: -5px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-close-bar {
        width: 12%;
    }

    /* ======================================================> Header blog <==================================================*/
    .header {
        padding: 15px;
    }

    .header_text {
        font-weight: 600;
        margin-left: 0;
        font-size: 14px;
    }

    .logo .image_header {
        width: 100%;
        margin-right: -40px;
    }

    /* ======================================================> CARD STYLE <==================================================*/
    .head_container {
        width: auto;
        height: auto;
    }

    .card_wrapper {
        width: 100%;
        min-height: 100vh;
    }

    /* ======================================================> First page block style <==================================================*/
    .right_side,
    .left_side {
        border: none !important;
        background: none !important;
        width: 95% !important;
    }

    .amount {
        font-size: 20px;
    }

    .currency {
        font-size: 10px;
    }

    .card_input,
    .card_image,
    .card_transaction {
        margin-top: 10px !important;
    }

    .card_transaction {
        margin-top: 0px !important;
    }

    .image_block {
        width: 230px;
        border: none !important;
        border-radius: 15px !important;
    }

    /* .img_khqr {
        width: 80% !important;
    } */

    .left_content {
        background: none !important;
        height: auto !important;
    }

    .right_content_sm {
        display: none !important;
    }

    .text_title {
        font-size: 20px !important;
    }

    .text_subtitle,
    .text_subtitle_1,
    .text_option,
    .text_info {
        font-size: 16px;
    }

    .text_option,
    .text_info {
        font-size: 14px !important;
    }

    .label {
        font-size: 12px !important;
    }

    .dash1 {
        margin-top: auto;
        border-top: 2px dashed;
    }

    .btn_switch,
    .btn_back_option,
    .btn_next {
        border-radius: 30px;
        font-size: 14px;
        padding: 15px 0;
        border: none;
        text-transform: uppercase;
    }

    /* =========================> QR SCANNED <========================= */
    .image-scan {
        width: 22%;
        margin: auto;
        display: flex;
        margin-top: 221px;
    }

    .btn_back {
        border: none;
        padding: 5px 20px;
        outline: none;
        background: none;
        border-radius: 30px;
        color: #515C6F;
        font-weight: 400;
        font-size: 20px;
        height: 40px;
    }


    /* =========================> INPUT WING ACCOUNT BLOG <=============================== */
    .wing_account {
        padding: 10px;
        background: #F0F1F5 !important;
        border: 1px solid #0077FF;
    }

    /* =========================> INPUT OTP 6-DIGITS BLOG <=============================== */
    .alert_info {
        padding: 5px 5px;
        margin-bottom: 10px !important;
    }

    .alert_info i {
        font-size: 22px;
    }

    .alert_info div {
        font-size: 14px;
    }

    .text_expired {
        font-size: 16px;
    }

    .digit-group .wrong_otp,
    .digit-group .otp {
        font-size: 24px;
        width: 12%;
        font-weight: 700;
        padding: 5px;
    }

    .invalid_otp {
        margin-top: 20px;
        margin-bottom: 10px;
        color: #D22229;
        font-size: 14px;
    }

    /* -------- */

    .text_point {
        font-size: 16px;
    }

    .btn_check_switch {
        width: 3em !important;
        padding: 11px;
        margin-top: 2px;
    }

    .wing_point_body {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .wing_point_body_sm {
        background: #F0F1F5;
        border-radius: 5px;
    }

    .point_redeem,
    .money_deduct {
        text-align: center;
    }

    .point_redeem small,
    .money_deduct small {
        font-size: 14px;
    }

    .point_block {
        width: 80%;
        margin: auto;
    }

    .btn_increase,
    .btn_decrease {
        border: none;
        outline: none;
        background: white;
        border-radius: 50%;
        font-weight: bolder;
    }

    .number_point {
        color: #515C6F;
        font-size: 18px;
        padding: 5px;
    }

    .number_point_sm {
        background: white;
        border-radius: 10px;
    }

    .wing_amount_sm {
        margin-top: 10px;
        display: unset;
    }

    .amount_total_sm {
        background: #F0F1F5;
        border-radius: 8px;
        padding: 5px;
    }

    .amount_sm {
        color: #515C6F;
    }

    /* ========================= Point image ========================== */
    .points_earned {
        position: absolute;
        left: 66.5%;
        top: 50%;
        transform: translate(-50%, -25%);
        color: white;
        font-weight: bold;
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 676px) {

    /* ======================================================> Modail Dialog <=============================================== */
    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-search img {
        width: 25%;
        margin-bottom: 40px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-parent-close {
        margin-top: -5px;
    }

    .modal.modal-bottom.fade .modal-dialog .modal-content .modal-close-bar {
        width: 10%;
    }

    /* ======================================================> Header blog <==================================================*/
    .header_text {
        font-weight: 600;
        margin-left: 20px;
        font-size: 18px;
    }

    .logo .image_header {
        width: 90%;
        margin-right: 10px;
        margin-left: -10px;
    }

    /* ======================================================> CARD STYLE <==================================================*/
    .head_container {
        width: auto;
        height: auto;
    }

    .card_wrapper {
        width: 100%;
        min-height: 100vh;
    }

    /* ======================================================> First page block style <==================================================*/
    .right_side,
    .left_side {
        border: none !important;
        background: none !important;
        width: 80% !important;
    }

    .left_content {
        background: none !important;
        height: auto !important;
        box-sizing: border-box;
    }

    .right_content_sm {
        display: none !important;
    }

    .text_title {
        font-size: 20px !important;
    }

    .text_subtitle,
    .text_subtitle_1,
    .text_option,
    .text_info {
        font-size: 16px;
    }

    .label {
        font-size: 13px;
    }

    .dash1 {
        margin-top: auto;
        border-top: 2px dashed;
    }

    /* =========================> QR SCANNED <========================= */
    .image-scan {
        width: 20%;
        margin: auto;
        display: flex;
        margin-top: 227.5px;
    }

    /* =========================> INPUT OTP 6-DIGITS BLOG <=============================== */
    .alert_info {
        padding: 10px 10px;
        margin-bottom: 20px !important;
    }

    .alert_info i {
        font-size: 24px;
    }

    .alert_info div {
        font-size: 14px;
    }

    .digit-group .wrong_otp,
    .digit-group .otp {
        font-size: 32px;
        width: 12%;
        font-weight: 700;
    }

    .is_fill {
        background: #0077FF !important;
    }

    .btn_resend {
        color: #0077FF;
        font-weight: bold;
        margin-left: 10px;
        /* cursor: pointer; */
    }

    /* -------- */

    .text_point {
        font-size: 16px;
    }

    .btn_check_switch {
        margin-top: 0px;
    }

    .wing_point {
        /* display: none; */
        outline: none;
        border: none;
    }

    .wing_point_body {
        padding-top: 5px;
        border-radius: 8px;
    }

    .wing_point_body_sm {
        background: #F0F1F5;
        border-radius: 5px;
    }

    .point_redeem,
    .money_deduct {
        text-align: center;
    }

    .point_redeem small,
    .money_deduct small {
        color: #7B808C;
    }

    .point_block {
        width: 80%;
        margin: auto;
    }

    .btn_increase,
    .btn_decrease {
        border: none;
        outline: none;
        background: white;
        border-radius: 50%;
        font-weight: bolder;
    }

    .number_point {
        color: #515C6F;
        padding: 5px;
    }

    .number_point_sm {
        background: white;
        border-radius: 10px;
    }

    .wing_amount_sm {
        display: unset;
    }

    .amount_total_sm {
        background: #F0F1F5;
        border-radius: 8px;
        padding: 5px;
    }

    .amount_sm {
        color: #515C6F;
        font-size: 16px;
    }

}

@media (min-width: 676px) and (max-width: 767px) {

    /* ======================================================> Header blog <==================================================*/
    .header_text {
        font-weight: 600;
        margin-left: 20px;
        font-size: 18px;
    }

    .logo .image_header {
        width: 90%;
        margin-right: 10px;
        margin-left: -10px;
    }

    /* ======================================================> CARD STYLE <==================================================*/
    .head_container {
        width: auto;
        height: auto;
    }

    .card_wrapper {
        width: 100%;
        min-height: 100vh;
    }

    /* ======================================================> First page block style <==================================================*/
    .right_side,
    .left_side {
        border: none !important;
        background: none !important;
        width: 85% !important;
    }

    .left_content {
        background: none !important;
        height: auto !important;
    }

    .right_content_sm {
        display: none;
    }

    .text_title {
        font-size: 20px !important;
    }

    .text_subtitle,
    .text_subtitle_1,
    .text_option,
    .text_info {
        font-size: 16px;
    }

    .label {
        font-size: 14px;
    }

    .dash1 {
        margin-top: auto;
        border-top: 2px dashed;
    }

    /* =========================> QR SCANNED <========================= */
    .image-scan {
        width: 21%;
        margin: auto;
        display: flex;
        margin-top: 226.5px;
    }

    /* =========================> INPUT OTP 6-DIGITS BLOG <=============================== */
    .alert_info {
        padding: 10px 10px;
        margin-bottom: 20px !important;
    }

    .alert_info i {
        font-size: 24px;
    }

    .alert_info div {
        font-size: 14px;
    }

    .digit-group .wrong_otp,
    .digit-group .otp {
        font-size: 32px;
        width: 11%;
        font-weight: 700;
    }

    .is_fill {
        background: #0077FF !important;
    }

    .btn_resend {
        color: #0077FF;
        font-weight: bold;
        margin-left: 10px;
        /* cursor: pointer; */
    }

    /* -------- */

    .text_point {
        font-size: 16px;
    }

    .btn_check_switch {
        width: 3em !important;
        padding: 11px;
        margin-top: 2px;
    }

    .wing_point_body {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .wing_point_body_sm {
        background: #F0F1F5;
        border-radius: 5px;
    }

    .point_redeem,
    .money_deduct {
        text-align: center;
    }

    .point_redeem small,
    .money_deduct small {
        font-size: 14px;
    }

    .point_block {
        width: 80%;
        margin: auto;
    }

    .btn_increase,
    .btn_decrease {
        border: none;
        outline: none;
        background: white;
        border-radius: 50%;
        font-weight: bolder;
    }

    .number_point {
        color: #515C6F;
        font-size: 18px;
        padding: 5px;
    }

    .number_point_sm {
        background: white;
        border-radius: 10px;
    }

    .wing_amount_sm {
        display: unset;
    }

    .amount_total_sm {
        background: #F0F1F5;
        border-radius: 8px;
        padding: 5px;
    }

    .amount_sm {
        color: #515C6F;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    /* ======================================================> Header blog <==================================================*/
    .header_text {
        font-weight: 600;
        margin-left: 20px;
        font-size: 18px;
    }

    .logo .image_header {
        width: 90%;
        margin-right: 10px;
        margin-left: -10px;
    }

    /* ======================================================> CARD STYLE <==================================================*/
    .card_wrapper {
        width: 100%;
        min-height: 100vh;
    }

    /* ======================================================> First page block style <==================================================*/
    .right_side,
    .left_side {
        border: none !important;
        background: none !important;
        width: 95% !important;
    }

    .left_content {
        background: #F5F6F8 !important;
        height: 92vh !important;
    }

    .btn_bottom {
        width: 60%;
        color: #c9fb00;
    }

    /* =========================> QR SCANNED <========================= */
    .image-scan {
        width: 22%;
        margin: auto;
        display: flex;
        margin-top: 225px;
    }

    .scanned {
        background: none !important;
    }

    /* =========================> PAYMENT FAILED BLOG <=============================== */
    #btn_payment_option {
        width: 80%;
    }

    /* =========================> INPUT OTP 6-DIGITS BLOG <=============================== */
    /* .alert_info {
        padding: 10px 10px;
        margin-bottom: 20px !important;
    } */

    /* .alert_info i {
        font-size: 24px;
    } */
    .alert_info div {
        font-size: 14px !important;
    }


    .invalid_otp {
        margin-top: 20px;
        margin-bottom: 10px;
        color: #D22229;
        font-size: 14px;
    }

    /* -------- */

    .text_point {
        font-size: 16px;
    }

    .btn_check_switch {
        width: 3em !important;
        padding: 11px;
        margin-top: 2px;
    }

    .wing_point_body {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .point_redeem,
    .money_deduct {
        text-align: center;
    }

    .point_redeem small,
    .money_deduct small {
        font-size: 14px;
    }

    .point_block {
        width: 80%;
        margin: auto;
    }

    .btn_increase,
    .btn_decrease {
        border: none;
        outline: none;
        background: #F0F1F5;
        border-radius: 50%;
        font-weight: bolder;
    }

    .number_point {
        color: #515C6F;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    /* ======================================================> Header blog <================================================== */
    .header {
        width: 100%;
        background: linear-gradient(81.72deg, #A9CB37 -17.94%, rgba(169, 203, 55, 0.96) 11.15%, rgba(169, 203, 55, 0.5) 57.12%, rgba(169, 203, 55, 0.1) 82.51%, rgba(169, 203, 55, 0) 116.66%);
        border-radius: 5px 5px 0px 0px;
    }

    .header_text {
        font-weight: 700;
        margin-left: 40px;
    }

    .logo .image_header {
        margin-right: 40px;
    }

    /* ======================================================> CARD STYLE <================================================== */
    .head_container {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card_wrapper {
        width: 900px;
        min-height: 600px;
        box-shadow: none !important;
    }

    .card_wrapper,
    .card_header,
    .card_body {
        padding: 0 !important;
        border: none !important;
        outline: none !important;
    }

    /* ======================================================> First page block style <==================================================*/
    .left_content,
    .right_content {
        border: none !important;
        border-radius: 0 !important;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .right_side,
    .left_side {
        height: 100%;
        box-sizing: border-box;
    }

    .qr_code {
        margin-top: -20px !important;
    }

    .card_transaction {
        display: flex;
        justify-content: space-between !important;
        flex-direction: column;
    }

    .image_block {
        width: 210px;
        border: none !important;
        border-radius: 15px !important;
    }

    .dash {
        border-top: 3px dashed #00000080 !important;
        margin-top: 5px;
    }

    .currency {
        margin-left: 5px !important;
        margin-top: -3px;
    }

    .card_input,
    .card_image,
    .card_transaction {
        margin-top: 0px !important;

    }

    .btn_back {
        margin-top: -10px;
        border: none;
        outline: none;
        background: none;
        padding: 0 !important;
        color: #515C6F;
        font-weight: 400;
        font-size: 18px;
    }

    /* =========================> QR SCANNED <========================= */
    .image-scan {
        width: 22%;
        margin: auto;
        display: flex;
        margin-top: 226px;
    }

    .scanned {
        background: none !important;
    }

    /* =========================> INPUT OTP 6-DIGITS BLOG <=============================== */
    .invalid_otp {
        font-size: 14px;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {

    /* ======================================================> Header blog <================================================== */
    .header {
        width: 100%;
        background: linear-gradient(81.72deg, #A9CB37 -17.94%, rgba(169, 203, 55, 0.96) 11.15%, rgba(169, 203, 55, 0.5) 57.12%, rgba(169, 203, 55, 0.1) 82.51%, rgba(169, 203, 55, 0) 116.66%);
        border-radius: 5px 5px 0px 0px;
    }

    .header_text {
        font-weight: 700;
        margin-left: 40px;
    }

    .logo .image_header {
        margin-right: 40px;
    }

    /* ======================================================> CARD STYLE <================================================== */
    .head_container {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card_wrapper {
        width: 1000px;
        min-height: 600px;
        box-shadow: none !important;
    }

    .card_wrapper,
    .card_header,
    .card_body {
        padding: 0 !important;
        border: none !important;
        outline: none !important;
    }

    /* ======================================================> First page block style <==================================================*/
    .left_content,
    .right_content {
        border: none !important;
        border-radius: 0 !important;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .right_side,
    .left_side {
        height: 100%;
        box-sizing: border-box;
    }

    .qr_code {
        margin-top: -20px !important;
    }

    .card_transaction {
        display: flex;
        justify-content: space-between !important;
        flex-direction: column;
    }

    .image_block {
        width: 210px;
        border: none !important;
        border-radius: 15px !important;
    }

    .dash {
        border-top: 3px dashed #00000080 !important;
        margin-top: 5px;
    }

    .currency {
        margin-left: 5px !important;
        margin-top: -3px;
    }

    .card_input,
    .card_image,
    .card_transaction {
        margin-top: 0px !important;

    }

    .btn_back {
        margin-top: -10px;
        border: none;
        outline: none;
        background: none;
        padding: 0 !important;
        color: #515C6F;
        font-weight: 400;
        font-size: 18px;
    }

    /* =========================> QR SCANNED <========================= */
    .image-scan {
        width: 22%;
        margin: auto;
        display: flex;
        margin-top: 226px;
    }

    .scanned {
        background: none !important;
    }

    /* =========================> PAYMENT FAILED BLOG <=============================== */
    #btn_payment_option {
        width: 80%;
    }

    /* =========================> INPUT OTP 6-DIGITS BLOG <=============================== */
    .invalid_otp {
        font-size: 14px;
    }

    .alert_info {
        padding: 5px 5px;
        margin-bottom: 20px !important;
    }

    .alert_info i {
        font-size: 24px;
    }

    .alert_info div {
        font-size: 13px;
    }

    .digit-group .wrong_otp,
    .digit-group .otp {
        font-size: 28px;
        width: 12%;
        font-weight: 700;
    }

    .is_fill {
        background: #0077FF !important;
    }

    .btn_resend {
        color: #0077FF;
        font-weight: bold;
        margin-left: 10px;
        /* cursor: pointer; */
    }
}

@media (min-width: 1400px) {

    /* ======================================================> Header blog <================================================== */
    .header {
        width: 100%;
        background: linear-gradient(81.72deg, #A9CB37 -17.94%, rgba(169, 203, 55, 0.96) 11.15%, rgba(169, 203, 55, 0.5) 57.12%, rgba(169, 203, 55, 0.1) 82.51%, rgba(169, 203, 55, 0) 116.66%);
        border-radius: 5px 5px 0px 0px;
    }

    .header_text {
        font-weight: 700;
        margin-left: 40px;
    }

    .logo .image_header {
        margin-right: 40px;
    }

    /* ======================================================> CARD STYLE <================================================== */
    .head_container {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card_wrapper {
        width: 1000px;
        min-height: 600px;
        max-height: auto;
        box-shadow: none !important;
    }

    .card_wrapper,
    .card_header,
    .card_body {
        padding: 0 !important;
        border: none !important;
        outline: none !important;
    }

    /* ======================================================> First page block style <==================================================*/
    .left_content,
    .right_content {
        border: none !important;
        border-radius: 0 !important;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .right_side,
    .left_side {
        height: 100%;
        box-sizing: border-box;
    }

    .qr_code {
        margin-top: -20px !important;
    }

    .card_transaction {
        display: flex;
        justify-content: space-between !important;
        flex-direction: column;
    }

    .image_block {
        width: 210px;
        border: none !important;
        border-radius: 15px !important;
    }

    .dash {
        border-top: 3px dashed #00000080 !important;
        margin-top: 5px;
    }

    .currency {
        margin-left: 5px !important;
        margin-top: -3px;
    }

    .card_input,
    .card_image,
    .card_transaction {
        margin-top: 0px !important;

    }

    .btn_back {
        margin-top: -15px;
        border: none;
        outline: none;
        background: none;
        padding: 0 !important;
        color: #515C6F;
        font-weight: 400;
        font-size: 18px;
    }

    /* =========================> QR SCANNED <========================= */
    .image-scan {
        width: 20%;
        margin: auto;
        display: flex;
        margin-top: 230px;
    }

    .scanned {
        background: none !important;
    }

    /* =========================> PAYMENT FAILED BLOG <=============================== */
    #btn_payment_option {
        width: 60%;
        font-size: 12px;
    }

    /* =========================> INPUT OTP 6-DIGITS BLOG <=============================== */
    .alert_info {
        padding: 5px 5px;
        margin-bottom: 20px !important;
    }

    .alert_info i {
        font-size: 24px;
    }

    .alert_info div {
        font-size: 13px;
    }

    .digit-group .wrong_otp,
    .digit-group .otp {
        font-size: 28px;
        width: 12%;
        font-weight: 700;
    }

    .is_fill {
        background: #0077FF !important;
    }

    .btn_resend {
        color: #0077FF;
        font-weight: bold;
        margin-left: 10px;
        /* cursor: pointer; */
    }

}