/* @tailwind base; */

.tw-fixed {
  position: fixed !important
}

.tw-z-10 {
  z-index: 10 !important
}

.tw-mx-\[20vh\] {
  margin-left: 20vh !important;
  margin-right: 20vh !important
}

.tw-mx-\[60vh\] {
  margin-left: 60vh !important;
  margin-right: 60vh !important
}

.tw-my-\[25vh\] {
  margin-top: 25vh !important;
  margin-bottom: 25vh !important
}

.tw-ms-\[-10px\] {
  margin-inline-start: -10px !important
}

.tw-ms-\[10vw\] {
  margin-inline-start: 10vw !important
}

.tw-mt-\[-12px\] {
  margin-top: -12px !important
}

.tw-mt-\[20vh\] {
  margin-top: 20vh !important
}

.tw-mt-\[25vh\] {
  margin-top: 25vh !important
}

.tw-mt-\[-20px\] {
  margin-top: -20px !important
}

.tw-inline-block {
  display: inline-block !important
}

.tw-h-\[100\%\] {
  height: 100% !important
}

.tw-h-full {
  height: 100% !important
}

.tw-max-h-\[30vh\] {
  max-height: 30vh !important
}

.tw-w-\[100\%\] {
  width: 100% !important
}

.tw-w-\[200px\] {
  width: 200px !important
}

.tw-w-\[25px\] {
  width: 25px !important
}

.tw-w-\[300px\] {
  width: 300px !important
}

.tw-w-\[400px\] {
  width: 400px !important
}

.tw-w-\[50\%\] {
  width: 50% !important
}

.tw-min-w-\[6ch\] {
  min-width: 6ch !important
}

.tw-cursor-pointer {
  cursor: pointer !important
}

.tw-gap-2 {
  gap: 0.5rem !important
}

.tw-gap-4 {
  gap: 1rem !important
}

.tw-overflow-y-auto {
  overflow-y: auto !important
}

.tw-rounded-full {
  border-radius: 9999px !important
}

.tw-rounded-ss-3xl {
  border-start-start-radius: 1.5rem !important
}

.tw-border-4 {
  border-width: 4px !important
}

.tw-border-b {
  border-bottom-width: 1px !important
}

.\!tw-border-\[\#8a0303\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(138 3 3 / var(--tw-border-opacity, 1)) !important
}

.tw-border-slate-50\/10 {
  border-color: rgb(248 250 252 / 0.1) !important
}

.tw-bg-\[\#8a0303\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(138 3 3 / var(--tw-bg-opacity, 1)) !important
}

.tw-bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3) !important
}

.tw-bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2) !important
}

.tw-bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1) !important
}

.tw-bg-slate-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1)) !important
}

.tw-bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6) !important
}

.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important
}

.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important
}

.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important
}

.tw-font-light {
  font-weight: 300 !important
}

.tw-font-semibold {
  font-weight: 600 !important
}

.tw-italic {
  font-style: italic !important
}

.tw-text-\[salmon\] {
  --tw-text-opacity: 1 !important;
  color: rgb(250 128 114 / var(--tw-text-opacity, 1)) !important
}

.tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important
}

.tw-text-cyan-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1)) !important
}

.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.\!tw-underline {
  text-decoration-line: underline !important
}

.tw-underline {
  text-decoration-line: underline !important
}

.hover\:tw-cursor-pointer:hover {
  cursor: pointer !important
}

.hover\:tw-bg-slate-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1)) !important
}

.dark\:tw-bg-gray-900:is(.tw-dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important
}

.dark\:\!tw-text-white:is(.tw-dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.dark\:tw-text-white:is(.tw-dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}
