.form-horizontal .form-control {
  height: auto;
  padding: 10px;
}

.input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-group {
  width: 100%;
}

.no-mgl {
  margin-left: 0 !important;
}

.no-pdl {
  padding-left: 0 !important;
}

.no-mgr {
  margin-right: 0 !important;
}

.no-pdr {
  padding-right: 0 !important;
}

.header-focus {
  display: none;
}

.recaptcha-container {
  display: flex;
  justify-content: center;
}

#country, #city {
  height: 46px !important;
}

input:read-only, select:disabled {
  background-color: #c1bdbd !important;
  border: #c1bdbd !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #c1bdbd !important;
  opacity: 1;
}

.list_phone {
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

/* Address Autocomplete */
.autocomplete-wrap {
  position: relative;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.autocomplete-item:last-child {
  border-bottom: none;
}

.autocomplete-item:hover,
.autocomplete-item.active {
  background: #f8f9fa;
}