/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, ::after, ::before {
  box-sizing: border-box
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

table {
  text-indent: 0;
  border-color: inherit
}

button, input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  text-transform: none
}

[type=button], button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

h5 {
  margin: 0
}

button {
  background-color: transparent;
  background-image: none
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0
}

*, ::after, ::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor
}

input::placeholder {
  opacity: 1;
  color: #9ca3af
}

button {
  cursor: pointer
}

table {
  border-collapse: collapse
}

h5 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

button, input {
  padding: 0;
  line-height: inherit;
  color: inherit
}

[hidden] {
  display: none
}

*, ::after, ::before {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.absolute {
  position: absolute
}

.top-0 {
  top: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.m-1 {
  margin: .25rem
}

.m-2 {
  margin: .5rem
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto
}

.mt-3 {
  margin-top: .75rem
}

.mt-auto {
  margin-top: auto
}

.mr-0 {
  margin-right: 0
}

.mr-1 {
  margin-right: .25rem
}

.mr-2 {
  margin-right: .5rem
}

.mr-auto {
  margin-right: auto
}

.mb-0 {
  margin-bottom: 0
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-3 {
  margin-bottom: .75rem
}

.-mb-0 {
  margin-bottom: 0
}

.-mb-9 {
  margin-bottom: -2.25rem
}

.ml-3 {
  margin-left: .75rem
}

.ml-4 {
  margin-left: 1rem
}

.ml-auto {
  margin-left: auto
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-x-1 {
  column-gap: 4px;
}

.gap-x-4 {
  column-gap: 16px;
}

.gap-y-2 {
  row-gap: 8px;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.block {
  display: block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.w-1 {
  width: .25rem
}

.w-32 {
  width: 8rem
}

.w-40 {
  width: 10rem
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.w-fit {
  width: fit-content;
}

.table-auto {
  table-layout: auto
}

.border-collapse {
  border-collapse: collapse
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes ping {
  100%, 75% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1)
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }
}

.cursor-pointer {
  cursor: pointer
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr))
}

.col-span-1 {
  grid-column: span 1/span 1
}

.col-span-2 {
  grid-column: span 2/span 2
}

.col-span-3 {
  grid-column: span 3/span 3
}

.col-span-4 {
  grid-column: span 4/span 4
}

.flex-wrap {
  flex-wrap: wrap
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between;
}

.whitespace-nowrap {
  white-space: nowrap
}

.border-2 {
  border-width: 2px
}

.border-b {
  border-bottom-width: 1px
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.p-2 {
  padding: .5rem
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.pr-1 {
  padding-right: .25rem
}

.pr-2 {
  padding-right: .5rem
}

.pr-3 {
  padding-right: .75rem
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.align-middle {
  vertical-align: middle
}

.font-medium {
  font-weight: 500
}

*, ::after, ::before {
  --tw-shadow: 0 0 #0000
}

*, ::after, ::before {
  --tw-ring-inset: var(--tw-empty, );
  /*!*/
  /*!*/
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

@media(min-width:693px) {
  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .sm\:px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-start {
    justify-content: start;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto !important;
  }

}

@media (min-width: 768px) {
  .md\:justify-start {
    justify-content: start;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-32 {
    width: 8rem;
  }
  
  .md\:w-80 {
    width: 20rem;
  }

  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }
}

@media (min-width: 800px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:hidden {
    display: none;
  }
  .md\:block {
    display: block;
  }

}

@media (min-width: 1024px) {
  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:hidden {
    display: none;
  }
}

.items-center {
  align-items: center;
}

.ms-auto {
  margin-inline-start: auto;
}

a.hover\:opacity-70:hover,select.hover\:opacity-70:hover  {
  opacity: 70%;
}

.grow {
  flex-grow: 1;
}
