html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*html {
    position: relative;
    min-height: 100%;
}*/

.headerLogo {
  height: 64px;
  width: 300px;
  margin-right: 10px;
}

.newHeaderLogo {
    height: 75px;
    /*width: 128px;*/
}

header .subNav .nav-item .nav-link {
  color: #0497e0;
}

header .subNav .nav-item .nav-link:focus,
header .subNav .nav-item .nav-link:hover {
  color: #0a58ca;
}

footer {
  /*margin-top: 20px;*/
  background-color: White;
  line-height: 60px;
  width: 100%;
  z-index: 10;
}

.navBarLeft {
  background-color: rgb(230, 230, 230);
  position: fixed;
  margin-top: -16px;
  height: 100%;
  width: 225px;
  border-right: solid;
  border-color: #b3b3b3;
}

.navBarLeft-Header {
  margin-right: 12px;
  align-items: stretch;
  color: Black;
  /*margin-bottom: -15px;*/
}

.navBarLeftIcon {
  margin-right: 12px;
  align-items: stretch;
}

.navBarLeftBottom {
  margin-bottom: 130px;
}

.navBarLeft-list {
  list-style: none;
  padding-left: 0.7rem;
}

.navBarLeft-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #0497e0;
}

.navBarLeft-adminLink {
  text-decoration: none;
  font-size: 14px;
  /*font-weight: bold;*/
  color: #0497e0;
}

/*.mainContent {
    padding-left: 235px;
    margin-left: 0;
}*/

.userDropdownNav-item {
  color: #43aee4;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  background: none;
  border: none;
  margin: 0 0 0 3px;
  padding: 0;
}

.userDropdownNav-item:hover {
  color: #1c0ebf;
}

.navBarProfileImage {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.userNameText {
  font-size: 0.9rem;
  color: #43aee4;
}

.search-summary-item {
  display: inline-block;
  min-width: 30px;
}

.profileCollapsed {
  display: flex !important;
  justify-content: center !important;
}

.sidenav-user-dropdown {
  color: white !important;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.sidenav-user-dropdown:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.sidenav-user-dropdown img {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.sidenav-user-dropdown .navBarExpand {
  color: white;
  line-height: 1.2;
}

.sidenav-user-dropdown .navBarExpand span:first-child {
  font-weight: 500;
  font-size: 0.9rem;
}

.sidenav-user-dropdown .navBarExpand span:last-child {
  font-size: 0.8rem;
  opacity: 0.9;
}

#profile-navbar .dropdown-menu {
  background-color: white;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 8px;
}

#profile-navbar .dropdown-item {
  padding: 8px 16px;
  color: #333;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.nav-link.text-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  accent-color: #2489ec;
}

.btn-save {
  background-color: #2489ec;
  color: white;
  padding: 8px 24px;
  font-weight: 500;
}

.btn-save:hover {
  background-color: #005aa9;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-save:active {
  transform: scale(1);
  box-shadow: none;
}

.btn-cancel {
  background-color: gray;
  color: white;
  padding: 8px 24px;
  font-weight: 500;
}

.btn-cancel:hover {
  background-color: #5a5a5a;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-cancel:active {
  transform: scale(1);
  box-shadow: none;
}
