body {
  min-width: 400px;
  color: black;
  font-family: 'Manrope', sans-serif;
  transition: 2s;
}

.subnav {
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  height: 100%;
}

.nav-icon {
  width: 30px;
  text-align: center;
}

.bg-image {
  background-color: #FFF;
  background-image: linear-gradient(to bottom, transparent, transparent, grey, #FFF), url('/img/262058340_970766253535438_6067080261769900378_n.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 75vh;
}

.card-image {
  height: 15vh;
  width: 100%;
  object-fit: cover;
}

.card-header {
  font-size: 1.2em;
  font-weight: bold;
}

.floating-label-in-row {
  margin-left:12px;
}

@page {
    size: A4 portrait;
    margin-top: 1cm;
    margin-bottom: 1cm;
    margin-left: 1cm;
    margin-right: 1cm;
    @bottom-center {
      font-size: 0.8em;
      content: "Page " counter(page) " of " counter(pages);
    }
}

.text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
}

.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: var(--bs-border-color);
  flex-grow: 1;
}

.text-divider::before {
  margin-right: var(--text-divider-gap);
}

.text-divider::after {
  margin-left: var(--text-divider-gap);
}

th, td {
    white-space: nowrap;
}

/* Jakes changes below */

.navbar-brand {
  font-family: 'Manrope', sans-serif;
}


.signInBox {
  text-align: center;
  animation: fadeIn 1s ease-in-out;
  user-select: none;
}

#signInForm {
  text-align: center;
}

hr {
  width: 75%;
  margin-left: 12.5%;
  animation: fadeInHr 1s ease-in-out;
  color: #204893;
  opacity: 50%;
}

br {
  user-select: none;
}

.glasspane {
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 1200px;
  margin: auto;
/*  padding-top: 10px;
  margin-top:20px;*/
}

.signInButton {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #00000029;
  width: 275px;
  height: 55px;
}

  .signInButton:hover {
    border-radius: 5px;
    background: black;
    border: 1px solid #00000029;
    width: 275px;
    height: 55px;
    transition: 0.5s;
    color: white;
  }

.userBox {
  width: 80%;
  margin: auto;
  height: 70px;
  text-align: center;
  font-size: 24px;
  caret-color: transparent;
  border: 2px solid #2a2a2a2b;
  background-color: transparent; /*for glass*/
  display: inherit;
  color: black !important;
  border-style:dashed;
}

  .userBox::placeholder {
    font-size: 24px;
    font-weight: 900;
  }

  .userBox:focus {
    background-color: transparent;
    border: 2px solid black;
    transition: 2s;
    color: black;
  }

#companyName {
  margin-top: 25px;
}

#greeting {
  font-size: 25px;
  height: 25px;
  padding-top: 15px;
  user-select: none;
  font-family: 'Manrope', sans-serif;
}

#clock {
  font-size: 60px;
  text-align: center;
  animation: fadeIn 2s ease-in-out;
  user-select: none;
}

@font-face {
  font-family: Neuro;
  src: url(NEURPOLI.TTF);
}

/* Fob Login Page CSS */

.visitorLinkText {
  font-size: 17px;
  font-weight: bold;
}

a:-webkit-any-link {
  /*color: #000000;*/
}

.frontPageLink {
  text-decoration-style:wavy !important;
  color: #000000;
}

.frontPageLinkE {
  text-decoration-style: wavy !important;
}

  .frontPageLink:hover {
    transition: 1s ease-in-out !important;
    color: #efefef;
  }

.ErrorText {
  color: black;
  font-weight: bold;
  display: flow;
  margin-bottom: 1px;
  margin-top: 0px;
  animation: appear 3s ease-in-out;
  font-size: 16px;
  transition: 3s;
  height: 40px;
}

.fobBox {
  width: 80%;
  margin: auto;
  height: 70px;
  text-align: center;
  font-size: 50px;
  caret-color: transparent;
  border: none;
  background-color: transparent; /*for glass*/
  display: inherit;
  padding-top: 10px;
}

  .fobBox::placeholder {
    font-size: 24px;
    font-weight: 900;
    color: black;
  }

  .fobBox:focus {
    background-color: transparent;
  }


.form-control:focus {
  border-color: black;
  box-shadow: none !important;
  /*box-shadow: 0 0 0 0.25rem rgb(153 153 153 / 25%);*/
}


