@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

body{
    font-family: 'Poppins-Regular';
    overflow-x: hidden;
}

span.error{
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

span.required{
    color: #dc3545;
}

#application{
    /* margin-right: 5em; */
    /* margin-right: 3em;
    margin-left: 10px; */
    margin-right: -2em;
    margin-left: 8px;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.logo-img {
    height: 5em;
}

.progresses{
    display: flex;
    align-items: center;
}

.btn-bottom{
    position: absolute;
    bottom: 5em;
}

/* .line{
    width: 120px;
    height: 3px;
    background: #a8a8a8;
} */

.line {
    /* width: 120px; */
    width: 100px;
    height: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line.active{
    /* background: #5BB303; */
    background: #C29241;
}

.steps{
    display: flex;
    background-color: #fff;
    color: #a8a8a8;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #a8a8a8;
}

.steps.active{
    /* background-color: #5BB303;
    color: #fff;
    border: 1px solid #5BB303; */
    background-color: #C29241;
    color: #fff;
    border: 1px solid #C29241;
}

.steps a{
    text-decoration: none;
    color: #a8a8a8;
}

.steps.active a{
    text-decoration: none;
    color: #fff;
}

.font_title_black{
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
}

.font_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #5BB303;
}

.font_sub_title{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6F6C90;
}

.font_main{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.button_next{
    background-color: #2A1B3D;
    padding: 16px, 34px, 16px, 34px;
    gap: 8px;
    width: 135px;
    color: #fff;
}

.button_next, .button_next:hover{
    background-color: #2A1B3D;
    padding: 16px, 34px, 16px, 34px;
    gap: 8px;
    width: 135px;
    color: #fff;
}

.button_website{
    background-color: #5BB303;
    padding: 16px, 34px, 16px, 34px;
    gap: 8px;
    width: 160px;
    color: #fff;
}

.button_website, .button_website:hover{
    background-color: #5BB303;
    padding: 16px, 34px, 16px, 34px;
    gap: 8px;
    width: 160px;
    color: #fff;
}

.button_back, .button_back:hover, .button_back:focus{
    background-color: #fff;
    padding: 16px, 34px, 16px, 34px;
    gap: 8px;
    width: 135px;
    color: #9E9E9E;
    text-decoration: none;
}

.form_input{
    padding: 8px;
}

.input-group input{
    border-right: 0;
    box-shadow: 0px 2px 6px 0px #13124212;
}

.input-group-text{
    background-color: #fff;
    border-left: 0;
}

.bg-side{
    /* background: url(/frontpage/applicant/Bgclient.svg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-side img{
    width: 100%;
    object-fit: contain;
}

.padding-top-3{
    padding-top: 3rem;
}

.padding-top-2{
    padding-top: 2rem;
}

.padding-button{
    padding-top: 40px;
    padding-bottom: 20px;
}

.padding-display{
    padding-top: 25px;
}

.padding-text-display{
    padding-top: 5px;
}

.active a{

}

@media only screen and (max-width: 576px)  {
    .form_input{
        padding: 8px;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #000000;
    }

    .invalid-feedback{
        font-size: 12px !important;
    }

    .alert-danger{
        font-size: 12px !important;
    }

    .button-center{
        display: flex;
        justify-content: center;
    }

    .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
        padding: 8px;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #000000;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
        padding: 8px;
        font-weight: 500;
        font-size: 12px !important;
        line-height: 18px;
        color: #000000;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .padding-top-3{
        padding-top: 0rem;
        margin-bottom: 0px !important;
    }

    .padding-display{
        padding-top:20px;
    }

    .padding-top-2{
        padding-top: 0rem;
        margin-bottom: 0px !important;
    }

    .bg-side{
        display: none;
    }

    .padding-progres{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .padding-button{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .padding-text-display{
        padding-top: 0px;
    }

    /* .bg-notif */

    .mobile{
        background: url(/frontpage/applicant/Bgmobile.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    #application{
        /* margin: 2em 1.5em 1.5em; */
        margin: 0;
    }

    .logo-img {
        height: 4em;
    }

    .applicant_1{
        margin: 0px !important;
    }

    .card-mobile{
        background-color: white;
        border-radius: 25px;
        box-shadow: 0px 7px 29px 0px #64646F33;
        padding: 20px;
    }

    .font_title_black{
        font-weight: 700;
        font-size: 20px;
        line-height: 21px;
        color: #000000;
    }
    
    .font_title{
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #5BB303;
    }

    .font_sub_title{
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
        color: #6F6C90;
    }
    
    .font_main{
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #000000;
    }

    .progresses{
        display: flex;
        align-items: center;
        width: 100% !important;
        justify-content: space-around;
    }
    
    .line{
        width: 18px;
        height: 3px;
        /* background: #a8a8a8; */
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px)  {
    .progresses{
        display: flex;
        align-items: center;
        /* width: 100%; */
    }
    
    .line{
        width: 40px;
        height: 3px;
        /* background: #a8a8a8; */
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px)  {
    .progresses{
        display: flex;
        align-items: center;
        /* width: 100%; */
    }
    
    .line{
        /* width: 70px; */
        width: 50px;
        height: 3px;
        /* background: #a8a8a8; */
    }

    .logo-img {
        height: 5em;
    }
}