#cashcard .banner {
    background-image: url(/static/images/registerPage/bg/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-attachment: scroll;
    background-position: top;
    background-size: cover;
    height: 35vw;
}

#cashcard {
    color: #202020;
}

    #cashcard .content {
        padding-bottom: 250px;
        background-position: center;
        margin-top: -10vw;
        top: -35vh;
        position: relative;
    }

    #cashcard .abstract-technology {
        margin-top: -60vw !important;
        z-index: -1;
    }

@media (min-width: 350px) and (max-width: 768px) {
    #cashcard .content {
        top: 1vh;
        position: relative;
    }

    #cashcard .abstract-technology {
        margin-top: -220vw !important;
    }
}
.disabled-whatisndid {
    pointer-events: none !important;
    opacity: 0.5 !important;
}
#whatisndid .btn-ok {
    font-size: 24px;
    background-color: #00b4f1;
    color: #fff;
    padding: 5px 50px;
}

#whatisndid .btn-back-to-home {
    min-height: 56px;
    font-size: 24px;
    background-color: #00b4f1;
    color: #fff;
}

#whatisndid .btn-error-ok {
    min-height: 56px;
    font-size: 24px;
    background-color: #00b4f1;
    color: #fff;
}

#whatisndid .no-my-bank p {
    color: #a2aaad;
}

#whatisndid .text-red {
    color: #f44336;
}

#whatisndid .color-red {
    color: #e31c79;
}

#whatisndid .text-more-file {
    color: #00b4f1;
}

#whatisndid .bg-color-red {
    background-color: #e31c79;
}

#whatisndid .large-title {
    font-size: 48px;
}

#whatisndid .text-detail {
    font-size: 24px;
}

#whatisndid .btn-submit {
    font-size: 32px;
}

#whatisndid .btn-back {
    font-size: 32px;
    color: #a2aaad;
    background-color: #fff;
    border: 1px;
}

#whatisndid .accordion-button {
    background: #fafafa !important;
}

#whatisndid .form-check-label {
    color: #202020;
}

#whatisndid .countdown {
    font-size: 80px !important;
}

#whatisndid .btn-close {
    font-size: 12px;
    padding: 15px;
}

#whatisndid .modal-body {
    position: relative;
    flex: 1 1 auto;
    /* padding: 0 200px 50px 200px; */
}

#whatisndid .transaction_ref {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#whatisndid .bank_ref {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#whatisndid .modal-close-btn {
    /*    width: 200px;*/
    /* height: 56px; */
    left: 620px;
    top: 628px;
    border: 2px solid #a2aaad;
    border-radius: 40px;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #a2aaad;
    background-color: #fff;
    padding: 10px 40px;
}

#whatisndid .confirm-modal-close-btn {
    left: 620px;
    top: 628px;
    border: none;
    border-radius: 40px;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #00b4f1;
    padding: 10px 40px;
}

#whatisndid .banner {
    background-image: url(/static/images/service/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-attachment: scroll;
    background-position: top;
    background-size: cover;
    height: 40vw;
}

#whatisndid .modal-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

#whatisndid .card-select-provider {
    padding: 100px;
    background-color: #fff;
    border-radius: 30px;
}

#whatisndid h1.select-provider-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    color: #003f67;
}

#whatisndid p.select-provider-sub-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #003f67;
    margin-top: 35px;
}

#whatisndid .selected-payment {
    display: grid !important;
    grid-template-columns: 10px 60px auto;
}

#whatisndid .selected-payment-first {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #202020;
    margin: 50px 0;
}

#whatisndid .selected-payment {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #202020;
    margin: 15px 0;
}

#whatisndid .confirm-back-btn {
    border: 2px solid #a2aaad;
    border-radius: 40px;
    padding: 16px 24px;
    font-weight: 500;
    text-align: center;
    color: #a2aaad;
    width: 150px;
    height: 56px;
    font-size: 32px;
    line-height: 23px;
}

#whatisndid .btn-draft {
    padding: 16px 24px;
    gap: 10px;
    border-radius: 40px;
    text-align: center;
    color: #fff !important;
    background-color: #00B4F1 !important;
    border: none;
    width: 150px;
    height: 56px;
    font-size: 32px;
    line-height: 27px;
    cursor: pointer;
}

#whatisndid .confirm-next-btn {
    padding: 16px 24px;
    gap: 10px;
    background: #e31c79;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    border: none;
    width: 150px;
    height: 56px;
    font-size: 32px;
    line-height: 27px;
    cursor: pointer;
}

