@font-face {
    font-family: 'Prompt-Light';
    font-weight: normal;
    font-style: normal;
    src: url(../font/Prompt-Light.eot);
    src: url(../font/Prompt-Light.eot?#iefix) format('embedded-opentype'),
         url(../font/Prompt-Light.svg#Prompt-Light) format('svg'),
         url(../font/Prompt-Light.woff) format('woff'),
         url(../font/Prompt-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 400;
    src: url(../font/NotoSansThai-Regular.eot);
    src: url(../font/NotoSansThai-Regular.eot?#iefix) format('embedded-opentype'),
         url(../font/NotoSansThai-Regular.woff2) format('woff2'),
         url(../font/NotoSansThai-Regular.woff) format('woff'),
         url(../font/NotoSansThai-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans Thai';
    font-style: normal;
    font-weight: 700;
    src: url(../font/NotoSansThai-Bold.eot);
    src: url(../font/NotoSansThai-Bold.eot?#iefix) format('embedded-opentype'),
         url(../font/NotoSansThai-Bold.woff2) format('woff2'),
         url(../font/NotoSansThai-Bold.woff) format('woff'),
         url(../font/NotoSansThai-Bold.ttf) format('truetype');
}

*{
    outline: 0 !important;
}

body {
    font-family: "Prompt-Light", "Noto Sans Thai", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Model Box */
.modal-header{
    border-bottom: 0;
}

.modal-footer{
    border-top: 0;
}

.model-message{
    text-align: center;
    font-size: 1.2rem;
}

.btn-model-close{
    margin: auto;
}

.footer{
    padding-top: 50px;
    padding-bottom: 10px;
    /* background: linear-gradient(0deg,#FFFFFF 40%, #cccccc 50%, #FFFFFF 10%); */
    background: linear-gradient(0deg,#FFFFFF 44%, #cccccc 45%, #FFFFFF 15%);
}

/* Start Step Wrapper */
#div-header{
    margin-top: 10px;
}

#div-step-1{
    display: block;
}

#div-step-2{
    display: none;
}

#div-step-3{
    display: none;
}

#div-step-4{
    display: none;
}

#div-step-5{
    display: none;
}
/* End Step Wrapper */


/* Start Step Progress Bar */
.progressbar-wrapper {
    background: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.progressbar{
    padding: 0;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.progressbar li:after {
     width: 100%;
     height: 2px;
     content: '';
     position: absolute;
     background-color: #7d7d7d;
     top: 30px;
     left: -50%;
     z-index: 0;
}

.progressbar li:first-child:after {
     content: none;
}

.progressbar li.active {
    color: green;
    font-weight: bold;
}

.progressbar li.active:before {
    /* border-color: #55b776; */
    border-color: #bc6d9c;
    background: green;
 }

.progressbar li.active + li:after {
    background-color: #55b776;
}

.progressbar #step-1.active:before {
    /* background: #00804a  url(../img/step-1.svg) no-repeat center center; */
    background: #ff7fb5  url(../img/step-1.svg) no-repeat center center;
    background-size: 60%;
    filter: invert(1);
}

.progressbar #step-1::before {
    background: #fff url(../img/step-1.svg) no-repeat center center;
    background-size: 60%;
}

.progressbar #step-2.active:before {
    background: #ff7fb5  url(../img/step-2.svg) no-repeat center center;
    background-size: 60%;
    filter: invert(1);
}

.progressbar #step-2::before {
    background: #fff url(../img/step-2.svg) no-repeat center center;
    background-size: 60%;
}

.progressbar #step-3.active:before {
    background: #ff7fb5  url(../img/step-4.svg) no-repeat center center;
    background-size: 60%;
    filter: invert(1);
}

.progressbar #step-3::before {
    background: #fff url(../img/step-4.svg) no-repeat center center;
    background-size: 60%;
}

.progressbar #step-4.active:before {
    background: #ff7fb5  url(../img/step-5.svg) no-repeat center center;
    background-size: 60%;
    filter: invert(1);
}

.progressbar #step-4::before {
    background: #fff url(../img/step-5.svg) no-repeat center center;
    background-size: 60%;
}

/* .progressbar #step-5.active:before {
    background: #ff7fb5  url(../img/step-5.svg) no-repeat center center;
    background-size: 60%;
    filter: invert(1);
}

.progressbar #step-5::before {
    background: #fff url(../img/step-5.svg) no-repeat center center;
    background-size: 60%;
} */

/*
.progressbar li.active:before {
    background: #00804a  url(../img/user.svg) no-repeat center center;
    background-size: 60%;
}

.progressbar li::before {
    background: #fff url(../img/user.svg) no-repeat center center;
    background-size: 60%;
}

.progressbar {
    counter-reset: step;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
}
*/
/* End Step Progress Bar */

/* Content */
.img-header{
    margin-bottom: 30px;
}

.img-header img{
    border-radius: 5px;
}

.btn-back-step{
    width: 150px;
    display: none;
}

.btn-submit-form{
    width: 150px;
}

.custom-radio{
    float: left;
    margin-right: 15px;
}

.div-for-btn-select .btn{
    margin-bottom: 5px;
}

/* Cover Page */
.cover-page-desktop {
    display: block;
}

.cover-page-mobile {
    display: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.modal-body{
    padding-top: 0;
}

.text-privacy-indent{
    text-indent: 40px;
}

@media (max-width: 540px) {

    .progressbar li{
        font-size: 8px;
    }

    .progressbar li:before {
        width: 40px;
        height: 40px;
    }

    .progressbar li:after{
        top: 20px;
    }

    .footer{
        font-size: 12px;
    }

    .cover-page-desktop {
        display: none;
    }

    .cover-page-mobile {
        display: block;
    }

}
