.navbar {
  padding: 0.2rem 1rem;
}

.new-order-field {
  background-color: white;
  border-radius: 10px;
  border-color: black;
}

.new-order-summary-bar {
  background-color: #008a5e;
  padding: 5px 15px;
  color: white;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  margin: 0 2vw;
}

.thin-vr {
  display: inline-block;
  align-self: stretch;
  width: 0.1px;
  min-height: 1em;
  background-color: currentcolor;
}

.new-order-colorway-box {
  background-color: #008a5e;
  color: white;
}

.rounded-check>input[type=checkbox] {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid black;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  position: relative;
  margin-right: 3px;
}

.rounded-check>input[type=checkbox]:checked {
  background-color: #008a5e;
  --bs-form-check-bg-image: none;
}

.rounded-check>input[type=checkbox]:not(:checked)+label>div {
  opacity: 0.5;
}

.rounded-check>input[type=checkbox]:checked+label>div {
  opacity: 1;
}

.squared-blue-check>input[type=checkbox] {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid black;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  position: relative;
  margin-right: 3px;
}

.squared-blue-check>input[type=checkbox]:checked {
  background-color: #008a5e;
  --bs-form-check-bg-image: none;
}

.squared-blue-check>input[type=checkbox]:not(:checked)+label>div {
  opacity: 0.5;
}

.squared-blue-check>input[type=checkbox]:checked+label>div {
  opacity: 1;
}

.form-check-label {
  display: flex;
  align-items: center;
}

.check-label {
  margin-bottom: 0;
}

.btn-primary {
  background-color: #008a5e;
  border: none;
}

.bg-dark-green {
  background-color: #008a5e;
  color: white;
}

.bg-light-green {
  background-color: #b3dccf;
}

.order-table-cell {
  display: flex;
  align-items: center;
}

.order-table-row {
  min-height: 5vh;
}

.page-link {
  color: black;
}

.page-link:hover {
  color: black;
}

.page-item.active .page-link {
  background-color: #008a5e;
  border-color: #008a5e;
}

.ouval-action-button {
  border-radius: 15px;
  background-color: #008a5e;
  color: white;
  border: 1px solid white;
  padding: 2px 10px;
}

.button-gap {
  gap: 0.3vw;
}

.order-action-button {
  border-radius: 15px;
  height: max-content;
  background-color: #008a5e;
  color: white !important;
}

.login-card {
  margin: 0 auto;
  height: 100vh;
  max-width: 570px !important;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-body {
  background-image: url('/static/bg_green.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.jumbotron {
  background-color: transparent;
  padding: 16px;
}

.navbar {
  padding: 2px;
}

body>.container {
  padding: 2rem 2rem;
}