.u-hidden {
  display: none !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-auth-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-mt-1rem {
  margin-top: 1rem;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mb-12 {
  margin-bottom: 12px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-success-extra {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(40, 167, 69, 0.2);
}

.u-small-text {
  font-size: .8rem;
}

.u-ml-4 {
  margin-left: 4px;
}

.u-icon-3rem {
  font-size: 3rem;
}

.u-icon-3-5rem {
  font-size: 3.5rem;
}

.u-icon-4rem {
  font-size: 4rem;
}

.u-icon-muted {
  color: var(--nsf-muted);
}

.u-icon-primary {
  color: var(--nsf-primary);
}

.u-icon-error {
  color: var(--nsf-error);
}

.u-icon-success {
  color: var(--nsf-success);
}

.u-disabled-field {
  background-color: #f5f5f5 !important;
  cursor: not-allowed;
}

.u-warning-button {
  background-color: #ffc107 !important;
  color: #000 !important;
}

.u-admin-title-font {
  font-family: 'Unbounded', sans-serif;
}

.u-form-switch-wide {
  width: 3rem !important;
  height: 1.5rem !important;
}

.u-stock-input {
  width: 100px !important;
}

.u-preview-image {
  max-width: 300px;
  max-height: 200px;
  border-radius: 8px;
}

.u-thumb-image {
  max-width: 80px;
  max-height: 60px;
  border-radius: 4px;
}

.u-gallery-url {
  max-width: 250px;
}

.u-featured-preview {
  max-width: 200px;
  max-height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.u-event-map {
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.u-profile-sticky {
  top: 100px;
}

.u-invite-container {
  max-width: 680px;
}

.u-featured-hero-bg {
  background-image: var(--featured-hero-bg);
}

.u-order-user-linked {
  color: green;
  font-weight: bold;
}

.u-order-user-missing {
  color: red;
  font-weight: bold;
}

.u-text-error {
  color: red;
}

.admin-filter-narrow {
  max-width: 140px;
}

.admin-search-narrow {
  max-width: 320px;
}

.admin-scroll-75 {
  max-height: 75vh;
  overflow-y: auto;
}

.admin-cell-60 {
  width: 60px;
}

.admin-payment-mode {
  max-width: 180px;
}

.admin-scroll-160 {
  max-height: 160px;
  overflow-y: auto;
}

.admin-scroll-200 {
  max-height: 200px;
  overflow-y: auto;
}

.admin-scroll-220 {
  max-height: 220px;
  overflow-y: auto;
}