::-ms-reveal { /* Hides the reveal password icon (eye) */
  display: none;
}


/* Side menu CSS */


.menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 1s;
  padding-top: 60px;
  animation: appear 1s ease-in-out;
}

  .menu a {
    padding: 5px 30px 5px 30px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
    transition: 2s;
    animation: appear 3s ease-in-out;
    text-align: center;
    width: max-content;
    margin: auto;
  }

.menu-header {
  color: white;
  text-align: center;
  animation: appear 3s ease-in-out;
  width: max-content;
  margin: auto;
  padding: 5px 30px 5px 30px;
}

.menu-button {
  font-size: 30px;
  cursor: pointer;
  margin-left: 10px;
  user-select: none;
}

@keyframes appear {
  0% {
    opacity: 0%;
  }

  33% {
    opacity: 50%;
  }

  100% {
    opacity: 100%;
  }
}

.menu a:hover {
  color: #f1f1f1;
  transition-duration: 0.5s;
}

.menu .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
  right: -20px;
}

/* Fire Register */

.strikethrough {
  text-decoration: line-through;
  background-color: lightgreen;
}

.table > :not(caption) > * > * { /* Override table border fix */
  padding: .5rem .5rem !important;
  background-color: var(--bs-table-bg) !important;
  border-width: var(--bs-border-width) !important;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg) !important;
}

input[type="checkbox" i] {
  transform: scale(2);
}

.card {
  border: none;
}

#registerUsers {
  text-align: center;
}

.registerCount {
  text-align: center;
}

.fireMarshallPageLink {
  text-decoration-style: wavy !important;
  color: #000000;
  text-align:center;
}

/* Viewports and sizing */

@viewport {
  width: auto;
}

@media (min-width: 300px) and (max-width: 450px) {
  #waves {
    display: none;
  }

  .fobBox::placeholder {
    font-size: 12px !important;
  }

  .fobBox {
    font-size: 12px !important;
  }

  .glasspane {
    width: 400px !important;
  }

  body {
   /* width: 100% !important;*/
  }

  #userSelectTable {
    width: 350px !important;
  }

  .menu-button {
    display: none;
  }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }


  }

@media (min-width: 800px) and (max-width: 1199px) {

  .fobBox::placeholder {
    font-size: 12px !important;
  }
  body {
    /*width:100% !important;*/
  }

  #waves {
    display: none;
  }

  .menu-button {
    display: none;
  }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
     padding-right: 0px !important; 
     padding-left: 0px !important; 
  }
}

@media (min-width: 1199px) and (max-width: 1920px) {
  #waves {
    position:fixed;
  }
  body {
    width: 100%;
  }
}

/* Index */

.dropdown-menu.show {
  display: contents;
  background-color: rgb(17, 17, 17);
  width: 100%;
  text-align: center;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 38px);
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.menuIndex {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 116px;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: width 1s;
  animation: appear 0.2s ease-in-out;
}

  .menuIndex a {
    padding: 5px 30px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
    transition: color 0.2s, background-color 0.2s, opacity 0.2s;
    animation: appear 0.1s ease-in-out;
    text-align: center;
    margin: auto;
    opacity: 0; /* Initially hidden */
  }

    .menuIndex a:hover {
      color: black;
      background-color: #f1f1f1;
    }

  .menuIndex .closebtn {
    top: 0;
    font-size: 36px;
    right: -20px;
  }

  .menuIndex.opening a {
    opacity: 1;
  }

  .menuIndex.closing a {
    opacity: 0;
  }

  .container-fluid {
    height: 100px;
  }


.link-container {
  width: 450px;
  height: 70px;
  color: white;
  border-radius: 3px;
  border: 2px solid black;
  margin: auto;
  margin-top: 60px;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.link-text-white {
  color: white !important;
}

.link-text-black {
  color: black !important;
}


.firemarshall-button-container {
  text-align: center; /* Centers the button horizontally */
}

.firemarshall-button {
  font-size: 1.25rem; /* Increase font size slightly */
  padding: 15px 30px; /* Increase padding for more space */
  border-radius: 5px; /* Add rounded corners */
  background-color: #343a40; /* Adjust background color if desired */
  color: #fff; /* Text color */
}

/* Header glassmorphism (index/logged in)*/
/*.glass-banner {
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.3px);
  -webkit-backdrop-filter: blur(5.3px);
  border: 1px solid rgba(255, 255, 255, 0.24);
}*/