*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

::before, ::after {
  --gi-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.min-w-9 {
  min-width: 2.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.w-4 {
  width: 1rem;
}

.w-12rem {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.space-y-2>:not([hidden])~:not([hidden]) {
  margin-top: 0.5rem;
}

.bg-blue-500 {
  --gi-bg-opacity: 1;
  background-color: rgba(59,130,246,var(--gi-bg-opacity));
}

.gap-2 {
  gap: 0.5rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.-top-1\.2em {
  top: -1.2em;
}

.tabular-nums {
  font-variant-numeric: tabular-nums;
}

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

.min-w-20 {
  min-width: 5rem;
}

.border {
  border-width: 1px;
}

.block {
  display: block;
}

.text-right {
  text-align: right;
}

.fixed {
  position: fixed;
}

.cursor-pointer {
  cursor: pointer;
}

.z-100 {
  z-index: 100;
}

.text-green-500 {
  --gi-text-opacity: 1;
  color: rgba(34,197,94,var(--gi-text-opacity));
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-white {
  --gi-text-opacity: 1;
  color: rgba(255,255,255,var(--gi-text-opacity));
}

.p-1 {
  padding: 0.25rem;
}

.h-100vh {
  height: 100vh;
}

.gap-1 {
  gap: 0.25rem;
}

.bg-\#ccffcc {
  --gi-bg-opacity: 1;
  background-color: rgba(204,255,204,var(--gi-bg-opacity));
}

.flex-grow {
  flex-grow: 1;
}

.hover\:bg-gray-200:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(229,231,235,var(--gi-bg-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.opacity-50 {
  opacity: 0.5;
}

.font-bold {
  font-weight: 700;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.bg-gray-300 {
  --gi-bg-opacity: 1;
  background-color: rgba(209,213,219,var(--gi-bg-opacity));
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.w-5rem {
  width: 5rem;
}

.top-0 {
  top: 0;
}

.justify-end {
  justify-content: flex-end;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.overflow-y-auto {
  overflow-y: auto;
}

.italic {
  font-style: italic;
}

.w-8rem {
  width: 8rem;
}

.hidden {
  display: none;
}

.w-20em {
  width: 20em;
}

.items-center {
  align-items: center;
}

.gap-4 {
  gap: 1rem;
}

.text-red-500 {
  --gi-text-opacity: 1;
  color: rgba(239,68,68,var(--gi-text-opacity));
}

@keyframes spin {

  .animate-spin from {
    transform: rotate(0);
  }
  
  .animate-spin to {
    transform: rotate(360deg);
  }

}

.relative {
  position: relative;
}

.inset-20\% {
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.h-4 {
  height: 1rem;
}

.right-0 {
  right: 0;
}

.bg-\#00000066 {
  background-color: #00000066;
}

.bg-white {
  --gi-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--gi-bg-opacity));
}

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

.underline {
  text-decoration: underline;
}

.absolute {
  position: absolute;
}

.grow {
  flex-grow: 1;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.-ml-3 {
  margin-left: -0.75rem;
}