    .custom__application__form__container {
    margin-top: 34px;
    margin-bottom: -30px;
}
    .custom__application__form .input-group.select-wrapper{
        width: fit-content !important;
    }
    .custom__application__form .nationality__box{
        display: none;
    }
   .custom__application__form .upload-btn-wrapper{
     display: flex;
     align-items: center;
     gap: 5px;
     float: unset;
   }
   .custom__application__form .upload-btn-wrapper .fa,
   .custom__application__form .upload-btn-wrapper .fas{
     color: #007FBD !important
   }
   .custom__application__form .upload-btn-wrapper label {
    white-space: nowrap;
    font-weight: 500;
    margin: 0;
    color: #000;
}
.jobTimer {
    display: flex;
    gap: 7px;
}
.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: #fff !important;
    font-weight: 600;
    background: linear-gradient(#9fe925, #558407) !important;
}


   .application-file-name{

     margin-left: 10px !important;
     margin-right: 10px !important;
     position: unset !important;
     font-size: 13px !important;
     color: #000 !important;

   }

   .custom__application__form input[name='driving_license_date']{
     width:150px;
   }
   .custom__application__form input[name='user_dob']{
     width:100px;
   }
   .custom__application__form select[name='situation_id'],
   .custom__application__form select[name='birth_country_id'],
   .custom__application__form input[name='birth_city'],
   .custom__application__form select[name='nationality_country_id']{
     width:200px;
   }


   .custom__application__form select[name='residence_permit']{
     width:120px;
   }
   .custom__application__form input.datepicker {
    width: 95px;
  }
   .custom__application__form input[name='residence_permit_issue_date']{
        width:95px;
    }
   .custom__application__form input[name='residence_permit_expiry_date']{
        width:95px;
    }
    .custom__application__form textarea[name='comment']{
      width: 650px;
      margin: 0;
      resize: unset;
     }
    .custom__application__form select[name='is_driving_license']{
      width:109px;
    }

