.btn-multidom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn-multidom-yellow {
  background: #FEDA23;
  color: #062139;
  border-color: #FEDA23;
  box-shadow: 0 2px 8px rgba(6, 33, 57, 0.08);
}

.btn-multidom-yellow:hover,
.btn-multidom-yellow:focus {
  background: #EBC817;
  border-color: #EBC817;
  color: #062139;
}

.btn-multidom-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
}

.btn-multidom-outline:hover,
.btn-multidom-outline:focus {
  background: #fff;
  color: #062139;
}

.btn-clear {
  background: transparent;
  border: 0;
  outline: 0;
}

.btn-icon,
.btn-icon svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

input,
select,
textarea {
  outline: none;
}/*# sourceMappingURL=inputs.css.map */