.form-select, .custom-select, .form-select:focus, .custom-select:focus {
  display: block;
  width: 100%;
  padding: 0.0rem 0.0rem 0.0rem 0.0rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #22262a;
  background-color: #eaedf0;
  background-image: url("../images/select-bg.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 116rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}