.book-a-stand-form {
  padding-top: 30px;
}


.form-control,
.form-select,
.select2-selection__rendered {
  height: 40px;
  line-height: 42px;
  width: 100%;
  margin: 0;
  border: 1px solid #69727d;
  outline: 0;
  font-weight: 400;
  font-family: inherit;
  border-radius: 3px;
  padding: 0 15px;
  background-color: #fff;
  color: #111111;
  transition: 0.2s;
  box-shadow: none;
  font-size: 15px;
  vertical-align: middle;
  font-family: "Barlow", Sans-serif;
}

.select2-container {
  max-width: 100%;

}

textarea.form-control {
  height: 222px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  padding-block: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  min-width: 100%;
  line-height: 22px;

}

.form-label {
  font-size: 17px;
  font-weight: 500;
  color: var(--secondry-color);
}

.form-control:focus,
.select2-selection__rendered:focus {
  border: 1px dotted;
  box-shadow: none;
}

.select2-container .select2-selection--single {
  height: auto;
  padding: 0;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  width: 20px;
}

.form-control::placeholder {
  color: #666666ab;
  opacity: 1;
}

label {
  margin-bottom: 1.6em;
  color:
    rgb(75, 79, 88);
  font-size: 15px;
}

#e1 {
  background: url(../images/down-arrow.png) no-repeat center right;
  background-size: 15px;
  background-position: 98%;
}


.form-submit-btn {
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(86deg, #078243D6 0%, #002B68B3 60%);
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  font-weight: 600;












  &:hover {
    background-color: #3a3a3a;
    color: #fff;

  }
}