*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #000;
}

@-ms-viewport {
  width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
  color: #2D4E59;
  text-align: left;
  background-color: #fff;
}
header{
  z-index: 999999;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.w-40 {
    width: 40%!important;
}
.fs-7{
    font-size: .9rem!important;
}
.fs-8{
    font-size: .8rem!important;
}
.mr-sm{
    margin-right: .5rem;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.m-w-80{
  max-width: 80px;
}
.m-w-100{
  max-width: 100px;
}
.m-w-150{
  max-width: 150px;
}
.m-w-180{
  max-width: 180px;
}
.m-w-200{
  max-width: 200px;
}
.min-w-120{
  min-width: 120px;
}
.min-w-150{
  min-width: 150px;
}
.ls-25{
    letter-spacing: 0.25em;
}
.wrap{
    overflow-wrap: break-word;
}
.reset-left{
    padding-left: 0px;
    margin-left: 0px;
}
.reset-right{
    padding-right: 0px;
    margin-right: 0px;
}
sup {
    top: -0.75em;
    font-size: 0.5em;
}
.dropdown-menu{
    min-width: 5rem;
}
.dropdown-menu li a:hover{
    background-color: #c7d2e9;
    transition: .3s;
}
.dropdown-menu-lg li a {
    padding: 25px 15px;
}
.ln-normal{
  line-height: normal;
}
.d-flex-middle {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 100%;
}
.link-unstyled{
    text-decoration: none;
}
.link-simple{
    text-decoration: none;
    color: #4C6EB2;
    cursor: pointer;
}
.link-simple:hover{
    text-decoration: underline;
    color: #384B5E;
    transition: .3s;
    cursor: pointer;
}
.small, small {
    font-size: .75em;
}
.bg-gradient-2 {
    background: linear-gradient(#0f2b46, #21252900);
    transition: .3s;
}
.bg-white{
  background-color: #fff;
}
.bg-blue{
  background-color: #4C6EB2;
}
.bg-light-blue{
  background-color: #F5F7FA;
}
.bg-light-blue-alt{
  background-color: #EAF2FF;
}
.bg-light-grey{
  background-color: #F7F7F7;
}
.text-white{
  color:#ffffff;
}
.text-blue{
  color:#4C6EB2;
}
.text-red{
  color: indianred;
}
.text-green{
  color: #2fa56f;
}
.text-dark-blue{
  color:#384B5E;
}
.text-grey{
  color: #A0A0A0;
}
.text-reg{
  color: #555555;
}
.text-dark-grey{
  color: #6c757d;
}
.poppins{
   font-family: Poppins, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
}
.quicksand{
   font-family: Quicksand, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
}
.sep-1{
    border-left: 1px solid white;
}
a.text-blue:hover{
    color:#384B5E;
    transition: .3s;
}
.down-banner {
    position: relative;
    bottom: 175px;
    height: 0px;
    box-sizing: border-box;
}
.down-banner-bg{
    background: linear-gradient( #21252900 3%, #07142194 54%,#071421 90%);
    margin: 0 -12px;
    padding: 80px 0px 40px;
}
.down-banner .col-md-6 {
    padding: 0px 30px;
}
.list-md li {
    margin-bottom: 5px;
}
.list-options {
    list-style: none;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-options li {
    color: #999;
    margin-top: 5px;
}
.list-options li:hover, .list-options li .form-check-label:hover{
  color: #4C6EB2;
  cursor: pointer;
  transition: .3s;
}
.list-options li:hover .form-check-input[type=checkbox] {
  border-color: #4C6EB2;
  border-width: 1px;
  transition: .3s;
}
.list-options .form-check-input:checked {
    background-color: #4C6EB2;
    border-color: #4C6EB2;
}
.list-options .form-check-input:checked + .form-check-label{
    color: #4C6EB2;
}
.list-jobs{
  list-style: none;
  padding-left: 0px;
}
.pill {
    padding: 2px 7px;
    background-color: #e1e6ef;
    border-radius: 15px;
    font-size: 0.65em;
    color: #4c6eb2;
    margin-top: 3px;
    display: inline-block;
    text-overflow: ellipsis;
}
.job, .card{
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12), 3s box-shadow, .3s webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}
.list-jobs > .job{
    background-color: white;
    padding: 25px 30px;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 2px 5px 15px 1px rgba(0,0,0,0.1);
}
.list-jobs > .job:hover{
    outline: 2px solid #4C6EB2;
    transform: scale(1.015);
    text-decoration: none;
    box-sizing: border-box;
}
.card:hover{
    outline: 2px solid #4C6EB2;
    transform: scale(1.015);
    text-decoration: none;
    box-sizing: border-box;
    transition: .3s;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
}
.job-short-desc {
    text-decoration: none;
}
#btn-previous {
    margin-left: -18px;
    margin-top: -28px;
}
.list-job-desc {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    display: grid;
    gap: 0.1rem;
    justify-items: start;
    align-items: center;
    align-content: center;
    justify-content: start;
    width: 100%;
}
.list-job-desc li {
    position: relative;
    padding-left: 24px;
}
.list-job-desc li i {
    position: absolute;
    left: 0;
    top: 4px;
    width: 10%;
    text-align: center;
}
ul.list-job-desc-md li{
    margin-top: 10px;
    display: inline-block;
}

ul.list-job-desc-lg {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    display: grid;
    gap: 0.5em;
}
ul.list-job-desc-lg li {
    padding-left: 28px;
    position: relative;
    font-size: 14px;
}
ul.list-job-desc-lg li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #bbc0c9;
    width: 8%;
    text-align: center;
}

.separator{
    margin-left: 2em;
    border-left: 1px solid white;
    padding-left: 2em;
}
.list-lang li:not(:last-child):after {
    margin-right: 5px;
    content: " -";
}
.footer a {
    text-decoration: none;
    color: #384B5E;
}
.footer a:hover {
    text-decoration: underline;
    color: #4C6EB2;
    transition: .3s;
}
.navbar-top.is-scrolled .bg-gradient-2{
    background: inherit;
    background-color: #4C6EB2;
    padding: .25rem 0rem !important;
    transition: .3s;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .navbar-top {
        height: 90px
    }

    .navbar-top:not([class*=position-])~.content-wrap {
        padding-top: 90px
    }

    .navbar-top:not([class*=position-])~.content-wrap>.min-vh-100:first-child,.navbar-top:not([class*=position-])~.content-wrap>.swiper-full:first-child,.navbar-top:not([class*=position-])~.content-wrap>.swiper-fullscreen-vertical:first-child {
        margin-top: -90px
    }

    .navbar-top:not([class*=position-]).navbar-dark~.banner::before {
        content: "";
        display: block;
        padding-top: 90px
    }

    .navbar-top:not([class*=position-]).navbar-dark~.banner~.content-wrap::before {
        display: none
    }

    .navbar-top:not([class*=position-]).navbar-dark~.content-wrap::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 90px;
        background-color: #0e0e0e;
        z-index: -1
    }
}

.navbar-top::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    will-change: transform;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.2, 1, .2, 1);
    transition: -webkit-transform .6s cubic-bezier(.2, 1, .2, 1);
    -o-transition: transform .6s cubic-bezier(.2, 1, .2, 1);
    transition: transform .6s cubic-bezier(.2, 1, .2, 1);
    transition: transform .6s cubic-bezier(.2, 1, .2, 1),-webkit-transform .6s cubic-bezier(.2, 1, .2, 1);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1
}