/*   countdown timer*/
.countdown-container {
  
   border: 2px dashed #000;
   align-items: center;
   background: linear-gradient( to bottom, yellow,#F5B32C);
   /* padding-left: 2cm; */
   padding: 5px 2px;
   border-radius: 5px;
   font-size: 24px;
   font-weight: bold;
   color: black;
   width: 10.1cm;
}

.validation__error__b p{
  font-size:13px;
  color:red;
  margin:0;
  padding:0;
  text-align: left;
}
.validation__error__b .fa-times-circle{
    color:red !important;
}
.application__area {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 6px;
}


.application__logo img{
  width: 300px;
  height: auto;
  object-fit: unset;
}


.application__heading {
  border: 1px solid black;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  background: transparent linear-gradient(180deg, #fbfbfb, #ececec, #cecece) repeat scroll 0 0;
  margin-left: 100px;
  min-width: 500px;
}

.application__heading h3 {
  font-size: 17px;
  color: #000;
  text-align: left;
  margin: 0;
  font-weight: 600;
  padding: 5px 0px;
}



.application__header__information__section {
  display: flex;
  justify-content: space-between;
  margin-bottom:10px;
  align-items: center;
}
.application__custom__row{
    display:flex;
    flex-wrap: wrap;
    gap:10px;
}


  .application__custom__b span {
  font-size: 13px !important;
  color: black !important;
  position: unset !important;
  }
  .application__custom__b label {
    font-size: 13px !important;
    color: black !important;
    position: unset !important;
    display: block;
    margin: 0;
    padding: 0;
  }
  .application__custom__b h5 {
  color: #000;
  font-size: 13px;
  margin: 0;
  }
  .application__custom__b p {
  color: #000;
  font-size: 13px;
  margin: 0;
  }
.application__user__info__box {
  border: 1px solid black;
  padding: 5px;
  margin-bottom: 5px;
}
  .company__info__box ul,
  .application__user__info__box ul,
  .application__user__info__box__2 ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
  .company__info__box ul li,
  .application__user__info__box ul li,
  .application__user__info__box__2 ul li{
  font-size: 13px !important;
  color: #000;
  font-weight: 400;
  text-transform: none;
  line-height: 18px;
  }
  .application__footer__info__box{
  border-top:1px solid black;
  margin-top:10px
  }
  .application__footer__info__box p {
  font-size:13px;
  text-align:center;
  margin:0;
  padding:0
  }



.form-block {
    margin-bottom: 42px;
    border-radius: 7px;
    background: linear-gradient(to bottom, #fbfbfb 0%, #ececec 39%, #ececec 39%, #cecece 100%);
    border: 1px solid #0091d1;
    overflow: hidden;
}
.form-block form {
  padding: 5px 15px;
}

form.custom__application__form label {
    display: block !important;
    font-weight: normal;
    font-size: 13.5px !important;
    color: #000;
}

#breadcrumb {
    width: 100% !important;
    height: 32px;
    margin-top: 5px !important;
    padding: 0px 0px;
    display: block;
    background: transparent !important;
    margin-bottom: 0px !important;
    list-style: none;
  }
.sendmessage {
    display: flex !important;
    justify-content: center !important;
}
.message .send-error p {
    margin: 0;
    font-size: 14px;
}
.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: #fff !important;
    font-weight: 600;
    background: linear-gradient(#9fe925, #558407) !important;
}

.custom-file-upload:hover {
  background: linear-gradient(to bottom, #2ab143 0%, #27bf44 49%, #40d85d 100%) !important;
}
.application-file-name{

  margin-left: 10px !important;
  margin-right: 10px !important;
  position: unset !important;
  font-size: 13px !important;
  color: #000 !important;

}
    .current__location__btn,
    .current__stop__location__btn {
        position: absolute;
        z-index: 10;
        right: 5px;
        top: 50%;
        cursor: pointer;
        transform: translateY(-50%);
    }
    .current__location__btn img,
    .current__stop__location__btn img {
        width:21px;
        height: 21px;
    }

    /* Ensure button and icon styles don't change on hover */
    .myfileButton, .myfileButton:hover, .myfileButton i, .myfileButton i:hover {
    font-weight: bolder;
    color: white !important;
    cursor: pointer; /* Prevents the cursor from changing to pointer, indicating no action on hover */
    text-decoration: none; /* Prevents any underlining or text decoration changes on hover */
    }
    /* Additional styling to disable pointer events on the icon itself */
    .fa-solid {
    pointer-events: none;
    }


    .noselect {
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE 10+/Edge */
        user-select: none;
        /* Standard */
        cursor: not-allowed;
        }
        @media screen and (max-width: 680px) {
        .send-div {
        width: 100% !important;
        }
        }
        @media screen and (max-width:480px) {
        .capcha-math p span {
        font-size: 20px;
        margin-right: 7px;
        }
        .capcha-math p input {
        margin-left: 53px;
        padding: 0px 0px 0px 0px !important;
        }
        }



        .select-wrapper {
          position: relative;
        }
        .select-wrapper::after {
    position: absolute;
    top: 15px;
    right: 3px;
    padding: 10px 0;
    color: #444;
    pointer-events: none;
    font-size: 14px;
    height: 100%;
    display: flex;
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    align-items: center;
    z-index: 999;
}



  .form__title {
    background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
      color: white;
      padding: 15px;
      margin: -20px -20px 20px -20px;
      border-radius: 8px 8px 0 0;
  }


  .form-row {
      display: flex;
      justify-content: space-between;
      gap: 10px;
  }



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

  .checkbox input {
      margin-right: 10px;
  }





.validation__error__msg__txt {
  display: inline;
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
.input__border__radius{
  border-radius: 3px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.message .success__msg__box {
  height: auto !important;
  margin: 3px auto;
    margin-bottom: 3px;
  margin-bottom: 0px;
  width: 542px;
  border-radius: 10px;
  padding: 10px 5px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #000 !important;
  border: 1px solid rgb(16 156 4);
  background-color: #cef4ce;
  animation: buttons 0.3s linear;
  transition: 200ms ease-in-out;
  display: none;
}
.message .success__msg__box .validation__success__msg__txt {
  display: inline;
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
form.custom__application__form .remove__btn{
 cursor: pointer;
 overflow: hidden;
 outline: none;
 padding: 0px;
 height: fit-content;
 font-size: 15px;
 color: #ffffff;
 height: 22px;
 width: 20px;
 border-radius: 50%;
 text-align: center;
 margin: 0px;
 line-height: 20px;
 border: 1px solid red;
 background-color: red;
}
form.custom__application__form .remove__btn i{
 margin:0;
}

form.custom__application__form .fa{
  color: #007FBD !important;
}
/* 01082025 */

.app__confirmation__b {
  display: flex;
  gap: 10px;
}

.app__confirmation__b input[type='checkbox'] {
  position: unset !important;
  margin: unset !important;
}

.app__confirmation__b label {
  font-size: 12px !important;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

@media screen and (max-width: 400px){
    textarea#applicationText-Area {
    height: 120px !important;
}
.address-section.auto__place__container {
    width: 377px !important;
}
div#conCivilite {
    width: 37px !important;
}
div#confirstName {
    width: 100px !important;
    display: inline-block !important;
    position: relative !important;
    left: 30px !important;
}
input#con-firstName {
    width: 105px !important;
    display: inline-block !important;
}
input#con-lastName {
    width: 80px !important;
}
div#conlastName {
    position: relative !important;
    left: 37px !important;
}
input#organizetion {
    width: 150px !important;
    display: inline-block !important;
}
input#PHone {
    display: inline-block !important;
    width: 145px !important;
}
div#phone {
    position: relative !important;
    width: 120px !important;
    left: 194px !important;
    top: -67px !important;
}