#whatisndid .img-respone {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
}
/*   */
@media (min-width: 350px) and (max-width: 768px) {
    #whatisndid .form-check-label {
        font-size: 20px;
        line-height: 22px;
    }

    #whatisndid .btn-submit {
        font-size: 24px;
    }

    #whatisndid .btn-back {
        font-size: 24px;
    }

    #whatisndid .large-title {
        font-size: 34px;
    }

    #whatisndid .medium-title {
        font-size: 28px;
    }

    #whatisndid .text-detail {
        font-size: 20px;
    }

    #whatisndid .modal-body {
        padding: 20px;
    }

    #whatisndid .modal-close-btn[b-2oat5hslpm] {
        left: 620px;
        top: 628px;
        border: 2px solid #a2aaad;
        border-radius: 40px;
        font-weight: 500;
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        color: #a2aaad;
        background-color: #fff;
        padding: 0px 30px;
    }

    #whatisndid .card-select-provider {
        padding: 20px;
        background-color: #fff;
        border-radius: 30px;
    }

    #whatisndid h1.select-provider-title {
        font-weight: 500;
        font-size: 34px;
        line-height: 36px;
        color: #003f67;
    }

    #whatisndid .confirm-back-btn {
        font-size: 16px;
        line-height: 15px;
        width: 134px;
        height: 48px;
    }

    #whatisndid .btn-draft {
        font-size: 16px;
        line-height: 15px;
        width: 134px;
        height: 48px;
    }

    #whatisndid .confirm-next-btn {
        font-size: 16px;
        line-height: 18px;
        width: 134px;
        height: 48px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
    #cashcard .abstract-technology {
        margin-top: -55vw !important;
        z-index: -1;
    }

    #cashcard .content {
        padding-bottom: 250px;
        background-position: center;
        margin-top: -150px;
        top: 0;
        position: relative;
    }

    #whatisndid .modal-close-btn[b-2oat5hslpm] {
        left: 620px;
        top: 628px;
        border: 2px solid #a2aaad;
        border-radius: 40px;
        font-weight: 500;
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        color: #a2aaad;
        background-color: #fff;
        padding: 0px 50px;
    }

    #whatisndid .modal-body {
        padding: 50px;
    }

    #whatisndid a.confirm-back-btn {
        border: 2px solid #a2aaad;
        border-radius: 40px;
        padding: 10px 30px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #a2aaad;
    }

    #whatisndid .confirm-next-btn {
        padding: 10px 30px;
        gap: 10px;
        background: #e31c79;
        border-radius: 40px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #ffffff;
        border: none;
    }

    #whatisndid .card-select-provider {
        padding: 60px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
    #cashcard .abstract-technology {
        margin-top: -55vw !important;
        z-index: -1;
    }

    #whatisndid .card-select-provider {
        padding: 80px;
    }

    #cashcard .content {
        padding-bottom: 250px;
        background-position: center;
        margin-top: -200px;
        top: 0;
        position: relative;
    }

    #whatisndid .confirm-back-btn {
        border: 2px solid #a2aaad;
        border-radius: 40px;
        padding: 10px 40px;
        font-weight: 500;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        color: #a2aaad;
    }

    #whatisndid .confirm-next-btn {
        padding: 10px 40px;
        gap: 10px;
        background: #e31c79;
        border-radius: 40px;
        font-weight: 500;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        color: #ffffff;
        border: none;
    }
}

/* ========================> IndicatorBar */
.pt-5 {
    padding-top: 2.5rem !important;
}

#indicator-formbar .card-stepper-custom {
    padding-inline: 95px;
}

#indicator-formbar .stepper-step .stepper-head-icon {
    box-shadow: 0px 0px 0px 0px #b0b0b0;
    border: 2px solid #b0b0b0;
    font-size: 16px;
}

#indicator-formbar .stepper-step.active-color .stepper-head-icon {
    box-shadow: 0px 0px 0px 0px #00B4F1;
    border: 2px solid #00B4F1;
    background-color: #fff;
    font-size: 16px;
    color: #00b4f1;
}

#indicator-formbar .stepper-step.active-colorprev .stepper-head-icon {
    box-shadow: 0px 0px 0px 0px #00B4F1;
    border: 2px solid #00B4F1;
    background-color: #00b4f1;
    font-size: 16px;
    color: #fff;
}

#indicator-formbar li.stepper-step::marker {
    display: none;
    visibility: hidden;
    color: transparent;
}

#indicator-formbar .stepper-head-text {
    font-size: 20px;
}

#indicator-formbar .stepper-head-icon {
    color: #fff;
    background-color: #b0b0b0;
}

