@font-face {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 400;
  src: "https://fonts.cdnfonts.com/css/circular-std";
  font-display: swap;
}

.apply__modal .cv-content-box label .btn-default {
  color: #0058f1;
  cursor: pointer;
}

.btn__apply {
  background: #1dc023;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  background: #0058f1;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.preview {
  height: 40px;
  line-height: 20px;
  background: black;
  color: white;
  padding: 10px;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
}

.logo__wrapper {
  background: #fff;
  width: 110px;
  text-align: center;
  float: left;
  height: 110px;
  border-radius: 100%;
  display: block;
  line-height: 110px;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: 0 15px 15px #f1f3f7;
  margin-right: 25px;
  position: relative;
}
.logo {
  max-width: 110px;
  height: auto;
  width: 110px;
  margin: 0 auto;
  display: inline;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content__title__wrapper h1 {
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
  font-weight: 300;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 55px;
}

.overall__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
}

header {
  width: 40%;
  position: fixed;
  right: 0;
  min-height: 100vh;
  padding: 0 60px;
  font-size: 14px;
}
main {
  background: #fff;
  padding: 60px;
  box-shadow: 0 30px 30px #dde0ea;
  width: 95%;
  max-width: 720px;

  border-radius: 10px;
}
main h2 {
  font-size: 18px;
  color: #323246;
  font-weight: 500;
  margin-top: 20px;
}
.clear {
  clear: both;
}

.footer {
  position: fixed;
  bottom: 30px;
  font-size: 13px;
  line-height: 20px;
}

.avatar_apply {
  border-radius: 50%;
  overflow: hidden;
  max-width: 80px;
}

select {
  background: gainsboro;
}

.company__title {
  font-size: 18px;
  display: block;
  color: #323246;
}
.company__location {
  display: block;
  margin-bottom: 12px;
}

.apply__modal {
  /* width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    visibility: hidden;
    opacity:0;
    transition: all 0.25s ease-in-out;
    pointer-events: none; */
}

.apply__modal h1 {
  color: black;
}

.apply-modal__imprint {
  max-width: 600px;
  text-align: center;
  padding: 0px 50px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 20px;
  z-index: 10000000;
  position: relative;
}

.apply-cookie-consent {
  position: fixed;
  width: 100%;
  max-width: 360px;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background: white;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1000;
  padding: 30px;
  box-shadow: 0px 0px 13px 6px rgba(0, 0, 0, 0.1);
  border: 3px solid #027aff;
}

.apply-cookie-consent__button {
  width: 100%;
  height: 44px;
  background: #027aff;
  text-align: center;
  line-height: 44px;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  border: 0px solid;
  font-size: 17px;
  cursor: pointer;
}

.apply-cookie-consent__button-close {
  width: 100%;
  height: 44px;
  background: #e4eefb;
  text-align: center;
  line-height: 44px;
  color: #027aff;
  font-weight: 600;
  border-radius: 5px;
  border: 0px solid;
  font-size: 17px;
  margin-top: 15px;
  cursor: pointer;
}

.apply__modal--active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.apply__modal__wrapper {
  width: 100%;
  max-width: 700px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  /* padding: 60px; */
  box-shadow: 0 30px 30px rgba(50, 50, 70, 0.1);
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 500;
}

.apply__modal__wrapper.apply__modal__wrapper--quiz {
  min-height: 100vh;
}

.apply__modal__wrapper h1 {
  line-height: 1.4em;
}

