.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.custom-select .bf-ui-autocomplete {
  display: inline-block;
}
.custom-select input {
  display: block;
  width: 100%;
  height: 7.2rem;
  padding: 2.4rem 2.4rem;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #85858d;
  border: 1px solid lightgray;
}
.custom-check {
  border: 1px solid #bcbbbb;
  width: 17px;
  height: 17px;
  margin: 0px;
  margin-bottom: -3px;
  color: #1a1a1a;
  outline: none;
  cursor: pointer;
  background: white;
  display: inline-block;
}
input[type="checkbox"]:checked + .custom-check {
  background: url("/conf/images/my-check.png") no-repeat scroll 12px 0;
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.label-form select.input-form {
  padding: 17px 23px;
}
.label-form.error .control-error {
  color: red !important;
  background-color: red !important;
  display: block;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: white;
  transition: .3s all ease;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader-body {
  text-align: center;
}
.preloader-body p {
  position: relative;
  right: -8px;
}
.cssload-container {
  width: 100%;
  height: 36px;
  text-align: center;
}
.cssload-speeding-wheel {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 3px solid #02afff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: cssload-spin 0.88s infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
.autocomplete-incorrect-field input {
  background-color: lightgray;
}
.auth-captcha.label-form {
  margin-bottom: -40px;
  margin-top: 20px;
}
.auth-captcha-block {
  height: 70px;
  padding: 10px 0;
}
.auth-captcha-block img {
  height: 100%;
}
.country-select.ng-pristine option:nth-child(-n + 3),
.country-select option:nth-child(-n + 2) {
  font-weight: 700;
  color: #565656;
}