.navbar-fixed {
    position: fixed;
    width: 100%;
}
.navbar-scroll .navbar-top::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.navbar-top.navbar-dark::before {
    background-color: #0e0e0e
}

@media (max-width: 619.98px) {
    .navbar-top .container {
        padding-right:40px;
        padding-left: 40px
    }
}

.navbar-top .navbar-brand {
    margin-right: 60px
}

.navbar-top .navbar-nav {
    height: 100%
}

.navbar-top .navbar-nav>.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navbar-top .navbar-nav>.nav-item>.nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-top .navbar-nav~.navbar-nav {
    margin-left: 60px
}



@media (min-width: 1024px){
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.btn-rounded{
  border-radius: 50px;
}
.btn-large{
  padding-right: 25px;
  padding-left: 25px;
}
.btn-white {
    --bs-btn-color: #4C6EB2;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #4C6EB2;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #949EB2;
    --bs-btn-disabled-bg: #aaa;
    --bs-btn-disabled-border-color: #999;
}
.btn-white-alt {
    --bs-btn-color: #4C6EB2;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #666;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #4C6EB2;
    --bs-btn-hover-border-color: #4C6EB2;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #4C6EB2;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #949EB2;
    --bs-btn-disabled-bg: #aaa;
    --bs-btn-disabled-border-color: #999;
    transition: .3s;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4C6EB2;
    --bs-btn-border-color: #4C6EB2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #284070;
    --bs-btn-hover-border-color: #284070;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4665A4;
    --bs-btn-active-border-color: #4665A4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #aaa;
    --bs-btn-disabled-border-color: #999;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #384B5E;
    --bs-btn-border-color: #384B5E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2F3F4F;
    --bs-btn-hover-border-color: #2F3F4F;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2F3F4F;
    --bs-btn-active-border-color: #2F3F4F;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #aaa;
    --bs-btn-disabled-border-color: #999;
}
.btn-dark span{
    transition: all .5s ease;
}
.btn-trans {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffffff3b;
    --bs-btn-border-color: #fff0;
    --bs-btn-hover-color: #212529;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #949EB2;
    --bs-btn-disabled-bg: #aaa;
    --bs-btn-disabled-border-color: #999;
    transition: .3s;
}
.nav-pills .nav-link{
  color: #fff;
}
.nav-pills .nav-link:hover{
}
.nav-pills .nav-link.active{
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-pills .nav-link:hover .hover-underline-animation::after, a:hover .hover-underline-animation::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}
.banner img{
    object-fit: cover;
    object-position: center 25%;
    width: 100%;
}
.img-center{
    object-fit: contain;
    object-position: center center;
    max-width: 100%;
}
.modal-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: absolute;
    z-index: 9999;
    width: 420px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 5px 60px black;
}
.modal-card [class^='col-md-']{
    margin-top: 6px;
}
.modal-card .form-label {
    font-size: 0.85rem;
    color: #4c6eb2;
    margin-bottom: 0.1rem;
    font-family: Poppins, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
}
.modal-card .mandatory::after{
    content:"*";
}
.modal-card .form-control{
    border-color: #cccccc;
    color: #525252;
    font-family: Poppins, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
}
.modal-card hr {
    margin: 0.25rem 0 1rem 0 !important;
    color: #4c6eb2;
    opacity: .75;
}
.modal-card p{
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.modal-card p > a{
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}
.modal-card p > a:hover{
    color: #4c6eb2;
    text-decoration: underline;
    transition: .3s;
}
.modal-card input::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */

}
.modal-card input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ccc;
}
.modal-card .is-valid{

}
.modal.show{
  display: block;
  transition: .5s;
}
.modal-dialog{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
}
.btn-shine{
  transform: translate(-50%,-50%);
  padding: 12px 48px;
  color: #ffffff;
  background: linear-gradient(to right, #4d4d4d 0, white 10%, #4d4d4d 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  white-space: nowrap;
}

@keyframes shine{
  0%{
    background-position: 0;
  }
  60%{
    background-position: 660px;
  }
  100%{
    background-position: 660px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: #525252 !important;
}

.job-desc h1, .job-desc h2, .job-desc h3, .job-desc h4, .job-desc h5{
    font-weight: 800;
    color: #4c6eb2;
    border-bottom: 1px solid lightgrey;
    width: 100%;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: math-auto;
}
.job-desc h1 {font-size: 1.6em}
.job-desc h2 {font-size: 1.4em} 
.job-desc h3 {font-size: 1.2em} 
.job-desc h4 {font-size: 1.1em}
.job-desc h5 {font-size: 1em;}

.job-desc ul li {
    margin-bottom: 10px;
}
.min-h-400{
    min-height: 400px;
}
.mt-6 {
    margin-top: 4.5rem;
}
.login-card input::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
  font-size: .8rem;
}
.login-card input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ccc;
}
.login-card .mandatory::after{
    content:"*";
}
.login-card .form-control{
    border-color: #cccccc;
    color: #525252;
    font-family: Poppins, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
}
.footer-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    font-family: 'Poppins';
}
.footer-pagination .btn-default {
    background: #4c6eb2;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 5px;
    min-width: 150px;
    margin-top: 30px;
    transition: all .5s ease;
}
.footer-pagination .btn-default span{
    opacity: .85;
    transition: all .3s ease;
}
.footer-pagination .btn-default i{
    opacity: .5;
    transition: all .3s ease;
}
.footer-pagination .btn-default:hover span{
    opacity: 1;
    transition: all .3s ease;
}
.footer-pagination .btn-default:hover i{
    transform: translateX(3px);
    opacity: 1;
    transition: all .3s ease;
}
.footer-pagination .page-numbers{
    margin-top: 30px;
}
.fa-bars{
    display: inline-block;
}
.fa-close{
    display: none;
}
.show .fa-bars{
    display: none;
}
.show .fa-close{
    display: inline-block;
    transition: .3s;
}

