/*****************************
 * top-level stylesheet for login flow
 *****************************/
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
input[type=range].range-slider {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: calc(4.25em);
  padding: 0.375rem 0;
  line-height: 1.5;
  font: 1rem/1 arial, sans-serif;
  color: #ced4da;
  background-clip: padding-box;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  position: relative;
}
input[type=range].range-slider::-moz-focus-outer {
  outline: none;
  border: none;
}
input[type=range].range-slider::-moz-focusring {
  outline: none;
}
input[type=range].range-slider.range-slider--sm {
  height: calc(4em);
  padding: 0.25rem 0;
  font-size: 0.875rem;
}
input[type=range].range-slider.range-slider--lg {
  height: calc(4.5em);
  padding: 0.5rem 0;
  font-size: 1.25rem;
}
input[type=range].range-slider::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  height: 4px;
  background: #ced4da;
  border-radius: 2px;
}
input[type=range].range-slider::-moz-range-track {
  box-sizing: border-box;
  border: none;
  height: 4px;
  background: #ced4da;
  border-radius: 2px;
}
input[type=range].range-slider::-ms-track {
  box-sizing: border-box;
  border: none;
  height: 4px;
  background: #ced4da;
  border-radius: 2px;
}
input[type=range].range-slider::-ms-fill-lower {
  box-sizing: border-box;
  border: none;
  height: 4px;
  background: #ced4da;
  border-radius: 2px;
}
input[type=range].range-slider::-ms-track {
  color: transparent;
}
input[type=range].range-slider.range-slider--lg::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 3px;
}
input[type=range].range-slider.range-slider--lg::-moz-range-track {
  height: 6px;
  border-radius: 3px;
}
input[type=range].range-slider.range-slider--lg::-ms-track {
  height: 6px;
  border-radius: 3px;
}
input[type=range].range-slider.range-slider--lg::-ms-fill-lower {
  height: 6px;
  border-radius: 3px;
}
input[type=range].range-slider.disabled::-webkit-slider-runnable-track {
  background: #e9e9e9;
  cursor: not-allowed;
}
input[type=range].range-slider.disabled::-moz-range-track {
  background: #e9e9e9;
  cursor: not-allowed;
}
input[type=range].range-slider.disabled::-ms-track {
  background: #e9e9e9;
  cursor: not-allowed;
}
input[type=range].range-slider.range-slider--primary::-webkit-slider-thumb {
  background: #007bff;
}
input[type=range].range-slider.range-slider--primary::-moz-range-thumb {
  background: #007bff;
}
input[type=range].range-slider.range-slider--primary::-ms-thumb {
  background: #007bff;
}
input[type=range].range-slider.range-slider--primary:not(.disabled):focus::-webkit-slider-thumb,
input[type=range].range-slider.range-slider--primary:not(.disabled):active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input[type=range].range-slider.range-slider--primary:not(.disabled):focus::-moz-range-thumb,
input[type=range].range-slider.range-slider--primary:not(.disabled):active::-moz-range-thumb {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input[type=range].range-slider.range-slider--primary:not(.disabled):focus::-ms-thumb,
input[type=range].range-slider.range-slider--primary:not(.disabled):active::-ms-thumb {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input[type=range].range-slider.range-slider--secondary::-webkit-slider-thumb {
  background: #6c757d;
}
input[type=range].range-slider.range-slider--secondary::-moz-range-thumb {
  background: #6c757d;
}
input[type=range].range-slider.range-slider--secondary::-ms-thumb {
  background: #6c757d;
}
input[type=range].range-slider.range-slider--secondary:not(.disabled):focus::-webkit-slider-thumb,
input[type=range].range-slider.range-slider--secondary:not(.disabled):active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}
input[type=range].range-slider.range-slider--secondary:not(.disabled):focus::-moz-range-thumb,
input[type=range].range-slider.range-slider--secondary:not(.disabled):active::-moz-range-thumb {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}
input[type=range].range-slider.range-slider--secondary:not(.disabled):focus::-ms-thumb,
input[type=range].range-slider.range-slider--secondary:not(.disabled):active::-ms-thumb {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}
input[type=range].range-slider.range-slider--success::-webkit-slider-thumb {
  background: #28a745;
}
input[type=range].range-slider.range-slider--success::-moz-range-thumb {
  background: #28a745;
}
input[type=range].range-slider.range-slider--success::-ms-thumb {
  background: #28a745;
}
input[type=range].range-slider.range-slider--success:not(.disabled):focus::-webkit-slider-thumb,
input[type=range].range-slider.range-slider--success:not(.disabled):active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
input[type=range].range-slider.range-slider--success:not(.disabled):focus::-moz-range-thumb,
input[type=range].range-slider.range-slider--success:not(.disabled):active::-moz-range-thumb {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
input[type=range].range-slider.range-slider--success:not(.disabled):focus::-ms-thumb,
input[type=range].range-slider.range-slider--success:not(.disabled):active::-ms-thumb {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
input[type=range].range-slider.range-slider--danger::-webkit-slider-thumb {
  background: #dc3545;
}
input[type=range].range-slider.range-slider--danger::-moz-range-thumb {
  background: #dc3545;
}
input[type=range].range-slider.range-slider--danger::-ms-thumb {
  background: #dc3545;
}
input[type=range].range-slider.range-slider--danger:not(.disabled):focus::-webkit-slider-thumb,
input[type=range].range-slider.range-slider--danger:not(.disabled):active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
input[type=range].range-slider.range-slider--danger:not(.disabled):focus::-moz-range-thumb,
input[type=range].range-slider.range-slider--danger:not(.disabled):active::-moz-range-thumb {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
input[type=range].range-slider.range-slider--danger:not(.disabled):focus::-ms-thumb,
input[type=range].range-slider.range-slider--danger:not(.disabled):active::-ms-thumb {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
input[type=range].range-slider.range-slider--warning::-webkit-slider-thumb {
  background: #ffc107;
}
input[type=range].range-slider.range-slider--warning::-moz-range-thumb {
  background: #ffc107;
}
input[type=range].range-slider.range-slider--warning::-ms-thumb {
  background: #ffc107;
}
input[type=range].range-slider.range-slider--warning:not(.disabled):focus::-webkit-slider-thumb,
input[type=range].range-slider.range-slider--warning:not(.disabled):active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
input[type=range].range-slider.range-slider--warning:not(.disabled):focus::-moz-range-thumb,
input[type=range].range-slider.range-slider--warning:not(.disabled):active::-moz-range-thumb {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
input[type=range].range-slider.range-slider--warning:not(.disabled):focus::-ms-thumb,
input[type=range].range-slider.range-slider--warning:not(.disabled):active::-ms-thumb {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
input[type=range].range-slider.range-slider--info::-webkit-slider-thumb {
  background: #17a2b8;
}
input[type=range].range-slider.range-slider--info::-moz-range-thumb {
  background: #17a2b8;
}
input[type=range].range-slider.range-slider--info::-ms-thumb {
  background: #17a2b8;
}
input[type=range].range-slider.range-slider--info:not(.disabled):focus::-webkit-slider-thumb,
input[type=range].range-slider.range-slider--info:not(.disabled):active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}
input[type=range].range-slider.range-slider--info:not(.disabled):focus::-moz-range-thumb,
input[type=range].range-slider.range-slider--info:not(.disabled):active::-moz-range-thumb {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}
input[type=range].range-slider.range-slider--info:not(.disabled):focus::-ms-thumb,
input[type=range].range-slider.range-slider--info:not(.disabled):active::-ms-thumb {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}
input[type=range].range-slider.range-slider--light::-webkit-slider-thumb {
  background: #f8f9fa;
}
input[type=range].range-slider.range-slider--light::-moz-range-thumb {
  background: #f8f9fa;
}
input[type=range].range-slider.range-slider--light::-ms-thumb {
  background: #f8f9fa;
}
input[type=range].range-slider.range-slider--light:not(.disabled):focus::-webkit-slider-thumb,
input[type=range].range-slider.range-slider--light:not(.disabled):active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.25);
}
input[type=range].range-slider.range-slider--light:not(.disabled):focus::-moz-range-thumb,
input[type=range].range-slider.range-slider--light:not(.disabled):active::-moz-range-thumb {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.25);
}
input[type=range].range-slider.range-slider--light:not(.disabled):focus::-ms-thumb,
input[type=range].range-slider.range-slider--light:not(.disabled):active::-ms-thumb {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.25);
}
input[type=range].range-slider.range-slider--dark::-webkit-slider-thumb {
  background: #343a40;
}
input[type=range].range-slider.range-slider--dark::-moz-range-thumb {
  background: #343a40;
}
input[type=range].range-slider.range-slider--dark::-ms-thumb {
  background: #343a40;
}
input[type=range].range-slider.range-slider--dark:not(.disabled):focus::-webkit-slider-thumb,
input[type=range].range-slider.range-slider--dark:not(.disabled):active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
input[type=range].range-slider.range-slider--dark:not(.disabled):focus::-moz-range-thumb,
input[type=range].range-slider.range-slider--dark:not(.disabled):active::-moz-range-thumb {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
input[type=range].range-slider.range-slider--dark:not(.disabled):focus::-ms-thumb,
input[type=range].range-slider.range-slider--dark:not(.disabled):active::-ms-thumb {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
input[type=range].range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  background: #007bff;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: box-shadow 0.5s ease;
  margin-top: -8px;
}
input[type=range].range-slider::-moz-range-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  background: #007bff;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: box-shadow 0.5s ease;
}
input[type=range].range-slider::-ms-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  background: #007bff;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: box-shadow 0.5s ease;
  margin-top: 0;
}
input[type=range].range-slider.range-slider--sm::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  margin-top: -6px;
}
input[type=range].range-slider.range-slider--sm::-moz-range-thumb {
  height: 16px;
  width: 16px;
}
input[type=range].range-slider.range-slider--sm::-ms-thumb {
  height: 16px;
  width: 16px;
  margin-top: 0;
}
input[type=range].range-slider.range-slider--lg::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  margin-top: -9px;
}
input[type=range].range-slider.range-slider--lg::-moz-range-thumb {
  height: 24px;
  width: 24px;
}
input[type=range].range-slider.range-slider--lg::-ms-thumb {
  height: 24px;
  width: 24px;
  margin-top: 0;
}
input[type=range].range-slider.disabled::-webkit-slider-thumb {
  background: #e9e9e9;
  cursor: not-allowed;
}
input[type=range].range-slider.disabled::-moz-range-thumb {
  background: #e9e9e9;
  cursor: not-allowed;
}
input[type=range].range-slider.disabled::-ms-thumb {
  background: #e9e9e9;
  cursor: not-allowed;
}
input[type=range].range-slider::-ms-tooltip {
  display: none;
}
.range-slider__wrap {
  position: relative;
  display: block;
  height: calc(4.25em);
}
.range-slider__wrap .range-slider__tooltip {
  display: block;
  position: absolute;
  width: 0;
  height: 26px;
  text-align: center;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.15s linear;
  z-index: 1070;
}
.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--top {
  bottom: calc(15.525em);
  top: auto;
}
.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--bottom {
  top: calc(15.525em);
  bottom: auto;
}
.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--on {
  opacity: 0.9;
}
.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--on.range-slider__tooltip--disabled {
  opacity: 0.25;
}
.range-slider__wrap .range-slider__tooltip .range-slider__tooltip__label {
  position: absolute;
  transform: translateX(-50%);
  max-width: 200px;
  padding: 0 0.5rem;
  height: 26px;
  line-height: 26px;
  color: white;
  text-align: center;
  background-color: black;
  opacity: 0.9;
  border-radius: 0.25rem;
  box-sizing: border-box;
  font-size: 0.875rem;
  white-space: nowrap;
}
.range-slider__wrap .range-slider__tooltip .range-slider__tooltip__caret {
  position: absolute;
  transform: translateX(-50%);
  display: block;
  width: 0.8rem;
  height: 0.4rem;
  opacity: 0.9;
}
.range-slider__wrap .range-slider__tooltip .range-slider__tooltip__caret::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  left: 0;
}
.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--top .range-slider__tooltip__caret {
  bottom: -0.4rem;
}
.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--top .range-slider__tooltip__caret::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: black;
}
.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--bottom .range-slider__tooltip__caret {
  top: -0.4rem;
}
.range-slider__wrap .range-slider__tooltip.range-slider__tooltip--bottom .range-slider__tooltip__caret::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: black;
}
.range-slider__wrap.range-slider__wrap--sm {
  height: calc(4em);
  font-size: 0.875rem;
}
.range-slider__wrap.range-slider__wrap--sm .range-slider__tooltip--top {
  bottom: calc(13.4em);
}
.range-slider__wrap.range-slider__wrap--sm .range-slider__tooltip--bottom {
  top: calc(13.4em);
}
.range-slider__wrap.range-slider__wrap--lg {
  height: calc(4.5em);
  font-size: 1.25rem;
}
.range-slider__wrap.range-slider__wrap--lg .range-slider__tooltip--top {
  bottom: calc(17.65em);
}
.range-slider__wrap.range-slider__wrap--lg .range-slider__tooltip--bottom {
  top: calc(17.65em);
}
.range-slider__wrap:hover .range-slider__tooltip:not(.range-slider__tooltip--off):not(.range-slider__tooltip--disabled) {
  opacity: 0.9;
}
.range-slider__wrap:hover .range-slider__tooltip--disabled:not(.range-slider__tooltip--off) {
  opacity: 0.25;
}
body {
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
}
.build-id {
  position: absolute;
  color: #e9e9e9;
  right: 0;
  z-index: 100;
}
h1.edit-ingredient-title {
  font-size: 22px;
  color: #701C56;
  margin-bottom: 10px;
}
h1.edit-ingredient-title:focus {
  outline: 2px solid #701C56;
  outline-offset: 4px;
}
.nav-menu-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.navbar-default .me-auto.navbar-nav {
  flex: 1;
  justify-content: center !important;
  width: 100%;
}
.navbar-default .container-fluid .navbar-collapse {
  flex-grow: 1 !important;
}
a#account-dropdown {
  min-width: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-toggle::after {
  margin-left: 0.5rem !important;
}
@media (min-width: 992px) {
  .nav-menu-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.menu-items,
.account-items {
  display: flex;
  align-items: center;
}
.nav-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.nav-center {
  display: flex;
  justify-content: center;
  flex: 1;
}
.account-right {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.menu-items.navbar-nav {
  margin-left: 2.5rem;
}
h2.ingredient-section-subtitle,
h2.indent {
  font-size: 19px;
}
.input-group {
  position: relative;
  display: flex;
}
.input-group:not([class*="col-"]) {
  width: 100%;
}
.input-group .form-control:first-child,
.input-group .form-control:last-child {
  border-radius: 3px;
}
.input-group .input-group-text {
  flex-shrink: 0;
  color: #000000;
  border: none;
  padding: 0 3px;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  vertical-align: middle;
}
.input-group .form-control {
  flex-grow: 1;
  min-width: 0;
}
a {
  text-decoration: none;
  color: #003e1a;
}
.card-body {
  background-color: #d3d2d2;
  border-radius: 4px;
}
.btn-default[disabled] {
  color: #ffffff !important;
}
.row > * {
  padding-left: 8px;
  padding-right: 8px;
}
.row > :first-child {
  padding-left: 0;
}
.row > :last-child {
  padding-right: 0;
}
h4 {
  font-size: 19px;
  line-height: 1.1;
  margin-bottom: 10.5px;
  color: inherit;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.form-control {
  border-radius: 3px;
}
.input-group-addon,
.input-group-text,
.input-group-btn {
  display: table-cell;
}
.input-group > .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
input::placeholder,
textarea::placeholder {
  color: #999 !important;
}
table > :not(caption) > * > * {
  background-color: unset !important;
}
.table > :not(caption) > * > * {
  padding: 5px;
}
.parsley-show-btn {
  line-height: 1;
}
.custom-tooltip {
  background-color: transparent;
  color: #003E1C !important;
  font-size: 15px;
}
.custom-tooltip .tooltip-inner {
  background-color: #BFE593;
  color: #003E1C;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-tooltip {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-tooltip .tooltip-arrow::before {
  border-top-color: #BFE593 !important;
  box-shadow: none;
}
.custom-tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #BFE593 !important;
}
.custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #BFE593 !important;
}
.custom-tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #BFE593 !important;
}
.custom-tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #BFE593 !important;
}
.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 0.8;
  --bs-btn-close-focus-opacity: 1;
  width: 1.2em;
  height: 1.2em;
  background-size: 1rem;
  opacity: var(--bs-btn-close-opacity);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.1rem !important;
}
.btn-close:focus {
  color: white;
  border: 2px solid white;
  outline: none;
  box-shadow: none !important;
  background-image: var(--bs-btn-close-bg) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.ico-parsley-refresh {
  color: #176126;
}
.btn {
  white-space: nowrap;
}
.btn-primary,
.btn-default,
.btn-primary:hover,
.btn-default:hover,
.btn-primary.hover,
.btn-default.hover,
.btn-primary:active,
.btn-default:active,
.btn-primary:hover:active,
.btn-default:hover:active,
.btn-primary.hover:active,
.btn-default.hover:active,
.btn-primary.active,
.btn-default.active,
.btn-primary:hover.active,
.btn-default:hover.active,
.btn-primary.hover.active,
.btn-default.hover.active,
.open > .btn-primary.dropdown-toggle,
.open > .btn-default.dropdown-toggle,
.open > .btn-primary:hover.dropdown-toggle,
.open > .btn-default:hover.dropdown-toggle,
.open > .btn-primary.hover.dropdown-toggle,
.open > .btn-default.hover.dropdown-toggle,
.btn-primary:focus,
.btn-default:focus,
.btn-primary:hover:focus,
.btn-default:hover:focus,
.btn-primary.hover:focus,
.btn-default.hover:focus,
.btn-primary:active:focus,
.btn-default:active:focus,
.btn-primary:hover:active:focus,
.btn-default:hover:active:focus,
.btn-primary.hover:active:focus,
.btn-default.hover:active:focus,
.btn-primary.active:focus,
.btn-default.active:focus,
.btn-primary:hover.active:focus,
.btn-default:hover.active:focus,
.btn-primary.hover.active:focus,
.btn-default.hover.active:focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-primary:hover.dropdown-toggle:focus,
.open > .btn-default:hover.dropdown-toggle:focus,
.open > .btn-primary.hover.dropdown-toggle:focus,
.open > .btn-default.hover.dropdown-toggle:focus,
.btn-primary.focus,
.btn-default.focus,
.btn-primary:hover.focus,
.btn-default:hover.focus,
.btn-primary.hover.focus,
.btn-default.hover.focus,
.btn-primary:active.focus,
.btn-default:active.focus,
.btn-primary:hover:active.focus,
.btn-default:hover:active.focus,
.btn-primary.hover:active.focus,
.btn-default.hover:active.focus,
.btn-primary.active.focus,
.btn-default.active.focus,
.btn-primary:hover.active.focus,
.btn-default:hover.active.focus,
.btn-primary.hover.active.focus,
.btn-default.hover.active.focus,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-primary:hover.dropdown-toggle.focus,
.open > .btn-default:hover.dropdown-toggle.focus,
.open > .btn-primary.hover.dropdown-toggle.focus,
.open > .btn-default.hover.dropdown-toggle.focus {
  padding: 0 10px 0 10px;
  height: 2.19rem;
  box-shadow: none;
  background-color: #176126;
  border-color: #176126;
  color: #ffffff;
  text-align: center;
}
.btn-primary[disabled],
.btn-default[disabled],
.btn-primary[disabled]:hover,
.btn-default[disabled]:hover,
.btn-primary[disabled].hover,
.btn-default[disabled].hover,
.btn-primary[disabled]:active,
.btn-default[disabled]:active,
.btn-primary[disabled]:hover:active,
.btn-default[disabled]:hover:active,
.btn-primary[disabled].hover:active,
.btn-default[disabled].hover:active,
.btn-primary[disabled].active,
.btn-default[disabled].active,
.btn-primary[disabled]:hover.active,
.btn-default[disabled]:hover.active,
.btn-primary[disabled].hover.active,
.btn-default[disabled].hover.active,
.open > .btn-primary[disabled].dropdown-toggle,
.open > .btn-default[disabled].dropdown-toggle,
.open > .btn-primary[disabled]:hover.dropdown-toggle,
.open > .btn-default[disabled]:hover.dropdown-toggle,
.open > .btn-primary[disabled].hover.dropdown-toggle,
.open > .btn-default[disabled].hover.dropdown-toggle,
.btn-primary[disabled]:focus,
.btn-default[disabled]:focus,
.btn-primary[disabled]:hover:focus,
.btn-default[disabled]:hover:focus,
.btn-primary[disabled].hover:focus,
.btn-default[disabled].hover:focus,
.btn-primary[disabled]:active:focus,
.btn-default[disabled]:active:focus,
.btn-primary[disabled]:hover:active:focus,
.btn-default[disabled]:hover:active:focus,
.btn-primary[disabled].hover:active:focus,
.btn-default[disabled].hover:active:focus,
.btn-primary[disabled].active:focus,
.btn-default[disabled].active:focus,
.btn-primary[disabled]:hover.active:focus,
.btn-default[disabled]:hover.active:focus,
.btn-primary[disabled].hover.active:focus,
.btn-default[disabled].hover.active:focus,
.open > .btn-primary[disabled].dropdown-toggle:focus,
.open > .btn-default[disabled].dropdown-toggle:focus,
.open > .btn-primary[disabled]:hover.dropdown-toggle:focus,
.open > .btn-default[disabled]:hover.dropdown-toggle:focus,
.open > .btn-primary[disabled].hover.dropdown-toggle:focus,
.open > .btn-default[disabled].hover.dropdown-toggle:focus,
.btn-primary[disabled].focus,
.btn-default[disabled].focus,
.btn-primary[disabled]:hover.focus,
.btn-default[disabled]:hover.focus,
.btn-primary[disabled].hover.focus,
.btn-default[disabled].hover.focus,
.btn-primary[disabled]:active.focus,
.btn-default[disabled]:active.focus,
.btn-primary[disabled]:hover:active.focus,
.btn-default[disabled]:hover:active.focus,
.btn-primary[disabled].hover:active.focus,
.btn-default[disabled].hover:active.focus,
.btn-primary[disabled].active.focus,
.btn-default[disabled].active.focus,
.btn-primary[disabled]:hover.active.focus,
.btn-default[disabled]:hover.active.focus,
.btn-primary[disabled].hover.active.focus,
.btn-default[disabled].hover.active.focus,
.open > .btn-primary[disabled].dropdown-toggle.focus,
.open > .btn-default[disabled].dropdown-toggle.focus,
.open > .btn-primary[disabled]:hover.dropdown-toggle.focus,
.open > .btn-default[disabled]:hover.dropdown-toggle.focus,
.open > .btn-primary[disabled].hover.dropdown-toggle.focus,
.open > .btn-default[disabled].hover.dropdown-toggle.focus {
  background-color: #636E75;
  border-color: #636E75;
}
.account-dropdown .dropdown-item.active,
.account-dropdown .dropdown-item:active,
.account-dropdown .dropdown-item:focus {
  background-color: #176126;
  color: #fff!important;
}
.btn:active:focus,
.btn:focus,
a:active:focus,
a:focus {
  outline: none !important;
  box-shadow: none;
}
.btn-primary,
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary.hover:active,
.btn-primary.active,
.btn-primary:hover.active,
.btn-primary.hover.active,
.open > .btn-primary.dropdown-toggle,
.open > .btn-primary:hover.dropdown-toggle,
.open > .btn-primary.hover.dropdown-toggle,
.btn-primary:focus,
.btn-primary:hover:focus,
.btn-primary.hover:focus,
.btn-primary:active:focus,
.btn-primary:hover:active:focus,
.btn-primary.hover:active:focus,
.btn-primary.active:focus,
.btn-primary:hover.active:focus,
.btn-primary.hover.active:focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary:hover.dropdown-toggle:focus,
.open > .btn-primary.hover.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:hover.focus,
.btn-primary.hover.focus,
.btn-primary:active.focus,
.btn-primary:hover:active.focus,
.btn-primary.hover:active.focus,
.btn-primary.active.focus,
.btn-primary:hover.active.focus,
.btn-primary.hover.active.focus,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary:hover.dropdown-toggle.focus,
.open > .btn-primary.hover.dropdown-toggle.focus {
  text-transform: uppercase;
}
.btn-default,
.btn-default:hover,
.btn-default.hover,
.btn-default:active,
.btn-default:hover:active,
.btn-default.hover:active,
.btn-default.active,
.btn-default:hover.active,
.btn-default.hover.active,
.open > .btn-default.dropdown-toggle,
.open > .btn-default:hover.dropdown-toggle,
.open > .btn-default.hover.dropdown-toggle,
.btn-default:focus,
.btn-default:hover:focus,
.btn-default.hover:focus,
.btn-default:active:focus,
.btn-default:hover:active:focus,
.btn-default.hover:active:focus,
.btn-default.active:focus,
.btn-default:hover.active:focus,
.btn-default.hover.active:focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default:hover.dropdown-toggle:focus,
.open > .btn-default.hover.dropdown-toggle:focus,
.btn-default.focus,
.btn-default:hover.focus,
.btn-default.hover.focus,
.btn-default:active.focus,
.btn-default:hover:active.focus,
.btn-default.hover:active.focus,
.btn-default.active.focus,
.btn-default:hover.active.focus,
.btn-default.hover.active.focus,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default:hover.dropdown-toggle.focus,
.open > .btn-default.hover.dropdown-toggle.focus {
  text-transform: capitalize;
}
.btn-success,
.btn-success:hover,
.btn-success.hover,
.btn-success:active,
.btn-success:hover:active,
.btn-success.hover:active,
.btn-success.active,
.btn-success:hover.active,
.btn-success.hover.active,
.open > .btn-success.dropdown-toggle,
.open > .btn-success:hover.dropdown-toggle,
.open > .btn-success.hover.dropdown-toggle,
.btn-success:focus,
.btn-success:hover:focus,
.btn-success.hover:focus,
.btn-success:active:focus,
.btn-success:hover:active:focus,
.btn-success.hover:active:focus,
.btn-success.active:focus,
.btn-success:hover.active:focus,
.btn-success.hover.active:focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success:hover.dropdown-toggle:focus,
.open > .btn-success.hover.dropdown-toggle:focus,
.btn-success.focus,
.btn-success:hover.focus,
.btn-success.hover.focus,
.btn-success:active.focus,
.btn-success:hover:active.focus,
.btn-success.hover:active.focus,
.btn-success.active.focus,
.btn-success:hover.active.focus,
.btn-success.hover.active.focus,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success:hover.dropdown-toggle.focus,
.open > .btn-success.hover.dropdown-toggle.focus {
  padding: 0 10px 0 10px;
  height: 2.19rem;
  box-shadow: none;
  border-width: 2px;
  border-style: solid ;
  background-color: #ffffff;
  border-color: #72be44;
  color: #72be44;
  text-transform: none;
}
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled].hover,
.btn-success[disabled]:active,
.btn-success[disabled]:hover:active,
.btn-success[disabled].hover:active,
.btn-success[disabled].active,
.btn-success[disabled]:hover.active,
.btn-success[disabled].hover.active,
.open > .btn-success[disabled].dropdown-toggle,
.open > .btn-success[disabled]:hover.dropdown-toggle,
.open > .btn-success[disabled].hover.dropdown-toggle,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover:focus,
.btn-success[disabled].hover:focus,
.btn-success[disabled]:active:focus,
.btn-success[disabled]:hover:active:focus,
.btn-success[disabled].hover:active:focus,
.btn-success[disabled].active:focus,
.btn-success[disabled]:hover.active:focus,
.btn-success[disabled].hover.active:focus,
.open > .btn-success[disabled].dropdown-toggle:focus,
.open > .btn-success[disabled]:hover.dropdown-toggle:focus,
.open > .btn-success[disabled].hover.dropdown-toggle:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:hover.focus,
.btn-success[disabled].hover.focus,
.btn-success[disabled]:active.focus,
.btn-success[disabled]:hover:active.focus,
.btn-success[disabled].hover:active.focus,
.btn-success[disabled].active.focus,
.btn-success[disabled]:hover.active.focus,
.btn-success[disabled].hover.active.focus,
.open > .btn-success[disabled].dropdown-toggle.focus,
.open > .btn-success[disabled]:hover.dropdown-toggle.focus,
.open > .btn-success[disabled].hover.dropdown-toggle.focus {
  background-color: #ffffff;
  border-color: #bdbcbc;
  color: #bdbcbc;
}
.btn-info,
.btn-info:hover,
.btn-info.hover,
.btn-info:active,
.btn-info:hover:active,
.btn-info.hover:active,
.btn-info.active,
.btn-info:hover.active,
.btn-info.hover.active,
.open > .btn-info.dropdown-toggle,
.open > .btn-info:hover.dropdown-toggle,
.open > .btn-info.hover.dropdown-toggle,
.btn-info:focus,
.btn-info:hover:focus,
.btn-info.hover:focus,
.btn-info:active:focus,
.btn-info:hover:active:focus,
.btn-info.hover:active:focus,
.btn-info.active:focus,
.btn-info:hover.active:focus,
.btn-info.hover.active:focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info:hover.dropdown-toggle:focus,
.open > .btn-info.hover.dropdown-toggle:focus,
.btn-info.focus,
.btn-info:hover.focus,
.btn-info.hover.focus,
.btn-info:active.focus,
.btn-info:hover:active.focus,
.btn-info.hover:active.focus,
.btn-info.active.focus,
.btn-info:hover.active.focus,
.btn-info.hover.active.focus,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info:hover.dropdown-toggle.focus,
.open > .btn-info.hover.dropdown-toggle.focus {
  background-color: #636E75;
  border-color: #bdbcbc;
  height: 2.19rem;
  font-size: 16px;
  padding: 0 10px 0 10px;
  color: #ffffff;
  text-align: center;
  box-shadow: none;
}
.btn-info.active,
.btn-info.active:hover,
.btn-info.active.hover,
.btn-info.active:active,
.btn-info.active:hover:active,
.btn-info.active.hover:active,
.btn-info.active.active,
.btn-info.active:hover.active,
.btn-info.active.hover.active,
.open > .btn-info.active.dropdown-toggle,
.open > .btn-info.active:hover.dropdown-toggle,
.open > .btn-info.active.hover.dropdown-toggle,
.btn-info.active:focus,
.btn-info.active:hover:focus,
.btn-info.active.hover:focus,
.btn-info.active:active:focus,
.btn-info.active:hover:active:focus,
.btn-info.active.hover:active:focus,
.btn-info.active.active:focus,
.btn-info.active:hover.active:focus,
.btn-info.active.hover.active:focus,
.open > .btn-info.active.dropdown-toggle:focus,
.open > .btn-info.active:hover.dropdown-toggle:focus,
.open > .btn-info.active.hover.dropdown-toggle:focus,
.btn-info.active.focus,
.btn-info.active:hover.focus,
.btn-info.active.hover.focus,
.btn-info.active:active.focus,
.btn-info.active:hover:active.focus,
.btn-info.active.hover:active.focus,
.btn-info.active.active.focus,
.btn-info.active:hover.active.focus,
.btn-info.active.hover.active.focus,
.open > .btn-info.active.dropdown-toggle.focus,
.open > .btn-info.active:hover.dropdown-toggle.focus,
.open > .btn-info.active.hover.dropdown-toggle.focus {
  background-color: #176126;
  border-color: #176126;
}
.btn-warning,
.btn-warning:hover,
.btn-warning.hover,
.btn-warning:active,
.btn-warning:hover:active,
.btn-warning.hover:active,
.btn-warning.active,
.btn-warning:hover.active,
.btn-warning.hover.active,
.open > .btn-warning.dropdown-toggle,
.open > .btn-warning:hover.dropdown-toggle,
.open > .btn-warning.hover.dropdown-toggle,
.btn-warning:focus,
.btn-warning:hover:focus,
.btn-warning.hover:focus,
.btn-warning:active:focus,
.btn-warning:hover:active:focus,
.btn-warning.hover:active:focus,
.btn-warning.active:focus,
.btn-warning:hover.active:focus,
.btn-warning.hover.active:focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning:hover.dropdown-toggle:focus,
.open > .btn-warning.hover.dropdown-toggle:focus,
.btn-warning.focus,
.btn-warning:hover.focus,
.btn-warning.hover.focus,
.btn-warning:active.focus,
.btn-warning:hover:active.focus,
.btn-warning.hover:active.focus,
.btn-warning.active.focus,
.btn-warning:hover.active.focus,
.btn-warning.hover.active.focus,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning:hover.dropdown-toggle.focus,
.open > .btn-warning.hover.dropdown-toggle.focus {
  padding: 0 10px 0 10px;
  height: 2.19rem;
  box-shadow: none;
  border-width: 2px;
  border-style: solid ;
  background-color: #ffffff;
  color: #bdbcbc;
  border-color: #bdbcbc;
  text-transform: lowercase;
}
.btn-danger,
.btn-danger:hover,
.btn-danger.hover,
.btn-danger:active,
.btn-danger:hover:active,
.btn-danger.hover:active,
.btn-danger.active,
.btn-danger:hover.active,
.btn-danger.hover.active,
.open > .btn-danger.dropdown-toggle,
.open > .btn-danger:hover.dropdown-toggle,
.open > .btn-danger.hover.dropdown-toggle,
.btn-danger:focus,
.btn-danger:hover:focus,
.btn-danger.hover:focus,
.btn-danger:active:focus,
.btn-danger:hover:active:focus,
.btn-danger.hover:active:focus,
.btn-danger.active:focus,
.btn-danger:hover.active:focus,
.btn-danger.hover.active:focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger:hover.dropdown-toggle:focus,
.open > .btn-danger.hover.dropdown-toggle:focus,
.btn-danger.focus,
.btn-danger:hover.focus,
.btn-danger.hover.focus,
.btn-danger:active.focus,
.btn-danger:hover:active.focus,
.btn-danger.hover:active.focus,
.btn-danger.active.focus,
.btn-danger:hover.active.focus,
.btn-danger.hover.active.focus,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger:hover.dropdown-toggle.focus,
.open > .btn-danger.hover.dropdown-toggle.focus {
  padding: 0 10px 0 10px;
  height: 2.19rem;
  box-shadow: none;
  border-width: 2px;
  border-style: solid ;
  background-color: #ffffff;
  border-color: #176126;
  color: #176126;
  text-transform: uppercase;
  margin-right: 5px;
  line-height: 1.5;
}
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled].hover,
.btn-danger[disabled]:active,
.btn-danger[disabled]:hover:active,
.btn-danger[disabled].hover:active,
.btn-danger[disabled].active,
.btn-danger[disabled]:hover.active,
.btn-danger[disabled].hover.active,
.open > .btn-danger[disabled].dropdown-toggle,
.open > .btn-danger[disabled]:hover.dropdown-toggle,
.open > .btn-danger[disabled].hover.dropdown-toggle,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover:focus,
.btn-danger[disabled].hover:focus,
.btn-danger[disabled]:active:focus,
.btn-danger[disabled]:hover:active:focus,
.btn-danger[disabled].hover:active:focus,
.btn-danger[disabled].active:focus,
.btn-danger[disabled]:hover.active:focus,
.btn-danger[disabled].hover.active:focus,
.open > .btn-danger[disabled].dropdown-toggle:focus,
.open > .btn-danger[disabled]:hover.dropdown-toggle:focus,
.open > .btn-danger[disabled].hover.dropdown-toggle:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:hover.focus,
.btn-danger[disabled].hover.focus,
.btn-danger[disabled]:active.focus,
.btn-danger[disabled]:hover:active.focus,
.btn-danger[disabled].hover:active.focus,
.btn-danger[disabled].active.focus,
.btn-danger[disabled]:hover.active.focus,
.btn-danger[disabled].hover.active.focus,
.open > .btn-danger[disabled].dropdown-toggle.focus,
.open > .btn-danger[disabled]:hover.dropdown-toggle.focus,
.open > .btn-danger[disabled].hover.dropdown-toggle.focus {
  background-color: #ffffff;
  border-color: #636E75;
  color: #636E75;
}
.checkbox-container span.accessible-checkbox {
  position: relative;
  top: 2px;
}
span.label-check-btn {
  line-height: 2;
  position: relative;
}
label.parsley-check-btn {
  top: 0;
  margin-right: 0.3rem;
}
.btn.tagFilter,
.btn.tagFilter:hover,
.btn.tagFilter.hover,
.btn.tagFilter:active,
.btn.tagFilter:hover:active,
.btn.tagFilter.hover:active,
.btn.tagFilter.active,
.btn.tagFilter:hover.active,
.btn.tagFilter.hover.active,
.open > .btn.tagFilter.dropdown-toggle,
.open > .btn.tagFilter:hover.dropdown-toggle,
.open > .btn.tagFilter.hover.dropdown-toggle,
.btn.tagFilter:focus,
.btn.tagFilter:hover:focus,
.btn.tagFilter.hover:focus,
.btn.tagFilter:active:focus,
.btn.tagFilter:hover:active:focus,
.btn.tagFilter.hover:active:focus,
.btn.tagFilter.active:focus,
.btn.tagFilter:hover.active:focus,
.btn.tagFilter.hover.active:focus,
.open > .btn.tagFilter.dropdown-toggle:focus,
.open > .btn.tagFilter:hover.dropdown-toggle:focus,
.open > .btn.tagFilter.hover.dropdown-toggle:focus,
.btn.tagFilter.focus,
.btn.tagFilter:hover.focus,
.btn.tagFilter.hover.focus,
.btn.tagFilter:active.focus,
.btn.tagFilter:hover:active.focus,
.btn.tagFilter.hover:active.focus,
.btn.tagFilter.active.focus,
.btn.tagFilter:hover.active.focus,
.btn.tagFilter.hover.active.focus,
.open > .btn.tagFilter.dropdown-toggle.focus,
.open > .btn.tagFilter:hover.dropdown-toggle.focus,
.open > .btn.tagFilter.hover.dropdown-toggle.focus {
  text-align: left;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  min-width: 50px;
}
input.form-control {
  height: 26px;
  border: 1px solid #38631D;
  display: inline-block;
  min-width: 50px;
  padding: 4px;
}
.form-control:focus {
  border-color: #38631D;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #d3d2d2, 0 0 8px #38631D;
  box-shadow: inset 0 1px 1px #d3d2d2, 0 0 8px #38631D;
}
.has-success .form-control {
  border-color: #38631D;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand a {
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  max-height: 50px;
}
.navbar-brand {
  margin: 0;
  padding: 10px;
}
.navbar {
  margin-bottom: 0;
  min-height: 50px;
}
.navbar-default {
  background-color: #ffffff;
  border-bottom: 1px solid #38631D;
  padding: 0;
}
.navbar-default .me-auto.navbar-nav {
  flex: 1;
}
.navbar-default .navbar-nav > .nav-item > a {
  color: #002211;
  font-size: 15px;
  padding: 16px 10px;
  background-color: #ffffff;
  border-top: 8px solid transparent;
}
.navbar-default .navbar-nav:first-child .nav-item > a  {
  padding: 16px 0px;
}
.navbar-default .navbar-nav:first-child .nav-item > a  > span {
  padding: 0 10px;
}
.navbar-default .navbar-nav:first-child .nav-item:not(:first-child) > a > span {
  border-left: 1px solid;
  line-height: 16px;
}
.navbar-default .navbar-nav > .nav-item > a.active {
  color: #176126;
  border-top-color: #176126;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .nav-item > a.active:focus,
.navbar-default .navbar-nav > .nav-item > a.active:hover {
  background-color: #ffffff;
  color: #176126;
}
.navbar-default .navbar-right {
  float: right !important;
  margin-right: -8px;
}
.navbar-default .navbar-default .navbar-nav > li > a {
  padding: 10px 6px;
}
.navbar-default .navbar-expand-md {
  flex-wrap: wrap !important;
}
.navbar-default .navbar-nav > div.account-dropdown > a {
  color: #002211;
  text-align: right;
}
.navbar-default .navbar-nav > div.account-dropdown > a:focus,
.navbar-default .navbar-nav > div.account-dropdown > a:hover {
  color: #176126;
}
.navbar-default .navbar-nav > div.account-dropdown > a .nav-dropdown-title {
  display: inline-block;
}
.navbar-default .navbar-nav > div.account-dropdown > a .nav-dropdown-username,
.navbar-default .navbar-nav > div.account-dropdown > a .nav-dropdown-business-name {
  display: inline;
}
.navbar-default .navbar-nav > div.account-dropdown > a .nav-dropdown-business-name {
  font-size: 15px;
  font-weight: 400;
}
.navbar-default .navbar-nav > div.account-dropdown > a span.caret {
  position: absolute;
  top: 50%;
  right: 0;
}
.navbar-default .navbar-nav > div.account-dropdown > div.dropdown-menu {
  z-index: 1100;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 15px;
}
.navbar-default .navbar-nav > div.account-dropdown > div.dropdown-menu #sign-out-button {
  font-weight: bold;
}
.navbar-default .navbar-nav > div.account-dropdown > div.dropdown-menu #switch-account-button {
  color: #26963c;
}
.nav-menu-header ul li {
  padding: 9.5px 0px;
  border-bottom: 0px;
}
.nav-menu-header .nav-item {
  padding: 9.5px 0px;
  border-bottom: 0px;
}
.nav.nav-tabs .active a {
  border-top-color: #26963c;
}
@media (max-width: 900px) {
  .category-info-group {
    padding-left: 2rem;
  }
}
.btn,
.btn:hover,
.btn:active,
.btn:focus {
  text-transform: none !important;
  font-size: 15px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-top-color: #72be44;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
}
.navbar-default .container-fluid .navbar-collapse {
  flex-grow: inherit;
  align-items: start;
}
.navbar > .container-fluid {
  align-items: start;
}
.navbar-toggler {
  margin-top: 1rem;
  border: 1px solid #176126;
  background-color: transparent;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23003E1C' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.navbar-toggler:not(.collapsed) {
  background-color: #176126;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 2px #176126;
  border-color: white;
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: wrap !important;
  }
}
.container-fluid {
  max-width: 1300px;
  padding: 0;
}
#app-message {
  padding: 12px;
  display: none;
  color: #a94442;
}
.plan-option {
  cursor: pointer;
  margin-bottom: 1rem;
}
.select-plan-col {
  position: relative;
}
.select-plan-top-button {
  position: absolute;
  right: 12px;
  top: 20px;
  margin-top: 0;
}
.plans-bottom-btn {
  margin-top: 1rem;
}
.promo-code-form-container {
  display: flex;
  align-items: center;
  width: 50%;
}
/* react-phone-number-input variables. */
.PhoneInput {
  /* This is done to stretch the contents of this component. */
  display: flex;
  align-items: center;
}
.PhoneInputInput {
  /* The phone number input stretches to fill all empty space */
  flex: 1;
  /* The phone number input should shrink
	   to make room for the extension input */
  min-width: 0;
  border: 1px solid #009444;
  border-radius: 3px;
}
.PhoneInputInput:focus-visible {
  outline: none;
}
.PhoneInputInput::placeholder {
  color: #999;
}
.PhoneInputInput:focus {
  border-color: #38631D;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #d3d2d2, 0 0 8px #38631D;
  box-shadow: inset 0 1px 1px #d3d2d2, 0 0 8px #38631D;
}
.PhoneInput {
  font-size: 19px;
  line-height: 1.3333333;
}
.PhoneInput .form-control {
  float: unset;
}
.PhoneInput .form-control:focus {
  z-index: 0 !important;
}
.PhoneInput input[type=tel] {
  line-height: inherit;
  height: 26px;
  width: inherit;
  font-size: inherit;
  border-radius: 3px;
  border: 1px solid #009444;
}
.has-success .PhoneInput input[type=tel] {
  border: 1px solid #009444;
}
.has-error .PhoneInput input[type=tel] {
  border-color: #a94442;
}
.PhoneInputCountryIcon {
  width: calc(1.5em);
  height: 1em;
}
.PhoneInputCountryIcon--square {
  width: 1em;
}
.PhoneInputCountryIcon--border {
  /* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
  /* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
  background-color: rgba(0, 0, 0, 0.1);
  /* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
  /* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.PhoneInputCountryIconImg {
  /* Fixes weird vertical space above the flag icon. */
  /* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
  display: block;
  /* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
  width: 100%;
  height: 100%;
}
.PhoneInputInternationalIconPhone {
  opacity: 0.8;
}
.PhoneInputInternationalIconGlobe {
  opacity: 0.65;
}
/* Styling native country `<select/>`. */
.PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: 0.35em;
}
.PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
  cursor: default;
}
.PhoneInputCountrySelectArrow {
  display: block;
  content: '';
  width: 0.3em;
  height: 0.3em;
  margin-left: 0.35em;
  border-style: solid;
  border-color: currentColor;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 1px;
  transform: rotate(45deg);
  opacity: 0.45;
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
  opacity: 1;
  color: #03b2cb;
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 1px #03b2cb, inset 0 0 0 1px #03b2cb;
}
.chevron-down-icon {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: black;
  -webkit-mask: url(/assets/images/chevron-down.svg);
  -webkit-mask-repeat: round;
  -webkit-mask-size: cover;
}
.chevron-up-icon {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: black;
  -webkit-mask: url(/assets/images/chevron-down.svg);
  -webkit-mask-repeat: round;
  -webkit-mask-size: cover;
  transform: rotate(180deg);
}
.chevron-right-icon {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: black;
  -webkit-mask: url(/assets/images/chevron-right.svg);
  -webkit-mask-repeat: round;
  -webkit-mask-size: cover;
}
.chevron-container {
  width: 25px;
  height: 25px;
}
.chevron-container > span {
  cursor: pointer;
}
.chevron-container .chevron-right-icon {
  position: unset;
  display: block;
}
.chevron-container .chevron-down-icon {
  position: unset;
  display: block;
}
.complete-icon {
  position: relative;
  top: 3px;
  left: 9px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/icon_complete.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.complete-with-unable-icon {
  position: relative;
  top: 3px;
  left: 9px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e39d4d;
  mask: url(/assets/images/icon_complete.png) no-repeat center;
  mask-size: cover;
}
.in-progress-icon {
  position: relative;
  top: 3px;
  left: 9px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/icon_progress.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.in-progress-warning-icon {
  position: relative;
  top: 3px;
  left: 9px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/icon_progress_orange.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.Select {
  text-align: left;
}
.Select .Select-value-label {
  vertical-align: middle;
}
.Select .Select__control--is-focused {
  box-shadow: #e9e9e9;
  color: #333;
}
.Select .Select__option--is-focused,
.Select .Select__option--is-selected {
  background-color: #e9fff7;
  color: #333;
}
.Select .Select__option--is-disabled {
  color: #cccccc !important;
  pointer-events: none;
}
.Select .Select__single-value {
  width: 100%;
  height: 27px;
  bottom: 0;
  text-overflow: inherit;
  overflow: initial;
  padding-top: 0;
  line-height: 1;
}
.Select .Select__single-value .select-single-item {
  width: 104%;
}
.Select .Select__control {
  position: static;
  border-color: #009444;
  min-height: 27px;
}
.Select .Select__control:hover {
  border-color: #009444;
}
.Select .Select__menu {
  z-index: 99;
  margin-top: 0;
}
.Select .Select__dropdown-indicator {
  padding: 1px;
}
.Select .Select__value-container {
  padding: 0 0 0 2px;
  height: 100%;
}
.Select .Select__clear-indicator {
  padding: 0 0 0 1px;
}
.Select .Select__placeholder {
  width: 100%;
  color: #636E75;
}
.select-single-item {
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 93%;
  line-height: 27px;
  padding-top: 1px;
}
.Select__indicator-separator {
  display: none;
}
.Select__indicators {
  border-color: #38631D transparent transparent;
}
.Select__indicators .select-dropdown-indicator {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #38631D transparent transparent transparent;
  margin-right: 5px;
  cursor: pointer;
}
.Select__indicators .select-clear-indicator {
  color: #cccccc;
  padding-bottom: 2px;
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
}
.Select__indicators .select-clear-indicator:hover {
  color: #656565;
}
.text-italic {
  font-style: italic;
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  opacity: 1;
  color: #03b2cb;
}
/* Deep Forest Green */
/* Pine Green */
/* Dark Olive Green */
/* Soft Mint Green */
/* Greenish Black */
/* Ash Gray */
/* Fog White */
/* from @foggy-blue */
/* Slate Gray */
/* Slate Gray - A 50% transparent variant */
/* Deep Burgundy */
/* Grape Skin */
/* Sunset */
/* Medium Dark Orange */
/* Rust Orange*/
/* Muted Spice */
/* Steel Blue */
.auth-input.input-group {
  width: 100%;
}
.confirm-invitation-button-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 3px;
}
.confirm-invitation-form-container {
  text-align: center;
  padding-bottom: 20px;
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.confirm-invitation-form-container .row {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.confirm-upstream-invitation-button-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.confirm-upstream-invitation-form-container {
  text-align: center;
  padding-bottom: 20px;
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.confirm-upstream-invitation-form-container .row {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.confirm-upstream-invitation-form-container .row > :first-child {
  padding-left: 8px !important;
}
.confirm-upstream-invitation-form-container .row > :last-child {
  padding-right: 8px !important;
}
.auth-form-section {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.auth-form-section .form-control {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.auth-container {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
.social-auth-buttons {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.social-auth-buttons span {
  color: #72be44;
  text-decoration: underline;
}
.social-auth-buttons span:hover {
  cursor: pointer;
}
.container-loc-tag h4.loc-tag-title {
  margin: 1rem 0 0.2rem 0;
}
.nav-center-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.nav-layout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.nav-center {
  display: flex;
  justify-content: center;
  flex: 1;
}
.account-right {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
span.inactive-badge.badge {
  background-color: #777;
  font-size: 13px;
  border-radius: 10px;
}
.nav-account-absolute {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.nav-layout.no-menu .nav-center.navbar-nav {
  justify-content: flex-end !important;
}
.nav-menu-header.no-menu.navbar-collapse.collapse {
  justify-content: flex-end;
}
.account-list-item span.badge {
  float: right;
}
.main-account .account-role .account-role_message {
  display: block;
}
.custom-account-selector-title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
}
.custom-account-selector {
  padding: 1rem;
  background-color: #f9f9f9;
}
.account-list-item {
  margin-left: 7%;
  width: 93%;
  border: none;
  text-align: left;
}
.list-group button.account-list-item.list-group-item {
  text-align: left !important;
}
.list-group button.account-list-item.list-group-item:hover,
.list-group button.account-list-item.list-group-item:focus-visible {
  background-color: #f5f5f5;
  outline: none;
}
.main-account-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.main-account-header-row > .account-name {
  font-weight: bold;
}
.main-account-header-row > .badge {
  margin-left: auto;
}
.main-account span.badge {
  float: right;
}
.account-role {
  margin-top: 0.25rem;
  display: block;
}
.account-list-item.main-account {
  margin-left: 0;
  width: 100%;
}
.account-item {
  border: none;
  background: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.account-item:hover,
.account-item:focus {
  background-color: #f2f2f2;
  outline: none;
}
.modal-account-item {
  padding: 1rem 1.2rem 0.8rem 1.2rem;
  border: none;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.modal-account-item:hover {
  background-color: #f9f9f9;
}
.modal-account-item .modal-account-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.modal-account-item .account-name {
  font-weight: bold;
}
.modal-account-item .badge {
  margin-left: auto;
}
.modal-account-item .account-role {
  margin-top: 0.2rem;
  display: block;
  font-size: 0.95rem;
}
.social-button {
  background: none;
  border: none;
  color: #72be44;
  font: inherit;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
}
.social-button:focus {
  outline: 1px dotted #72be44;
  outline-offset: 1px;
  border-radius: 0.2rem;
}
button.sign-in-btn:focus {
  outline: 1px dotted #365a20 !important;
  outline-offset: 1px;
  border-radius: 0.1rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #003e1a;
}
.social-button {
  background: none;
  border: none;
  color: #003E1C;
  font: inherit;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
}
.social-button:focus {
  outline: 1px dotted #003E1C;
  outline-offset: 1px;
  border-radius: 0.2rem;
}
button.social-button:hover {
  color: #38631D;
}
button.sign-in-btn:focus {
  outline: 1px dotted #38631D !important;
  outline-offset: 1px;
  border-radius: 0.1rem;
}
.parsley-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.19rem !important;
  line-height: 2;
  font-size: 15px;
}
.btn {
  border-radius: 3px;
}
.parsley-btn:hover,
.parsley-btn:focus,
.parsley-btn:active,
.parsley-btn:visited {
  height: 2.19rem !important;
}
html,
body {
  min-height: 100%;
  background-color: #F2F5F4;
  font-family: Arial, sans-serif;
}
.container-fluid {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.account-name {
  font-weight: bold;
}
.page-header {
  border-bottom: 1px solid #003E1C;
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  opacity: 0.85 !important;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  top: 47.4219px;
  left: 40%;
}
.tooltip-arrow {
  position: absolute;
  left: 42%;
}
.form-control {
  font-size: 19px;
}
.page-header h1 {
  font-size: 30px;
}
input.form-control.input-lg::placeholder,
input.form-control::placeholder {
  color: #999 !important;
}
.form-control.input-lg::placeholder,
.form-control::placeholder {
  color: #999 !important;
}
.form-control-lg.form-control {
  height: 29px;
  font-size: 20px;
}
.auth-input {
  margin-bottom: 12px;
}
.forgot-password {
  text-decoration: underline;
  color: #555555;
}
.forgot-password:hover,
.forgot-password:focus,
.forgot-password:active {
  text-decoration: underline;
}
.forgot-password:visited {
  color: #222222;
}
.forgot-password.disabled,
.forgot-password[disabled] {
  color: #bbbbbb;
  pointer-events: none;
  cursor: not-allowed;
}
.tb2l {
  font-size: 18px;
  text-align: center;
  color: #636E75;
  margin: 25px 0px;
}
.tb2l .tb2l-line {
  display: inline-block;
  border-top: 1px solid #636E75;
  width: calc(50% - 45px);
  position: relative;
  top: -6px;
  margin: 0px 0px;
}
.tb2l .tb2l-text {
  margin: 0px 20px;
  display: inline-block;
}
.btn-primary,
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary.hover:active,
.btn-primary.active,
.btn-primary:hover.active,
.btn-primary.hover.active,
.open > .btn-primary.dropdown-toggle,
.open > .btn-primary:hover.dropdown-toggle,
.open > .btn-primary.hover.dropdown-toggle,
.btn-primary:focus,
.btn-primary:hover:focus,
.btn-primary.hover:focus,
.btn-primary:active:focus,
.btn-primary:hover:active:focus,
.btn-primary.hover:active:focus,
.btn-primary.active:focus,
.btn-primary:hover.active:focus,
.btn-primary.hover.active:focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary:hover.dropdown-toggle:focus,
.open > .btn-primary.hover.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:hover.focus,
.btn-primary.hover.focus,
.btn-primary:active.focus,
.btn-primary:hover:active.focus,
.btn-primary.hover:active.focus,
.btn-primary.active.focus,
.btn-primary:hover.active.focus,
.btn-primary.hover.active.focus,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary:hover.dropdown-toggle.focus,
.open > .btn-primary.hover.dropdown-toggle.focus {
  text-transform: capitalize;
}
.btn-primary[disabled],
.btn-primary[disabled]:hover {
  background-color: #656565 !important;
}
.invitation-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.por-stir-images {
  width: auto;
  position: relative;
  left: 50%;
  top: -18px;
  height: 50px;
  content: url('/assets/images/pot-stir/pot_stir2.gif');
}
.account-dropdown .caret {
  right: -10px !important;
  padding: 0 !important;
}
.account-dropdown > a {
  padding: 9.5px 20px;
  border-bottom: 0px;
}
.account-dropdown .dropdown-menu > a {
  padding: 3px 20px !important;
}
.location-account-tag {
  margin-left: 10px;
  background-color: #636E75;
}
.location-account-tag > div {
  padding: 2px;
  height: 18px;
  color: white;
  font-size: 11px;
}
.location-account-tag > div span {
  vertical-align: middle;
}
.confirm-upstream-invitation .form-control[disabled] {
  cursor: initial;
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.confirm-upstream-invitation .form-control[disabled],
.confirm-upstream-invitation .form-control[readonly],
.confirm-upstream-invitation fieldset[disabled] .form-control {
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.confirm-upstream-invitation .Select.Select--is-disabled > .Select__control {
  background-color: #fff;
  border: none;
}
.confirm-upstream-invitation .Select.Select--is-disabled .Select__single-value {
  color: #333;
}
.confirm-upstream-invitation .form-control[disabled],
.confirm-upstream-invitation fieldset[disabled] .form-control {
  cursor: initial;
}
.confirm-upstream-invitation input[type="checkbox"][disabled]:checked + span {
  border-color: white;
}
.ses-email-response-container {
  width: 50%;
  padding-top: 100px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
.ses-email-response-container h1 {
  font-size: 28px;
  margin-bottom: 30px;
}
.ses-email-response-container p {
  margin-bottom: 30px;
}
.ses-email-response-container a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #176126;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.ses-email-response-container a:hover {
  background-color: #0062cc;
}
.capitalize-message {
  text-transform: capitalize;
}
.modal .modal-header {
  background-color: #72be44;
  color: #fff;
}
/* New Styles */
.root-form-title {
  text-align: center;
}
.half-input {
  width: calc(44%);
  display: inline-block;
}
.half-input.left {
  margin-right: 10px;
}
.margin-bottom-md {
  margin-bottom: 10px;
}
.form-button-toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.button-pair {
  display: flex;
  flex: 1;
  gap: 10px;
}
.primary-button {
  flex: 1 1 50%;
}
.spinner-wrapper {
  display: inline-block;
}
.spinner-relative {
  position: relative;
}
.form-button-toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
.button-pair {
  display: flex;
  flex: 1;
  gap: 10px;
}
.primary-button {
  flex: 1 1 50%;
}
.auth-footer-button {
  width: calc(44%);
  margin-left: 6px;
}
.password-visible-group {
  position: relative;
}
.password-visible-group .password-input {
  padding-right: 2.9rem;
}
.password-visible-group .password-toggle-icon {
  position: absolute;
  right: 0.75rem;
  top: 0;
  transform: translateY(10%);
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 4;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: auto;
}
.password-visible-group .password-toggle-icon:hover {
  opacity: 1;
}
.password-visible-group .password-toggle-icon.password-visible {
  background-image: url('/assets/images/visibility_off.svg');
}
.password-visible-group .password-toggle-icon.password-hidden {
  background-image: url('/assets/images/visibility.svg');
}
