#banner_top .col-form .inner {
  padding: 32px 23px;
  box-shadow: -2.08px 5.19px 35.3px 0px #0000001A;
  border-radius: 20px;
  background: rgba(255, 255, 255, .9)
}

.col-form .chp label {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}

.col-form .chp label {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}

.form-wrap .modal{
  text-align: center;
}
.form-wrap .modal .title{
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 32px !important;
}
.col-form .chp label span {
  color: #FF0000;
}

.blc-chp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.blc-chp .chp {
  padding: 0 10px;
  margin-bottom: 27px;
}

.blc-chp .chp.chp-nom {
  position: relative;
}

.blc-chp .chp.chp-nom:after {
  content: '';
  width: 12px;
  height: 8px;
  position: absolute;
  right: 23px;
  top: 36px;
  background: url(../images/ai/arrow-chp.svg)center no-repeat;
  opacity: .5;
}

.chp.w-100 {
  width: 100%;
}

.chp.w-50 {
  width: 50%;
}

.chp .form-control {
  height: 40px;
  border-radius: 9px;
  border: 1px solid #1E193C1F;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  outline: none;
  display: block;
}

.blc-chp .chp.chp-nom .form-control {
  padding-right: 30px;
}

.chp textarea.form-control {
  height: 132px;
  resize: none;
}

.chp ::-webkit-input-placeholder {
  opacity: 1;
  color: #8D8C8D;
}

.chp ::-moz-placeholder {
  opacity: 1;
  color: #8D8C8D;
}

.chp ::-ms-input-placeholder {
  opacity: 1;
  color: #8D8C8D;
}

.blc-checkbox {
  margin-bottom: 27px;
}

.blc-checkbox span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #8D8C8D;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.blc-checkbox span.rgpd:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #8D8C8D;
  left: 0;
  top: 3px;
  position: absolute;
}

.blc-checkbox span.rgpd:after {
  content: "";
  width: 15px;
  height: 17px;
  position: absolute;
  left: 3px;
  top: -3px;
  background: url(../images/ai/ico-check.svg)center no-repeat;
  opacity: 0;
}

.blc-checkbox input {
  position: absolute;
  opacity: 0;
}

.blc-checkbox span a {
  color: var(--light-purple);
}

.blc-checkbox span a:hover {
  color: var(--pink);
}

.blc-checkbox label {
  display: flex;
  flex-direction: column-reverse;
}

.blc-checkbox input:checked + span:after {
  opacity: 1;
}

.btn-send {
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 14px;
  width: 100%;
}

.btn-send span {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: block;
  margin-left: 5px;
}

.btn-send span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  background-image: url(../images/ai/arrow-btn.svg);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  opacity: 1;
}

.btn-send span:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  background-image: url(../images/ball_svg.svg);
  width: 40px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s ease;
}

.btn-send:hover span:before {
  opacity: 1;
}

.btn-send:hover span {
  width: 40px;
}

.btn-send:hover span:after {
  right: -50px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .chp.w-50 {
    width: 100%;
  }

  #banner_top .col-form .inner {
    padding: 32px 12px;
  }

  .blc-chp .chp,
  .blc-checkbox {
    margin-bottom: 20px;
  }

  .chp textarea.form-control {
    height: 142px;
  }

  .btn-send {
    font-size: 18px;
    padding: 24px 20px;
  }
}

.autocomplete-dropdown {
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 235px;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  display: none;
  margin-top: -1px;
}

.autocomplete-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
}

.autocomplete-item:hover {
  background-color: #f5f5f5;
}

.autocomplete-item.active {
  background-color: #e8f4f8;
}

.autocomplete-item strong {
  color: #333;
  display: block;
}

.autocomplete-item small {
  color: #666;
  display: block;
  margin-top: 3px;
}

.chp-nom {
  position: relative;
}

.autocomplete-loading {
  padding: 10px;
  text-align: center;
  color: #666;
}

.autocomplete-item .highlight {
  color: var(--light-purple);
  font-weight: 600;
}

.iti__no-results {
  padding: 10px 0;
}

.iti__search-input,
.iti__country-name,
.iti__dial-code,
.iti__no-results {
  font-size: 12px;
}

.iti__search-input {
  padding-top: 10px;
  padding-bottom: 10px;
}

#error-tel {
  color: #dc3545;
  font-size: 0.875rem;
  display: block;
  margin-top: 5px;
}