@media (max-width: 978px) {
    .p-5 {
      padding:1rem !important;
    }
    .navbar-top .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .footer-pagination {
        justify-content: space-between !important;
    }
    #lh_footer_banner > .d-flex{
        flex-direction: column;
        flex-flow: column;
    }
    #lh_footer_talentsquare .d-flex{
        flex-direction: column;
        flex-flow: column;
    }
    #lh_footer_banner .d-flex .justify-content-end {
        justify-content: center !important;
    }
}

.btn-dark-anim:hover span{
    letter-spacing: .4em;
    transition: all .5s ease;
}
.btn-dark-anim:hover .l-anim {
    opacity: 1;
    transform: translateX(10px);
    transition: all .5s ease;
}
.l-anim{
    opacity: .15;
    transition: all .75s ease;
}
.pull-left {
    float: left !important;
}
.form-control:focus, .single-line:focus {
    border-color: #4C6EB2 !important;
}

.caret::after {
    content:"\f078";
    /*border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;*/
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    width: 0;
}
.caret{
    position: absolute;
    height: 10px;
    top: 26% !important;
    right: 24px !important;
    margin-top: -2px !important;
    font-size: small;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
}
.note a {
    text-decoration: none;
    color: #2e4e59;
}
.note a:hover{
    color: #4C6EB2;
    text-decoration: underline;
    transition: .3s;
}
.invalid{
    outline: 1px solid indianred;
    border-color: indianred !important;
}
.note {
    background-color: #e9ecef;
    padding: 3px;
    border-radius: 8px;
}
.switchery-small {
    width: 45px;
}
/* FIX ui-select Bootstrap 5 */
.pull-right {
    float: right !important;
}
.ui-select-toggle.btn {
    border: 1px solid #ced4da;
}
.ui-select-toggle {
    height: 38px;
}
.ui-select-match-text {
    max-height: 24px;
}
.ui-select-match.btn-default-focus {
    border-radius: .25rem;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: 0;
}
.ui-select-match.btn-default-focus > .ui-select-toggle {
    border-color: #80bdff;
}
.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #4c6eb2;
}
.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    font-family: Poppins, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}


