html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-header {
    background-color: #002b5c;
    color: white !important;
}

.bi {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.password-show {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.password-eye {
    padding-bottom: 1.5em;
}

.no-border {
    border: none;
}

.dz-dashed {
    border-style: dashed !important;
}

.small-text {
    font-size: 0.8em;
}

.bg-brewers-blue {
    background-color: #002b5c;
    font-size: 12px;
}

.bg-brewers-blue a {
    text-decoration: none;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}

.loader-show {
    display: block;
    position: fixed;
    left: 50%;
    top: 68%;
    z-index: 1002;
    overflow: auto;
    width: 400px;
    height: 252px;
    margin-left: -200px;
    margin-top: -200px;
    opacity: 0.8;
}

.loader-show img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.landing-icon {
    width: 32px;
    height: auto;
    margin-right: .5em;
}

.landing-link {
    text-decoration: none;
    color: #212529;
    background-color: transparent;
}

.red {
    color: red;
}
.orange {
    color: orange;
}
.yellow {
    color: #FFDE00;
}
.green {
    color: green;
}
.blue {
    color: blue;
}
.indigo {
    color: blueviolet;
}

.form-control-dupe {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #DC3545; 
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.review-wide {
    width: 150px;
}
