html {
  height: 100%;
}

@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: rgba(0,0,0);
  color: #fff;
  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: #fff;
  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;
}

.height-fix {
  height: initial;
}

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

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

@media (min-width: 992px) {
  .page-section {
    width: 75%;
    margin: 0 auto;
    margin-top: 5%;
  }
}

@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) {
  .butn-icon {
    padding-left: 2px;
  }
}

@media (min-width: 300px) {
  .submit-btn {
    font-family: 'Lato';
    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: 'Lato';
    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-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 {
    margin-top: 20px;
  }
}

@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;
}

.detail-link.date-update {
  width: 31px;
  vertical-align: middle;
  margin: 0;
  margin-bottom: 9px;
  margin-left: 10px;
}

#loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #444444;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#loader2 {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #444444;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.btn.btn-primary.company-select-btn:hover {
  background-color: rgb(132,132,132);
}

option {
  padding: 10px 0;
}

.viewLink {
  text-decoration: none;
  font-size: 0.8rem;
}

.fSize {
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .adjusth1 {
    width: 90%;
  }
}

.textFileLink {
  text-decoration: none;
}

.normalInput {
  border: 1px solid #d7d7d7c9;
  background-color: #fff;
  box-shadow: 0 0 4px rgb(0 0 0 / 27%);
  border-radius: 3px;
  padding: 3px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

@keyframes failFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade-out animation */

@keyframes failFadeOut {
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* Base button styling */

/* Secondary */

/* Danger */

.custom-btn.danger-btn {
  background-color: #f28c8c;
  color: #1a1a1a;
}

.custom-btn.danger-btn:hover {
  background-color: #e06a6a;
}

/* Layout */

.dual-button-wrapper.portal-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

/* Full-width consistent size */

.full-width-btn {
  width: 280px;
  text-align: center;
}

.custom-btn.full-width-btn.danger {
  background-color: #e16f6f;
  color: #1a1a1a;
}

.btn-height-fix {
  height: 40px;
  font-size: 0.8rem;
}

.delete-user-form {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.delete-user-form button {
  width: auto;
  min-width: 180px;
  /*Optional: set a minimum size;*/
}

.floating-success-box-noForm {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #28a745;
  color: white;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.required-star {
  color: red;
  font-size: 1.3rem;
  margin: 0;
  display: block;
}

.pagination-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.pagination .page-item {
  margin: 0 5px;
}

.pagination .page-link {
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: rgb(0 0 0 / 80%);
  text-decoration: none;
}

.pagination .page-item.active .page-link {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.pagination .page-item.disabled .page-link {
  color: #aaa;
  pointer-events: none;
}

