a {
  text-decoration: none;
}
.show {
  display: block;
}
@media (max-width: 991px) {
  .mt-divers {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .mt-male {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .col-xs-6 {
    margin-top: 20px;
  }
}
.counter {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  text-align: right;
}
.dropzone {
  position: relative;
  border-radius: 4px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  box-sizing: border-box;
  min-height: 132px;
  height: 100%;
  background: #fff;
  padding: 20px;
}
.dropzone.optional {
  border-style: dashed;
  border-color: #bdbdbd;
}
.dropzone.bottom-padded {
  padding-bottom: 160px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone .dz-message {
  display: block;
  position: absolute;
  bottom: 10px;
  width: calc(100% -  20px * 2);
  text-align: center;
  max-width: 280px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: table;
}
.dropzone.dz-started .dz-message {
  bottom: 0;
}
.dropzone .dz-preview {
  margin-bottom: 0;
  background-color: #f9f9f9;
}
.dropzone .dz-preview + .dz-preview {
  margin-top: 0.5rem;
}
.dropzone .dz-preview button.close {
  font-size: 1.4rem;
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.dropzone .dz-preview .dz-details {
  position: relative;
  margin-bottom: 24px;
  margin-right: 20px;
  word-break: break-all;
}
.dropzone .dz-preview .dz-size {
  left: 0;
  bottom: -24px;
  position: absolute;
  width: 60px;
}
.dropzone .dz-preview .dz-size strong {
  font-weight: normal;
}
.dropzone .dz-preview .dz-error-message {
  display: none;
}
.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  display: none;
}
.dropzone .dz-preview .dz-progress {
  height: 6px;
  max-width: 140px;
  width: 140px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  height: inherit;
  width: 0;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.66);
}
.overlay .alert {
  min-width: 200px;
  max-width: 1000px;
  margin: 40vh auto;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
}
#contactImage img {
  width: 103px;
  height: auto;
  border-radius: 4px;
}
.grecaptcha-badge {
  visibility: hidden;
}
@keyframes spinner-line-fade-more {
  0%,
  100% {
    opacity: 0;
    /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-quick {
  0%,
  39%,
  100% {
    opacity: 0.25;
    /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-default {
  0%,
  100% {
    opacity: 0.22;
    /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@keyframes spinner-line-shrink {
  0%,
  25%,
  100% {
    /* minimum scale and opacity */
    transform: scale(0.5);
    opacity: 0.25;
  }
  26% {
    transform: scale(1);
    opacity: 1;
  }
}
.custom-control-label {
  display: inline;
}
.custom-control-label::before {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff !important;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff !important;
}
#companyLogo img {
  max-width: 100%;
}
input,
textarea,
#cv-dropper,
.custom-checkbox .custom-control-label::before {
  opacity: 0.85;
}
.dropdown-item:hover,
.dropdown-item:active {
  background-color: #3b5998;
  color: #fff;
}
.just {
  hyphens: auto;
  text-align: justify;
}
.bluebar {
  height: 28px;
  background-color: #3b5998;
}
.blackbar {
  height: 69px;
  background-color: #161819;
}
.row-full {
  width: 100vw !important;
  position: relative !important;
  margin-left: -50vw !important;
  left: 50% !important;
}
.ostendis-logo {
  display: inline-block;
  background: url(../image/ostendis-sprite.png) 0 -24px;
  margin-top: 1px;
  margin-right: 6px;
  background-size: 314px;
  width: 149px;
  height: 36px;
}
i.info-tooltip {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 1rem;
  display: inline-block;
  cursor: help;
}
.info-tooltip p,
.info-tooltip h1,
i.info-tooltip p,
i.info-tooltip h1 {
  display: none;
}
.mBoxContainer {
  border: 1px solid #dee2e6 !important;
}
.mBoxTitle {
  background-color: #6c757d !important;
}
.mBoxContent {
  background-color: #fff !important;
  width: 300px !important;
}
.sending-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: not-allowed;
}
.overlay-content {
  text-align: center;
}
body.sending-loading {
  overflow: hidden;
}
