* {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  background-color: #f5f5f5;
}

header,
footer {
  min-height: 80px;
}

.wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.h2,
h2 {
  font-size: calc(1rem + 0.9vw);
}
.h4,
h4 {
  font-size: calc(1rem + 0.3vw);
}

.card-buttons-row {
  display: flex;
  gap: 10px;
}

.card-buttons-row img {
  height: 1rem;
  transform: translateY(-10%);
}

.card-buttons-row .img-btn {
  position: relative;
}

.card-buttons-row form {
  display: flex;
  gap: 5px;
  max-width: 50%;
}

.card-buttons-row form input {
  width: 5em;
}

.card-buttons-row.form-hidden form {
  display: none;
}

.card-buttons-row:not(.form-hidden) .btn.show-reorder-form {
  display: none;
}

.h-300 {
  min-height: 300px !important;
}


