.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100svh;
}
.\!min-h-full {
  min-height: 100% !important;
}
.\!min-h-screen {
  min-height: 100svh !important;
}
