/* css styles */
.sidebar-link {
  color: rgb(84, 84, 84) !important; 
}

.sidebar-link:hover,
.sidebar-link:active {
  color: #ff0039 !important; 
}

.sidebar-item-container a.active {
  color: #ff0039 !important; 
}

.navbar-brand {
  color: rgb(255, 255, 255) !important;
  font-weight: bold !important;
}

.nav-link:hover {
  color: rgb(255, 255, 255) !important;
}

.nav-link {
  color: rgb(185, 185, 185) !important;
}

.nav-item a.active {
  color: rgb(255, 255, 255) !important;
}

#TOC a {
  font-weight: medium !important;
}

#TOC a.active {
  color: #ff0039 !important; 
  border-left: 1px solid #ff0039 !important; 
}

#TOC a:hover {
  color: #ff0039 !important; 
  border-left: 1px solid #ff0039 !important; 
}

.pagination-link:hover {
  color: #ff0039 !important; 
}

.anchorjs-link {
  color: rgb(84, 84, 84) !important;
}

.anchorjs-link:hover,
.anchorjs-link:active {
  color: #ff0039 !important; 
}

.uri {
  color: #ff0039 !important; 
}
.uri:hover {
  color: rgb(200, 42, 56)!important; 
}

.footer-items a {
  color: rgb(185, 185, 185) !important;
}

.footer-items a:hover {
  color: rgb(84, 84, 84) !important;
}

.navbar-brand-logo {
  padding: 0px !important;
}

.navbar-logo {
  max-height: 40px;
}

.sidebar-item > span {
  font-weight: bold;
  font-size: .825rem;
  white-space: nowrap;
}

#quarto-document-content {
  min-height: calc(100vh - 120px);
}
