.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.min-w-100px {
  min-width: 100px !important;
}
.min-w-150px {
  min-width: 150px !important;
}
.min-w-200px {
  min-width: 200px !important;
}
.w-fit-content {
  width: fit-content !important;
}
.w-min-content {
  width: min-content !important;
}
.w-max-content {
  width: max-content !important;
}
.w-auto {
  width: auto !important;
}

.mw-fit-content {
  max-width: fit-content !important;
}
.mw-min-content {
  max-width: min-content !important;
}
.mw-max-content {
  max-width: max-content !important;
}
.mw-auto {
  max-width: auto !important;
}

.dropdown-menu {
  display: none !important;
}
.dropdown-menu.show {
  display: initial !important;
}

.logo-login {
  max-height: 4rem;
  margin-top: -5rem;
  margin-bottom: 1rem;
}

.tooltip {
  z-index: 9999;
}

.offset-right-12 {
  margin-right: 100%;
}
.offset-right-11 {
  margin-right: 91.66666667%;
}
.offset-right-10 {
  margin-right: 83.33333333%;
}
.offset-right-9 {
  margin-right: 75%;
}
.offset-right-8 {
  margin-right: 66.66666667%;
}
.offset-right-7 {
  margin-right: 58.33333333%;
}
.offset-right-6 {
  margin-right: 50%;
}
.offset-right-5 {
  margin-right: 41.66666667%;
}
.offset-right-4 {
  margin-right: 33.33333333%;
}
.offset-right-3 {
  margin-right: 25%;
}
.offset-right-2 {
  margin-right: 16.66666667%;
}
.offset-right-1 {
  margin-right: 8.33333333%;
}
.offset-right-0 {
  margin-right: 0;
}
