/*form styles*/
body {
    color: unset;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.form-radio-sm {
    color: #110F24;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
}

    .form-radio-sm label {
        font-weight: 600;
        padding-left: 12px;
    }

.form-radio {
    color: #110F24;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
}

    .form-radio label {
        font-weight: 700;
        padding-left: 12px;
    }

    .form-radio span {
        font-weight: 500;
        padding-left: 4px;
    }

input[type="radio"], input[type="checkbox"] {
    background: #FFF !important;
    width: 20px;
    height: 20px;
    margin: 2px 0px;
}

.pay-pl-52 {
    padding-left: 52px;
}

.pay-mr-4 {
    padding-right: 4px;
}

.pay-mr-24 {
    padding-right: 24px;
}

.pay-mb-8 {
    margin-bottom: 8px;
}

.pay-mt-16 {
    margin-top: 16px;
}

.pay-mb-12 {
    margin-bottom: 12px;
}

.pay-mb-16 {
    margin-bottom: 16px;
}

.pay-mb-20 {
    margin-bottom: 20px;
}

.pay-mb-32 {
    margin-bottom: 32px;
}

.pay-mb-40 {
    margin-bottom: 40px;
}

.form-cus-info {
    margin-right: auto;
    margin-left: auto;
    background: none;
    padding: 0px;
    font-weight: 500;
    line-height: 30px;
}

    .form-cus-info .text-1 {
        border-bottom: 1px dotted #BDBDBD;
        width: 100%;
        line-height: 24px;
        padding-bottom: 20px;
    }

.modal-header {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(204, 206, 208, 0.50);
}

.pay-code-item {
    color: #110F24;
    font-weight: 600;
    line-height: 30px; /* 250% */
    border-bottom: 1px solid rgba(204, 206, 208, 0.50);
    cursor: pointer;
    padding: 8px 0px;
}

    .pay-code-item:hover {
        color: #176BFB;
        text-decoration-line: underline;
    }

    .pay-code-item:first-child {
        padding-top: 0px;
    }

    .pay-code-item:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }

.form-control.pay-input-disabled {
    border-radius: 4px !important;
    border: 1px solid #D8D8D8 !important;
    background: #F4F4F4 !important;
    color: #979797 !important;
}

.green-button-popup {
    border-radius: 4px !important;
    background: #7FCA27 !important;
    margin: 0 !important;
    height: 40px;
    padding: 8px 10px !important;
}
.pay-link {
    text-align: center;
}
    .pay-link a {
        color: #176BFB !important;
        font-size: 14px;
        font-weight: 500;
        text-decoration-line: underline !important;
        cursor:pointer;
    }
