#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: 33vw;
}
#upload-image .border-bottom {
    border-bottom: 2px solid #e0e0e0 !important;
}
#upload-image .btn-file {
    min-width: 60px !important;
    font-size: 16px !important;
}
#upload-image .text-btn-file {
    color: #d0d0d0;
    margin-left: 0.5em;
    font-size: 18px;
    line-height: 22px;
}

#upload-image .accordion-body {
    padding: 10px 10px !important;
}

#upload-image .accordion-button {
    background: #003f67;
    font-weight: 500;
    font-size: 24px;
    padding: 10px 15px;
    line-height: 38px;
    border: none;
    color: #ffffff;
    transition: none;
    transform: none;
    border-radius: 20px 20px 0px 0px !important;
}

#upload-image .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

#upload-image .accordion {
    margin-bottom: 40px;
}

#upload-image .accordion-item {
    /* border: none; */
    border-radius: 20px;
    margin-top: 20px;
}

#upload-image .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

#upload-image .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
#cashcard  {
    color: #202020;
  }

#cashcard .content {
    background-image: url(/static/images/service/bg-section-form.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 250px;
    background-position: center;
    margin-top: -10vw;
}

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

#cashcard .content {
    top: -340px;
}

#cashcard .abstract-technology {
    margin-top: -55vw !important;
}

/* ========================> Loading */
.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);
    }
  }
/* ========================> IndicatorBar */
.pt-5 {
    padding-top: 2rem !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 #e0e0e0 !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 .line-stepper {
        width: 75%;
    }

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

    #indicator-formbar .offset-sm-12 {
        margin-right: 10%;
    }
}
@media(min-width: 350px) and (max-width: 768px) {
    #cashcard .content {
        top: 30vh;
        position: relative;
    }

    #cashcard .abstract-technology {
        margin-top: -220vw !important;
    }

    #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 .offset-sm-12 {
        margin-left: 1%;
    }

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

@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: 390px) and (max-width: 411px) 
{
    #indicator-formbar .line-stepper {
        width: 20%;
        margin-left: 210px;
        top: 22px;
    }

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

@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;
    }
}

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

@media(min-width: 414px) and (max-width: 534px) {
    .pt-5 {
        padding-top: 2rem !important;
    }
}

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

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

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

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

    #indicator-formbar .line-stepperprev {
        width: 20%;
        margin-left: 107px;
        top: 22px;
    }
    .pt-5 {
        padding-top: 1rem !important;
    }
}
@media (min-width: 535px) and (max-width: 575px) {

    #indicator-formbar .line-stepper {
        width: 20%;
        margin-left: 250px;
        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: 740px) and (max-width: 819px) {
    .pt-5 {
        padding-top: 2rem !important;
    }
    #upload-image .card {
        top: -65vh !important;
    }
}

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

@media (min-width: 576px) and (max-width: 767px) {
    #cashcard .abstract-technology {
        margin-top: -90vw !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #cashcard .abstract-technology {
        margin-top: -85vw !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #cashcard .abstract-technology {
        margin-top: -80vw !important;
    }
    /* #cashcard .breadcrumb{
        padding-top: 50px;
    } */

    #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%;
    }
}

#upload-image .text-red {
    color: #F44336;
}

#upload-image .color-red {
    color: #E31C79;
}

#upload-image .text-more-file{
    color: #00B4F1;
}

#upload-image .bg-color-red {
    background-color: #E31C79;
}

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

#upload-image .text-remark {
    font-size: 22px;
    color: #202020;
}

#upload-image .text-click {
    text-decoration-line: underline;
    cursor: pointer;
}

#upload-image .text-subheader {
    font-size: 32px;
    line-height: 32px;
    padding-left: 2em;
}

#upload-image .ul-remark {
    margin-bottom: 0px;
}

#upload-image .ul-remark ul {
    list-style: none;
}

#upload-image .ul-remark li:nth-child(1)::marker {
    content: "\2714" ' ';
}

#upload-image .ul-remark li:nth-child(2)::marker {
    content: "\2716" ' ';
}

#upload-image .btn-back {
    font-size: 32px !important;
    color: #a2aaad !important;
    background-color: #fff !important;
    width: 150px;
}

#upload-image .btn-submit {
    font-size: 32px !important;
    color: #fff !important;
    background-color: #e31c79 !important;
    width: 150px;
}

#upload-image .btn-draft {
    font-size: 32px !important;
    color: #00B4F1 !important;
    background-color: white !important;
    border: 1px solid #00B4F1 !important;
    width: 150px;
}

#upload-image .btn-submit {
    padding: 16px 24px;
    width: 150px;
    height: 56px;
    font-size: 32px !important;
    line-height: 12px;
}

#upload-image .btn-draft {
    padding: 16px 24px;
    gap: 10px;
    border-radius: 40px;
    text-align: center;
    width: 150px;
    height: 56px;
    font-size: 32px;
    line-height: 27px;
    cursor: pointer;
}
#upload-image .btn-back {
    padding: 16px 24px;
    width: 150px;
    height: 56px;
    font-size: 32px !important;
    line-height: 25px;
    color: #A2AAAD;
    background-color: #fff;
    border: 1px;
}


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

#upload-image .card{
    top: -330px;
}

/*   */
@media(min-width: 350px) and (max-width: 768px) {
    /*#upload-image .card {
        top: -275px;
    }*/
    #upload-image .btn-submit {
        padding: 16px 24px;
        width: 128px;
        height: 48px;
        font-size: 18px !important;
        line-height: 17px;
    }

    #upload-image .btn-back {
        padding: 16px 24px;
        width: 128px;
        height: 48px;
        font-size: 18px !important;
        line-height: 17px;
    }

    #upload-image .btn-draft {
        width: 128px;
        height: 48px;
        font-size: 18px !important;
        line-height: 17px;
    }

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

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

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

    #upload-image .text-remark {
        font-size: 20px;
    }

    #upload-image .text-subheader {
        font-size: 24px;
        line-height: 26px;
    }
}
/*   */

@media (min-width: 360px) and (max-width: 539px) {
    #upload-image .card {
        top: -30vh;
    }
}

@media (min-width: 540px) and (max-width: 666px) {
    #upload-image .card {
        top: -45vh;
    }
}

@media (min-width: 667px) and (max-width: 719px) {
    #upload-image .card {
        top: -70vh;
    }
}

@media (min-width: 768px) and (max-width: 1179px) {
    #upload-image .card{
        top: -45vh;
    }
}

@media (min-width: 1025px) and (max-width: 1179px) {
    .pt-5 {
        padding-top: 3rem !important;
    }
}
@media (min-width: 1180px) and (max-width: 1200px) {
    #upload-image .card {
        top: -35vh;
    }
}
@media (min-width: 1280px) and (max-width: 1368px) {
    #upload-image .card{
        top: -285px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .pt-5 {
        padding-top: 1.5rem !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: 1368px) {
    #cashcard .banner {
        height: 40vw;
    }
}

#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: 768px) {
    #upload-image .imgs {
        width: 320px;
    }
}
@media(min-width: 768px) and (max-width: 1399px) {
    #upload-image .imgs {
        width: 500px;
    }
}
@media(min-width: 1399px) {
    #upload-image .imgs {
        width: 500px;
    }
}