/* MODAL APLLY */

.modal{
    z-index: 99999;
}
.modal-apply .modal-content{
  border-radius : 15px;
}
.modal-apply .modal-header{
  display: flex;
}
.inmodal.modal-apply .modal-header {
    padding: 15px 15px !important;
    text-align: center;
}
.modal-apply .apply_infos {
    display: flex;
    flex-grow: 1;
    width: 55%;
    max-width: 60%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: flex-start;
    text-align: left;
    flex-direction: column;
    margin-left: 5%;
}
.modal-apply .company_logo {
    display: flex;
    flex-grow: 1;
    width: 30%;
    max-width: 30%;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 15px 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: white;
    max-height: 90px;
}
.modal-apply .company_logo img{
    object-fit: scale-down;
    object-position: center center;
    max-height: 88px;
    background-color: white;
    width: -webkit-fill-available;
}
.modal-apply .form .control-label {
    font-size: 0.85rem;
    color: #4c6eb2;
    margin-bottom: 0.1rem;
    text-align: left;
    font-family: Poppins, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
}
.modal-apply .form .form-control {
    border-color: silver;
    border-radius: 7px;
    padding: 6px 12px;
    font-size: 1.1em;
    height: 45px;
    color: #333;
}
.modal-apply .mandatory-apply{
    color: #999;
}
.modal-apply .mandatory-apply::after{
    content:"*";
    color: #4c6eb2;
}
.modal-apply .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ed5565;#42
    font-size: 0.9em;
}
.modal-apply .drop-box {
    background: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 7px;
    text-align: left;
    padding: 11px 12px;
    cursor: pointer;
    height: 45px;
    color: #bbb;
    display: inline-block;
    width: 100%;
}
.modal-apply .drop-box .file-name{
    color: #333 !important;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.modal-apply .btn-apply {
    height: 80px;
    font-size: 1.5em;
    font-weight: 600;
    color: white;
    border-radius: 7px;
    background-color: #4c6eb2;
    white-space: normal;
    cursor: pointer;
}
.modal-apply .btn-apply:hover {
    background-color: #284070;
    cursor: pointer;
    transition: 0.5s;
}
.modal-apply .drop-box-upload:after {
    content: "\f093";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-align: center;
    float: right;
    background-color: #e7eaec;
    color: #999;
    border-radius: 4px;
    padding: 12px 1px;
    margin-top: -8px;
    margin-right: -9px;
    height: 37px;
    width: 12%;
}
.modal-apply .remove-file{
    position: relative;
    top: -32px;
    right: -8px;
    width: 12%;
    /*max-width: 50px;*/
}
.modal-apply ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
}
.modal-apply :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbb;
}
.modal-apply ::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb;
}
.modal-apply .action_link{
    color: #4c6eb2;
}
.modal-apply .action_link:hover{
    color: #284070;
    text-decoration: underline;
    transition: 0.3s;
}
.modal-apply .drop-box:hover {
    border-color: #4c6eb2;
    outline: 1px solid #4c6eb2;
}
.modal-apply ::selection{
    color: white !important;
    background-color: #4c6eb2;
}
.modal-apply .form-control:focus {
    border-color: #4c6eb2 !important;
    outline: 1px solid #4c6eb2;
}
.d-flex-apply {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
}
.d-flex-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.d-flex-contact .col-1{
    flex: 0 1 auto;
}
.d-flex-contact .col-2{
    flex: 0 1 auto;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ibox-apply {
    padding: 25px 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px silver;
    margin-bottom: 25px;
    background-color: #f3f3f4;
}
.text-apply{
    color: #4c6eb2 !important;
}
.modal-apply .text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 89%;
    display: inline-block;
}
.modal-open .modal-backdrop.fade:not(.show) {
    opacity: 45% !important;
}
.fade:not(.show){
    opacity: unset;
}
.form-pswd-checked{
    float:right;
    margin-top: -34px;
    margin-right:32px;
    padding: 0px 10px;
    width: 45px;
}
.justify-content-center{
    justify-content: center !important;
}
.impotant-note{
    color: #4c6eb2 !important;
    background-color: #d5dcec;
    display: block;
    padding: 7px 12px;
    border-radius: 7px;
    font-weight: 400;
}
.h-55{
    height: 55px;
}
.min-h-100{
    min-height: 100px;
}
.card-footer-price{
    padding: 10px;
}
.list-unstyled.list-green li {
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 3px;
    border-radius: 7px;
}
.list-green{
    color: #5CB18A;
}
.hover-pointer:hover{
    cursor: pointer;
}
.w-10 {
    width: 10%;
    text-align: center;
}
.w-1{
    width: 15% !important;
}
.w-2{
    width: 60% !important;
}
.w-3{
    width: 25% !important;
}