.apply__modal:after {
  content: "";
  clear: both;
  display: block;
  z-index: 300;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(50, 50, 70, 0.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn__back {
  text-align: center;
  display: block;
  color: #7f809f;
  text-decoration: none;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.btn__back svg {
  width: 30px;
  height: 30px;
  fill: #7f809f;
}

.apply__modal .btn__apply {
  width: 100%;
}

.apply__modal .input__control,
.apply__modal .input__control label {
  display: block;
}

.input__control {
  position: relative;
}

.apply__modal .input__control label {
  font-size: 14px;
  color: #323246;
  font-weight: 500;
  margin: 10px 0 5px 0;
}
.apply__modal .input__control label small {
  color: #7f7fa0;
}
.apply__modal .input__control input.input--not-filled {
  border: red solid 2px;
}
.input__control .input--error-message {
  color: red;
  position: absolute;
  bottom: -3px;
  width: max-content;
}
.apply__modal .input__control select.select--not-filled {
  border: red solid 2px;
}

.form-wrap {
  /* border: 1px solid rgba(0,0,0,.1); */
}

.apply__modal .input__control input {
  display: block;
  background: #fff;
  width: 100% !important;
  margin-bottom: 15px;
  font-size: 14px;
  height: 50px;
  outline: none;
  -webkit-appearance: none;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.025) !important;
  border: 1px solid #e4eaef;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.apply__modal .input__control.input__control--modern input {
  display: block;
  background: #fff;
  width: 100% !important;
  margin-bottom: 0px;
  font-size: 14px;
  height: 50px;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.025) !important;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.apply__modal .input__control input:focus {
  box-shadow: 0 0 20px rgba(94, 60, 218, 0.1) !important;
  border: 1px solid #1262e9 !important;
}
.input__control--side {
  display: flex;
}
.input__control--side .input__control {
  width: 48%;
  margin-right: 4%;
}
.input__control--side .input__control:last-child {
  margin-right: 0;
}

.apply__modal--success {
  text-align: center;
}
.apply__modal--success .btn__apply {
  width: auto;
  display: inline-block;
  padding: 10px 20px;
  background: #77c336;
  margin-top: 30px;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.content__title {
  margin: -60px -60px 0 -60px;
  height: 350px;
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}

.content__title__wrapper {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 130px 60px 30px 60px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(23, 23, 47, 0), rgb(23, 23, 47));
}

.content-box {
  padding-top: 20px;
}

.content-box ul {
  list-style: initial;
  padding-left: 29px;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.apply__modal__wrapper h3 {
  font-size: 16px;
  font-weight: 300;
}

.apply__modal__wrapper h3 span {
  font-size: 16px;
  font-weight: 600;
}

.apply__modal__wrapper .logo {
  max-width: 20px;
  position: relative;
  top: 0%;
  left: 0%;
  transform: none;
  margin: 0px;
  margin-right: 10px;
}

.apply__modal__wrapper .title_wrapper {
  margin: 0px;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 10px;
  font-weight: 300;
  padding: 15px 60px;
  font-family: "Circular Std", sans-serif;
}

.apply__modal__wrapper .content_wrapper h1 {
  font-size: 21px;
  line-height: 30px;
  padding: 15px 60px 0px;
  margin-bottom: 10px;
  font-family: "Circular Std", sans-serif;
}

.apply__modal__wrapper .content_wrapper .company_wrapper {
  padding: 5px 60px;
}

.apply__modal__wrapper .content_wrapper .summary_banner {
  margin: 15px 60px;
  font-family: "Circular Std", sans-serif;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ede4e4;
  justify-content: space-evenly;
  margin-top: 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: 10px;
  background: white;
  padding: 20px;
  padding-bottom: 1px;
}

.apply__modal__wrapper .content_wrapper .nav_item.active {
  width: 100px;
  color: rgb(2, 81, 204);
  text-align: center;
  position: relative;
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  padding-bottom: 10px;
  border-bottom: 2px solid blue;
}
.apply__modal__wrapper .content_wrapper .nav_item {
  min-width: 100px;
  text-align: center;
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
  cursor: pointer;
}

.apply__modal__wrapper .application_wrapper {
  padding: 15px 60px;
  font-family: "Circular Std", sans-serif;
  border-radius: 5px;
  background: #32324626;
  margin: 15px;
  margin-top: 0px;
  padding-top: 30px;
  font-size: 14px;
  line-height: 18px;
}

.apply__modal__wrapper .description {
  font-size: 12px;
  line-height: 1.8em;
}

.apply__modal__wrapper h1 {
  margin-top: 0px;
}

.apply__modal__wrapper .job__data {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 20px;
}

.apply__modal__wrapper .job__data p {
  margin: 0px;
}

.btn__apply {
  background: #1dc023;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  background: #0058f1;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  padding: 10px;
}

input.cloudinary-fileupload.hidden[type="file"] {
  display: none;
}

.hidden {
  display: none;
}
.error {
  color: red;
}

.text-area {
  display: block;
  background: #fff;
  width: 100% !important;
  margin-bottom: 15px;
  font-size: 14px;
  outline: none;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.025) !important;
  border: 1px solid #e4eaef;
}

.text-area:focus {
  box-shadow: 0 0 20px rgba(94, 60, 218, 0.1) !important;
  border: 1px solid #1262e9 !important;
}

.spinner-save.hidden {
  display: none;
}

.spinner-save {
  font-size: 10px;
  display: inline-block;
  top: 4px;
  right: 0px;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(0, 0, 0, 0.2);
  border-right: 0.3em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.2);
  border-left: 0.3em solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: companyRotate 1.1s infinite linear;
  animation: companyRotate 1.1s infinite linear;
}

.spinner-save,
.spinner-save:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}

