.select2 {
  min-width: 130px;
  width: 100% !important;
}

/* Example styles */

select {
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}

select option {
  padding: 5px;
  background-color: #f0f0f0;
  color: #333;
}

select option:hover {
  background-color: #e0e0e0;
}

select option:selected {
  background-color: #ccc;
  color: #fff;
}

.custom-btn:hover {
  background-color: #003e6c;
}

.g-recaptcha {
  overflow: hidden;
}

.ft-link {
  position: absolute;
  width: 40px;
  display: block;
}

