/* Main Body CSS */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  z-index: 3;
  font-family: 'Nunito Sans';
}

main {
  flex: 1 0 auto;
  position: relative;
  z-index: 1;
  /* background-color: #F6F9FC; */
}

.container {
  margin-top: 10px !important;
}

/* Header CSS */
.logo {
  height: 100%;
  max-width: 60%;
}

#banner {
  background-color: rgb(240, 96, 96);
  color: black;
  text-align: center;
  border-radius: 10px;
}

.bhasc-banner {
  width: 100%;
}

.bhasc-banner-bar {
  display: block;
  height: 22px;
  background-color: #9b2743 !important;
  margin-top: -0.4%;
}

.bhasc_blue.background {
  background-color: #271568 !important;
}

.bhasc_gray.background {
  background-color: #5a5c66 !important;
}

.header {
  background-color: white;
}

.header ul li a {
  color: #5a5c66;
  font-weight: 800;
  font-size: 14px;
}

/* Navbar CSS */
.navbar {
  border-bottom: none !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar-nav .nav-link {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem; /* Adjust padding as desired for height/width */
  font-weight: 600;
  text-align: center;
  border-radius: 0.5rem;
}

.navbar-nav .nav-link:hover {
  background-color: #f0f0f0;
}

.dropdown-menu .dropdown-item {
  text-align: center;
  font-weight: 500;
}

.nav-link:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}

.nav-link, .dropdown-item {
  border-radius: 0.5rem;
  font-weight: 500;
}

.nav-link:hover, .dropdown-item:hover {
  background-color: #f0f0f0;
}

/* .nav-item.dropdown {
  position: relative;
} */

.nav-link.active {
  background-color: #9b2743 !important;
}

.nav-link.active:hover {
  background-color: #b33c5a !important;
}

.nav-link.text-start {
  color: #271568;
}

/* .dropdown-menu {
  min-width: auto;
}

.dropdown-item {
  text-align: center;
  white-space: nowrap;
} */

/* Footer CSS */
.footer_spacer {
  background-color: #5a5c66;
  height: 15px;
}

.footer {
  background-color: #ededed;
  padding: 10px;
}

.footer_content a {
  color: #5a5c66;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
}

.copyright {
  font-size: smaller;
}

.modal-backdrop {
  --bs-backdrop-zindex: none !important;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-dialog {
  z-index: 1055;
}

/* Scrollable background */
/* body.modal-open {
  overflow-y: visible;
}

.modal-open-scrollable {
  overflow-y: auto !important;
} */


/* #nav-emp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
}

#nav-emp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list {
  float: left;
  width: 20%;
  margin: auto;
  line-height: 40px;
}

.nav-list a {
  display: block;
  color: #d4d4d4;
  text-decoration: none;
  text-align: center;
  height: 40px;
} */

/* li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    } */

/* li a:hover, .dropdown:hover .dropbtn {
    background-color: black;
    } */

/* .dropbtn {
  background-color: white;
  border: none;
  cursor: pointer;
  text-align: center;
  height: 100%;
}

.dropdown {
  position: relative;
  display: inline-block;
  height: 100%;
}

.dropdown-content {
  display: none;
  background-color: #0a0a0a;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a:hover {
  background-color: #0a0a0a;
  color: white;
}

.dropdown-content a {
  color: white;
  text-decoration: none;
  text-align: center;
  background-color: white;
  border-style: solid;
  border: #000000;
  border-width: 5px 5px 5px 5px;
  position: relative;
  z-index: 5;
}

.dropdown:hover .dropdown-content {
  display: contents;
}

.no-highlight:hover {
  background-color: rgba(0, 0, 0, 0.0);
}

.sidenav-text a {
  color: black !important;
  padding-left: 2em;
} */


/* Unused / Miscellaneous CSS */
/* @font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/materialize-icons.woff2") format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.brand-logo {
  margin-left: 20px;
}

.tabs .tab a {
  color: blue;
}

.tabs .tab a:hover {
  color: #2196f3;
}

.google-map {
  padding-bottom: 50%;
  position: relative;
}

.google-map iframe {
  height: 90%;
  width: 90%;
  left: 0;
  top: 0;
  position: absolute;
}
*/

/* Calendar CSS */
#calendarDateDisplay {
  position: relative;
  left: 14%;
}

.navbar-toggler:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}