@charset "UTF-8";
/* breakpoints */
.apply__form--page h1 {
  font-weight: 700;
  color: var(--font-clr);
}
.apply__form--page .apply__form--header p {
  font-size: 20px;
  color: var(--font-clr);
  margin-bottom: 1rem;
}
.applyform__area {
  min-height: 80px;
}
.applyform__area #ApplyFormCookieHint {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767.98px) {
  .applyform__area #ApplyFormCookieHint {
    left: 50px;
    right: 50px;
    transform: unset;
  }
}
.applyform__area #ApplyFormCookieHint.alert p, .applyform__area #ApplyFormCookieHint.alert p * {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--bs-warning-text-emphasis);
}
@media (max-width: 1199.98px) {
  .applyform__area #ApplyFormCookieHint.alert p, .applyform__area #ApplyFormCookieHint.alert p * {
    font-size: 0.938rem;
  }
}
@media (max-width: 991.98px) {
  .applyform__area #ApplyFormCookieHint.alert p, .applyform__area #ApplyFormCookieHint.alert p * {
    font-size: 0.875rem;
  }
}
#ApplyFormReactContainer {
  position: relative;
  background: var(--white);
  z-index: 1;
}
#ApplyFormReactContainer .App {
  min-height: 500px;
}
#ApplyFormReactContainer .area__heading h3 {
  display: inline-block;
  font-weight: 700;
  color: var(--font-clr);
}
#ApplyFormReactContainer .icon {
  font-size: 2.5rem;
  margin-right: 1rem;
}
#ApplyFormReactContainer .add__file--button, #ApplyFormReactContainer .area__heading * {
  color: var(--font-clr) !important;
}
#ApplyFormReactContainer label {
  color: var(--font-clr);
  font-size: 18px;
  margin-bottom: 0.5rem;
}
#ApplyFormReactContainer .errorMessage {
  color: #dc3545;
  margin-top: 0.5rem;
  display: block;
}
#ApplyFormReactContainer fieldset .button {
  border-radius: var(--border-radius-sm);
}
#ApplyFormReactContainer fieldset .button.add:before {
  position: relative;
  left: 0;
  content: "";
  font-family: "bootstrap-icons";
  font-weight: lighter;
  margin-right: 10px;
}
#ApplyFormReactContainer .tagfield__holder .add {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  left: unset;
  border-radius: 0;
  border-top-right-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
