html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.validation-error {
    border: 1px solid red !important;
}

.invalid {
    border: 1px solid red !important;
}

.select2 {
    min-width: 200px;
}

.select2-dropdown {
    min-width: fit-content;
}

    .select2-dropdown .select2-results ul li {
        white-space: nowrap;
    }