.flex {
  display: flex;
}

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

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

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

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

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

.flex.leading-5 {
    line-height: 1.25rem;
}

.flex button {
  background-color: gray;
  color: white;
  border: none;
  margin: 0 15px;
  display: flex;
  padding: 5px;
}

.flex button:hover {
  background-color: gray;
}

img.h-8 {
  height: 2rem !important;
}

.flex.mb-4 {
    margin-bottom: 1rem;
}

.flex.rounded {
    border-radius: 0.25rem;
}

.flex.border {
    border: 1px solid gray;
}

.flex.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.flex.mt-8 {
    margin-top: 2rem;
}

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

.flex.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

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

.input-label {
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(75,85,99,var(--tw-text-opacity));
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.font-bold {
  font-weight: 700
}

.tracking-wide {
  letter-spacing: .025em
}

.mt-4 {
  margin-top: 1rem !important;
}

.button-block {
  display: block;
  margin-left: 0 !important;
}