#ApplyFormReactContainer .multi__item--value {
  min-height: 50px;
}
#ApplyFormReactContainer .multi__item--value .multi__item--buttons {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 2rem;
}
#ApplyFormReactContainer .multi__item--value .multi__item--buttons .edit__save {
  color: var(--font-clr);
  font-weight: 400;
}
#ApplyFormReactContainer .multi__item--value .multi__item--buttons .edit__save:before {
  font-family: "bootstrap-icons";
  margin-right: 0.3rem;
  font-size: 22px;
  display: inline-block;
  left: 0;
  position: relative;
  color: var(--font-clr);
  content: "";
}
#ApplyFormReactContainer .multi__item--value .multi__item--buttons .delete {
  color: #E10021;
  font-weight: 400;
}
#ApplyFormReactContainer .multi__item--value .multi__item--buttons .delete:before {
  font-family: "bootstrap-icons";
  margin-right: 0.3rem;
  font-size: 22px;
  display: inline-block;
  left: 0;
  position: relative;
  color: #E10021;
  content: "";
}
#ApplyFormReactContainer .dropzone {
  background-color: #fff;
  border: 1px solid var(--border-color) !important;
  border-radius: var(--border-radius-sm) !important;
}
#ApplyFormReactContainer .dropzone img {
  pointer-events: none;
}
#ApplyFormReactContainer .dropzone .icon {
  color: var(--clr-grey-light);
  font-size: 4rem;
}
#ApplyFormReactContainer .jobsToApply {
  background-color: var(--black);
}
#ApplyFormReactContainer .skill, #ApplyFormReactContainer .jobsToApply, #ApplyFormReactContainer .file__item {
  border-radius: 50px;
  padding: 5px 45px 5px 20px;
  display: inline-block;
  margin: 5px 10px 5px 0;
  position: relative;
}
#ApplyFormReactContainer .skill *, #ApplyFormReactContainer .jobsToApply *, #ApplyFormReactContainer .file__item * {
  color: #fff;
}
#ApplyFormReactContainer button:not(.button) {
  cursor: pointer;
  margin-left: 20px;
  border: none;
  background-color: transparent;
}
#ApplyFormReactContainer .button-close:before {
  font-family: "bootstrap-icons";
  content: "";
  font-size: 20px;
  color: var(--font-clr);
  line-height: 1;
}
#ApplyFormReactContainer .add__file--button {
  margin-left: 0;
  padding-left: 0;
  display: inline-block !important;
}
#ApplyFormReactContainer .delete__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}
#ApplyFormReactContainer .modal-dialog {
  max-width: 1200px;
}
#ApplyFormReactContainer .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}
#ApplyFormReactContainer .modal-dialog .modal-content .modal-header, #ApplyFormReactContainer .modal-dialog .modal-content .modal-body {
  border-radius: 0;
}
#ApplyFormReactContainer .modal-dialog .modal-content .value {
  cursor: pointer;
  display: flex;
  align-items: center;
}
#ApplyFormReactContainer .modal-dialog .modal-content .value button {
  text-align: left;
  color: var(--black);
}
#ApplyFormReactContainer .upload__field .image__holder {
  position: relative;
  background-color: #E8F4F2;
  border-radius: 50%;
  height: 110px;
  width: 110px;
}
#ApplyFormReactContainer .upload__field .image__holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60px;
}
#ApplyFormReactContainer .upload__field i {
  font-size: 20px;
  color: #E8F4F2;
}
#ApplyFormReactContainer .checkbox label {
  display: inline;
  color: #4E575E;
  font-size: 17px;
  font-weight: 400;
}
#ApplyFormReactContainer .checkbox label *:not(a) {
  display: inline;
  padding-left: 15px;
}
#ApplyFormReactContainer .checkbox label:before {
  top: 0;
}
#ApplyFormReactContainer .checkbox label:after {
  top: 4px;
}
#ApplyFormReactContainer .field {
  margin-bottom: 35px;
}
#ApplyFormReactContainer .bg__form--area, #ApplyFormReactContainer .switch__card {
  background-color: var(--clr-grey);
  transition: all ease 0.5s;
  position: relative;
  border-radius: var(--border-radius-xxl);
}
#ApplyFormReactContainer .bg__form--area:after, #ApplyFormReactContainer .switch__card:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}
#ApplyFormReactContainer .bg__form--area .subtitle, #ApplyFormReactContainer .switch__card .subtitle {
  opacity: 0.8;
}
#ApplyFormReactContainer .bg__form--area .card__content, #ApplyFormReactContainer .switch__card .card__content {
  transform: translateY(0);
  transition: all ease 0.5s;
}
#ApplyFormReactContainer .bg__form--area img, #ApplyFormReactContainer .switch__card img {
  max-height: 120px;
}
#ApplyFormReactContainer .bg__form--area img.white, #ApplyFormReactContainer .switch__card img.white {
  transition: all ease 0.5s;
  display: inline-block;
}
#ApplyFormReactContainer .bg__form--area img.colored, #ApplyFormReactContainer .switch__card img.colored {
  transition: all ease 0.5s;
}
#ApplyFormReactContainer .multiselect__value button {
  display: contents;
}
#ApplyFormReactContainer .multiselect__value:before {
  content: "";
  font-family: "bootstrap-icons";
  margin-right: 0.5rem;
}
#ApplyFormReactContainer .multiselect__value.checked:before {
  content: "";
  font-family: "bootstrap-icons";
}
#ApplyFormReactContainer .button {
  border: none;
}
#ApplyFormReactContainer .button.apply__button {
  padding: 1rem 4rem;
}
#ApplyFormReactContainer .button[disabled] {
  cursor: not-allowed;
  background-color: #706f6f;
}
#ApplyFormReactContainer .button[disabled] .lds-ring, #ApplyFormReactContainer .button[disabled] .lds-ring div {
  box-sizing: border-box;
}
#ApplyFormReactContainer .button[disabled] .lds-ring {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  padding-left: 2rem;
  padding-right: 3rem;
}
#ApplyFormReactContainer .button[disabled] .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  border: 2px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
#ApplyFormReactContainer .button[disabled] .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#ApplyFormReactContainer .button[disabled] .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#ApplyFormReactContainer .button[disabled] .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
#ApplyFormReactContainer input, #ApplyFormReactContainer textarea, #ApplyFormReactContainer select {
  height: 70px;
  background-color: #fff;
  border-radius: var(--border-radius-sm);
}
#ApplyFormReactContainer input::placeholder, #ApplyFormReactContainer textarea::placeholder, #ApplyFormReactContainer select::placeholder {
  color: var(--clr-grey-dark);
}
#ApplyFormReactContainer input.checkbox, #ApplyFormReactContainer textarea.checkbox, #ApplyFormReactContainer select.checkbox {
  display: inline;
  height: auto;
}
.word_small {
  bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .word_small {
    bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #ApplyFormReactContainer .multipleitems .add {
    position: relative;
    width: 100%;
  }
  #ApplyFormReactContainer .tagfield__holder .add {
    position: relative;
    width: 100%;
  }
  #ApplyFormReactContainer .button {
    font-size: 0.875rem;
  }
  #ApplyFormReactContainer label {
    font-size: 16px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fthermotex24%2Fscss%2Fpages%2F_applicationform.scss%22%2C%22%2Fthemes%2Fthermotex24%2Fscss%2Fpages%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADRE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */