header{
    padding: 11px 0;
    background: linear-gradient(184.38deg, #1A67C2 19.51%, #062A8E 69.25%, #F07527 109.92%);
}
.dropdown-list ul{
    background: #1353B6;
}
/* Apply Banner */
.apply-section{
    padding: 129px 0 40px 0;
}
.apply-section-content{
    position: relative;
    padding: 36px 0 0;
}
.apply-section-content::before{
    content: "Talent Network";
    position: absolute;
    font-size: 140px;
    font-weight: 700;
    line-height: 182px;
    color: transparent;
    -webkit-text-stroke: 1.57px #FFEFE4;
    left: -67px;
    top: -70px;
    z-index: -1;
}
.apply-section-content h1{
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
}
.apply-breadcrumbs{
    padding: 33px 0 0px;
}
.apply-breadcrumbs ul{
    list-style: none;
    display: flex;
    gap: 30px;
}
.apply-breadcrumbs ul li{
    position: relative;
}
.apply-breadcrumbs ul li::after{
    content: '';
    position: absolute;
    max-width: 10px;
    width: 100%;
    height: 10px;
    background-image: url(../images/breadcrumb-arrow.webp);
    right: -20px;
    top: 6px;
}
.apply-breadcrumbs ul li:nth-last-child(2)::after{
    filter: brightness(0) saturate(100%) invert(75%) sepia(61%) saturate(5724%) hue-rotate(344deg) brightness(97%) contrast(94%);
}
.apply-breadcrumbs ul li:last-child::after{
    content: unset;
}
.apply-breadcrumbs ul li a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #626060;
}
.apply-breadcrumbs ul .active-breadcrumb a{
    color: #06447E;
}
/* Apply Banner */
/* Form Section */
.form-section{
   padding-bottom: 88px;
}
.form-content{
    width: 100%;
    border-radius: 20px 20px 0 0;
    border: 1px solid #EEEEEE;
    box-shadow: -2px -2px 23px 0px #E5E5E580;
    background: white;
    padding: 50px 60px;
}
.form-header h2{
    position: relative;
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    padding-top: 10px;
}
.form-header h2 span{
    font-weight: 700;
    color: #F07527;
}
.form-header h2::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 63px;
    height: 5px;
    background: #F07527;
}
.form-row{
    margin: 60px 0 50px;
    display: flex;
    justify-content: space-between;
    row-gap: 40px;
    flex-wrap: wrap;
}
.form-fields, .select-field{
    position: relative;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form-row .form-fields:nth-last-child(2){
    max-width: unset;
    width: 100%;
    
}
.cover-field{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.file-fields{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form-fields label,.cover-field label, .file-fields label, .select-field label{
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #08080F;
}
.steric{
    color: #D32F2F;
}
.form-fields input{
    width: 100%;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    height: 47px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #08080F;
    outline: none;
}
.form-fields input:hover{
    border: 1px solid #F07527;

}
.form-fields input:focus{
    border: 1px solid #F07527;

}
.select-field .select2-container--default .select2-selection--single{
    width: 100%;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    height: 47px;
    padding:0 15px;

}
.select-field .select2-container--default .select2-selection--single:hover{
    border: 1px solid #F07527;

}
.select-field .select2-container--default .select2-selection--single:focus{
    border: 1px solid #F07527;

}
.select-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 8px;
    padding-left: 0px;
}
.select-field .selection .select2-selection--single .select2-selection__rendered {
    color: #08080F;
}
.select-field .selection .select2-selection--single .select2-selection__rendered:not(:disabled):not(:focus):valid {
    color: #000; /* Color after selecting an option */
}
/* .select-field .selection .select2-selection--single .select2-selection__rendered {
    color: #A6A6A9;
} */
.form-fields input::placeholder, .cover-field textarea::placeholder, .file-fields input::placeholder{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #A6A6A9;
}
.select-field .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 20px;
    color:  #333638;
    
}

.select-field .select2-results__option {
    padding: 6px 15px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #fb782538 !important;
    color: #08080F;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color:#F07527;
}
.select2-search--dropdown {
    display: none;
}
.select2-container--open .select2-dropdown--below {
    border-color: #F07527;
}
.cover-field textarea{
    width: 100%;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #08080F;
    outline: none;
}
.cover-field textarea:hover{
    border: 1px solid #F07527;
}
.cover-field textarea:focus{
    border: 1px solid #F07527;
}
.file-input{
    width: 100%;
    position: relative;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    height: 85px;
    display: flex;
    justify-content: space-between;
}
.file-input:hover{
    border: 1px solid #F07527;
}
.file-input:focus{
    border: 1px solid #F07527;
}
.file-input-col1{
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 20px;
}
.doc-image{
    max-width: 34px;
    width: 100%;
    height: 34px;
    position: relative;
}
.file-input-content{
    display: flex;
    flex-direction: column;
}
.plus-image{
    max-width: 18px;
    width: 100%;
    height: 18px;
    top: 32px;
    position: relative;
    right: 20px;
}
.file-fields input{
    width: 100%;
    height: 85px;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #08080F;
    padding: 20px 0 20px 74px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.choose-file{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #08080F;
}
.file-name{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #A6A6A9;
}
.form-btn{
    position: relative;
    cursor: pointer;
    max-width: 236px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: white;
    padding: 14px 20px;
    border-radius: 100px;
    background: linear-gradient(180deg, #F07527 0%, #BD5919 100%);
    transition: all .2s;
    border: none;
}
.form-btn::after{
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../images/next-arrow.webp) no-repeat; 
}
.form-btn:hover{
    color: rgba(240, 117, 39, 1);
    border: 1px solid transparent;
    background: linear-gradient(to right, #fff, #fff), linear-gradient(180deg, #F07527 0%, #BD5919 100%), #fff;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    overflow: hidden;
}
.form-btn:hover::after{
    filter: brightness(0) saturate(100%) invert(75%) sepia(61%) saturate(5724%) hue-rotate(344deg) brightness(97%) contrast(94%);  
}
.error-msg{
    color: red;
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    display: none;
}
.error-msg.show{
    display: block;
}
.error-input{
    border:1px solid red !important;
}
span.select2.select2-container.select2-container--default.select2-invalid .selection .select2-selection{
    border-color: red !important;  
}
/* /Form Section */
/* Submitted Modal */
.submitted-modal {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 22;
    display: none;
  }
  .show-overlay {
    display: block;
  }
.modal-content{
    max-width: 476px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 284px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 4px 9.5px 0px #DADADA40;
    border: 1px solid #EFF2FF;
    padding: 31px 60px 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-content img{
    max-width: 144px;
    width: 100%;
    height: 147px;
    margin-bottom: 10px;
}
.modal-content h2{
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #0D4382;
    margin-bottom: 4px;

}
.modal-content p{
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    color: #08080F;

}
.modal-content p span{
    font-weight: 700;
    color: #0D4382;
}

/* /Submitted Modal */

/* Media Queries */
@media screen and (max-width: 1199px){
    /* Apply Banner */
    .apply-section-content::before{
        left: -33px
    }
    /* Form Section */
    .form-fields, .select-field {
        max-width: 485px;
    }
}
@media screen and (max-width: 1169px){
    /* Form Section */

    .form-content {
        max-width: 930px;
        margin: 0 auto;
    }
    .form-fields, .select-field {
        max-width: 380px;
    }
}
@media screen and (max-width: 991px){
    /* Apply Banner */
    .apply-section-content::before{
        top: -86px;
        left: -48px;
        font-size: 147px;
        line-height: 199px;
    }
    /* Form Section */

    .form-content {
        max-width: 730px;
        margin: 0 auto;
    }
    .form-fields, .select-field {
        max-width: unset;
    }
    .form-row {
        margin: 50px 0 30px;
        row-gap: 25px;
    }
}
@media screen and (max-width: 767px){
    /* Apply Banner */
    .apply-section-content::before{
        top: -68px;
        left: -30px;
        font-size: 92px;
        line-height: 150px;
    }
    .apply-section-content h1 {
        margin-top: -21px;
        
    }   
    /* Form Section */
    .form-content {
        max-width: 530px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 575px){
    /* Apply Banner */
    .apply-section-content::before{
        left: -24px;
        top: -64px;
        font-size: 48px;
        font-weight: 700;
        line-height: 104px;
    }
    .apply-section-content h1{
        margin-top: -49px;
        font-size: 30px;
        font-weight: 400;
        line-height: 39px;       
    }
    .apply-breadcrumbs ul {
        gap: 25px;
    }
    .apply-breadcrumbs ul li {
        padding-right: 0px;
    }
    .apply-breadcrumbs ul li a {
        font-size: 13px;
    }
    .apply-breadcrumbs ul li::after {
        right: -18px;
    }
    /* Form Section */

    .form-content{
        max-width: unset;
        width: 100%;
        margin: 0 auto;
        padding: 30px 20px;
    }
    .form-header h2{
        font-size: 22px;
        list-style: 29px;
    }
    
    .form-fields label, .cover-field label, .file-fields label, .select-field label {
        font-size: 15px;
    }
    .form-btn {
        max-width: 170px;
    }
    .file-input-col1 {
        gap: 12px;
        padding-left: 15px;
    }
    .choose-file{
        font-size: 15px;
    }
    .file-name{
        font-size: 14px;
    }
    
    .plus-image {
        right: 15px;
    }
    /* Submitted Modal */

    .modal-content{
        max-width: 330px;
        height: 248px;
        padding: 15px 15px 19px;
    }
    .modal-content h2{
        font-size: 20px;
    }
    .modal-content img {
        max-width: 110px;
        height: 110px;
    }
}
/* /Media Queries */
