  
.absolute {
  position: absolute
}

.relative {
  position: relative
}

.z-50 {
  z-index: 50
}

.mr-1 {
  margin-right: .25rem
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline-flex {
  display: inline-flex
}

.hidden {
  display: none
}

.h-4 {
  height: 1rem
}

.w-8 {
  width: 2rem
}

.w-full {
  width: 100%
}

.items-center {
  align-items: center
}

.rounded {
  border-radius: .25rem
}

.border-none {
  border-style: none
}

.bg-\[\#005590\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 144 / var(--tw-bg-opacity))
}

.fill-current {
  fill: currentColor
}

.p-1 {
  padding: .25rem
}

.p-2 {
  padding: .5rem
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

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

.pt-2 {
  padding-top: .5rem
}

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

.font-semibold {
  font-weight: 600
}

.text-\[\#FFFFFF\],.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.hover\:bg-\[\#005590\]\/70:hover {
  background-color: #005590b3
}

.hover\:no-underline:hover {
  text-decoration-line: none
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

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