form .form-control,
form .form-control:focus {
  border-radius: 8px;
  background-color: #edf2fd;
  padding: 16px 24px;
}
form .form-control::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #666a88;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  height: auto;
  background-color: white;
  border-radius: 8px !important;
  position: relative;
  height: 56px;
  padding: 16px 24px;
}
.select2-container--default .select2-selection--multiple:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 20px;
  background-image: url("./img/selct2-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.select2-container--open .select2-selection--multiple:before {
  transform: rotate(180deg);
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #c3cad9;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.select2-container--default
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field::placeholder {
  color: #666a88;
  opacity: 1;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  position: absolute;
  font-size: 16px;
  color: #666a88;
}
.select2-container--default .proudcts-list .select2-results__option:before,
.select2-container--default
  .proudcts-list
  .select2-results__option[aria-selected="true"]:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  right: 20px;
  background: #fafafa;
  border: 1px solid #8dade0;
  border-radius: 4px;
  z-index: 1;
}
.select2-container--default
  .proudcts-list
  .select2-results__option.select2-results__option--selected:before {
  background-image: url("./img/checked-box.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
.select2-container--default .proudcts-list .select2-results__option--selected {
  background-color: #edf2fd;
}
.proudcts-list.select2-dropdown {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 8px;
  top: 16px;
}
.proudcts-list .select2-search {
  display: none;
}
.proudcts-list .select2-results__option {
  padding: 16px 24px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #edf2fd;
  color: #666a88;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 392px;
}
label {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #5a7184;
}

#preferredBank-error,
#promoCode-error,
#preferredProduct-error {
  position: absolute;
  bottom: -55px;
}

#preferredBank,
#promoCode,
#preferredProduct {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #c3cad9;
  border-radius: 8px;
}

.top_hea {
  padding-top: 35px;
}
.qwef_d a {
  text-decoration: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  right: 1rem;
  transform: translate(0%, -50%);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  font-size: 16px;
  line-height: unset;
}