.modal-title {
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .no-mobie {
        display: none !important;
    }

    .page_pay .no-mobie {
        display: flex !important;
    }


    .mobie {
        /*display: block !important;*/
    }

    .mifi-payment {
        position: relative;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        background-color: #F5F5FA;
        font-weight: 500;
        margin-top: 48px;
        margin-bottom: 130px;
    }

    .invalid-feedback {
        margin: 8px 0;
    }

    .fl-logo-img {
        width: 80px;
    }

    .payment-logo {
        text-align: center;
        padding: 12px 0;
    }

    .mifi-payment .navbar {
        padding: 0px;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1001;
    }

    .mifi-payment .container {
        display: block;
    }

    .pc-inv {
        white-space: nowrap;
        overflow-x: auto;
        margin-bottom: 10px;
    }

    .mifi-payment fieldset {
        /* border: 0 none; */
        /* box-sizing: border-box; */
        /* width: 100%; */
        /*stacking fieldsets above each other*/
        /* position: relative; */
    }

        /*Hide all except first fieldset*/
        .mifi-payment fieldset:not(:first-of-type) {
            display: none;
        }

    fieldset:nth-child(even) {
        background: #FFFFFF;
        border-radius: 13px;
        padding: 40px;
    }

    .title-header-step2 {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        color: #000000;
        text-align: left;
    }

    .mb-step2-form {
        background: #FFFFFF;
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px 0px;
    }
    /*inputs*/
    .mifi-payment input, .mifi-payment textarea {
        padding: 4px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 4px;
        box-sizing: border-box;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

        .mifi-payment input:focus, .mifi-payment textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: 1px solid #2098ce;
            outline-width: 0;
            transition: All 0.5s ease-in;
            -webkit-transition: All 0.5s ease-in;
            -moz-transition: All 0.5s ease-in;
            -o-transition: All 0.5s ease-in;
        }

    /*buttons*/
    .mifi-payment .action-button {
        background: #2098ce;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 4px;
        cursor: pointer;
        padding: 5px;
        margin: 5px;
        text-align: center;
    }

        .mifi-payment .action-button:hover, .mifi-payment .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;
        }

    .mifi-payment .action-button-previous {
        width: 100px;
        background: #aCbEd0;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 4px;
        cursor: pointer;
        padding: 5px;
        margin: 5px;
    }

        .mifi-payment .action-button-previous:hover, .mifi-payment .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;
        }

    /*headings*/
    .fs-title {
        font-size: 18px;
        text-transform: uppercase;
        color: #2C3E50;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .fs-subtitle {
        font-weight: normal;
        font-size: 13px;
        color: #666;
        margin-bottom: 20px;
    }

    /*progressbar*/
    .payment-progressbar {
        margin-bottom: 16px;
        padding: 0;
        counter-reset: step;
        padding: 20px 0 50px;
    }

    .mifi-payment .steps-title {
        display: none;
    }

    .mifi-payment .steps {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 20px 0px;
    }

        .mifi-payment .steps .circle {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            color: #FFF;
            font-size: 10px;
            font-weight: 700;
            line-height: 10px;
            border-radius: 50%;
            background: #D7D7D7;
            transition: all 200ms ease;
            transition-delay: 0s;
        }

            .mifi-payment .steps .circle.active {
                transition-delay: 100ms;
                border-color: #7FCA27;
                background: #7FCA27;
                color: #FFF;
            }

        .mifi-payment .steps .progress-bar {
            position: absolute;
            height: 8px;
            width: 100%;
            background: rgba(164, 164, 164, 0.15);
            z-index: -1;
        }

    .progress-bar .indicator1 {
        position: absolute;
        height: 100%;
        width: 50%;
        background: #7FCA27;
        transition: all 300ms ease;
    }

    .progress-bar .indicator2 {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #7FCA27;
        transition: all 300ms ease;
    }

    .payment-tap1-col-left {
        background: #FFFFFF;
        border-radius: 13px;
        padding: 40px;
        margin-bottom: 20px;
    }

    .title-product {
        border-radius: 4px;
        background: linear-gradient(267deg, #EA4649 0%, #FF4E51 45.83%);
        font-style: normal;
        font-weight: 700;
        width: 124px;
        font-size: 12px;
        line-height: 28px;
        color: #FFFFFF;
        height: 28px;
        /* margin: 0; */
        margin-bottom: 12px;
        text-align: center;
    }

    .title-option {
        text-align: left;
        margin-bottom: 12px;
    }

        .title-option span {
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            color: #000000;
            margin-bottom: 8px;
        }

        .title-option p {
            margin: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            color: #231D4F;
            margin-bottom: 20px;
        }

    .step-1 {
        padding: 0px;
    }

        .step-1 .left-option-product {
            border-radius: 0px !important;
        }

    .left-option-product {
        background: #FFFFFF;
        border-radius: 13px;
        padding: 20px;
        margin-bottom: 20px;
        padding-bottom: 1px;
    }

        .left-option-product .title-option p {
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            color: #231D4F;
            margin: 0;
        }

    .right-option-product {
        background: #FFFFFF;
        border-radius: 13px;
        padding: 20px;
        padding-bottom: 6px;
        margin-bottom: 20px;
    }

        .right-option-product h1 {
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            margin: 0;
            color: #000000;
            text-align: left;
            padding-bottom: 8px;
        }

        .right-option-product p {
            font-style: normal;
            font-weight: 700;
            font-size: 13px;
            color: #000000;
            text-align: left;
        }

    .dot-hr {
        border-bottom: 1px dashed #979797;
        margin-bottom: 12px;
    }

    .row-checkbox {
        /*  display: flex;
        align-items: center;
        gap: 0 20px;*/
    }

    .box-radio {
        /*  display: flex;
        align-items: center;
        gap: 0 9px;*/
    }

        .box-radio label {
            margin: 0;
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            height: 38px;
            display: flex;
            align-items: center;
        }

    .btn-dark-gray {
        background: linear-gradient(267.42deg, #E5E5E5 0%, #DAD9DD 100%);
        border-radius: 4px;
        width: 170px;
        height: 35px;
        color: #FFF;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0.68px;
        text-align: center;
        border: none;
        cursor: pointer;
    }

    .row-checkbox-feater:hover {
        /* background: #176BFB;
    box-shadow: 0px 20px 34px rgb(23 107 251 / 30%);*/
        background: #7FCA27;
        box-shadow: 0px 20px 34px 0px rgba(129, 200, 55, 0.30);
        color: #fff;
        border: 1px solid #176BFB;
        cursor: pointer;
    }
    /*
.active-box {
    background: #176BFB !important;
    box-shadow: 0px 20px 34px rgb(23 107 251 / 30%);
    color: #fff;
    border: 1px solid #176BFB !important;
    border-radius: 10px;
    background: #7FCA27;
    box-shadow: 0px 20px 34px 0px rgba(129, 200, 55, 0.30);
}
*/
    .active-box {
        color: #fff;
        border: 1px solid #7FCA27 !important;
        border-radius: 10px;
        background: #7FCA27 !important;
        box-shadow: 0px 20px 34px 0px rgba(129, 200, 55, 0.30);
    }

    .row-checkbox-feater {
        background: #FFFFFF;
        border: 2px solid #C4C4C4;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        transition: all 0.3s linear;
        cursor: pointer;
        width: 144px;
        text-align: center;
        padding: 8px;
        display: inline-block;
    }

        .row-checkbox-feater .row-checkbox .box-radio label:hover {
            color: #FFFFFF;
        }

        .row-checkbox-feater .check-title {
            font-weight: 700;
            padding-bottom: 8px;
        }

    .line-row {
        text-align: left;
        margin-bottom: 12px;
    }

        .line-row span {
            font-style: normal;
            font-weight: 500;
            color: #000000;
            padding-left: 5px;
        }

        .line-row img {
            width: 12px;
        }

    .feater-current {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        padding-bottom: 16px;
    }

    .box-radio input {
        width: 20px;
        height: 20px;
    }

    .mobie-w100 {
        width: 100%;
    }

    .btn-dark-orange {
        width: 170px;
        height: 35px;
        background: linear-gradient(267.42deg, #F6895E 0%, #F9AB81 100%);
        border-radius: 4px;
        border: 0;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        color: #FFFFFF;
    }

    .box-service-select {
        text-align: left;
    }

        .box-service-select span {
            color: #848199;
        }

    #clickshowservice {
        color: #176BFB;
        cursor: pointer;
        position: relative;
    }

        #clickshowservice:after {
            content: "";
            background: url(/Images/ic-slow-down.svg) no-repeat;
            top: 7px;
            right: -33px;
            position: absolute;
            width: 30px;
            height: 30px;
        }

        #clickshowservice.Closetoggle:after {
            content: "";
            background: url(/Images/ic-slow-up.svg) no-repeat;
            top: 7px;
            right: -33px;
            position: absolute;
            width: 30px;
            height: 30px;
        }

    #clickshowservice1 {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #176BFB;
        cursor: pointer;
        position: relative;
    }

        #clickshowservice1:after {
            content: "";
            background: url(/Images/ic-slow-down.svg) no-repeat;
            top: 7px;
            right: -33px;
            position: absolute;
            width: 30px;
            height: 30px;
        }

        #clickshowservice1.Closetoggle:after {
            content: "";
            background: url(/Images/ic-slow-up.svg) no-repeat;
            top: 7px;
            right: -33px;
            position: absolute;
            width: 30px;
            height: 30px;
        }

    .row-cost {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
    }

        .row-cost p {
            margin: 0;
            font-style: normal;
            font-weight: 700;
            font-size: 12px;
            color: #000000;
        }

        .row-cost span {
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            color: #000000;
        }

    .txt-vat {
        text-align: right !important;
        margin: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #000;
        margin-bottom: 14px;
    }

    .blue-button {
        border-radius: 8px !important;
        background: #176BFB !important;
        margin: 0 !important;
        height: 60px;
    }

        .blue-button p {
            margin: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
        }

        .blue-button span {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
        }

    .green-button {
        border-radius: 8px !important;
        background: #7FCA27 !important;
        margin: 0 !important;
        height: 52px;
    }

        .green-button p {
            margin: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height:normal;
        }

        .green-button span {
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
        }


    .options-service {
        background: #F5F5FA;
        border-radius: 4px;
        padding: 16px 16px 4px;
    }

        .options-service .row-cost {
            margin-bottom: 12px;
        }

            .options-service .row-cost > p {
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 17px;
                color: #000000;
            }

            .options-service .row-cost > span {
                font-weight: 700;
            }

    .grid-inline {
        white-space: nowrap;
        overflow-x: auto;
        margin-bottom: 10px;
    }

        .grid-inline .row-checkbox-feater {
            padding: 8px;
            display: inline-block;
        }

            .grid-inline .row-checkbox-feater .row-checkbox .box-radio > label {
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 19px;
            }

            .grid-inline .row-checkbox-feater .row-checkbox .box-radio label:hover {
                color: #ffffff;
            }

        .grid-inline .text-right p {
            margin: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
            color: #000000;
            cursor: pointer;
        }

    #show-options:after {
        content: "";
        background: url(/Images/show_plus.svg) no-repeat;
        position: absolute;
        width: 20px;
        height: 20px;
        height: 20px;
        margin-top: -1.5px;
        left: 31.9em;
    }

    #show-options.ClosetoggleOpions:after {
        content: "";
        background: url(/Images/show_mius.svg) no-repeat;
        position: absolute;
        width: 20px;
        height: 20px;
        height: 20px;
        margin-top: -1.5px;
        left: 33em;
    }

    .continutes-service {
        display: none;
    }

    .option-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        position: relative;
        top: 13.33333px;
        right: 0;
        bottom: 0;
        left: 0;
        height: 40px;
        width: 40px;
        transition: all 0.15s ease-out 0s;
        background: #cbd1d8;
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        /*margin-right: 0.5rem;*/
        outline: none;
        position: relative;
        z-index: 1000;
    }

        .option-input:checked {
            background: #FFFFFF;
            border-radius: 50% !important;
            border: 0 !important;
        }

            .option-input:checked::before {
                width: 20px;
                height: 20px;
                content: '';
                position: absolute;
                left: 0px;
                top: 0px;
                background: url(/Images/checkedradio.svg) no-repeat;
                background-size: contain;
            }

            .option-input:checked::after {
                -webkit-animation: click-wave 0.65s;
                -moz-animation: click-wave 0.65s;
                animation: click-wave 0.65s;
                background: #40e0d0;
                content: '';
                display: block;
                position: relative;
                z-index: 100;
            }

        .option-input.radio {
            border-radius: 50% !important;
            margin-top: -1em;
        }

            .option-input.radio::after {
                border-radius: 50%;
            }

    #total-cost-vat {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: normal;
        color: #EA4649;
    }

    .start-cost p {
        font-weight: 500;
        font-size: 10px;
        margin: 0
    }

    .start-cost span {
        text-decoration: line-through;
    }

    .panel-content {
        background: #FFFFFF;
        padding: 40px;
        border-radius: 40px;
    }

    .form-group {
        text-align: left;
    }

        .form-group span {
            font-style: normal;
            font-weight: 600;
            font-size: 12px;
            line-height: 24px;
            color: #110F24;
            margin-bottom: 4px;
        }

    input::placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        color: #DDDFE1;
    }

    .form-control {
        border: 1px solid #CCCED0 !important;
        border-radius: 2px !important;
        height: 32px !important;
        color: #000 !important;
        font-weight: 500 !important;
        font-size: 11px !important;
        background: #FFF !important;
    }

    .mdin-alert {
        margin: 20px -20px;
        padding: 20px;
        background: #7FCA27;
        color: #FFF;
        text-align: center;
    }

        .mdin-alert span {
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            padding-left: 20px;
        }

        .mdin-alert img {
            display: none;
        }

    .check-info {
        height: 40px !important;
        background: #32BA7C !important;
        border-radius: 4px !important;
        border: 1px solid #32BA7C !important;
        margin: 0 !important;
        color: #FFFFFF !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        padding: 8px 20px !important;
    }

    .pr {
        padding-right: 0 !important;
    }

    .list-group {
        border: 1px solid #C4C4C4;
        border-radius: 8px;
        margin: 0;
        text-align: left;
        margin-bottom: 20px;
    }

        .list-group input {
            width: 20px;
            height: 40px;
        }

        .list-group label {
            font-style: normal;
            font-weight: 500;
            color: #000000;
            margin: 0;
        }

    .choose-bank:not([for="atmnoidia"]) {
        border-bottom: 1px solid #C4C4C4;
        padding: 20px;
    }

    .choose-bank[for="atmnoidia"] {
        padding: 20px;
    }

    #atm-choose {
        border-bottom: 1px solid #C4C4C4;
        width: 100%;
        display: block;
    }

    .option-bank {
        display: flex;
        align-items: center;
        gap: 0 8px;
        height: 20px;
    }

    .raio-left {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 16px;
    }

    .payment-progressbar .title-option p {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        color: #000000;
        margin: 0;
    }

    #paynow {
        display: flex;
        align-items: center;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        height: 52px;
        width: 100%;
        justify-content: center;
        margin: auto !important;
        margin-bottom: 16px !important;
    }

    .agree {
        margin-bottom: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 3px;
    }

        .agree p {
            margin: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 24px;
            color: #000000;
        }

        .agree span {
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 24px;
            color: #176BFB;
            margin: 0;
        }

    .security {
        margin-bottom: 16px;
        text-align: center;
    }

        .security span {
            font-weight: 500;
            font-size: 12px;
            padding-left: 4px;
            color: #000;
        }

        .security img.logo-security {
            width: 100%;
        }

    .title-sect-bank {
        margin: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        color: #000000;
    }

    .group-bank {
        margin: 40px;
        margin-top: 0;
        background: #F5F5FA;
        border: 1px solid #C4C4C4;
        border-radius: 8px;
        padding: 20px;
    }

    .list-obj-banking {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 8px;
        justify-content: center;
        align-items: center;
    }

    .card-bank {
        background: #FFFFFF;
        border-radius: 4px;
        cursor: pointer;
        border: 1px solid #f5f5fa;
    }

        .card-bank:hover {
            border: 2px solid #176BFB;
        }

    .group-bank {
        display: none;
    }

    .fl-page-header-logo-col {
        padding: 20px 0;
    }

    .choose-bank {
        width: 100%;
        cursor: pointer;
    }

    .fl-page-fixed-nav-wrap {
        display: none !important;
    }

    .fl-page-nav-right.fl-page-header-fixed, .fl-page-header-fixed {
        padding: 20px 0;
        z-index: 99999999;
    }

    .active-bank {
        border: 2px solid #176BFB;
    }

    .fl-page-nav-right.fl-page-header-fixed, .fl-page-header-fixed {
        position: unset;
    }

    .name-bank {
        display: none;
    }

        .name-bank span {
            display: inline-block;
            padding: 4px 16px;
            border: solid 1px #176BFB;
            color: #176BFB;
            margin-left: 55px;
            margin-bottom: 14px;
            border-radius: 4px;
        }

    .note-select-namepayment {
        background: rgba(50, 186, 124, 0.1);
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 20px;
        display: none;
        text-align: center;
    }

        .note-select-namepayment span {
            font-size: 12px;
        }

        .note-select-namepayment .TBtitle {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            color: #176BFB;
            display: block;
        }

            .note-select-namepayment .TBtitle b {
                font-weight: 700;
                color: #176BFB;
            }

        .note-select-namepayment .TBcontent {
            color: #000000;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
        }

            .note-select-namepayment .TBcontent b {
                color: #000000;
                font-weight: 700;
                font-size: 12px;
            }

    .step-two {
        width: 430px;
        margin: auto !important;
        display: block;
    }

    .row-mobile-year {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 16px;
    }

        .row-mobile-year .row-checkbox-feater {
            /* 	width: 144px;
    height: 132px; */
            display: inline-block;
        }

            .row-mobile-year .row-checkbox-feater .row-checkbox {
                display: inline-block;
            }

        .row-mobile-year .box-radio {
            justify-content: center;
            margin-bottom: 4px;
        }

        .row-mobile-year button {
            margin-bottom: 8px;
        }

        .row-mobile-year .feater-current {
            margin-bottom: 8px;
        }

    .mobile-year {
        display: none;
    }
    /* 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;
    }

    .dieukhoan {
        display: none;
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }

    .next-step2 {
        width: 100%;
        height: 52px !important;
    }

    .searchBank {
        background: #FFF;
        border-radius: 4px;
    }

        .searchBank input[type=text] {
            border: none;
            outline: none;
            width: 100%;
            position: relative;
            font-size: 14px !important;
            font-weight: 500 !important;
        }

        .searchBank a.btn {
            background: none;
            color: #383838;
            font-size: 18px;
            width: 12%;
            padding: 0;
            margin-left: 0;
            position: absolute;
            right: 16px;
            top: 23px;
        }

    .listbank {
        height: 380px;
        width: 100%;
        margin: 0;
        overflow: auto;
    }

        .listbank .zalo-itembank {
            display: block;
            width: 100%;
            border: none;
            font-size: 1.2em;
            position: relative;
            border-radius: 0;
            border: none !important;
            border-bottom: solid 1px #c5c5c5 !important;
            background: none;
            margin: 0 8px;
            cursor: pointer;
        }

            .listbank .zalo-itembank .sp_Bank {
                display: block;
                position: relative;
                padding: 10px 10px;
                padding-left: 30px;
                margin: 0 8px;
            }

                .listbank .zalo-itembank .sp_Bank:before {
                    font: normal normal normal 18px FontAwesome;
                    content: "\f1db";
                    position: absolute;
                    left: 5px;
                    top: 17px;
                }

    .bg-disabled {
        background: #F0F0F0 !important;
        border: 1px solid #CCCED0 !important;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 12px;
        line-height: 30px;
        color: #979797 !important;
    }

    .boxinfo-company {
        display: none;
    }
    /* #bankArea {
    padding-top: 50px;
} */
    /* Let's get this party started */
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #efefef;
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #686868;
    }

        ::-webkit-scrollbar-thumb:window-inactive {
            background: #686868;
        }


    .payment-progressbar .title-option p {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        color: #231D4F;
        margin: 0;
    }

    .row-alert {
        display: none;
    }

    .alert-error {
        display: flex;
        align-items: center;
        gap: 0 4px;
    }

    .valid {
        margin: 0;
        color: #EE404C;
        font-size: 12px;
        font-weight: 500;
    }

    .validinpout {
        border: 1px solid #EE404C !important;
    }

    .form-group {
        margin-bottom: 20px;
    }

    @keyframes click-wave {
        0% {
            height: 40px;
            width: 40px;
            opacity: 0.35;
            position: relative;
        }

        100% {
            height: 200px;
            width: 200px;
            margin-left: -80px;
            margin-top: -80px;
            opacity: 0;
        }
    }

    #myHeader {
        display: none;
    }

    header.fl-page-header.fl-page-header-primary.fl-page-nav-right.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile {
        margin-top: 0;
    }

    .footer-modal {
        font-size: 14px;
        font-weight: 500;
    }

    .footer-modal {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
    }

        .footer-modal > p {
            margin: 0;
            color: #767676;
            font-weight: 500;
        }

    .paymentClick {
        outline: none;
        color: #fff !important;
        border: none !important;
        background: #176BFB !important;
        box-shadow: none !important;
        font-weight: 500 !important;
        padding: 8px !important;
        font-size: 14px !important;
    }

    .text-close-payment {
        cursor: pointer;
    }

        .text-close-payment:hover {
            text-decoration: underline;
        }

    .list-obj-banking img {
        max-width: 100%;
    }

    #amount_chuyenkhoan {
        text-align: left;
    }

    .color_amount_payment_ck {
        color: #176BFB;
    }

    .color_alert_payment_ck {
        color: #e82429;
    }

    .p0 {
        padding: 0px;
    }

    .payment_success {
        height: calc(100vh - 48px);
        left: 0px;
        background: #F8FFEF;
        align-items: center;
        margin-bottom: -130px;
    }

        .payment_success img, .payment_failure .img {
            height: 250px;
            width: 290px;
            margin-top: 115px;
            margin-bottom: 13px;
        }

        .payment_success .title, .payment_failure .title {
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 10px;
        }


        .payment_success .content, .payment_failure .content {
            color: #000;
            text-align: center;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            margin-bottom: 16px;
        }

        .payment_success .link, .payment_failure .link {
            font-weight: 500;
            font-size: 12px;
            text-decoration-line: underline;
            color: #176BFB;
            cursor: pointer;
            margin-bottom: 16px;
        }

    .payment_failure {
        height: calc(100vh - 48px);
        left: 0px;
        background: #FFF5F5;
        align-items: center;
        margin-bottom: -130px;
    }

        .payment_failure .text {
            font-weight: 500;
            font-size: 12px;
            margin-bottom: 16px;
        }

    label {
        display: inline-block;
        margin-bottom: 0px;
    }

    .mbin-ghichu {
        color: #979797;
    }

    .page-info-cus, .page-up-info-cus {
        margin-bottom: -130px;
    }

    .option-upinfocus {
        background: #FFFFFF;
        border-radius: 16px;
        padding: 20px;
    }

        .option-upinfocus .title-header {
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 12px;
        }

            .option-upinfocus .title-header img {
                height: 14px;
            }

        .option-upinfocus .dot-hr--40 {
            margin-left: -20px;
            margin-right: -20px;
            border-top: 1px dashed #BDBDBD;
            margin-bottom: 12px;
        }

        .option-upinfocus .btn-hoan-tat {
            color: #FFF;
            text-align: center;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            background: #176BFB !important;
            border: none;
            min-width: max-content;
            width: 50%;
            padding: 4px;
            height: 40px;
        }

    .mbin-alert-cus {
        border-radius: 4px;
        border: 1px solid #CCCED0;
        background: #F0F0F0;
        padding: 12px 16px;
        color: #979797;
        font-style: normal;
        font-weight: 500;
        margin-bottom: 20px;
    }

        .mbin-alert-cus b {
            font-weight: 700;
        }

    .mbin-dis-none {
        display: none
    }

    .blue-underline {
        color: #1E74E8;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
        text-align: center;
        cursor: pointer;
    }

    #detail-order-content {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 20px;
    }

    table.tb-service {
        width: 100%;
    }

        table.tb-service thead tr td {
            font-weight: 700;
        }

        table.tb-service tr td {
            border-bottom: 1px dotted #BDBDBD;
            padding: 12px 2px;
        }

    .details-service-row-upcus {
        border-radius: 0px 0px 16px 16px;
        background: #F8F8F8;
        margin: -20px;
        padding: 20px;
        margin-top: 0px;
    }

    .details-service-row {
        background: #FFF;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0px 20px;
    }

    .mobile-bottom {
        position: fixed;
        bottom: 0;
        background: #FFF;
        width: 100%;
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
    }

    .col-right {
        text-align: right;
    }

    .col-center {
        text-align: center;
    }

    .graph {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 601px) {
    /* .no-mobie {
        display: block !important;
    }*/

    .mobie {
        display: none !important;
    }

    .container {
        max-width: 1230px;
        width: 1230px;
    }

    .mifi-payment {
        position: relative;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.5;
        background-color: #F5F5FA;
        padding-bottom: 20px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .invalid-feedback {
        margin: 12px 0;
    }

    .fl-logo-img {
        width: 129px;
    }

    .mifi-payment .navbar {
        padding: 0px;
    }

    .mifi-payment .container {
        display: block;
    }

    .mifi-payment fieldset {
        /* border: 0 none; */
        /* box-sizing: border-box; */
        /* width: 100%; */
        /*stacking fieldsets above each other*/
        /* position: relative; */
    }

        /*Hide all except first fieldset*/
        .mifi-payment fieldset:not(:first-of-type) {
            display: none;
        }

    fieldset:nth-child(even) {
        background: #FFFFFF;
        border-radius: 26px;
        padding: 40px;
    }

    .title-header-step2 {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: #000000;
        text-align: left;
    }
    /*inputs*/
    .mifi-payment input, .mifi-payment textarea {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 4px;
        box-sizing: border-box;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

        .mifi-payment input:focus, .mifi-payment textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: 1px solid #2098ce;
            outline-width: 0;
            transition: All 0.5s ease-in;
            -webkit-transition: All 0.5s ease-in;
            -moz-transition: All 0.5s ease-in;
            -o-transition: All 0.5s ease-in;
        }

    /*buttons*/
    .mifi-payment .action-button {
        background: #2098ce;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 25px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
        text-align: center;
    }

        .mifi-payment .action-button:hover, .mifi-payment .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;
        }

    .mifi-payment .action-button-previous {
        width: 100px;
        background: #aCbEd0;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 25px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        .mifi-payment .action-button-previous:hover, .mifi-payment .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
        }

    /*headings*/
    .fs-title {
        font-size: 18px;
        text-transform: uppercase;
        color: #2C3E50;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .fs-subtitle {
        font-weight: normal;
        font-size: 13px;
        color: #666;
        margin-bottom: 20px;
    }

    /*progressbar*/
    .payment-progressbar {
        margin-bottom: 16px;
        padding: 0;
        counter-reset: step;
        padding: 20px 0 50px;
    }

    .mifi-payment .steps-title {
        display: flex;
        justify-content: space-between;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        padding-top: 40px;
    }

        .mifi-payment .steps-title .item:first-child {
            min-width: 140px;
        }

        .mifi-payment .steps-title .item:last-child {
            min-width: 140px;
            text-align: right;
        }

        .mifi-payment .steps-title .active {
            color: #7FCA27;
        }

    .mifi-payment .steps {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 20px 0px;
    }

        .mifi-payment .steps .circle {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            color: #FFF;
            font-size: 20px;
            font-weight: 700;
            line-height: 46px;
            border-radius: 50%;
            background: #D7D7D7;
            transition: all 200ms ease;
            transition-delay: 0s;
        }

            .mifi-payment .steps .circle.active {
                transition-delay: 100ms;
                border-color: #7FCA27;
                background: #7FCA27;
                color: #FFF;
            }

        .mifi-payment .steps .progress-bar {
            position: absolute;
            height: 12px;
            width: 100%;
            background: rgba(164, 164, 164, 0.15);
            z-index: -1;
        }

    .progress-bar .indicator1 {
        position: absolute;
        height: 100%;
        width: 50%;
        background: #7FCA27;
        transition: all 300ms ease;
    }

    .progress-bar .indicator2 {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #7FCA27;
        transition: all 300ms ease;
    }

    .payment-tap1-col-left {
        background: #FFFFFF;
        border-radius: 26px;
        padding: 40px;
        margin-bottom: 20px;
    }

    .title-product {
        border-radius: 4px;
        background: linear-gradient(267deg, #EA4649 0%, #FF4E51 45.83%);
        font-style: normal;
        font-weight: 700;
        width: 150px;
        font-size: 16px;
        line-height: 34px;
        color: #FFFFFF;
        height: 35px;
        /* margin: 0; */
        margin-bottom: 12px;
        text-align: center;
    }

    .title-option {
        text-align: left;
        margin-bottom: 16px;
    }

        .title-option span {
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            color: #000000;
            margin-bottom: 8px;
        }

        .title-option p {
            margin: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            color: #231D4F;
            margin-bottom: 20px;
        }

    .left-option-product {
        background: #FFFFFF;
        border-radius: 26px;
        padding: 40px;
        margin-bottom: 20px;
    }

        .left-option-product .title-option p {
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 30px;
            color: #000000;
            margin: 0;
        }

        .left-option-product .title-option p {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 30px;
            color: #231D4F;
            margin: 0;
        }

    .right-option-product {
        background: #FFFFFF;
        border-radius: 26px;
        padding: 32px;
        padding-bottom: 6px;
        margin-bottom: 20px;
    }

        .right-option-product h1 {
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            margin: 0;
            color: #000000;
            text-align: left;
        }

        .right-option-product p {
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
            color: #000000;
            text-align: left;
        }

    .dot-hr {
        border-bottom: 1px dashed #979797;
        margin: 12px 0 16px;
    }

    .row-checkbox {
        display: flex;
        align-items: center;
        gap: 0 20px;
    }

    .box-radio {
        display: flex;
        align-items: center;
        gap: 0 9px;
    }

        .box-radio label {
            margin: 0;
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            height: 38px;
            display: flex;
            align-items: center;
        }

    .btn-dark-gray {
        background: linear-gradient(267.42deg, #E5E5E5 0%, #DAD9DD 100%);
        border-radius: 4px;
        width: 170px;
        height: 35px;
        color: #FFF;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0.68px;
        text-align: center;
        border: none;
        cursor: pointer;
    }

    .row-checkbox-feater:hover {
        /* background: #176BFB;
    box-shadow: 0px 20px 34px rgb(23 107 251 / 30%);*/
        background: #7FCA27;
        box-shadow: 0px 20px 34px 0px rgba(129, 200, 55, 0.30);
        color: #fff;
        border: 1px solid #176BFB;
        cursor: pointer;
    }
    /*
.active-box {
    background: #176BFB !important;
    box-shadow: 0px 20px 34px rgb(23 107 251 / 30%);
    color: #fff;
    border: 1px solid #176BFB !important;
    border-radius: 10px;
    background: #7FCA27;
    box-shadow: 0px 20px 34px 0px rgba(129, 200, 55, 0.30);
}
*/
    .active-box {
        color: #fff;
        border: 1px solid #7FCA27 !important;
        border-radius: 10px;
        background: #7FCA27 !important;
        box-shadow: 0px 20px 34px 0px rgba(129, 200, 55, 0.30);
    }

    .row-checkbox-feater {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0 40px;
        background: #FFFFFF;
        border: 2px solid #C4C4C4;
        border-radius: 10px;
        padding: 36px 40px;
        margin-bottom: 20px;
        transition: all 0.3s linear;
        cursor: pointer;
        height: 80px;
    }

        .row-checkbox-feater .row-checkbox .box-radio label:hover {
            color: #FFFFFF;
        }

    .line-row {
        text-align: left;
        margin-bottom: 16px;
    }

        .line-row span {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            color: #000000;
            padding-left: 5px;
        }

    .feater-current {
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 24px;
    }

    .box-radio input {
        width: 26px;
        height: 26px;
    }

    .btn-dark-orange {
        width: 170px;
        height: 35px;
        background: linear-gradient(267.42deg, #F6895E 0%, #F9AB81 100%);
        border-radius: 4px;
        border: 0;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        color: #FFFFFF;
    }

    .box-service-select {
        text-align: left;
    }

        .box-service-select span {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            color: #848199;
        }

    #clickshowservice {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #176BFB;
        cursor: pointer;
        position: relative;
    }

        #clickshowservice:after {
            content: "";
            background: url(/Images/ic-slow-down.svg) no-repeat;
            top: 7px;
            right: -33px;
            position: absolute;
            width: 30px;
            height: 30px;
        }

        #clickshowservice.Closetoggle:after {
            content: "";
            background: url(/Images/ic-slow-up.svg) no-repeat;
            top: 7px;
            right: -33px;
            position: absolute;
            width: 30px;
            height: 30px;
        }

    #clickshowservice1 {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #176BFB;
        cursor: pointer;
        position: relative;
    }

        #clickshowservice1:after {
            content: "";
            background: url(/Images/ic-slow-down.svg) no-repeat;
            top: 7px;
            right: -33px;
            position: absolute;
            width: 30px;
            height: 30px;
        }

        #clickshowservice1.Closetoggle:after {
            content: "";
            background: url(/Images/ic-slow-up.svg) no-repeat;
            top: 7px;
            right: -33px;
            position: absolute;
            width: 30px;
            height: 30px;
        }

    .row-cost {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }

        .row-cost p {
            margin: 0;
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 17px;
            color: #000000;
        }

        .row-cost span {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            color: #000000;
            line-height: 17px;
        }

    .txt-vat {
        text-align: right !important;
        margin: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #000;
        margin-bottom: 14px;
    }

    .blue-button {
        border-radius: 8px !important;
        background: #176BFB !important;
        margin: 0 !important;
        height: 60px;
    }

        .blue-button p {
            margin: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
        }

        .blue-button span {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
        }

    .green-button {
        border-radius: 8px !important;
        background: #7FCA27 !important;
        margin: 0 !important;
        height: 60px;
    }

        .green-button p {
            margin: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
        }

        .green-button span {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
        }


    .options-service {
        background: #F5F5FA;
        border-radius: 4px;
        padding: 16px 16px 4px;
    }

        .options-service .row-cost {
            margin-bottom: 12px;
        }

            .options-service .row-cost > p {
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 17px;
                color: #000000;
            }

            .options-service .row-cost > span {
                font-weight: 700;
            }

    .grid-inline .row-checkbox-feater {
        padding: 30px;
    }

        .grid-inline .row-checkbox-feater .row-checkbox .box-radio > label {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
        }

        .grid-inline .row-checkbox-feater .row-checkbox .box-radio label:hover {
            color: #ffffff;
        }

    .grid-inline .text-right p {
        margin: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        color: #000000;
        cursor: pointer;
    }

    #show-options:after {
        content: "";
        background: url(/Images/show_plus.svg) no-repeat;
        position: absolute;
        width: 20px;
        height: 20px;
        height: 20px;
        margin-top: -1.5px;
        left: 31.9em;
    }

    #show-options.ClosetoggleOpions:after {
        content: "";
        background: url(/Images/show_mius.svg) no-repeat;
        position: absolute;
        width: 20px;
        height: 20px;
        height: 20px;
        margin-top: -1.5px;
        left: 33em;
    }

    .continutes-service {
        display: none;
    }

    .option-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        position: relative;
        top: 13.33333px;
        right: 0;
        bottom: 0;
        left: 0;
        height: 40px;
        width: 40px;
        transition: all 0.15s ease-out 0s;
        background: #cbd1d8;
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        margin-right: 0.5rem;
        outline: none;
        position: relative;
        z-index: 1000;
    }

        .option-input:checked {
            background: #FFFFFF;
            border-radius: 50% !important;
            border: 0 !important;
        }

            .option-input:checked::before {
                width: 26px;
                height: 26px;
                content: '';
                position: absolute;
                left: 0px;
                top: 0px;
                background: url(/Images/checkedradio.svg) no-repeat;
                background-size: contain;
            }

            .option-input:checked::after {
                -webkit-animation: click-wave 0.65s;
                -moz-animation: click-wave 0.65s;
                animation: click-wave 0.65s;
                background: #40e0d0;
                content: '';
                display: block;
                position: relative;
                z-index: 100;
            }

        .option-input.radio {
            border-radius: 50% !important;
            margin-top: -1em;
        }

            .option-input.radio::after {
                border-radius: 50%;
            }

    #total-cost-vat {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #EA4649;
    }

    .start-cost p {
        font-weight: 500;
        font-size: 10px;
        margin: 0
    }

    .start-cost span {
        text-decoration: line-through;
    }

    .panel-content {
        background: #FFFFFF;
        padding: 40px;
        border-radius: 40px;
    }

    .form-group {
        text-align: left;
    }

        .form-group span {
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 30px;
            color: #110F24;
            margin-bottom: 4px;
        }

    input::placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #DDDFE1;
    }

    .form-control {
        border: 1px solid #CCCED0 !important;
        border-radius: 4px !important;
        height: 40px !important;
        color: #000 !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        background: #FFF !important;
    }

    .mdin-alert {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 30px 20px;
        border-radius: 8px;
        background: #7FCA27;
        color: #FFF;
    }

        .mdin-alert span {
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 36px;
            padding-left: 20px;
        }

    .check-info {
        height: 40px !important;
        background: #32BA7C !important;
        border-radius: 4px !important;
        border: 1px solid #32BA7C !important;
        margin: 0 !important;
        color: #FFFFFF !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        padding: 8px 20px !important;
    }

    .pr {
        padding-right: 0 !important;
    }

    .list-group {
        border: 1px solid #C4C4C4;
        border-radius: 8px;
        margin: 0;
        text-align: left;
    }

        .list-group input {
            width: 20px;
            height: 40px;
        }

        .list-group label {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 30px;
            color: #000000;
            margin: 0;
        }

    .choose-bank:not([for="atmnoidia"]) {
        border-bottom: 1px solid #C4C4C4;
        padding: 20px;
    }

    .choose-bank[for="atmnoidia"] {
        padding: 20px;
    }

    #atm-choose {
        border-bottom: 1px solid #C4C4C4;
        width: 100%;
        display: block;
    }

    .option-bank {
        display: flex;
        align-items: center;
        gap: 0 8px;
        height: 20px;
    }

    .raio-left {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 16px;
    }

    .payment-progressbar .title-option p {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        color: #000000;
        margin: 0;
    }

    #paynow {
        display: flex;
        align-items: center;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        height: 60px;
        width: 430px;
        justify-content: center;
        margin: auto !important;
        margin-bottom: 16px !important;
    }

    .agree {
        margin-bottom: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 3px;
    }

        .agree p {
            margin: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 24px;
            color: #000000;
        }

        .agree span {
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 24px;
            color: #176BFB;
            margin: 0;
        }

    .security {
        margin-bottom: 16px;
        text-align: center;
    }

        .security span {
            font-weight: 500;
            font-size: 12px;
            padding-left: 4px;
            color: #000;
        }

    .title-sect-bank {
        margin: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        color: #000000;
    }

    .group-bank {
        margin: 40px;
        margin-top: 0;
        background: #F5F5FA;
        border: 1px solid #C4C4C4;
        border-radius: 8px;
        padding: 20px;
    }

    .list-obj-banking {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 16px;
        justify-content: center;
        align-items: center;
    }

    .card-bank {
        background: #FFFFFF;
        padding: 15px;
        border-radius: 8px;
        cursor: pointer;
        border: 2px solid #f5f5fa;
    }

        .card-bank:hover {
            border: 2px solid #176BFB;
        }

    .group-bank {
        display: none;
    }

    .fl-page-header-logo-col {
        padding: 20px 0;
    }

    .choose-bank {
        width: 100%;
        cursor: pointer;
    }

    .fl-page-fixed-nav-wrap {
        display: none !important;
    }

    .fl-page-nav-right.fl-page-header-fixed, .fl-page-header-fixed {
        padding: 20px 0;
        z-index: 99999999;
    }

    .active-bank {
        border: 2px solid #176BFB;
    }

    .fl-page-nav-right.fl-page-header-fixed, .fl-page-header-fixed {
        position: unset;
    }

    .name-bank {
        display: none;
    }

        .name-bank span {
            display: inline-block;
            padding: 4px 16px;
            border: solid 1px #176BFB;
            color: #176BFB;
            margin-left: 55px;
            margin-bottom: 14px;
            border-radius: 4px;
        }

    .note-select-namepayment {
        background: rgba(50, 186, 124, 0.1);
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 20px;
        display: none;
        text-align: center;
    }

        .note-select-namepayment span {
            font-size: 14px;
        }

        .note-select-namepayment .TBtitle {
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            color: #176BFB;
            display: block;
        }

            .note-select-namepayment .TBtitle b {
                font-weight: 700;
                font-size: 18px;
                line-height: 24px;
                color: #176BFB;
            }

        .note-select-namepayment .TBcontent {
            color: #000000;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
        }

            .note-select-namepayment .TBcontent b {
                color: #000000;
                font-weight: 700;
                font-size: 14px;
            }

    .step-two {
        width: 430px;
        margin: auto !important;
        display: block;
    }

    .row-mobile-year {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 16px;
    }

        .row-mobile-year .row-checkbox-feater {
            /* 	width: 144px;
    height: 132px; */
            display: inline-block;
        }

            .row-mobile-year .row-checkbox-feater .row-checkbox {
                display: inline-block;
            }

        .row-mobile-year .box-radio {
            justify-content: center;
            margin-bottom: 4px;
        }

        .row-mobile-year button {
            margin-bottom: 8px;
        }

        .row-mobile-year .feater-current {
            margin-bottom: 8px;
        }

    .mobile-year {
        display: none;
    }
    /* 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;
    }

    .dieukhoan {
        display: none;
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }

    .next-step2 {
        width: 100%;
        height: 60px !important;
    }

    .searchBank {
        background: #FFF;
        border-radius: 4px;
    }

        .searchBank input[type=text] {
            border: none;
            outline: none;
            width: 100%;
            position: relative;
            font-size: 14px !important;
            font-weight: 500 !important;
        }

        .searchBank a.btn {
            background: none;
            color: #383838;
            font-size: 18px;
            width: 12%;
            padding: 0;
            margin-left: 0;
            position: absolute;
            right: 16px;
            top: 23px;
        }

    .listbank {
        height: 380px;
        width: 100%;
        margin: 0;
        overflow: auto;
    }

        .listbank .zalo-itembank {
            display: block;
            width: 100%;
            border: none;
            font-size: 1.2em;
            position: relative;
            border-radius: 0;
            border: none !important;
            border-bottom: solid 1px #c5c5c5 !important;
            background: none;
            margin: 0 8px;
            cursor: pointer;
        }

            .listbank .zalo-itembank .sp_Bank {
                display: block;
                position: relative;
                padding: 10px 10px;
                padding-left: 30px;
                margin: 0 8px;
            }

                .listbank .zalo-itembank .sp_Bank:before {
                    font: normal normal normal 18px FontAwesome;
                    content: "\f1db";
                    position: absolute;
                    left: 5px;
                    top: 17px;
                }

    .bg-disabled {
        background: #F0F0F0 !important;
        border: 1px solid #CCCED0 !important;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 12px;
        line-height: 30px;
        color: #979797 !important;
    }

    .boxinfo-company {
        display: none;
    }
    /* #bankArea {
    padding-top: 50px;
} */
    /* Let's get this party started */
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #efefef;
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #686868;
    }

        ::-webkit-scrollbar-thumb:window-inactive {
            background: #686868;
        }

    .grid-inline {
        margin-top: 40px;
    }

    .payment-progressbar .title-option p {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        color: #231D4F;
        margin: 0;
    }

    .row-alert {
        display: none;
    }

    .alert-error {
        display: flex;
        align-items: center;
        gap: 0 4px;
    }

    .valid {
        margin: 0;
        color: #EE404C;
        font-size: 12px;
        font-weight: 500;
    }

    .validinpout {
        border: 1px solid #EE404C !important;
    }

    .form-group {
        margin-bottom: 20px;
    }

    @keyframes click-wave {
        0% {
            height: 40px;
            width: 40px;
            opacity: 0.35;
            position: relative;
        }

        100% {
            height: 200px;
            width: 200px;
            margin-left: -80px;
            margin-top: -80px;
            opacity: 0;
        }
    }

    #myHeader {
        display: none;
    }

    header.fl-page-header.fl-page-header-primary.fl-page-nav-right.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile {
        margin-top: 0;
    }

    .footer-modal {
        font-size: 14px;
        font-weight: 500;
    }

    .footer-modal {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
    }

        .footer-modal > p {
            margin: 0;
            color: #767676;
            font-weight: 500;
        }

    .paymentClick {
        outline: none;
        color: #fff !important;
        border: none !important;
        background: #176BFB !important;
        box-shadow: none !important;
        font-weight: 500 !important;
        padding: 8px !important;
        font-size: 14px !important;
    }

    .text-close-payment {
        cursor: pointer;
    }

        .text-close-payment:hover {
            text-decoration: underline;
        }

    .list-obj-banking img {
        max-width: 100%;
    }

    #amount_chuyenkhoan {
        text-align: left;
    }

    .color_amount_payment_ck {
        color: #176BFB;
    }

    .color_alert_payment_ck {
        color: #e82429;
    }

    .p0 {
        padding: 0px;
    }

    .payment_success {
        height: calc(100vh - 118px);
        left: 0px;
        background: #F8FFEF;
        align-items: center;
    }

        .payment_success img, .payment_failure .img {
            height: 338px;
            margin-top: 115px;
            margin-bottom: 13px;
        }

        .payment_success .title, .payment_failure .title {
            font-weight: 700;
            font-size: 40px;
            line-height: 30px;
            margin-bottom: 22px;
        }


        .payment_success .content, .payment_failure .content {
            color: #000;
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 35px;
        }

        .payment_success .link, .payment_failure .link {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            text-decoration-line: underline;
            color: #176BFB;
            cursor: pointer;
            margin-bottom: 20px;
        }

    .payment_failure {
        height: calc(100vh - 118px);
        left: 0px;
        background: #FFF5F5;
        align-items: center;
    }

        .payment_failure .text {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 20px;
        }

    label {
        display: inline-block;
        margin-bottom: 0px;
    }

    .mbin-ghichu {
        color: #979797;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 250% */
    }

    .option-upinfocus {
        background: #FFFFFF;
        border-radius: 16px;
        padding: 20px 40px;
    }

        .option-upinfocus .title-header {
            color: #000;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 20px;
        }

        .option-upinfocus .dot-hr--40 {
            margin-left: -40px;
            margin-right: -40px;
            border-top: 1px dashed #BDBDBD;
        }

        .option-upinfocus .btn-hoan-tat {
            color: #FFF;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            padding: 12px;
            border-radius: 8px !important;
            background: #176BFB !important;
            border: none;
            height: 60px;
        }

    .mbin-alert-cus {
        border-radius: 4px;
        border: 1px solid #CCCED0;
        background: #F0F0F0;
        padding: 12px 16px;
        color: #979797;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
    }

        .mbin-alert-cus b {
            font-weight: 700;
        }

    .mbin-dis-none {
        display: none
    }

    .blue-underline {
        color: #1E74E8;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
        text-align: center;
        cursor: pointer;
    }

    #detail-order-content {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    table.tb-service {
        width: 100%;
    }

        table.tb-service thead tr td {
            font-weight: 700;
        }

        table.tb-service tr td {
            border-bottom: 1px dotted #BDBDBD;
            padding: 20px 0px;
        }

    .details-service-row-upcus {
        border-radius: 0px 0px 16px 0px;
        background: #F8F8F8;
        padding: 20px 40px 26px 40px;
        margin-right: -40px;
        margin-bottom: -20px;
        margin-left: auto;
        max-width: 545px;
    }

    .col-right {
        text-align: right;
    }

    .col-center {
        text-align: center;
    }

    .graph {
        margin-top: 40px;
    }

    .mbin-footer {
        position: fixed;
        bottom: 0;
        background: #F5F5FA;
    }
}