.meta-infos {
  padding-top: 30px;
}

footer .footer {
  display: none;
}

@media screen and (max-width: 1100px) {
  .overall__wrapper {
    padding: 0 10px;
  }
  header .logo__wrapper {
    display: block;
    clear: both;
    float: none;
    margin-bottom: 25px;
  }

  .content__title__wrapper {
    padding: 130px 30px 30px 30px;
  }

  .content__title__wrapper h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 900px) {
  header {
    width: 100%;
    position: relative;
    height: auto;
    min-height: 0;
    padding: 0;
    text-align: center;
    margin: 0 auto 50px auto;
  }
  header .logo__wrapper {
    margin: 0 auto 30px auto;
  }
  header .footer {
    display: none;
  }
  main {
    width: 100%;
  }
  .btn__apply,
  footer .btn__apply {
    width: 100%;
  }
  main {
    padding: 40px;
  }
  .content__title {
    margin: -40px -40px 0 -40px;
  }

  footer .footer {
    display: block;
  }
}

.quiz-wrapper a {
  color: blue;
}

@media screen and (max-width: 640px) {
  .apply__modal__wrapper {
    left: 0;
    right: 0;
    max-width: none;
    margin-left: 20px;
    width: 100%;
    margin-right: 20px;
    /* padding: 20px; */
    height: auto;
    margin: 0px;
  }

  .apply__modal__wrapper .content_wrapper h1 {
    padding: 10px 30px;
  }

  .apply__modal__wrapper .title_wrapper {
    padding: 15px 30px;
  }

  .apply__modal__wrapper .application_wrapper {
    padding: 15px 30px;
  }

  .input__control--side {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .input__control--side .input__control {
    width: 100%;
  }
  .apply__modal__wrapper .content_wrapper .company_wrapper {
    padding: 15px 30px;
  }
}

@media screen and (max-height: 600px) {
  .apply__modal__wrapper {
    top: 0;
    margin-top: 0;
    overflow: hidden;
    overflow-y: scroll;
    height: initial;
  }
  .apply__modal__wrapper .content_wrapper .company_wrapper {
    padding: 15px 30px;
  }
}

/*------------------------------------*    REVEAL ANIMATION
\*------------------------------------*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    /* -webkit-transform: translate(0px, 0px); */
  }
  to {
    opacity: 1;
    /* -webkit-transform: translate(0px, 0px); */
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    /* -moz-transform: translate(0px, 0px); */
  }
  to {
    opacity: 1;
    /* -moz-transform: translate(0px, 0px); */
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    /* transform: translate(0px, 0px); */
  }
  to {
    opacity: 1;
    /* transform: translate(0px, 0px); */
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in-out 1;
  -moz-animation: fadeIn ease-in-out 1;
  animation: fadeIn ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  /* -webkit-transform: translate(0px, 0px); */
}
.fade-in.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.fade-in.two {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.fade-in.three {
  -webkit-animation-delay: 0.85s;
  -moz-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.fade-in.four {
  -webkit-animation-delay: 0.95s;
  -moz-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.fade-in.five {
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.fade-in.six {
  -webkit-animation-delay: 1.15s;
  -moz-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.fade-in.seven {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.fade-in.eight {
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.fade-in.nine {
  -webkit-animation-delay: 1.45s;
  -moz-animation-delay: 1.45s;
  animation-delay: 1.45s;
}
.fade-in.ten {
  -webkit-animation-delay: 1.55s;
  -moz-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
.fade-in.eleven {
  -webkit-animation-delay: 1.65s;
  -moz-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.fade-in.twelve {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
