.newsletter-selector {
  max-width: 220px;
  font-size: 1.15em;
}
.sidebar {
  height: 100%;
  width: var(--sidebar-width);
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  background-color: white;
  overflow-x: hidden;
  color: #404144;
  border-right: 1px solid #dbdbdb;
}
.sidebar p {
  padding: 0;
  margin: 0;
}
.sidebar .admin-text {
  font-size: 0.7rem;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-left: 17px !important;
}
.sidebar .reminder {
  text-align: center;
  background-color: #fef4e3;
  color: #f59e0b;
  padding: 0.8em;
  margin: 1em;
  border-radius: 0.5em;
  font-size: 14px;
}
.sidebar .reminder a {
  color: #f59e0b;
  text-decoration: underline;
}
.sidebar .dropdown-p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.logo-domain {
  padding: 20px 16px 12px 16px !important;
  margin: 0 !important;
}
.logo-domain img.no-sidebar {
  width: 84px;
}
.logo-domain img {
  width: 30%;
}
.bottom-link {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.bottom-link a {
  color: #404144;
  text-decoration: none !important;
}
.newsletter-menu {
  margin-left: 0;
}
.newsletter-menu-disabled {
  color: lightgray;
}
.newsletter-menu-disabled a {
  cursor: default !important;
  color: lightgray;
}
a.create-first-newsletter {
  border: 2px solid var(--button-yellow-color);
  border-radius: 0.5em;
  text-align: center;
  background-color: var(--button-yellow-color);
  color: white;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bolder;
}
a.create-first-newsletter:hover {
  text-decoration: none;
}
a.create-first-newsletter-disabled {
  color: white;
  background-color: lightgray;
  border: 2px solid lightgray;
}
.link-disabled {
  cursor: none !important;
  color: lightgray !important;
}
.link-disabled:hover {
  text-decoration: none !important;
}
.bottom {
  position: absolute;
  bottom: 10px;
}
.sidebar-nav-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 12px;
}
.bottom details {
  background-color: white;
}
.account-info {
  font-size: 14px;
  color: #404144;
  background-color: white;
}
a.bottom-menu {
  color: #404144;
  font-size: 14px;
  padding-left: 15px;
}
hr.bottom-menu-line {
  width: 90%;
  text-align: left;
  margin-left: 15px;
}
.active-bold {
  font-weight: 600;
  background-color: #e8e8e8;
  border-radius: 4px;
}
.sidebar-section-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
  padding: 0 0 2px 24px !important;
  margin-top: 4px !important;
}
div.news-details {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  background-color: white;
}
div.news-details .newsletter-sub-group {
  margin: 4px 0 0 14px;
  border-left: 2px solid #e5e7eb;
}
div.news-details .newsletter-sub-group .sidebar-link a {
  margin: 0 12px 0 8px;
}
div.news-details summary {
  color: #404144;
  text-decoration: none;
  list-style: none;
}
div.news-details summary:hover {
  text-decoration: none;
}
div.news-details summary::-webkit-details-marker {
  display: none;
}