div#email {
    float: left !important;
    position: relative !important;
    left: -159px !important;
}
input#Email {
    width: 143px !important;
}
input#Fax {
    width: 147px !important;
}
div#fax {
    position: relative !important;
    top: -72px !important;
    left: 192px !important;
}
div#applicationAddress {
    position: relative !important;
    top: -72px !important;
}
div#conZipTop {
    gap: 5px !important;
}
input#con-Zip {
    width: 114px !important;
}
div#conditionChecked {
    position: relative !important;
    top: -69px !important;
}
div#con-submit {
    position: relative !important;
    top: -64px !important;
}
.application__section__2 {
    height: 551px !important;
}
a#con-services, a#con-condition {
    color: #118ACC !important;
}
.steps__container ul.nav-wizard li {
    left: -12px !important;
}
.application__logo {
    width: 76% !important;
    margin-right: 9px;
}
.application__logo img {
    height: 41px !important;
}
.application__first__information {
    width: 225px !important;
    position: relative !important;
    top: -5px !important;
}
.company__info__box {
    width: 225px !important;
}
.application__second__information {
    left: -155px !important;
    width: 150px !important;
    top: -24px !important;
}

.application__statut_logo__info {
    position: relative !important;
    top: 125px !important;
    left: -141px !important;
}
.application__footer__info__box {
    margin-top: 95px !important;
}


.application__section__3 {
    position: relative !important;
    top: -13px !important;
}
.application__footer__info__box p {
  font-size:10.7px !important;
  }
.application__custom__b p {
    font-size: 12px !important;
    margin-bottom: 10px !important;
}


.application__custom__b {
    flex-wrap: wrap !important;
}
span#conFax {
    position: relative !important;
    top: -24px !important;
    left: -101px !important;
}


li#telePhone b, li#faX b, li#emaiL b {
    display: none !important;
}
div#informContact {
    position: relative !important;
    top: 5px !important;
    left: -1px !important;
}
li#emaiL {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.application__statut__logo {
    font-size: 17px !important;
}
.detail-block {
    width: 33% !important;
}
.custom__application__form select[name='situation_id'], .custom__application__form select[name='birth_country_id'], .custom__application__form input[name='birth_city'], .custom__application__form select[name='nationality_country_id'] {
    width: 136px !important;
}
.custom__application__form textarea[name='comment'] {
    width: 339px !important;
}
.custom__application__form .upload-btn-wrapper {
    flex-wrap: wrap !important;
}
.custom-file-upload {
    padding: 6px 3px !important;
}
.custom__application__form select[name='is_driving_license'] {
    width: 95px !important;
}
.custom__application__form .upload-btn-wrapper {
    flex-wrap: wrap !important;
    margin-top: 13px !important;
}
.application__step__2__section .register__login__section {
    width: 339px !important;
}
.application__step__2__section .register__login__section .auth__top__txt__container .btn {
    padding: 5px 20px 5px 5px !important;
    font-size: 11px !important;
}
.application__step__2__section .auth__top__txt__container span.text {
    font-size: 11px !important;
}
.application__step__2__section .auth__top__txt__container {
    position: relative;
    top: -6px !important;
    left: 1px !important;
    gap: 6px !important;
}
.application__step__2__section .aut__register__section select[name='civility'] {
    width: 60px !important;
}
.application__step__2__section .aut__register__section input[name='first_name'], .aut__register__section input[name='last_name'] {
    width: 94px !important;
}
.application__step__2__section .register__login__section .signup-container {
    width: 341px !important;
}
.application__step__2__section .form-row {
    gap: 4px !important;
}
.application__step__2__section .aut__register__section input[name='email'] {
    width: 150px !important;
}
.application__step__2__section .aut__register__section input[name='phone'] {
    width: 127px !important;
}
.application__step__2__section .aut__register__section input[name='zipcode'] {
    width: 120px !important;
}
.application__step__2__section .aut__register__section input[name='city'] {
    width: 164px !important;
}
.application__step__2__section .aut__register__section input[name='password'] {
    width: 124px !important;
}
.application__step__2__section .form-group.password__validation__rule__box {
    position: relative !important;
    top: -11px !important;
}
.application__step__2__section .terms__label, .privacy__label {
    font-size: 11px !important;
}
.application__step__2__section .terms__label a, .privacy__label a {
    font-size: 10px !important;
}
.application__step__2__section .aut__login__section {
    width: 339px !important;
}
.application__step__2__section .register__login__section .login-container .inline__box {
    flex-wrap: nowrap !important;
    margin-top: 10px !important;
}








}




