*, *::before, *::after {
  box-sizing: border-box;
}

.root {
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, 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;
}

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

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  padding: 0;
}

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;
}

button {
  background-color: transparent;
  background-image: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

html {
  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';
  line-height: 1.5;
}

html {
  font-family: inherit;
  line-height: inherit;
}

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

hr {
  border-top-width: 1px;
}

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

table {
  border-collapse: collapse;
}

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

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

button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

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

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

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

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

.flex-col {
  flex-direction: column;
}

.group:hover .group-hover\:block {
  display: block;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.h-screen {
  height: 100vh;
}

.h-8 {
  height: 2rem;
}

.p-4 {
  padding: 1rem;
}

.w-60 {
  width: 15rem;
}

.w-80\% {
  width: 80%;
}

.w-4 {
  width: 1rem;
}

.justify-center {
  justify-content: center;
}

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

.gap-2 {
  gap: 0.5rem;
}

.bg-gray-800 {
  --gi-bg-opacity: 1;
  background-color: rgba(31,41,55,var(--gi-bg-opacity));
}

.bg-blue-800 {
  --gi-bg-opacity: 1;
  background-color: rgba(30,64,175,var(--gi-bg-opacity));
}

.w-8 {
  width: 2rem;
}

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

.border {
  border-width: 1px;
}

.justify-between {
  justify-content: space-between;
}

.w-95\% {
  width: 95%;
}

.rounded-l-lg {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.bg-\#091f3d {
  --gi-bg-opacity: 1;
  background-color: rgba(9,31,61,var(--gi-bg-opacity));
}

.block {
  display: block;
}

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

.border-gray-500 {
  --gi-border-opacity: 1;
  border-color: rgba(107,114,128,var(--gi-border-opacity));
}

.w-15 {
  width: 3.75rem;
}

.bg-gray-600 {
  --gi-bg-opacity: 1;
  background-color: rgba(75,85,99,var(--gi-bg-opacity));
}

.disabled\:text-gray-500:disabled {
  --gi-text-opacity: 1;
  color: rgba(107,114,128,var(--gi-text-opacity));
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.-ml-1 {
  margin-left: -0.25rem;
}

.bg-orange-800 {
  --gi-bg-opacity: 1;
  background-color: rgba(154,52,18,var(--gi-bg-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

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

.self-end {
  align-self: flex-end;
}

.bg-gray-900 {
  --gi-bg-opacity: 1;
  background-color: rgba(17,24,39,var(--gi-bg-opacity));
}

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

.hidden {
  display: none;
}

.bg-gray-700 {
  --gi-bg-opacity: 1;
  background-color: rgba(55,65,81,var(--gi-bg-opacity));
}

.list-disc {
  list-style-type: disc;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.self-start {
  align-self: flex-start;
}

.gap-4 {
  gap: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

.h-4 {
  height: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.h-15 {
  height: 3.75rem;
}

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

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

.grow {
  flex-grow: 1;
}

.bg-\#eee {
  --gi-bg-opacity: 1;
  background-color: rgba(238,238,238,var(--gi-bg-opacity));
}

.bg-green-800 {
  --gi-bg-opacity: 1;
  background-color: rgba(22,101,52,var(--gi-bg-opacity));
}