.u-text-end {
  text-align: right !important;
}

.u-pad-left-50 {
  padding-left: 50px;
}

.u-font-small-italic {
  font-size: small;
  font-style: italic;
}

.u-max-height-200-overflow-auto {
  max-height: 200px;
  overflow: auto;
}

.u-max-height-360-overflow-auto {
  max-height: 360px;
  overflow: auto;
}

.u-max-height-500-overflow-auto-small {
  max-height: 500px;
  overflow: auto;
  font-size: 0.78rem;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-width-40 {
  width: 40px;
}

.u-width-60 {
  width: 60%;
}

.u-width-80 {
  width: 80%;
}

.u-width-100 {
  width: 100%;
}

.u-min-width-50-width-0 {
  min-width: 50%;
  width: 0;
}

.u-min-width-260 {
  min-width: 260px;
}

.u-width-280 {
  width: 280px;
}

.u-max-width-200 {
  max-width: 200px;
}

.u-max-width-130 {
  max-width: 130px;
}

.u-font-size-90 {
  font-size: 0.9em;
}

.u-font-size-85 {
  font-size: 0.85em;
}

.u-logo-preview {
  width: 350px;
  height: 150px;
  object-fit: contain;
}

.u-logo-max-height-100 {
  max-height: 100px;
}

.u-cursor-pointer {
  cursor: pointer;
}
