html {
  height: 100%;
}

body {

  background-color: var(--bs-body-bg);

}

@media (min-width: 300px) {
  .sub-heading-h2 {
    font-size: 1.2rem;
    font-family: 'BioRhyme';
    font-weight: 600;
  }
}


.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

@media (min-width: 300px) {
  .nav-links-wrapper {
    flex-grow: 0;
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .nav-links-wrapper {
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    font-size: 0.95rem;
  }
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #e3e3e3;
  background-color: #236092;
  box-shadow: 0 0 8px rgb(0 0 0 / 80%);
  background-color: rgb(73, 129, 174);
  font-weight: 600;
  transition: 0.3s all ease;
}

.footer-basic {
  width: 100%;
  padding: 25px 0;
  background-color: #ffffff;
  color: #4b4c4d;
  margin-bottom: 0;
  border-top: 2px solid rgba(208,208,208,0.89);
  box-shadow: 0 0 5px rgb(166 166 166 / 89%);
  bottom: 0;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: #236092;
  opacity: 0.75;
}

.footer-basic .social {
  text-align: center;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border: 2px solid rgb(73, 129, 174);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

@media (min-width: 300px) {
  .form-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1.5px solid rgba(108,108,108,0.89);
    padding: 3px;
    border-radius: 0;
    width: 160px;
    background-color: rgba(205,205,205,0.18);
  }
}

.height-fix {
  height: initial;
}

@media (min-width: 300px) {
  .page-section {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .page-section {
    width: 90%;
    margin: 0 auto;
    margin-top: 1%;
  }
}

@media (min-width: 300px) {
  .page-section-heading {
    line-height: 2;
    font-size: 1.25rem;
    font-family: 'Lato';
    font-weight: 500;
    border-bottom: 2px solid rgba(208,208,208,0.89);
    text-shadow: 0 0 3px rgba(0,0,0, .5);
  }
}

@media (min-width: 768px) {
  .page-section-heading {
    font-size: 1.35rem;
  }
}

@media (min-width: 300px) {
  .form-div-wrapper {
    display: flex;
    align-self: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 300px) {
  .page-form {
    width: 95%;
  }
}

@media (min-width: 768px) {
  .page-form {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 300px) {
  .form-input.email-input {
    width: 195px;
  }
}

@media (min-width: 300px) {
  .note-span {
    font-size: 12px !important;
    font-style: italic;
    font-weight: 500;
  }
}

.note-span.note-title {
  font-weight: 600;
  text-decoration: underline;
}

@media (min-width: 300px) {
  .input-form-select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1.5px solid rgba(108,108,108,0.89);
    padding: 5px;
    border-radius: 0;
    width: 160px;
    background-color: rgba(205,205,205,0.18);
    font-size: 0.9rem;
  }
}

@media (min-width: 300px) {
  .dual-button-wrapper {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
  }
}

@media (min-width: 300px) {
  .butn-icon {
    padding-left: 2px;
  }
}

@media (min-width: 300px) {
  .submit-btn {
    font-family: Calibri, sans-serif;
    letter-spacing: 0.1rem;
    background-color: #236092;
    width: 75%;
    font-weight: 600;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .submit-btn {
    width: 60%;
  }
}

@media (min-width: 300px) {
  .submit-btn:hover {
    font-family: Calibri, sans-serif;
    letter-spacing: 0.1rem;
    background-color: #0c71c3;
    width: 75%;
    font-weight: 700;
    box-shadow: 0 0 7px rgba(0,0,0,0.8);
  }
}

@media (min-width: 768px) {
  .submit-btn:hover {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .form-input.email {
    width: 275px;
  }
}

.submit-btn {
  margin-top: 10px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgba(205,205,205,0.18);
  outline: 0;
  box-shadow: 0 0 0 .15rem rgba(13,110,253,.25);
}

.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgba(205,205,205,0.18);
  outline: 0;
  box-shadow: 0 0 0 .15rem rgba(13,110,253,.25);
}

.header-element {
  border-bottom: 2px solid rgba(208,208,208,0.89);
  box-shadow: 0 0 5px rgb(166 166 166 / 89%);
}

@media (min-width: 300px) {
  .form-div-wrapper.user-role {
  }
}

@media (min-width: 300px) {
  .form-div-wrapper.temp-password-input {
    margin-bottom: 0;
  }
}

.form-label.passResize {
  width: 135px;
}

.form-input.passResize {
  width: 170px;
}

.note-span.note-title.extra-bold600 {
  font-weight: 700;
}

.dual-button-wrapper.passwordSet {
  margin-top: 5%;
}

.success-p-login {
  text-align: center;
  padding-top: 5px;
  margin-bottom: 0;
  padding-bottom: 5px;
  background-color: #9e0e1e;
  color: #fff;
  font-size: 0.9rem;
  animation: hideAnimation 0s ease 5s;
  animation-fill-mode: forwards;
}

@keyframes hideAnimation {
  to {
    visibility: hidden;
    animation: 5s ease;
    width: 0;
    height: 0;
  }
}

.flex-the-form {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.inner-section-heading {
  font-weight: 700;
}

@media (min-width: 300px) {
  .groupedBtns:hover {
    font-size: 0.9rem !important;
    width: 70%;
  }
}

@media (min-width: 768px) {
  .groupedBtns:hover {
    font-size: 0.9rem !important;
    width: 35%;
  }
}

@media (min-width: 992px) {
  .groupedBtns:hover {
    font-size: 0.9rem !important;
    width: 30%;
  }
}

@media (min-width: 300px) {
  .groupedBtns {
    font-size: 0.9rem;
    width: 70%;
  }
}

@media (min-width: 768px) {
  .groupedBtns {
    font-size: 0.9rem;
    width: 35%;
  }
}

@media (min-width: 992px) {
  .groupedBtns {
    font-size: 0.9rem;
    width: 30%;
  }
}

@media (min-width: 300px) {
  .dual-button-wrapper.editEmployee {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .dual-button-wrapper.editEmployee {
    flex-direction: row;
  }
}

.temp-pass-label {
  width: initial;
}

.passReset-butn {
  margin-top: 40px;
}

.dual-button-wrapper.editMachine-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.delete-btn:hover {
  background-color: #d95160;
}

.delete-btn {
  background-color: #9e0e1e;
}

.downloadMeasureLink {
  font-family: lato;
  padding: 0 5px;
  font-weight: 500;
  font-size: 0.85rem;
  color: rgba(51,51,51,0.75);
  letter-spacing: 0.5px;
}

.form-input-div-wrapper.measureLinkWrapper {
  margin: 0 auto;
  padding-Top: 20px;
}

.form-label.form-label.wide-width {
  width: 200px;
  margin-left: 10px;
}

.contact-width {
  width: 100px !important;
}

.form-div-wrapper.contact-pad {
  padding-top: 20px;
}

.smallText {
  font-size: 0.6rem;
  font-style: italic;
  text-align: center;
}

.strong-center {
  text-align: center;
  padding-bottom: 10px;
}

.form-div-wrapper.user-role.contact {
  margin-bottom: 0 !important;
}

.form-input-div-wrapper.contactLink {
  margin-top: 0 !important;
}

.form-div-wrapper.user-role.contactLink {
  margin-top: 0 !important;
}

.smallText.contact {
  font-size: 0.75rem;
}

.force-center {
  text-align: center !important;
}

/* loading spinner styles */

#loadWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #456ab5;
  border-radius: 50%;
  animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
  transform-origin: bottom center;
  position: relative;
}

@keyframes loading {
  0% {
    transform: translateY(0px);
    background-color: #456ab5;
  }
  50% {
    transform: translateY(50px);
    background-color: #c72d2d;
  }
  100% {
    transform: translateY(0px);
    background-color: #456ab5;
  }
}

.circle-1 {
  animation-delay: 0.1s;
}

.circle-2 {
  animation-delay: 0.2s;
}

.circle-3 {
  animation-delay: 0.3s;
}

.circle-4 {
  animation-delay: 0.4s;
}

.circle-5 {
  animation-delay: 0.5s;
}

.circle-6 {
  animation-delay: 0.6s;
}

.circle-7 {
  animation-delay: 0.7s;
}

.circle-8 {
  animation-delay: 0.8s;
}

.btn.btn-primary.submit-btn.add-unit.new-button {
  width: 25%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-section-heading.xtraPad {
  padding-top: 20px;
}

