html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single.select2-selection-mre,
.select2-container--default .select2-selection--single.select2-selection-mre {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  min-height: 46px;
  height: 46px;
  padding: 0.55rem 1rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single.select2-selection-mre .select2-selection__rendered {
  color: #1E293B;
  line-height: 1.5;
  padding-left: 0;
  padding-right: 1.4rem;
}

.select2-container--default .select2-selection--single.select2-selection-mre .select2-selection__arrow {
  height: 44px;
  right: 8px;
}

.select2-container--default.select2-container--focus .select2-selection--single.select2-selection-mre,
.select2-container--default.select2-container--open .select2-selection--single.select2-selection-mre {
  border-color: #0038A8;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(0, 56, 168, 0.05);
}

.select2-dropdown.select2-dropdown-mre {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 0.45rem 0.65rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #0038A8;
  outline: none;
}