.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: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.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 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: 20px;
}
.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;
}
.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: bold;
  background-color: #e9e9e9;
  border-radius: 5px;
}
div.news-details {
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-left: 1em;
  padding-top: 0;
  background-color: white;
}
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;
}
