.h3,
h3 {
  font-size: 18px;
}
.recruiter-detail-modal .modal-dialog {
  min-width: 400px;
  max-width: 900px;
  background-color: #f0f4f7;
}

.wrap-recruiter{
  box-shadow: 0px 0px 20px rgb(229 229 229);
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}

.wrap-recruiter.hover{
  border-radius: 8px;
}
.wrapper-banniere-offer {
  position: relative;
  height: 180px;
  background: url(../../img/front/banniere-provider.png) center no-repeat;
  box-sizing: border-box;
}
.wrapper-offer-details {
  margin-top: -175px;
  padding: 20px;
}
.technical-left-content.left-content ul li a,
.right-content ul li a {
  font-size: 12px;
  color: #0070c0;
  margin-bottom: 8px;
  display: block;
}
h1.header-title {
  font-size: 18px;
  padding-top: 15px;
  margin-bottom: 15px;
}
.header-title {
  border-bottom: 1px solid #ffc000;
  padding-bottom: 10px;
}
.header-title i {
  cursor: pointer;
}

.header-title i:hover {
  zoom: 1.1;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 15%), 0 0px 0px rgb(0 0 0 / 20%);
}

.h4,
h4 {
  font-size: 16px;
}
.step-form {
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
}
.step-form-content {
  width: 100%;
  z-index: 10;
}
.submit-block {
  align-self: flex-end;
  width: 100%;
}
.step-form .css-26l3qy-menu {
  z-index: 90;
  background-color: #332e2e;
}
.form-center-content {
  background-color: #ffffff;
  /* height: 100%; */
  box-shadow: 0 0 0 1px rgb(0 0 0 / 15%), 0 0px 0px rgb(0 0 0 / 20%);
  display: inline-block;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  /* border: 1px solid #dcdee0; */
  min-height: 350px;
  width: 100%;
}

.form-control {
  height: 100%;
  min-height: 43px;
}
.form-left {
  float: left;
  width: 34.6%;
  padding: 2em 3em 2em 2em;
  border-right: 1px solid #ffc000;
  position: relative;
  padding-left: 0px;
  padding-right: 10px;
}

.form-left h2 {
  font-size: 23px;
  color: #0070c0;
  font-weight: 100;
  margin-bottom: 0.65em;
  font-family: "Roboto Regular", sans-serif;
}

.grid-radio {
  margin: 1.5em;
  margin-left: 0;
}
.main-info p {
  font-size: 1em;
  color: #a0a0a0;
  font-weight: 100;
  font-family: "Roboto Regular", sans-serif;
}
.service-prev-suscription {
  margin-top: 25px;
  position: absolute;
  text-align: left;
}

span.middle-text {
  font-size: 1em;
  background: #ffc000;
  border-radius: 32px;
  color: #ffc000;
  padding: 0.7em;
  text-align: center;
  position: absolute;
  bottom: 10%;
  right: -5%;
}
.color-warninig {
  color: #8a6d3b !important;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.main-info .success-subscription p {
  /*   font-size: 14px;*/
  color: #332e2e;
  font-weight: 100;
}
.main-info .success-subscription p a {
  color: #0070c0;
  display: inline-block;
  margin-top: 15px;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  font-weight: 500;
}
.form-right {
  float: right;
  width: 64%;
  padding: 0.5em;
}
.grid-radio ul li a {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #444454;
  border: 1px solid;
  padding: 8px 10px;
}
.bootstrap-filestyle.input-group {
  border-radius: 50px;
}

.bootstrap-filestyle.input-group .btn {
  padding: 5px 12px;
}
.bootstrap-filestyle .icon-span-filestyle {
  margin-right: 5px;
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.bootstrap .badge {
  padding: 1px 5px;
  margin-left: 2px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  letter-spacing: 0.0625em;
  background-color: #00aff0;
  display: inline-block;
  min-width: 10px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px !important;
}
.technical-left-content {
  height: max-content;
}
/***/

@media (max-width: 768px) {
  .form-left {
    width: 100%;
    padding: 2em;
  }

  .form-right {
    width: 100%;
    padding: 2em;
    margin-top: 1em;
  }
}
.side-description{
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.recruiter-form-check input[type='checkbox']{
  position: relative;
  margin-bottom: 0;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.recruiter-form-check input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
  position: absolute;
   top: initial;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  content: "";
  -webkit-transform: rotate(
          45deg
  );
  -ms-transform: rotate(45deg);
  transform: rotate(
          45deg
  );