.is-invalid {
  border: 1px solid #dc3545 !important;
  box-shadow: none !important;
}

// Select2
.select2 {
  &-selection {
    &.is-invalid {
      border: 1px solid #dc3545 !important;
    }
  }
}

// Error text
small {
  &.text-danger {
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }
}

.modal-dialog.modal-xl.modal-dialog-centered .modal-content {
    min-height: 65vh;
    min-height: 65dvh;
}