#indicator-formbar .stepper-head {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

    #indicator-formbar .stepper-head::before {
        content: none !important;
    }

    #indicator-formbar .stepper-head::after {
        content: none !important;
    }

#indicator-formbar .stepper-head-icon {
    margin: 0 !important;
}

#indicator-formbar .stepper-head-text {
    text-align: center;
    padding-inline: 35px;
    color: #fff;
    /*background-color: #fff;*/
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

#indicator-formbar .stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head {
    padding-left: 0;
}

#indicator-formbar .stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head {
    padding-right: 0;
}

#indicator-formbar .line-stepper {
    width: 24%;
    margin-left: 255px;
    top: 16px;
}

#indicator-formbar .line-stepperprev {
    width: 24%;
    margin-left: 100px;
    top: 16px;
}

#indicator-formbar .border-bottombarprev {
    border-bottom: 5px solid #00B4F1;
}

#indicator-formbar .border-bottombar {
    border-bottom: 5px solid #00B4F1 !important;
}

#indicator-formbar .stepper-head-icon {
    box-shadow: 0px 0px 0px 11px #fff;
}

#indicator-formbar .card {
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: none;
}

@media (max-width: 350px) {
    #indicator-formbar .card-stepper-custom {
        padding-inline: 0;
    }

    #indicator-formbar .stepper-step {
        padding-inline: 0px;
    }

    #indicator-formbar .col-7 {
        width: 100%;
    }

    #indicator-formbar .offset-sm-12 {
        margin-left: 0%;
    }

    #indicator-formbar .line-stepper {
        width: 20%;
        margin-left: 189px;
        top: 22px;
    }

    #indicator-formbar .line-stepperprev {
        width: 20%;
        margin-left: 85px;
        top: 22px;
    }
}

@media(min-width: 350px) and (max-width: 768px) {
    #indicator-formbar .stepper-head {
        display: flex;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }

        #indicator-formbar .stepper-head::before {
            content: none !important;
        }

        #indicator-formbar .stepper-head::after {
            content: none !important;
        }

    #indicator-formbar .stepper-head-icon {
        margin: 0 !important;
    }

    #indicator-formbar .stepper-head-text {
        text-align: center;
    }

    #indicator-formbar .stepper-step {
        padding-inline: 0px;
    }

    #indicator-formbar .stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head {
        padding-left: 0;
    }

    #indicator-formbar .stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head {
        padding-right: 0;
    }

    #indicator-formbar .line-stepper {
        width: 20%;
        margin-left: 205px;
        top: 22px;
    }

    #indicator-formbar .line-stepperprev {
        width: 20%;
        margin-left: 85px;
        top: 22px;
    }

    #indicator-formbar .stepper-head-icon {
        box-shadow: 0px 0px 0px 11px #fff;
    }

    #indicator-formbar .col-7 {
        width: 100%;
    }

    #indicator-formbar .card-stepper-custom {
        padding-inline: 1px;
    }

    .pt-5 {
        padding-top: 1rem !important;
    }
}

@media(min-width: 360px) and (max-width: 374px) {
    #indicator-formbar .line-stepper {
        width: 18%;
        margin-left: 198px;
        top: 22px;
    }

    #indicator-formbar .line-stepperprev {
        width: 18%;
        margin-left: 85px;
        top: 22px;
    }
}

@media(min-width: 500px) and (max-width: 540px) {
    .pt-5 {
        padding-top: 2.5rem !important;
    }
}

@media(min-width: 412px) and (max-width: 429px) {
    #indicator-formbar .line-stepper {
        width: 18%;
        margin-left: 230px;
        top: 22px;
    }

    #indicator-formbar .line-stepperprev {
        width: 18%;
        margin-left: 98px;
        top: 22px;
    }

    .pt-5 {
        padding-top: 1.5rem !important;
    }
}

@media(min-width: 390px) and (max-width: 411px) {
    #indicator-formbar .line-stepper {
        width: 18%;
        margin-left: 215px;
        top: 22px;
    }

    #indicator-formbar .line-stepperprev {
        width: 18%;
        margin-left: 93px;
        top: 22px;
    }
}

@media (min-width: 351px) and (max-width: 374px) {
    #indicator-formbar .offset-sm-12 {
        margin-left: 0%;
    }
}

@media (min-width: 500px) and (max-width: 534px) {
    #indicator-formbar .offset-sm-12 {
        margin-left: 8%;
    }
}

@media (min-width: 470px) and (max-width: 499px) {
    #indicator-formbar .offset-sm-12 {
        margin-left: 6%;
    }
}

