.home-bg {
  background-image: url("/img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-carousel {
  height: calc(100vh - 87px) !important;
}

.owl-carousel .item {
  height: calc(100vh - 87px) !important;
  background: #4dc7a0;
  padding: 1rem;
}

.page-title {
  margin-top: 80px;
}

.needed {
  font-size: 8px;
  color: red;
}

.text-right {
  text-align: right;
}

.helper-icon {
  cursor: pointer;
}

.fw-semi-bold {
  font-weight: 600;
}

.br-0 {
  border-radius: 0px;
}

.ev-btn-primary {
  background: #002561;
  border-color: #002561;
  color: #fff;
}

.ev-btn-primary:hover {
  background: #011e4d;
  border-color: #011e4d;
  color: #fff;
}

.select2-selection--single {
  height: 42px !important;
  display: block;
  width: 100% !important;
  padding: 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(231, 234, 243, 0.7) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3125rem;
}

.select2-selection__rendered {
  color: #000 !important;
}

.select2-selection__arrow {
  top: 10px !important;
}

.select2-container {
  width: 100% !important;
}

.step .active .step-icon,
.step .active.is-valid .step-icon,
.step .visited .step-icon {
  color: #fff;
  background-color: #e84545;
}

.step .active .step-title,
.step .active.is-valid .step-title,
.step .visited .step-title {
  color: #e84545;
}

.step .is-valid .step-title {
  color: #e84545;
}

.step .is-valid .step-icon {
  color: #fff;
  background-color: #e84545;
}

.wizardH3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: color-mix(in srgb, #e84545, transparent 95%);
  color: #e84545;
  border-radius: 7px;
  display: inline-block;
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  border: #000000 1px solid;
  margin-right: 15px;
}

.select2-container--default .select2-selection--single.is-invalid {
  border-color: #dc3545 !important; /* Rouge */
}

.select2-container--default .select2-selection--single.is-valid {
  border-color: green !important; /* Rouge */
}

.iti {
  --iti-path-flags-1x: url("/img/flags.webp");
  --iti-path-flags-2x: url("/img/flags@2x.webp");
  --iti-path-globe-1x: url("/img/globe.webp");
  --iti-path-globe-2x: url("/img/globe@2x.webp");
  display: block;
}

.invalid-feedback {
  display: block !important;
}
