/* TODO: Change on-activation styling to stop moving. */

.sidenav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #293e4e;
  /* width: 70px; */
  height: calc(max(100vh - 48px, 1032px));
  top: 47px;
  gap: 0px;
  opacity: 0px;
}

.sidenav-button {
  height: 80px;
  width: 70px;
  background-color: #293e4e;
  color: white;
  padding-top: 16px;
  padding-bottom: 4px;
  border: none;
  border-right: 1px solid #1a2935b2;
  border-bottom: 1px solid #1a2935b2;
  outline: none;
}

.sidenav-button:focus {
  background: #041828;
  border-left: 2px solid #e84a37;
}

.sidenav-icon {
  width: 24px;
  height: 24px;
  gap: 0px;
  opacity: 0px;
  color: #c5dbec;
}

.sidenav-text {
  width: 59px;
  height: 36px;
  top: 36px;
  left: 6px;
  gap: 1px;
  opacity: 0px;
  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #c5dbec;
}

.nav-tabs {
  --bs-nav-tabs-border-radius: 0;
  background-color: transparent;
  --bs-nav-tabs-border-width: 3px;
  --bs-nav-tabs-link-active-color: white;
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-tabs-link-hover-border-color: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.11px;
  letter-spacing: 0.09em;
  /* border: 1px blanchedalmond solid; */
}

.nav-tabs .nav-link {
  --bs-nav-link-padding-x: 13px;
  width: 250px;
  height: 33px;
  gap: 0px;
  opacity: 0px;
  border-bottom: 1px solid rgba(66, 85, 99, 1);
  border-left: none;
  border-right: none;
  border-top: none;
  color: rgba(241, 241, 241, 1);
}

.nav-tabs .nav-link.active {
  border-bottom: 3px solid rgba(232, 74, 55, 1);
  border-left: none;
  border-right: none;
  border-top: none;
  font-weight: bold;
}