@media (min-width: 421px) and (max-width: 469px) {
    #indicator-formbar .offset-sm-12 {
        margin-left: 0%;
    }
}

@media (min-width: 535px) and (max-width: 767px) {
    #indicator-formbar .col-7 {
        width: 85%;
    }

    #indicator-formbar .offset-sm-12 {
        margin-left: 8%;
    }

    #indicator-formbar .card-stepper-custom {
        padding-inline: 0px;
    }

    #indicator-formbar .line-stepper {
        width: 20%;
        margin-left: 255px;
        top: 22px;
    }

    #indicator-formbar .line-stepperprev {
        width: 20%;
        margin-left: 105px;
        top: 22px;
    }
}

@media (min-width: 430px) and (max-width: 534px) {
    #indicator-formbar .line-stepper {
        width: 20%;
        margin-left: 230px;
        top: 22px;
    }

    #indicator-formbar .line-stepperprev {
        width: 20%;
        margin-left: 98px;
        top: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #indicator-formbar .stepper-head {
        display: flex;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

        #indicator-formbar .stepper-head::before {
            content: none !important;
        }

        #indicator-formbar .stepper-head::after {
            content: none !important;
        }

    #indicator-formbar .stepper-head-icon {
        margin: 0 !important;
    }

    #indicator-formbar .stepper-head-text {
        text-align: center;
    }

    #indicator-formbar .stepper-step {
        padding-inline: 10px;
    }

    #indicator-formbar .stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head {
        padding-left: 0;
    }

    #indicator-formbar .line-stepper {
        width: 24%;
        margin-left: 285px;
        top: 16px;
    }

    #indicator-formbar .line-stepperprev {
        width: 24%;
        margin-left: 110px;
        top: 16px;
    }

    #indicator-formbar .stepper-head-icon {
        box-shadow: 0px 0px 0px 11px #fff;
    }

    #indicator-formbar .card-stepper-custom {
        padding-inline: 60px;
    }

    #indicator-formbar .col-7 {
        width: 90%;
    }

    #indicator-formbar .offset-sm-12 {
        margin-left: 4%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #indicator-formbar .stepper-head {
        display: flex;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }

        #indicator-formbar .stepper-head::before {
            content: none !important;
        }

        #indicator-formbar .stepper-head::after {
            content: none !important;
        }

    #indicator-formbar .stepper-head-icon {
        margin: 0 !important;
    }

    #indicator-formbar .stepper-head-text {
        text-align: center;
    }

    #indicator-formbar .stepper-step {
        padding-inline: 10px;
    }

    #indicator-formbar .stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head {
        padding-left: 0;
    }

    #indicator-formbar .stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head {
        padding-right: 0;
    }

    #indicator-formbar .line-stepper {
        width: 30%;
        margin-left: 250px;
        top: 16px;
    }

    #indicator-formbar .line-stepperprev {
        width: 24%;
        margin-left: 110px;
        top: 16px;
    }

    #indicator-formbar .stepper-head-icon {
        box-shadow: 0px 0px 0px 11px #fff;
    }

    #indicator-formbar .card-stepper-custom {
        padding-inline: 70px;
    }

    #indicator-formbar .col-7 {
        width: 85%;
    }

    #indicator-formbar .offset-sm-12 {
        margin-left: 8%;
    }
}

@media (min-width: 768px) and (max-width: 911px) {
    .pt-5 {
        padding-top: 1rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #indicator-formbar .line-stepper {
        width: 20%;
        margin-left: 205px;
        top: 16px;
    }

    #indicator-formbar .line-stepperprev {
        width: 22%;
        margin-left: 82px;
        top: 16px;
    }
}

@media (min-width: 350px) and (max-width: 767px) {
    #cashcard .banner {
        height: 40vw;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    #cashcard .banner {
        height: 30vw;
    }
}

@media (min-width: 1280px) and (max-width: 1290px) {
    #cashcard .banner {
        height: 40vw !important;
    }
}

#indicator-formbar .stepper-formbar {
    margin-top: 5px;
}

@media (max-width: 768px) {
    #indicator-formbar .stepper-head-text {
        padding-inline: 30px;
    }
}
@media (max-width: 380px) {
    #indicator-formbar .stepper-head-text {
        padding-inline: 23px;
    }
}

@media (min-width: 350px) and (max-width: 992px) {
    #cashcard .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b71ca'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E") !important;
        transform: rotate(-180deg) !important;
    }

    #cashcard .accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b71ca'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E") !important;
    }
}

