:root {
  --svz-red: #d71920;
  --svz-red-dark: #a90f16;
  --svz-ink: #242424;
  --svz-muted: #667078;
  --svz-line: #d9dee4;
  --svz-paper: #ffffff;
  --svz-soft: #f3f5f7;
  --svz-blue: #2f6f9f;
  --svz-green: #6b8f2a;
}

/* Google permits hiding the floating v3 badge when this disclosure stays in the protected flow. */
.grecaptcha-badge {
  visibility: hidden !important;
}

.svz-recaptcha-notice {
  margin: 8px 0 12px;
  color: #707780;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.svz-recaptcha-notice a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.svz-recaptcha-notice a:hover,
.svz-recaptcha-notice a:focus {
  color: var(--svz-red);
}

body {
  background: #edf0f3;
  color: var(--svz-ink);
}

a,
.text-link,
.post-stats-alt,
.post-stats .fa {
  color: var(--svz-red);
}

.btn {
  border-radius: 6px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background: var(--svz-red) !important;
  border-color: var(--svz-red) !important;
}

.btn-success,
.btn-success:focus,
.btn-success:hover {
  background: var(--svz-green) !important;
  border-color: var(--svz-green) !important;
}

.card,
.dropdown-menu,
.modal-content {
  border: 1px solid var(--svz-line);
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(22, 31, 44, 0.04);
}

.card-header {
  border-bottom-color: var(--svz-line);
}

.main-icon,
.main-icon *,
.x-form-tools,
.header-icon,
.header-icon * {
  color: var(--svz-red) !important;
  fill: var(--svz-red) !important;
}

.main-header {
  min-height: 70px;
  border-bottom: 3px solid var(--svz-red);
  background: var(--svz-paper);
  box-shadow: 0 1px 5px rgba(22, 31, 44, 0.08);
}

.main-header .logo {
  color: var(--svz-red);
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.main-header .logo:hover {
  color: var(--svz-red-dark);
}

.main-header .logo .svz-logo-mark {
  display: block;
  width: 218px;
  max-width: 100%;
  max-height: 52px;
  margin-top: 10px;
}

.main-header .logo-wrapper {
  overflow: visible;
}

.main-header .search-wrapper .form-control {
  border: 1px solid var(--svz-line);
  border-radius: 6px;
  background: #f8fafb;
  font-size: 15px;
}

.main-header .search-wrapper .form-control:focus {
  border-color: var(--svz-red);
}

.navbar-wrapper>ul>li>a {
  border-radius: 6px;
}

.navbar-wrapper>ul>li>a:hover,
.navbar-wrapper>ul>li.dropdown.show>a {
  background: #fff1f2;
}

.svz-radio-dropdown {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 4;
}

.svz-radio-dropdown .home-icon {
  position: static;
}

.svz-radio-icon {
  position: relative;
}

.svz-radio-icon:after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--svz-red);
}

.svz-radio-menu {
  width: 300px;
  padding: 14px;
  border-top: 3px solid var(--svz-red);
}

.svz-radio-menu-title {
  color: var(--svz-red);
  font-size: 14px;
  font-weight: 800;
}

.svz-radio-menu-station {
  margin: 2px 0 10px;
  color: var(--svz-muted);
  font-size: 12px;
  font-weight: 600;
}

.svz-radio-disabled {
  padding: 10px;
  border: 1px dashed var(--svz-line);
  border-radius: 4px;
  color: var(--svz-muted);
  font-size: 12px;
  line-height: 1.4;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--svz-red);
}

body.index-body {
  background: #f0f2f4;
}

.landing-row {
  min-height: 100vh;
  height: auto;
}

.landing-left {
  background: #f8f9fb;
  color: var(--svz-ink);
  box-shadow: none;
  border-right: 1px solid var(--svz-line);
}

.landing-left:before {
  display: none;
}

.landing-intro {
  max-width: 640px;
}

.svz-landing-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
}

.svz-brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 8px 8px 0 #e4e8ec;
}

.svz-landing-brand h5 {
  margin: 0 0 8px;
  color: var(--svz-red);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-landing-brand h1 {
  margin: 0;
  max-width: 520px;
  color: var(--svz-ink);
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
}

.svz-campus-board {
  max-width: 560px;
  border: 1px solid var(--svz-line);
  border-top: 5px solid var(--svz-red);
  border-radius: 8px;
  background: var(--svz-paper);
  box-shadow: 0 12px 26px rgba(22, 31, 44, 0.08);
}

.svz-board-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--svz-line);
  color: var(--svz-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.svz-profile-preview {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px 16px;
  border-bottom: 1px solid var(--svz-line);
}

.svz-preview-avatar {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border: 3px solid var(--svz-paper);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.14), rgba(47, 111, 159, 0.18)),
    #dfe5eb;
  box-shadow: 0 0 0 1px var(--svz-line);
}

.svz-profile-preview strong,
.svz-board-grid strong {
  display: block;
  margin-bottom: 4px;
}

.svz-profile-preview span,
.svz-board-grid span {
  display: block;
  color: var(--svz-muted);
  font-size: 13px;
  line-height: 1.45;
}

.svz-board-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.svz-board-grid>div {
  padding: 16px;
  border-right: 1px solid var(--svz-line);
}

.svz-board-grid>div:last-child {
  border-right: 0;
}

.landing-form {
  padding-bottom: 40px;
}

.card-register {
  border: 1px solid var(--svz-line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(22, 31, 44, 0.08);
}

.card-register .card-header .card-title {
  color: var(--svz-red);
}

.card-register .form-control,
.card-register .form-select,
.card-register .input-group>.input-group-text {
  border-radius: 6px;
}

.svz-independent-note {
  max-width: 520px;
  margin: 16px auto 0;
  color: var(--svz-muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.profile-header {
  margin-top: 20px;
  border: 1px solid var(--svz-line);
  border-radius: 8px;
  background: var(--svz-paper);
  overflow: hidden;
}

.profile-cover-wrapper {
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.92), rgba(47, 111, 159, 0.76)),
    #cbd3da;
}

.profile-cover-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.10) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.profile-avatar-wrapper {
  border-radius: 8px;
  box-shadow: 0 0 0 1px var(--svz-line), 0 8px 18px rgba(22, 31, 44, 0.16);
}

.profile-avatar-wrapper img {
  border-radius: 6px;
}

.svz-profile-kicker {
  margin-bottom: 2px;
  color: var(--svz-red);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: none;
}

@media (min-width: 992px) {
  .svz-profile-kicker {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  }
}

.profile-buttons-wrapper {
  border-radius: 0;
}

.profile-tabs-wrapper {
  border: 1px solid var(--svz-line);
  border-radius: 6px;
}

.profile-tabs-wrapper a.active,
body.night-mode .profile-tabs-wrapper a.active {
  border-bottom: 3px solid var(--svz-red);
}

.svz-profile-card .card-header {
  color: var(--svz-red);
  font-size: 14px;
}

.svz-profile-card dl {
  margin: 0;
}

.svz-profile-card dl>div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--svz-line);
}

.svz-profile-card dl>div:last-child {
  border-bottom: 0;
}

.svz-profile-card dt {
  position: relative;
  padding-left: 9px;
  color: var(--svz-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-profile-card dt:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 3px;
  height: 10px;
  background: var(--svz-red);
}

.svz-profile-card dd {
  margin: 0;
  font-weight: 600;
}

.svz-profile-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 12px;
  border: 1px solid var(--svz-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--svz-paper);
}

.svz-profile-switch-item {
  min-width: 0;
  padding: 14px 16px;
  border: 0;
  border-left: 1px solid var(--svz-line);
  background: transparent;
  color: inherit;
  text-align: left;
}

.svz-profile-switch-item:first-child {
  border-left: 0;
}

.svz-profile-switch-item.active {
  border-left-color: var(--svz-red);
  box-shadow: inset 5px 0 0 var(--svz-red);
  background: #fff;
}

.svz-profile-switch-item span {
  display: block;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-profile-switch-item strong {
  display: block;
  overflow: hidden;
  margin: 2px 0 0;
  color: var(--svz-red);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-profile-switch-item small {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  color: var(--svz-green);
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-profile-groups-panel .card-body {
  padding: 16px;
}

.svz-profile-group-list {
  margin: 0;
  padding: 0;
}

.svz-profile-group-bulletins {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svz-profile-group-bulletin {
  position: relative;
  padding: 10px 12px 10px 28px;
  border-bottom: 1px solid #eef1f4;
}

.svz-profile-group-bulletin:last-child {
  border-bottom: 0;
}

.svz-profile-group-bulletin:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--svz-red);
}

.svz-profile-group-bulletin a {
  color: #252c32;
  font-size: 15px;
  font-weight: 700;
}

.svz-profile-group-bulletin span {
  display: block;
  margin-top: 2px;
  color: var(--svz-muted);
  font-size: 12px;
}

.svz-profile-group-bulletin-action {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
}

.svz-profile-group-bulletin-action:before {
  top: 24px;
}

.svz-profile-group-bulletin-avatar {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border: 1px solid #dfe5ea;
  border-radius: 4px;
  background: #fff;
}

.svz-profile-group-bulletin-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svz-profile-group-bulletin-main {
  min-width: 0;
  flex: 1 1 auto;
}

.svz-profile-group-bulletin-main a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-profile-group-bulletin-action-button {
  flex: 0 0 auto;
}

.svz-profile-group-bulletin-action-button .btn {
  white-space: nowrap;
}

.about-list li {
  border-bottom: 1px solid #eef1f4;
}

.about-list-item {
  font-weight: 600;
}

.svz-empty-note {
  max-width: 360px;
  margin: 8px auto 0;
  color: var(--svz-muted);
  font-size: 13px;
  line-height: 1.45;
}

.svz-empty-state {
  max-width: 560px;
  margin: 6px auto 20px;
  padding: 24px 18px;
  border: 1px dashed var(--svz-line);
  border-radius: 6px;
  background: #fbfcfd;
}

.svz-empty-state-icon {
  margin-bottom: 8px;
  opacity: 0.62;
}

.svz-empty-state-title {
  color: var(--svz-red);
  font-size: 15px;
  font-weight: 800;
}

.svz-empty-state p {
  max-width: 410px;
  margin: 6px auto 0;
  color: var(--svz-muted);
  font-size: 13px;
  line-height: 1.5;
}

.svz-first-steps-card {
  border-top: 3px solid var(--svz-red);
}

#buschfunk-publisher {
  scroll-margin-top: 78px;
}

.svz-first-steps-card .card-header {
  display: grid;
  gap: 2px;
}

.svz-first-steps-kicker {
  color: var(--svz-red);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-first-step {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border-bottom: 1px solid #eef1f4;
  color: inherit;
}

.svz-first-step:hover {
  color: var(--svz-red);
  text-decoration: none;
}

.svz-first-step > i:first-child {
  color: var(--svz-red);
}

.svz-first-step > i:last-child {
  color: var(--svz-muted);
  font-size: 10px;
}

.svz-first-step span,
.svz-first-step strong,
.svz-first-step small {
  display: block;
  min-width: 0;
}

.svz-first-step strong {
  font-size: 13px;
}

.svz-first-step small {
  margin-top: 2px;
  color: var(--svz-muted);
  font-size: 11px;
  line-height: 1.35;
}

.svz-first-steps-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: 700;
}

.svz-group-empty {
  max-width: 520px;
  margin: 4px auto;
  padding: 22px 16px 20px;
  border: 1px dashed var(--svz-line);
  border-radius: 6px;
  background: #fbfcfd;
}

.svz-group-empty-icon {
  margin-bottom: 8px;
  opacity: 0.62;
}

.svz-group-empty-title {
  color: var(--svz-red);
  font-size: 15px;
  font-weight: 800;
}

.svz-group-empty p {
  max-width: 360px;
  margin: 5px auto 0;
  color: var(--svz-muted);
  font-size: 13px;
  line-height: 1.45;
}

.main-side-nav-card .card-body {
  padding-top: 12px;
}

.svz-side-identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-red);
}

.svz-side-identity strong {
  color: var(--svz-red);
  font-size: 15px;
}

.svz-side-identity span {
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-side-nav>li.ptb5 small {
  color: var(--svz-red) !important;
  font-weight: 800;
}

.main-side-nav a {
  border-radius: 5px;
}

.main-side-nav>li.active>a,
.main-side-nav>li>a:hover,
.main-side-nav ul>li.active>a {
  background: #fff1f2;
  color: var(--svz-red);
}

.svz-buschfunk-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 16px 18px;
  border: 1px solid var(--svz-line);
  border-left: 5px solid var(--svz-red);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.08), rgba(47, 111, 159, 0.08)),
    var(--svz-paper);
  box-shadow: 0 1px 0 rgba(22, 31, 44, 0.04);
}

.svz-buschfunk-kicker,
.svz-publisher-heading span,
.posts-filter-title small {
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.svz-buschfunk-hero h1 {
  margin: 2px 0 0;
  color: var(--svz-red);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}

.svz-buschfunk-stamp {
  flex: 0 0 auto;
  min-width: 108px;
  padding: 8px 10px;
  border: 1px solid var(--svz-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  text-align: right;
}

.svz-buschfunk-stamp span,
.svz-buschfunk-stamp strong {
  display: block;
}

.svz-buschfunk-stamp span {
  color: var(--svz-muted);
  font-size: 12px;
}

.svz-buschfunk-stamp strong {
  color: var(--svz-green);
  font-size: 13px;
}

.publisher {
  border: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-red);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(22, 31, 44, 0.06);
}

.publisher-buschfunk {
  border-top-width: 0;
}

.svz-publisher-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-top: 4px solid var(--svz-red);
  border-bottom: 1px solid var(--svz-line);
  border-radius: 8px 8px 0 0;
  background: #fbfcfd;
}

.svz-publisher-heading strong {
  color: var(--svz-red);
  font-size: 16px;
}

.publisher-message {
  padding-top: 18px;
}

.publisher-avatar {
  border-radius: 6px;
  border-color: var(--svz-line);
}

.publisher textarea:not(.form-control) {
  font-size: 15px;
}

.publisher-tools-tabs {
  border-color: var(--svz-line);
}

.publisher-tools-tab {
  border: 1px solid #e5e9ee;
  border-radius: 6px;
  background: #fafbfc;
}

.publisher-tools-tab:hover,
.publisher-tools-tab.active,
body.night-mode .publisher-tools-tab.active {
  background: #fff1f2;
  color: var(--svz-red);
}

.publisher-footer {
  border-top: 1px solid #eef1f4;
}

.posts-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--svz-line);
  border-left: 4px solid var(--svz-red);
  border-radius: 6px;
  background: var(--svz-paper);
  line-height: 1.2;
}

.posts-filter>span {
  color: var(--svz-red);
  font-size: 14px;
  font-weight: 800;
}

.posts-filter-title {
  display: grid;
  gap: 2px;
}

.posts-filter-title span {
  color: var(--svz-red);
  font-size: 14px;
  font-weight: 800;
}

.svz-buschfunk-filter {
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.06), rgba(255, 255, 255, 0)),
    var(--svz-paper);
}

.posts-filter .float-end {
  float: none !important;
}

.posts-filter .btn-group .btn,
.posts-filter .btn-group .open .btn.dropdown-toggle,
.posts-filter .btn-group .btn-default.active,
.posts-filter .btn-group .btn-default:active,
.posts-filter .btn-group .open .btn-default.dropdown-toggle {
  border: 1px solid var(--svz-line) !important;
  border-radius: 5px;
  background: #fafbfc;
}

.post {
  border: 1px solid var(--svz-line);
  border-radius: 8px;
  background: var(--svz-paper);
  box-shadow: 0 1px 0 rgba(22, 31, 44, 0.04);
}

.post-body {
  border-radius: 8px;
}

.post-header {
  border-top: 4px solid #eef1f4;
  border-radius: 8px 8px 0 0;
}

.post-avatar-picture {
  border-radius: 6px;
  box-shadow: 0 0 0 1px var(--svz-line);
}

.post-author {
  color: var(--svz-red);
}

.post-time,
.post-time a {
  color: var(--svz-muted);
}

.post-text {
  font-size: 15px;
  line-height: 1.55;
}

.post-stats {
  padding-top: 10px;
  border-top: 1px solid #eef1f4;
}

.post-actions {
  border-top-color: var(--svz-line);
}

.post-actions .action-btn {
  border-radius: 5px;
}

.post-actions .action-btn:hover {
  background: #fff1f2;
  color: var(--svz-red);
}

.post-footer {
  border-radius: 0 0 8px 8px;
}

.svz-place-filter-toggle {
  max-width: 260px;
}

.svz-place-filter-toggle span {
  display: inline-block;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.svz-places-dropdown {
  width: min(320px, calc(100vw - 24px));
}

.svz-place-search .form-control {
  border-radius: 6px;
}

.svz-place-results {
  display: none;
  max-height: 280px;
  margin-top: 6px;
  overflow-y: auto;
}

.svz-place-result {
  display: block;
  white-space: normal;
}

.svz-place-result strong,
.svz-place-result span {
  display: block;
}

.svz-place-result span,
.svz-place-empty {
  color: var(--svz-muted);
  font-size: 12px;
}

.svz-place-empty {
  padding: 8px 10px;
}

.svz-profile-place-control {
  position: relative;
}

.svz-publisher-place-control {
  width: 100%;
}

.svz-profile-place-results {
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
}

.svz-profile-place-results.show,
.svz-profile-place-results[style*="display: block"] {
  display: block;
}

.svz-place-assignment {
  color: var(--svz-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 6px;
}

.publisher-meta .svz-place-assignment {
  padding-left: 40px;
}

.svz-group-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.svz-group-card .card-header:after {
  content: "Gruppe";
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-groups-directory-header {
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.10), rgba(47, 111, 159, 0.08)),
    #f8fafb;
  border-bottom: 1px solid var(--svz-line);
}

.svz-groups-directory-header h2 {
  color: var(--svz-red);
  font-weight: 800;
}

.svz-directory-kicker {
  margin-bottom: 4px;
  color: var(--svz-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-directory-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid var(--svz-line);
  border-left: 5px solid var(--svz-red);
  border-radius: 8px;
  background: var(--svz-paper);
}

.svz-directory-section-head span {
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-directory-section-head h2 {
  margin: 2px 0 0;
  color: var(--svz-red);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.svz-directory-category-filter {
  flex: 0 1 250px;
  min-width: 190px;
}

.svz-directory-category-filter label {
  display: block;
  margin-bottom: 4px;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 700;
}

.svz-directory-category-filter .form-select {
  min-height: 38px;
  border-color: var(--svz-line);
  border-radius: 5px;
  background-color: var(--svz-paper);
  color: var(--svz-ink);
}

.svz-directory-group-card {
  border: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-red);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(22, 31, 44, 0.04);
}

.svz-directory-group-card .img img {
  border-radius: 6px;
}

.svz-directory-group-card .h6 {
  color: var(--svz-red);
  font-weight: 800;
}

.svz-group-card-meta {
  margin: 5px 0;
}

.svz-group-card-meta span {
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid var(--svz-line);
  border-radius: 999px;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-events-directory-header,
.svz-pages-directory-header {
  padding-top: 58px;
  padding-bottom: 68px;
  border-top: 5px solid var(--svz-red);
  border-bottom: 1px solid var(--svz-line);
  background: #f8fafb;
  color: var(--svz-ink);
}

.svz-events-directory-header h2,
.svz-pages-directory-header h2 {
  margin-bottom: 8px;
  color: var(--svz-red);
  font-weight: 800;
}

.svz-events-directory-header .text-xlg,
.svz-pages-directory-header .text-xlg {
  color: var(--svz-muted);
}

.svz-events-directory-header .input-group,
.svz-pages-directory-header .input-group {
  border: 1px solid var(--svz-line);
  border-radius: 6px;
  background: var(--svz-paper);
  box-shadow: 0 3px 10px rgba(22, 31, 44, 0.06);
}

.svz-events-directory-header .form-control,
.svz-events-directory-header .btn,
.svz-pages-directory-header .form-control,
.svz-pages-directory-header .btn {
  border: 0;
  border-radius: 5px;
}

.svz-events-tabs,
.svz-pages-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  overflow: hidden;
}

.svz-events-tabs > ul,
.svz-pages-tabs > ul {
  display: flex;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.svz-events-tabs > ul > li,
.svz-pages-tabs > ul > li {
  flex: 0 0 auto;
}

.svz-events-tabs > .float-end,
.svz-pages-tabs > .float-end {
  flex: 0 0 auto;
  margin-left: 10px;
}

.svz-event-directory-grid > li {
  display: flex;
}

.svz-directory-event-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  margin-top: 0;
  padding: 0;
  border: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-red);
  border-radius: 7px;
  background: var(--svz-paper);
  box-shadow: 0 1px 0 rgba(22, 31, 44, 0.04);
  overflow: hidden;
  text-align: left;
}

.svz-directory-event-card .img {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--svz-line);
  border-radius: 0;
  background: var(--svz-soft);
  transform: none;
}

.svz-directory-event-card .img a {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.svz-directory-event-card .img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.svz-event-card-content {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
}

.svz-event-date {
  display: flex;
  align-items: center;
  align-self: start;
  flex-direction: column;
  justify-content: center;
  min-height: 52px;
  padding-right: 11px;
  border-right: 1px solid var(--svz-line);
  color: var(--svz-red);
  line-height: 1;
  text-align: center;
}

.svz-event-date strong {
  font-size: 23px;
  font-weight: 800;
}

.svz-event-date span {
  margin-top: 4px;
  color: var(--svz-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-event-card-main {
  min-width: 0;
}

.svz-directory-event-card .h6 {
  display: block;
  margin: 0;
  color: var(--svz-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.svz-event-card-meta {
  display: grid;
  gap: 4px;
  margin-top: 8px;
  color: var(--svz-muted);
  font-size: 11px;
  line-height: 1.35;
}

.svz-event-card-meta span {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}

.svz-event-card-meta i {
  flex: 0 0 12px;
  margin-top: 2px;
  color: var(--svz-blue);
  text-align: center;
}

.svz-event-card-action {
  margin-top: auto;
  padding: 0 14px 14px 74px;
}

.svz-event-card-action .btn {
  border-radius: 4px;
}

.svz-page-directory-grid > li {
  display: flex;
}

.svz-directory-page-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-width: 0;
  min-height: 106px;
  margin-bottom: 16px;
  padding: 13px;
  border: 1px solid var(--svz-line);
  border-left: 4px solid var(--svz-red);
  border-radius: 7px;
  background: var(--svz-paper);
  box-shadow: 0 1px 0 rgba(22, 31, 44, 0.04);
}

.svz-directory-page-row:hover {
  background: #fbfcfd;
}

.svz-directory-page-avatar {
  display: block;
  width: 76px;
  height: 76px;
  border: 1px solid #cfd6dc;
  border-radius: 5px;
  background: var(--svz-soft);
  overflow: hidden;
}

.svz-directory-page-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svz-directory-page-main,
.svz-directory-page-name {
  min-width: 0;
}

.svz-directory-page-name {
  display: flex;
  align-items: center;
  gap: 4px;
}

.svz-directory-page-name > a {
  color: var(--svz-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-directory-page-main p {
  display: -webkit-box;
  margin: 5px 0;
  color: var(--svz-muted);
  font-size: 11px;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.svz-directory-page-likes {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--svz-muted);
  font-size: 11px;
}

.svz-directory-page-likes i {
  color: var(--svz-blue);
}

.svz-directory-page-action .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  border-radius: 4px;
}

.svz-event-profile {
  border-top: 4px solid var(--svz-red);
}

.svz-event-profile .profile-cover-wrapper {
  height: 300px;
}

.svz-event-profile .profile-cover-wrapper:after {
  display: none;
}

.svz-event-profile .profile-cover-wrapper.no-cover {
  background: #dfe4e8;
}

.svz-event-profile .profile-name-wrapper {
  left: 85px;
}

.svz-event-profile .profile-name-wrapper > a {
  display: inline-block;
  max-width: calc(100% - 26px);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.svz-event-profile-kicker {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.svz-event-profile .profle-date-wrapper {
  top: auto;
  bottom: 16px;
  width: 56px;
  padding: 7px 5px;
  border: 0;
  border-radius: 5px;
  background: var(--svz-red);
  line-height: 1;
  text-shadow: none;
}

.svz-event-profile .profle-date-wrapper span,
.svz-event-profile .profle-date-wrapper strong {
  display: block;
}

.svz-event-profile .profle-date-wrapper span {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-event-profile .profle-date-wrapper strong {
  margin-top: 3px;
  font-size: 21px;
  font-weight: 800;
}

.svz-event-profile .profle-meta-wrapper {
  display: flex;
  align-items: center;
  gap: 8px 16px;
  left: 85px;
  right: 380px;
  top: auto;
  bottom: 16px;
  min-width: 0;
}

.svz-event-profile .profle-meta-wrapper span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-event-profile .profile-buttons-wrapper .btn {
  border-radius: 5px;
}

.svz-event-profile.no-cover .profile-name-wrapper,
.svz-event-profile.no-cover .profle-meta-wrapper {
  text-shadow: none;
}

.svz-event-profile.no-cover .profile-name-wrapper > a,
.svz-event-profile.no-cover .profile-name-wrapper .privacy-badge {
  color: var(--svz-red);
}

.svz-event-profile.no-cover .svz-event-profile-kicker,
.svz-event-profile.no-cover .profle-meta-wrapper {
  color: var(--svz-ink);
}

.svz-event-tabs {
  justify-content: flex-start;
  overflow-x: auto;
  scrollbar-width: thin;
}

.svz-event-tabs > a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.svz-event-info-card {
  border-top: 4px solid var(--svz-red);
  border-radius: 7px;
  overflow: hidden;
}

.svz-event-info-card .card-header {
  display: grid;
  gap: 2px;
  border-bottom: 1px solid var(--svz-line);
  background: #fbfcfd;
}

.svz-event-info-card .card-header span {
  color: var(--svz-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-event-info-card .card-header strong {
  color: var(--svz-red);
  font-size: 14px;
}

.svz-event-info-card .about-list > li:not(.divider) {
  border-bottom: 1px solid #eef1f4;
}

.svz-event-info-card .about-list > li:last-child {
  border-bottom: 0;
}

.svz-independent-footer {
  margin-top: 8px;
  color: var(--svz-muted);
  font-size: 11px;
  line-height: 1.5;
}

.footer .svz-independent-footer {
  padding-top: 8px;
  text-align: right;
}

.svz-member-directory-card .card-body {
  padding: 0;
}

.svz-member-directory-card .card-header {
  border-top: 4px solid var(--svz-red);
  background: #fbfcfd;
}

.svz-member-directory-card .card-header > div:first-child {
  color: var(--svz-red);
  font-weight: 800;
}

.svz-member-directory-card .nav-tabs .nav-link.active {
  color: var(--svz-red);
}

.svz-member-directory-card .see-more {
  margin: 14px;
}

.svz-member-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--svz-line);
  border-left: 1px solid var(--svz-line);
  list-style: none;
}

.svz-member-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 90px;
  padding: 12px;
  border-right: 1px solid var(--svz-line);
  border-bottom: 1px solid var(--svz-line);
  background: var(--svz-paper);
}

.svz-member-row:hover {
  background: #fbfcfd;
}

.svz-member-avatar {
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid #cfd6dc;
  background: var(--svz-soft);
  overflow: hidden;
}

.svz-member-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svz-member-main,
.svz-member-name {
  min-width: 0;
}

.svz-member-name {
  display: flex;
  align-items: center;
  gap: 4px;
}

.svz-member-name > a {
  color: var(--svz-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-member-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 9px;
  margin-top: 5px;
  color: var(--svz-muted);
  font-size: 11px;
  line-height: 1.35;
}

.svz-member-meta span,
.svz-member-meta-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.svz-member-meta-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--svz-blue);
  font: inherit;
  text-decoration: underline;
}

.svz-member-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.svz-member-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  border-radius: 4px;
  white-space: nowrap;
}

.svz-member-actions .svz-member-star {
  width: 34px;
  padding-left: 0;
  padding-right: 0;
  color: var(--svz-red);
}

/* Friend requests */
.svz-friend-requests-dropdown .dropdown-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 3px solid var(--svz-red);
  background: #fbfcfd;
}

.svz-friend-requests-dropdown .dropdown-widget-header .title {
  color: var(--svz-ink);
  font-size: 14px;
  font-weight: 800;
}

.svz-friend-requests-open-count {
  color: var(--svz-muted);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.svz-friend-request-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svz-friend-request-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 72px;
  padding: 9px 10px;
  border-bottom: 1px solid var(--svz-line);
  background: var(--svz-paper);
  transition: background-color 120ms ease, opacity 120ms ease;
}

.svz-friend-request-row:last-child {
  border-bottom: 0;
}

.svz-friend-request-row:hover {
  background: #f6f8fa;
}

.svz-friend-request-row.is-resolved,
.svz-friend-request-directory-row.is-resolved {
  background: #f4f8f0;
}

.svz-friend-request-avatar {
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid var(--svz-line);
  border-radius: 4px;
  background: var(--svz-soft);
  overflow: hidden;
}

.svz-friend-request-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svz-friend-request-main,
.svz-friend-request-name {
  min-width: 0;
}

.svz-friend-request-name {
  display: flex;
  align-items: center;
  gap: 4px;
}

.svz-friend-request-name > a {
  color: var(--svz-red);
  font-size: 12px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-friend-request-copy {
  display: block;
  margin-top: 1px;
  color: var(--svz-muted);
  font-size: 10px;
  line-height: 1.3;
}

.svz-friend-request-mutual {
  display: block;
  max-width: 100%;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--svz-blue);
  font-size: 9px;
  line-height: 1.25;
  overflow: hidden;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-friend-request-actions {
  display: grid;
  gap: 4px;
}

.svz-friend-request-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 82px;
  min-height: 27px;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 10px;
  white-space: nowrap;
}

.svz-friend-request-actions .btn-light {
  border-color: var(--svz-line);
}

.svz-friend-request-result {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.svz-friend-request-result.is-accepted {
  color: var(--svz-green);
}

.svz-friend-requests-dropdown-empty {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 25px 12px;
  color: var(--svz-muted);
  text-align: center;
}

.svz-friend-requests-dropdown-empty > i {
  margin-bottom: 7px;
  color: var(--svz-red);
  font-size: 21px;
}

.svz-friend-requests-dropdown-empty strong {
  color: var(--svz-ink);
  font-size: 12px;
}

.svz-friend-requests-dropdown-empty span {
  margin-top: 2px;
  font-size: 10px;
}

.svz-friend-request-context {
  color: var(--svz-muted);
}

.svz-friend-request-context i {
  color: var(--svz-red);
}

.svz-friend-request-directory-row .svz-member-actions .btn {
  min-width: 96px;
}

.js_friend-requests-page-list {
  grid-template-columns: 1fr;
}

.svz-people-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 4px 2px 13px;
  border-bottom: 1px solid var(--svz-line);
}

.svz-people-heading span,
.svz-people-results-card .card-header span {
  display: block;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-people-heading h1 {
  margin: 2px 0 0;
  color: var(--svz-red);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.svz-people-heading p {
  margin: 5px 0 0;
  color: var(--svz-muted);
  font-size: 13px;
}

.svz-people-heading > i {
  flex: 0 0 auto;
  color: var(--svz-red);
  font-size: 26px;
}

.svz-people-tabs > ul {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
}

.svz-people-tabs > ul > li {
  flex: 0 0 auto;
}

.svz-search-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 4px 2px 13px;
  border-bottom: 1px solid var(--svz-line);
}

.svz-search-heading span,
.svz-search-results-head span {
  display: block;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-search-heading h1 {
  margin: 2px 0 0;
  color: var(--svz-red);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.svz-search-heading p {
  margin: 5px 0 0;
  color: var(--svz-muted);
  font-size: 13px;
}

.svz-search-heading > i {
  flex: 0 0 auto;
  color: var(--svz-red);
  font-size: 25px;
}

.svz-search-form {
  margin-bottom: 12px;
  padding: 13px 14px;
  border: 1px solid var(--svz-line);
  border-radius: 7px;
  background: var(--svz-paper);
}

.svz-search-form > label {
  display: block;
  margin-bottom: 5px;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-search-form .form-control,
.svz-search-form .input-group-text,
.svz-search-form .btn {
  min-height: 40px;
  border-radius: 5px;
}

.svz-search-form .input-group-text {
  color: var(--svz-muted);
}

.svz-search-tabs {
  margin-bottom: 14px;
  overflow: hidden;
}

.svz-search-tabs > ul {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
}

.svz-search-tabs > ul > li {
  flex: 0 0 auto;
}

.svz-search-results-head {
  margin-bottom: 10px;
  padding: 12px 14px;
  border: 1px solid var(--svz-line);
  border-left: 5px solid var(--svz-red);
  border-radius: 7px;
  background: var(--svz-paper);
}

.svz-search-results-head h2 {
  margin: 2px 0 0;
  color: var(--svz-red);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.svz-search-entity-list {
  margin: 0 0 14px;
  padding: 0;
  border: 1px solid var(--svz-line);
  border-radius: 7px;
  background: var(--svz-paper);
  list-style: none;
  overflow: hidden;
}

.svz-search-entity-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 11px 13px;
  border-bottom: 1px solid var(--svz-line);
  transition: background-color 120ms ease;
}

.svz-search-entity-row:last-child {
  border-bottom: 0;
}

.svz-search-entity-row:hover {
  background: #fbfcfd;
}

.svz-search-entity-avatar {
  width: 62px;
  height: 62px;
  border: 1px solid var(--svz-line);
  border-radius: 5px;
  background: var(--svz-soft);
  overflow: hidden;
}

.svz-search-entity-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svz-search-entity-main {
  min-width: 0;
}

.svz-search-entity-name {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 4px;
}

.svz-search-entity-name > a {
  min-width: 0;
  color: var(--svz-red);
  font-size: 15px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.svz-search-entity-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 11px;
  margin-top: 5px;
  color: var(--svz-muted);
  font-size: 12px;
}

.svz-search-entity-meta > span,
.svz-search-entity-meta > button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.svz-search-entity-meta > span > i,
.svz-search-entity-meta > button > i {
  color: var(--svz-blue);
}

.svz-search-entity-action {
  display: flex;
  justify-content: flex-end;
}

.svz-search-entity-action .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 33px;
  border-radius: 4px;
  white-space: nowrap;
}

.svz-search-post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svz-search-results > .svz-empty-state {
  margin-top: 0;
}

.svz-messages-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 4px 2px 13px;
  border-bottom: 1px solid var(--svz-line);
}

.svz-messages-heading span {
  display: block;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-messages-heading h1 {
  margin: 2px 0 0;
  color: var(--svz-red);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.svz-messages-heading p {
  margin: 5px 0 0;
  color: var(--svz-muted);
  font-size: 13px;
}

.svz-messages-heading > i {
  flex: 0 0 auto;
  color: var(--svz-red);
  font-size: 25px;
}

.svz-messages-workspace {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  min-width: 0;
}

.svz-messages-thread-panel {
  min-width: 0;
  border: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-blue);
  border-radius: 7px;
  background: var(--svz-paper);
  overflow: hidden;
}

.svz-messages-thread-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 57px;
  padding: 9px 11px;
  border-bottom: 1px solid var(--svz-line);
  background: #fbfcfd;
}

.svz-messages-thread-head span,
.svz-conversation-title > div > span {
  display: block;
  color: var(--svz-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.svz-messages-thread-head strong {
  display: block;
  margin-top: 2px;
  color: var(--svz-ink);
  font-size: 14px;
}

.svz-messages-thread-head .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 4px;
}

.svz-messages-thread-body {
  min-height: 555px;
}

.svz-message-thread-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svz-message-thread {
  border-bottom: 1px solid var(--svz-line);
}

.svz-message-thread:last-child {
  border-bottom: 0;
}

.svz-message-thread > a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 8px;
  align-items: center;
  gap: 9px;
  min-height: 70px;
  padding: 9px 10px;
  color: var(--svz-ink);
  transition: background-color 120ms ease;
}

.svz-message-thread > a:hover,
.svz-message-thread.is-active > a {
  background: #f6f8fa;
}

.svz-message-thread.is-active > a {
  box-shadow: inset 4px 0 0 var(--svz-red);
}

.svz-message-thread.is-unread > a {
  background: #fff8f8;
}

.svz-message-thread-avatar,
.svz-conversation-avatar {
  position: relative;
  display: block;
  flex: 0 0 auto;
  border: 1px solid var(--svz-line);
  border-radius: 5px;
  background: var(--svz-soft);
  overflow: visible;
}

.svz-message-thread-avatar {
  width: 46px;
  height: 46px;
}

.svz-message-thread-avatar > img,
.svz-conversation-avatar > img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.svz-message-thread-avatar .left-avatar,
.svz-message-thread-avatar .right-avatar,
.svz-conversation-avatar .left-avatar,
.svz-conversation-avatar .right-avatar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 58%;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
}

.svz-message-thread-avatar .left-avatar,
.svz-conversation-avatar .left-avatar {
  left: 0;
  z-index: 1;
}

.svz-message-thread-avatar .right-avatar,
.svz-conversation-avatar .right-avatar {
  right: 0;
}

.svz-message-presence {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid var(--svz-paper);
  border-radius: 50%;
  background: #9ba4ad;
}

.svz-message-thread-avatar > .svz-message-presence {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 11px;
  height: 11px;
}

.svz-message-presence.is-online {
  background: var(--svz-green);
}

/* Notifications */
.svz-notifications-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 4px 2px 13px;
  border-bottom: 1px solid var(--svz-line);
}

.svz-notifications-heading span {
  display: block;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-notifications-heading h1 {
  margin: 2px 0 0;
  color: var(--svz-red);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.svz-notifications-heading p {
  margin: 5px 0 0;
  color: var(--svz-muted);
  font-size: 13px;
}

.svz-notifications-heading > i {
  flex: 0 0 auto;
  color: var(--svz-red);
  font-size: 25px;
}

.svz-notifications-panel {
  border: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-red);
  border-radius: 7px;
  background: var(--svz-paper);
  overflow: hidden;
}

.svz-notifications-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 64px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--svz-line);
  background: #fbfcfd;
}

.svz-notifications-panel-head > div > span {
  display: block;
  color: var(--svz-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.svz-notifications-panel-head h2 {
  margin: 2px 0 0;
  color: var(--svz-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.svz-notifications-panel-head .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  border: 1px solid var(--svz-line);
  border-radius: 4px;
  color: var(--svz-muted);
  white-space: nowrap;
}

.svz-notifications-panel-head .btn:not(:disabled):hover {
  border-color: var(--svz-red);
  color: var(--svz-red);
}

.svz-notification-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svz-notification-row {
  border-bottom: 1px solid var(--svz-line);
}

.svz-notification-row:last-child {
  border-bottom: 0;
}

.svz-notification-link {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 8px;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 11px 14px;
  color: var(--svz-ink);
  transition: background-color 120ms ease;
}

.svz-notification-link:hover {
  background: #f6f8fa;
  color: var(--svz-ink);
  text-decoration: none;
}

.svz-notification-row.is-unread .svz-notification-link {
  background: #fff8f8;
  box-shadow: inset 4px 0 0 var(--svz-red);
}

.svz-notification-row.is-unread .svz-notification-link:hover {
  background: #fff3f3;
}

.svz-notification-avatar {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border: 1px solid var(--svz-line);
  border-radius: 5px;
  background: var(--svz-soft);
}

.svz-notification-avatar > img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.svz-notification-kind {
  position: absolute;
  right: -5px;
  bottom: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid var(--svz-paper);
  border-radius: 50%;
  background: var(--svz-blue);
  color: #fff;
  font-size: 10px;
}

.svz-notification-kind .inline-emoji,
.svz-notification-kind .inline-emoji img {
  display: block;
  width: 18px;
  height: 18px;
}

.svz-notification-main {
  display: block;
  min-width: 0;
}

.svz-notification-message {
  display: block;
  color: var(--svz-ink);
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.svz-notification-message strong {
  color: var(--svz-red);
  font-weight: 800;
}

.svz-notification-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 5px;
  color: var(--svz-muted);
  font-size: 10px;
}

.svz-notification-meta > span {
  padding: 2px 6px;
  border: 1px solid var(--svz-line);
  border-radius: 3px;
  background: #fbfcfd;
  font-weight: 700;
}

.svz-notification-unread {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--svz-red);
}

.svz-notifications-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 260px;
  padding: 28px 20px;
  color: var(--svz-muted);
  text-align: center;
}

.svz-notifications-empty > i {
  margin-bottom: 12px;
  color: var(--svz-red);
  font-size: 32px;
}

.svz-notifications-empty strong {
  color: var(--svz-ink);
  font-size: 15px;
}

.svz-notifications-empty p {
  max-width: 310px;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.svz-notifications-dropdown-empty {
  margin: 0;
  padding: 24px 12px;
  color: var(--svz-muted);
  text-align: center;
}

.js_live-notifications .dropdown-widget-body .js_scroller {
  max-height: 390px;
}

.dropdown-widget .svz-notification-link {
  grid-template-columns: 38px minmax(0, 1fr) 7px;
  gap: 9px;
  min-height: 59px;
  padding: 8px 10px;
}

.dropdown-widget .svz-notification-avatar {
  width: 38px;
  height: 38px;
}

.dropdown-widget .svz-notification-kind {
  right: -4px;
  bottom: -3px;
  width: 17px;
  height: 17px;
  border-width: 1px;
  font-size: 8px;
}

.dropdown-widget .svz-notification-kind .inline-emoji,
.dropdown-widget .svz-notification-kind .inline-emoji img {
  width: 15px;
  height: 15px;
}

.dropdown-widget .svz-notification-message {
  display: -webkit-box;
  font-size: 11px;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dropdown-widget .svz-notification-meta {
  gap: 6px;
  margin-top: 3px;
  font-size: 9px;
}

.dropdown-widget .svz-notification-meta > span {
  display: none;
}

.dropdown-widget .svz-notification-unread {
  width: 7px;
  height: 7px;
}

.svz-message-thread-main {
  display: block;
  min-width: 0;
}

.svz-message-thread-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
}

.svz-message-thread-topline strong {
  min-width: 0;
  color: var(--svz-ink);
  font-size: 12px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-message-thread-topline time {
  flex: 0 0 auto;
  color: var(--svz-muted);
  font-size: 9px;
}

.svz-message-thread-preview {
  display: block;
  margin-top: 3px;
  color: var(--svz-muted);
  font-size: 11px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-message-unread-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--svz-red);
}

.svz-messages-thread-empty,
.svz-messages-no-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 555px;
  padding: 28px 20px;
  color: var(--svz-muted);
  text-align: center;
}

.svz-messages-thread-empty > i,
.svz-messages-no-selection > i {
  margin-bottom: 13px;
  color: var(--svz-red);
  font-size: 34px;
}

.svz-messages-thread-empty strong,
.svz-messages-no-selection strong {
  color: var(--svz-ink);
  font-size: 15px;
}

.svz-messages-thread-empty span,
.svz-messages-no-selection p {
  max-width: 300px;
  margin: 6px 0 15px;
  font-size: 12px;
  line-height: 1.55;
}

.svz-messages-conversation-panel {
  min-width: 0;
}

.svz-conversation-card,
.svz-messages-no-selection {
  min-height: 616px;
  margin: 0;
  border: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-red);
  border-radius: 7px;
  background: var(--svz-paper);
  overflow: hidden;
}

.svz-conversation-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 57px;
  padding: 8px 11px;
  border-bottom: 1px solid var(--svz-line);
  background: #fbfcfd;
}

.svz-conversation-title {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 9px;
}

.svz-conversation-avatar {
  width: 38px;
  height: 38px;
}

.svz-conversation-title > div {
  min-width: 0;
}

.svz-conversation-title > div > span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.svz-conversation-title strong {
  display: block;
  min-width: 0;
  margin-top: 2px;
  color: var(--svz-red);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-conversation-title strong a {
  color: inherit;
}

.svz-conversation-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 4px;
}

.svz-conversation-actions .btn,
.svz-messages-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 4px;
}

.svz-messages-back {
  display: none;
  color: var(--svz-red);
}

.svz-conversation-card .chat-conversations {
  min-height: 420px;
  padding: 10px 9px;
  background: #fcfdfd;
}

.svz-conversation-card .conversation-body .text {
  border-radius: 6px;
}

.svz-conversation-card .chat-form {
  border-radius: 0;
}

.svz-message-composer .chat-form-message {
  border: 1px solid var(--svz-line);
  border-radius: 5px;
  background: #f8fafb;
}

.svz-message-composer .x-form-tools > li {
  border-radius: 4px;
}

.svz-message-composer .x-form-tools > li:hover {
  background: var(--svz-soft);
}

.svz-conversation-card .btn-voice-start,
.svz-conversation-card .btn-voice-stop {
  border: 0;
  background: transparent;
  color: var(--svz-red);
  font: inherit;
}

.svz-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  min-height: 20px;
  margin-left: 5px;
  padding: 1px 5px;
  border: 1px solid #efb2b5;
  border-radius: 4px;
  background: #fff1f2;
  color: var(--svz-red);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.svz-people-results-card,
.svz-people-search-card {
  border-radius: 7px;
}

.svz-people-results-card {
  border-top: 4px solid var(--svz-red);
  overflow: hidden;
}

.svz-people-results-card .card-header {
  display: grid;
  gap: 2px;
  border-bottom: 1px solid var(--svz-line);
  background: #fbfcfd;
}

.svz-people-results-card .card-header strong {
  color: var(--svz-red);
  font-size: 15px;
}

.svz-people-results-body {
  padding: 0;
}

.svz-people-results-body > .svz-empty-state {
  margin: 14px;
}

.svz-people-results-body > .see-more {
  margin: 14px;
}

.svz-people-directory {
  grid-template-columns: minmax(0, 1fr);
}

.svz-member-presence i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9ba4ad;
}

.svz-member-presence.is-online {
  color: var(--svz-green);
  font-weight: 700;
}

.svz-member-presence.is-online i {
  background: var(--svz-green);
  box-shadow: 0 0 0 2px rgba(107, 143, 42, 0.14);
}

.svz-people-search-card {
  border-top: 4px solid var(--svz-blue);
}

.svz-people-search-card .card-header {
  color: var(--svz-ink);
  font-weight: 800;
}

.svz-people-search-card .card-header i {
  color: var(--svz-blue);
}

.svz-people-search-card .form-label {
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-people-search-card .form-control,
.svz-people-search-card .form-select,
.svz-people-search-card .input-group-text {
  border-radius: 5px;
}

/* Settings */
.svz-settings-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 4px 2px 13px;
  border-bottom: 1px solid var(--svz-line);
}

.svz-settings-heading span {
  display: block;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.svz-settings-heading h1 {
  margin: 2px 0 0;
  color: var(--svz-red);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.svz-settings-heading p {
  margin: 5px 0 0;
  color: var(--svz-muted);
  font-size: 13px;
}

.svz-settings-heading > i {
  flex: 0 0 auto;
  color: var(--svz-red);
  font-size: 25px;
}

.svz-settings-navigation {
  margin-bottom: 12px;
  border: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-blue);
  border-radius: 7px;
  background: var(--svz-paper);
  overflow: visible;
}

.svz-settings-primary-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  min-width: 0;
}

.svz-settings-primary-nav > a,
.svz-settings-more > button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  min-height: 58px;
  padding: 7px 5px 8px;
  border: 0;
  border-right: 1px solid var(--svz-line);
  background: transparent;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.svz-settings-primary-nav > a:first-child {
  border-radius: 0 0 0 6px;
}

.svz-settings-primary-nav > a:hover,
.svz-settings-more > button:hover {
  background: #f6f8fa;
  color: var(--svz-red);
  text-decoration: none;
}

.svz-settings-primary-nav > a.active,
.svz-settings-more > button.active {
  background: #fff8f8;
  color: var(--svz-red);
}

.svz-settings-primary-nav > a.active::after,
.svz-settings-more > button.active::after {
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  height: 3px;
  background: var(--svz-red);
  content: "";
}

.svz-settings-primary-nav > a > i,
.svz-settings-more > button > i {
  font-size: 16px;
}

.svz-settings-primary-nav > a > span,
.svz-settings-more > button > span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svz-settings-more,
.svz-settings-more > button {
  width: 100%;
  height: 100%;
}

.svz-settings-more > button {
  border-right: 0;
  border-radius: 0 0 6px 0;
}

.svz-settings-more .dropdown-menu {
  width: min(290px, calc(100vw - 24px));
  max-height: min(520px, calc(100vh - 100px));
  padding: 6px;
  border: 1px solid var(--svz-line);
  border-top: 3px solid var(--svz-red);
  border-radius: 5px;
  overflow-y: auto;
}

.svz-settings-more .dropdown-item {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 7px 9px;
  border-radius: 3px;
  color: var(--svz-ink);
  font-size: 12px;
}

.svz-settings-more .dropdown-item > i {
  width: 17px;
  color: var(--svz-muted);
  text-align: center;
}

.svz-settings-more .dropdown-item:hover,
.svz-settings-more .dropdown-item.active {
  background: #fff3f3;
  color: var(--svz-red);
}

.svz-settings-more .dropdown-item:hover > i,
.svz-settings-more .dropdown-item.active > i {
  color: var(--svz-red);
}

.svz-settings-more .svz-settings-danger {
  color: #b3262e;
}

.svz-settings-subnav {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 7px;
  border-top: 1px solid var(--svz-line);
  overflow-x: auto;
  scrollbar-width: thin;
}

.svz-settings-subnav > a {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 3px;
  color: var(--svz-muted);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.svz-settings-subnav > a:hover,
.svz-settings-subnav > a.active {
  background: var(--svz-soft);
  color: var(--svz-red);
  text-decoration: none;
}

.svz-settings-content {
  margin: 0;
  border: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-red);
  border-radius: 7px;
  background: var(--svz-paper);
  overflow: visible;
}

.svz-settings-content-head {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 72px;
  padding: 11px 15px;
  border-bottom: 1px solid var(--svz-line);
  border-radius: 0;
  background: #fbfcfd;
}

.svz-settings-content-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid #efc5c7;
  border-radius: 5px;
  background: #fff3f3;
  color: var(--svz-red);
  font-size: 18px;
}

.svz-settings-content-head > div {
  min-width: 0;
}

.svz-settings-content-head > div > span {
  display: block;
  color: var(--svz-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.svz-settings-content-head h2 {
  margin: 2px 0 0;
  color: var(--svz-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.svz-settings-content-head p {
  margin: 3px 0 0;
  color: var(--svz-muted);
  font-size: 11px;
  line-height: 1.35;
}

.svz-settings-content-head-action > .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-left: auto;
  border-radius: 4px;
  white-space: nowrap;
}

.svz-settings-content > form > .card-body,
.svz-settings-content > .card-body {
  padding: 20px;
}

.svz-settings-content .heading-small {
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--svz-line);
  color: var(--svz-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.svz-settings-content .divider {
  border-color: var(--svz-line);
}

.svz-settings-form-section,
.svz-settings-content .pl-md-4 {
  max-width: 760px;
  padding-left: 18px;
}

.svz-settings-content .form-group {
  margin-bottom: 17px;
}

.svz-settings-content .form-label {
  margin-bottom: 6px;
  color: var(--svz-ink);
  font-size: 11px;
  font-weight: 800;
}

.svz-settings-content .form-control,
.svz-settings-content .form-select,
.svz-settings-content .input-group-text {
  min-height: 39px;
  border-color: var(--svz-line);
  border-radius: 4px;
  font-size: 13px;
}

.svz-settings-content textarea.form-control {
  min-height: 110px;
}

.svz-settings-content .form-control:focus,
.svz-settings-content .form-select:focus {
  border-color: #cf777b;
  box-shadow: 0 0 0 3px rgba(183, 28, 36, 0.09);
}

.svz-settings-content .input-group-text {
  min-width: 39px;
  justify-content: center;
  background: #f6f8fa;
  color: var(--svz-muted);
}

.svz-settings-content .form-text {
  margin-top: 5px;
  color: var(--svz-muted);
  font-size: 10px;
  line-height: 1.45;
}

.svz-settings-content .alert {
  border-radius: 5px;
  font-size: 12px;
}

.svz-settings-content .form-table-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 10px 0;
  border-bottom: 1px solid var(--svz-line);
}

.svz-settings-content .form-table-row:last-child {
  border-bottom: 0;
}

.svz-settings-content .form-table-row .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--svz-line);
  border-radius: 5px;
  background: var(--svz-soft);
}

.svz-settings-content .form-table-row .avatar .main-icon {
  width: 25px !important;
  height: 25px !important;
}

.svz-settings-content .form-table-row .h6 {
  margin-bottom: 2px;
  font-size: 12px;
}

.svz-settings-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px 16px;
}

.svz-settings-check-list .form-check {
  min-height: 37px;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--svz-line);
}

.svz-settings-check-list .form-check-label {
  font-size: 11px;
  line-height: 1.4;
}

.svz-settings-content .card-footer {
  padding: 11px 15px;
  border-top: 1px solid var(--svz-line);
  border-radius: 0 0 6px 6px;
  background: #fbfcfd;
}

.svz-settings-content .card-footer .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  border-radius: 4px;
}

.svz-settings-content .js_delete-user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  border-radius: 4px;
}

.svz-settings-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.svz-settings-content .table {
  margin: 0;
  font-size: 11px;
}

.svz-settings-content .table > :not(caption) > * > * {
  padding: 10px 8px;
  border-color: var(--svz-line);
  vertical-align: middle;
}

.svz-settings-content .table thead th {
  background: #f6f8fa;
  color: var(--svz-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.svz-settings-content .table .btn-icon {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
}

.svz-settings-content .svz-profile-place-results {
  z-index: 1050;
}

/* Group and Treffen creation */
.svz-create-modal-header {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  padding: 10px 14px;
  border-top: 4px solid var(--svz-red);
  border-bottom-color: var(--svz-line);
  background: #fbfcfd;
}

.svz-create-modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #efc5c7;
  border-radius: 5px;
  background: #fff3f3;
  color: var(--svz-red);
  font-size: 17px;
}

.svz-create-modal-header > div {
  min-width: 0;
}

.svz-create-modal-header > div > span {
  display: block;
  color: var(--svz-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.svz-create-modal-header .modal-title {
  margin: 2px 0 0;
  color: var(--svz-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.svz-create-modal-header .btn-close {
  flex: 0 0 auto;
  margin-left: auto;
}

.svz-create-form .modal-body {
  max-height: min(690px, calc(100vh - 170px));
  padding: 16px;
  overflow-x: visible;
  overflow-y: auto;
}

.svz-create-form .form-group {
  margin-bottom: 16px;
}

.svz-create-form .form-label,
.svz-module-settings-form .form-label {
  margin-bottom: 6px;
  color: var(--svz-ink);
  font-size: 11px;
  font-weight: 800;
}

.svz-create-form .form-control,
.svz-create-form .form-select,
.svz-create-form .input-group-text,
.svz-module-settings-form .form-control,
.svz-module-settings-form .form-select,
.svz-module-settings-form .input-group-text {
  min-height: 39px;
  border-color: var(--svz-line);
  border-radius: 4px;
  font-size: 13px;
}

.svz-create-form textarea.form-control,
.svz-module-settings-form textarea.form-control {
  min-height: 98px;
}

.svz-create-form .form-control:focus,
.svz-create-form .form-select:focus,
.svz-module-settings-form .form-control:focus,
.svz-module-settings-form .form-select:focus {
  border-color: #cf777b;
  box-shadow: 0 0 0 3px rgba(183, 28, 36, 0.09);
}

.svz-create-form .input-group-text,
.svz-module-settings-form .input-group-text {
  min-width: 39px;
  justify-content: center;
  background: #f6f8fa;
  color: var(--svz-muted);
}

.svz-create-form .form-text,
.svz-module-settings-form .form-text {
  margin-top: 5px;
  color: var(--svz-muted);
  font-size: 10px;
  line-height: 1.45;
}

.svz-create-section-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 3px 0 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--svz-line);
}

.svz-create-section-heading:not(:first-child) {
  margin-top: 22px;
}

.svz-create-section-heading > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: var(--svz-soft);
  color: var(--svz-red);
  font-size: 12px;
}

.svz-create-section-heading span,
.svz-create-section-heading strong {
  display: block;
}

.svz-create-section-heading span {
  color: var(--svz-muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.svz-create-section-heading strong {
  margin-top: 2px;
  color: var(--svz-ink);
  font-size: 12px;
}

.svz-privacy-fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

.svz-privacy-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.svz-privacy-options > label {
  position: relative;
  min-width: 0;
  margin: 0;
  cursor: pointer;
}

.svz-privacy-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.svz-privacy-options input + span {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: start;
  column-gap: 6px;
  min-height: 88px;
  padding: 9px;
  border: 1px solid var(--svz-line);
  border-radius: 5px;
  background: #fbfcfd;
  color: var(--svz-muted);
  transition: border-color 120ms ease, background-color 120ms ease;
}

.svz-privacy-options input + span > i {
  grid-row: 1 / span 2;
  color: var(--svz-blue);
  font-size: 14px;
  text-align: center;
}

.svz-privacy-options input + span > strong {
  min-width: 0;
  color: var(--svz-ink);
  font-size: 11px;
  line-height: 1.25;
}

.svz-privacy-options input + span > small {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  line-height: 1.35;
}

.svz-privacy-options input:checked + span {
  border-color: var(--svz-red);
  background: #fff5f5;
  box-shadow: inset 0 -3px 0 var(--svz-red);
}

.svz-privacy-options input:checked + span > i,
.svz-privacy-options input:checked + span > strong {
  color: var(--svz-red);
}

.svz-privacy-options input:focus-visible + span {
  outline: 3px solid rgba(183, 28, 36, 0.16);
  outline-offset: 1px;
}

.svz-event-date-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.svz-create-form .svz-profile-place-results,
.svz-module-settings-form .svz-profile-place-results {
  z-index: 1060;
}

.svz-create-form .alert {
  border-radius: 5px;
  font-size: 11px;
}

.svz-create-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  padding: 10px 14px;
  border-top-color: var(--svz-line);
  background: #fbfcfd;
}

.svz-create-modal-footer .btn,
.svz-module-settings-form .card-footer .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 35px;
  border-radius: 4px;
}

/* Group and Treffen settings */
.svz-module-settings-nav {
  border: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-blue);
  border-radius: 7px;
  overflow: hidden;
}

.svz-module-settings-nav .side-nav > li > a {
  font-size: 11px;
  font-weight: 700;
}

.svz-module-settings-card {
  border: 1px solid var(--svz-line);
  border-top: 4px solid var(--svz-red);
  border-radius: 7px;
  overflow: visible;
}

.svz-module-settings-head {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 70px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--svz-line);
  background: #fbfcfd;
}

.svz-module-settings-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #efc5c7;
  border-radius: 5px;
  background: #fff3f3;
  color: var(--svz-red);
  font-size: 16px;
}

.svz-module-settings-head small {
  display: block;
  color: var(--svz-muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.svz-module-settings-head h2 {
  margin: 2px 0 0;
  color: var(--svz-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.svz-module-settings-head p {
  margin: 3px 0 0;
  color: var(--svz-muted);
  font-size: 10px;
  line-height: 1.35;
}

.svz-module-settings-form > .card-body {
  padding: 18px;
}

.svz-module-settings-form .form-group {
  margin-bottom: 17px;
}

.svz-module-settings-form .divider {
  border-color: var(--svz-line);
}

.svz-module-settings-form .form-table-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 66px;
  padding: 9px 0;
  border-bottom: 1px solid var(--svz-line);
}

.svz-module-settings-form .form-table-row:last-of-type {
  border-bottom: 0;
}

.svz-module-settings-form .form-table-row .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--svz-line);
  border-radius: 5px;
  background: var(--svz-soft);
  color: var(--svz-blue);
  font-size: 14px;
}

.svz-module-settings-form .form-table-row .avatar .main-icon {
  width: 24px !important;
  height: 24px !important;
}

.svz-module-settings-form .form-table-row .h6 {
  margin-bottom: 2px;
  font-size: 11px;
}

.svz-module-settings-form .card-footer {
  padding: 10px 14px;
  border-top: 1px solid var(--svz-line);
  background: #fbfcfd;
}

body.night-mode {
  background: #171b20;
}

body.night-mode .main-header,
body.night-mode .card,
body.night-mode .dropdown-menu,
body.night-mode .profile-header,
body.night-mode .profile-tabs-wrapper,
body.night-mode .svz-profile-switch,
body.night-mode .svz-buschfunk-hero,
body.night-mode .publisher,
body.night-mode .posts-filter,
body.night-mode .post {
  border-color: #303944;
}

body.night-mode .landing-left,
body.night-mode .svz-campus-board,
body.night-mode .card-register,
body.night-mode .svz-buschfunk-hero,
body.night-mode .svz-publisher-heading,
body.night-mode .svz-profile-switch,
body.night-mode .svz-profile-switch-item.active {
  border-color: #303944;
  background: #20262d;
}

body.night-mode .svz-landing-brand h1,
body.night-mode .svz-profile-preview strong,
body.night-mode .svz-board-grid strong,
body.night-mode .svz-profile-card dd,
body.night-mode .svz-profile-group-bulletin a {
  color: #e8edf2;
}

body.night-mode .svz-profile-group-bulletin {
  border-color: #303944;
}

body.night-mode .svz-group-empty {
  border-color: #303944;
  background: #20262d;
}

body.night-mode .svz-empty-state {
  border-color: #303944;
  background: #20262d;
}

body.night-mode .svz-radio-menu {
  border-color: var(--svz-red);
  background: #20262d;
}

body.night-mode .svz-radio-disabled {
  border-color: #303944;
}

body.night-mode .svz-board-topline,
body.night-mode .svz-profile-preview,
body.night-mode .svz-board-grid>div,
body.night-mode .svz-profile-card dl>div,
body.night-mode .about-list li,
body.night-mode .svz-side-identity,
body.night-mode .svz-buschfunk-stamp,
body.night-mode .svz-publisher-heading,
body.night-mode .publisher-footer,
body.night-mode .svz-first-step,
body.night-mode .post-stats,
body.night-mode .post-actions {
  border-color: #303944;
}

body.night-mode .posts-filter,
body.night-mode .publisher-tools-tab {
  background: #20262d;
}

body.night-mode .svz-independent-footer {
  color: #8d98a4;
}

body.night-mode .svz-buschfunk-stamp {
  background: rgba(32, 38, 45, 0.72);
}

body.night-mode .svz-member-directory,
body.night-mode .svz-member-row,
body.night-mode .svz-member-avatar {
  border-color: #303944;
}

body.night-mode .svz-member-row,
body.night-mode .svz-member-row:hover {
  background: #20262d;
}

body.night-mode .svz-member-directory-card .card-header {
  border-color: var(--svz-red);
  background: #20262d;
}

body.night-mode .svz-member-name > a {
  color: #ff6a70;
}

body.night-mode .svz-friend-requests-dropdown .dropdown-widget-header,
body.night-mode .svz-friend-request-row,
body.night-mode .svz-friend-request-row:hover,
body.night-mode .svz-friend-request-row.is-resolved,
body.night-mode .svz-friend-request-directory-row.is-resolved {
  border-color: #303944;
  background: #20262d;
}

body.night-mode .svz-friend-requests-dropdown .dropdown-widget-header {
  border-top-color: var(--svz-red);
}

body.night-mode .svz-friend-request-avatar {
  border-color: #303944;
  background: #171b20;
}

body.night-mode .svz-friend-request-name > a {
  color: #ff6a70;
}

body.night-mode .svz-friend-requests-dropdown .dropdown-widget-header .title,
body.night-mode .svz-friend-requests-dropdown-empty strong {
  color: #e8edf2;
}

body.night-mode .svz-events-directory-header,
body.night-mode .svz-directory-event-card {
  border-color: #303944;
  background: #20262d;
}

body.night-mode .svz-events-directory-header {
  border-top-color: var(--svz-red);
}

body.night-mode .svz-events-directory-header .input-group,
body.night-mode .svz-directory-event-card .img {
  border-color: #303944;
  background: #171b20;
}

body.night-mode .svz-event-date {
  border-color: #303944;
}

body.night-mode .svz-directory-event-card .h6 {
  color: #ff6a70;
}

body.night-mode .svz-pages-directory-header,
body.night-mode .svz-directory-page-row,
body.night-mode .svz-directory-page-avatar {
  border-color: #303944;
  background: #20262d;
}

body.night-mode .svz-pages-directory-header {
  border-top-color: var(--svz-red);
}

body.night-mode .svz-directory-page-row {
  border-left-color: var(--svz-red);
}

body.night-mode .svz-pages-directory-header .input-group {
  border-color: #303944;
  background: #171b20;
}

body.night-mode .svz-directory-page-row:hover {
  background: #252c34;
}

body.night-mode .svz-directory-page-name > a {
  color: #ff6a70;
}

body.night-mode .svz-event-profile .profile-cover-wrapper.no-cover {
  background: #2a323b;
}

body.night-mode .svz-event-profile,
body.night-mode .svz-event-info-card {
  border-top-color: var(--svz-red);
}

body.night-mode .svz-event-profile.no-cover .svz-event-profile-kicker,
body.night-mode .svz-event-profile.no-cover .profle-meta-wrapper {
  color: #dbe3ea;
}

body.night-mode .svz-event-info-card .card-header {
  border-color: #303944;
  background: #20262d;
}

body.night-mode .svz-event-info-card .about-list > li:not(.divider) {
  border-color: #303944;
}

body.night-mode .svz-people-heading,
body.night-mode .svz-people-results-card .card-header,
body.night-mode .svz-search-heading,
body.night-mode .svz-search-form,
body.night-mode .svz-search-results-head,
body.night-mode .svz-search-entity-list,
body.night-mode .svz-search-entity-row,
body.night-mode .svz-search-entity-avatar {
  border-color: #303944;
}

body.night-mode .svz-search-form,
body.night-mode .svz-search-results-head,
body.night-mode .svz-search-entity-list,
body.night-mode .svz-search-entity-row,
body.night-mode .svz-search-entity-row:hover {
  background: #20262d;
}

body.night-mode .svz-search-entity-avatar {
  background: #171b20;
}

body.night-mode .svz-search-entity-name > a {
  color: #ff6a70;
}

body.night-mode .svz-messages-heading,
body.night-mode .svz-messages-thread-panel,
body.night-mode .svz-messages-thread-head,
body.night-mode .svz-message-thread,
body.night-mode .svz-message-thread-avatar,
body.night-mode .svz-conversation-card,
body.night-mode .svz-conversation-head,
body.night-mode .svz-conversation-avatar,
body.night-mode .svz-messages-no-selection,
body.night-mode .svz-message-composer .chat-form-message {
  border-color: #303944;
}

body.night-mode .svz-messages-thread-panel,
body.night-mode .svz-messages-thread-head,
body.night-mode .svz-message-thread > a,
body.night-mode .svz-message-thread > a:hover,
body.night-mode .svz-message-thread.is-active > a,
body.night-mode .svz-message-thread.is-unread > a,
body.night-mode .svz-conversation-card,
body.night-mode .svz-conversation-head,
body.night-mode .svz-messages-no-selection {
  background: #20262d;
}

body.night-mode .svz-conversation-card .chat-conversations,
body.night-mode .svz-message-composer .chat-form-message,
body.night-mode .svz-message-thread-avatar,
body.night-mode .svz-conversation-avatar {
  background: #171b20;
}

body.night-mode .svz-message-thread-topline strong,
body.night-mode .svz-messages-thread-head strong,
body.night-mode .svz-messages-thread-empty strong,
body.night-mode .svz-messages-no-selection strong {
  color: #e8edf2;
}

body.night-mode .svz-message-presence {
  border-color: #20262d;
}

body.night-mode .svz-notifications-heading,
body.night-mode .svz-notifications-panel,
body.night-mode .svz-notifications-panel-head,
body.night-mode .svz-notification-row,
body.night-mode .svz-notification-avatar,
body.night-mode .svz-notification-meta > span {
  border-color: #303944;
}

body.night-mode .svz-notifications-panel,
body.night-mode .svz-notifications-panel-head,
body.night-mode .svz-notification-link,
body.night-mode .svz-notification-link:hover,
body.night-mode .svz-notification-row.is-unread .svz-notification-link,
body.night-mode .svz-notification-row.is-unread .svz-notification-link:hover {
  background: #20262d;
}

body.night-mode .svz-notification-avatar,
body.night-mode .svz-notification-meta > span {
  background: #171b20;
}

body.night-mode .svz-notification-kind {
  border-color: #20262d;
}

body.night-mode .svz-notification-message,
body.night-mode .svz-notifications-panel-head h2,
body.night-mode .svz-notifications-empty strong {
  color: #e8edf2;
}

body.night-mode .svz-people-results-card .card-header {
  background: #20262d;
}

body.night-mode .svz-people-search-card .card-header {
  color: #e8edf2;
}

body.night-mode .svz-tab-count {
  border-color: #71363a;
  background: #3b2529;
  color: #ff8b90;
}

body.night-mode .svz-settings-heading,
body.night-mode .svz-settings-navigation,
body.night-mode .svz-settings-primary-nav > a,
body.night-mode .svz-settings-more > button,
body.night-mode .svz-settings-subnav,
body.night-mode .svz-settings-content,
body.night-mode .svz-settings-content-head,
body.night-mode .svz-settings-content-icon,
body.night-mode .svz-settings-content .heading-small,
body.night-mode .svz-settings-content .divider,
body.night-mode .svz-settings-content .form-table-row,
body.night-mode .svz-settings-content .form-table-row .avatar,
body.night-mode .svz-settings-check-list .form-check,
body.night-mode .svz-settings-content .card-footer,
body.night-mode .svz-settings-content .table > :not(caption) > * > * {
  border-color: #303944;
}

body.night-mode .svz-settings-navigation,
body.night-mode .svz-settings-content,
body.night-mode .svz-settings-content-head,
body.night-mode .svz-settings-content .card-footer,
body.night-mode .svz-settings-primary-nav > a,
body.night-mode .svz-settings-more > button {
  background: #20262d;
}

body.night-mode .svz-settings-primary-nav > a:hover,
body.night-mode .svz-settings-primary-nav > a.active,
body.night-mode .svz-settings-more > button:hover,
body.night-mode .svz-settings-more > button.active,
body.night-mode .svz-settings-subnav > a:hover,
body.night-mode .svz-settings-subnav > a.active {
  background: #2a2327;
}

body.night-mode .svz-settings-content-icon {
  background: #352529;
  color: #ff7a80;
}

body.night-mode .svz-settings-content-head h2,
body.night-mode .svz-settings-content .form-label,
body.night-mode .svz-settings-more .dropdown-item {
  color: #e8edf2;
}

body.night-mode .svz-settings-content .input-group-text,
body.night-mode .svz-settings-content .form-table-row .avatar,
body.night-mode .svz-settings-content .table thead th {
  background: #171b20;
}

body.night-mode .svz-settings-more .dropdown-item:hover,
body.night-mode .svz-settings-more .dropdown-item.active {
  background: #352529;
  color: #ff7a80;
}

body.night-mode .svz-create-modal-header,
body.night-mode .svz-create-section-heading,
body.night-mode .svz-create-modal-footer,
body.night-mode .svz-create-modal-icon,
body.night-mode .svz-privacy-options input + span,
body.night-mode .svz-module-settings-nav,
body.night-mode .svz-module-settings-card,
body.night-mode .svz-module-settings-head,
body.night-mode .svz-module-settings-head > span,
body.night-mode .svz-module-settings-form .divider,
body.night-mode .svz-module-settings-form .form-table-row,
body.night-mode .svz-module-settings-form .form-table-row .avatar,
body.night-mode .svz-module-settings-form .card-footer {
  border-color: #303944;
}

body.night-mode .svz-create-modal-header,
body.night-mode .svz-create-modal-footer,
body.night-mode .svz-privacy-options input + span,
body.night-mode .svz-module-settings-card,
body.night-mode .svz-module-settings-head,
body.night-mode .svz-module-settings-form .card-footer {
  background: #20262d;
}

body.night-mode .svz-create-modal-icon,
body.night-mode .svz-module-settings-head > span,
body.night-mode .svz-privacy-options input:checked + span {
  background: #352529;
  color: #ff7a80;
}

body.night-mode .svz-create-section-heading > i,
body.night-mode .svz-create-form .input-group-text,
body.night-mode .svz-module-settings-form .input-group-text,
body.night-mode .svz-module-settings-form .form-table-row .avatar {
  background: #171b20;
}

body.night-mode .svz-create-modal-header .modal-title,
body.night-mode .svz-create-section-heading strong,
body.night-mode .svz-create-form .form-label,
body.night-mode .svz-module-settings-head h2,
body.night-mode .svz-module-settings-form .form-label,
body.night-mode .svz-privacy-options input + span > strong {
  color: #e8edf2;
}

body.night-mode .svz-privacy-options input:checked + span > strong,
body.night-mode .svz-privacy-options input:checked + span > i {
  color: #ff7a80;
}

@media (max-width: 991.98px) {
  .svz-module-settings-nav {
    margin-bottom: 12px;
  }

  .svz-module-settings-nav .side-nav {
    display: flex;
    align-items: stretch;
    margin: 0;
    overflow-x: auto;
  }

  .svz-module-settings-nav .side-nav > li {
    flex: 0 0 auto;
  }

  .svz-module-settings-nav .side-nav > li > a {
    min-height: 49px;
    white-space: nowrap;
  }

  .svz-messages-workspace {
    display: block;
  }

  .svz-messages-conversation-panel {
    display: none;
  }

  .svz-messages-workspace.has-conversation .svz-messages-thread-panel {
    display: none;
  }

  .svz-messages-workspace.has-conversation .svz-messages-conversation-panel {
    display: block;
  }

  .svz-messages-back {
    display: inline-flex;
  }

  .svz-landing-brand {
    align-items: flex-start;
  }

  .svz-landing-brand h1 {
    font-size: 32px;
  }

  .svz-board-grid {
    grid-template-columns: 1fr;
  }

  .svz-board-grid>div {
    border-right: 0;
    border-bottom: 1px solid var(--svz-line);
  }

  .svz-board-grid>div:last-child {
    border-bottom: 0;
  }

  .svz-member-directory {
    grid-template-columns: 1fr;
  }

  .svz-event-profile .profile-cover-wrapper {
    height: 280px;
  }

  .svz-event-profile .profile-name-wrapper {
    padding-top: 16px;
  }

  .svz-event-profile .svz-event-profile-kicker {
    color: var(--svz-red);
    text-shadow: none;
  }

  .svz-event-profile .profle-meta-wrapper {
    left: 78px;
    right: 12px;
  }

  .svz-event-tabs > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) {
  .svz-event-profile .profile-name-wrapper {
    right: 420px;
    width: auto;
  }

  .svz-event-profile .profle-meta-wrapper {
    right: 420px;
  }
}

@media (max-width: 1199.98px) {
  .svz-people-search-card {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .svz-create-modal-header {
    min-height: 62px;
    padding: 8px 10px;
  }

  .svz-create-modal-icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .svz-create-modal-header .modal-title {
    font-size: 15px;
  }

  .svz-create-form .modal-body {
    max-height: calc(100vh - 150px);
    padding: 13px 10px;
  }

  .svz-privacy-options,
  .svz-event-date-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .svz-privacy-options input + span {
    min-height: 61px;
  }

  .svz-create-modal-footer {
    padding: 9px 10px;
  }

  .svz-create-modal-footer .btn {
    flex: 1 1 0;
  }

  .svz-module-settings-head {
    align-items: flex-start;
    padding: 10px;
  }

  .svz-module-settings-head > span {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  .svz-module-settings-form > .card-body {
    padding: 13px 10px;
  }

  .svz-module-settings-form .form-table-row {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .svz-module-settings-form .form-table-row .avatar {
    width: 36px;
    height: 36px;
  }

  .svz-module-settings-form .card-footer .btn-primary {
    width: 100%;
  }

  .svz-settings-heading {
    align-items: flex-start;
  }

  .svz-settings-heading h1 {
    font-size: 22px;
  }

  .svz-settings-heading > i {
    font-size: 22px;
  }

  .svz-settings-primary-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .svz-settings-primary-nav > a,
  .svz-settings-more > button {
    min-height: 54px;
  }

  .svz-settings-primary-nav > :nth-child(n+4) {
    border-top: 1px solid var(--svz-line);
  }

  .svz-settings-primary-nav > :nth-child(3) {
    border-right: 0;
  }

  .svz-settings-content-head {
    align-items: flex-start;
    min-height: 68px;
    padding: 10px;
  }

  .svz-settings-content-head-action {
    flex-wrap: wrap;
  }

  .svz-settings-content-head-action > .btn {
    flex: 1 0 100%;
    margin-left: 0;
  }

  .svz-settings-content-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .svz-settings-content-head h2 {
    font-size: 16px;
  }

  .svz-settings-content > form > .card-body,
  .svz-settings-content > .card-body {
    padding: 14px 11px;
  }

  .svz-settings-form-section,
  .svz-settings-content .pl-md-4 {
    padding-left: 0;
  }

  .svz-settings-content .form-table-row {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .svz-settings-content .form-table-row .avatar {
    width: 36px;
    height: 36px;
  }

  .svz-settings-check-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .svz-settings-content .card-footer {
    padding: 10px 11px;
  }

  .svz-settings-content .card-footer .btn-primary {
    width: 100%;
  }

  .svz-notifications-heading {
    align-items: flex-start;
  }

  .svz-notifications-heading h1 {
    font-size: 22px;
  }

  .svz-notifications-heading > i {
    font-size: 22px;
  }

  .svz-notifications-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 11px;
  }

  .svz-notifications-panel-head .btn {
    align-self: stretch;
  }

  .svz-notification-link {
    grid-template-columns: 46px minmax(0, 1fr) 7px;
    gap: 10px;
    min-height: 70px;
    padding: 10px;
  }

  .svz-notification-avatar {
    width: 46px;
    height: 46px;
  }

  .svz-notification-message {
    font-size: 12px;
  }

  .svz-messages-heading {
    align-items: flex-start;
  }

  .svz-messages-heading h1 {
    font-size: 22px;
  }

  .svz-messages-heading > i {
    font-size: 22px;
  }

  .svz-conversation-head {
    align-items: flex-start;
  }

  .svz-conversation-title {
    gap: 6px;
  }

  .svz-conversation-avatar {
    width: 34px;
    height: 34px;
  }

  .svz-conversation-actions {
    gap: 2px;
  }

  .svz-conversation-actions .btn,
  .svz-messages-back {
    width: 30px;
    height: 30px;
  }

  .svz-search-heading {
    align-items: flex-start;
  }

  .svz-search-heading h1 {
    font-size: 22px;
  }

  .svz-search-heading > i {
    font-size: 22px;
  }

  .svz-search-form {
    padding: 11px;
  }

  .svz-search-form .btn {
    padding-left: 11px;
    padding-right: 11px;
  }

  .svz-search-tabs > ul > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .svz-search-entity-row {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    min-height: 82px;
    padding: 10px;
  }

  .svz-search-entity-avatar {
    width: 52px;
    height: 52px;
  }

  .svz-search-entity-action {
    grid-column: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .svz-directory-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .svz-directory-category-filter {
    flex-basis: auto;
    min-width: 0;
    width: 100%;
  }

  .svz-events-directory-header,
  .svz-pages-directory-header {
    padding: 38px 10px 56px;
  }

  .svz-events-directory-header h2,
  .svz-pages-directory-header h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .svz-events-directory-header .text-xlg,
  .svz-pages-directory-header .text-xlg {
    font-size: 14px;
  }

  .svz-pages-tabs > ul > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }

  .svz-directory-page-row {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 10px;
    min-height: 92px;
    padding: 10px;
  }

  .svz-directory-page-avatar {
    width: 60px;
    height: 60px;
  }

  .svz-directory-page-action {
    grid-column: 2;
  }

  .svz-directory-page-action .btn {
    min-height: 30px;
  }

  .svz-event-profile .profile-cover-wrapper {
    height: 190px;
  }

  .svz-event-profile .profle-date-wrapper {
    bottom: 10px;
    width: 52px;
  }

  .svz-event-profile .profle-meta-wrapper {
    left: 70px;
    right: 8px;
    bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    font-size: 11px;
  }

  .svz-event-profile .profile-buttons-wrapper {
    padding: 0 8px 14px;
  }

  .svz-event-profile .profile-buttons-wrapper .btn-md {
    padding-left: 12px;
    padding-right: 12px;
  }

  .svz-event-tabs > a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .svz-events-tabs > ul > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }

  .svz-directory-section-head {
    padding: 12px 14px;
  }

  .svz-directory-section-head h2 {
    font-size: 19px;
  }

  .svz-people-heading {
    align-items: flex-start;
  }

  .svz-people-heading h1 {
    font-size: 22px;
  }

  .svz-people-heading > i {
    font-size: 22px;
  }

  .svz-people-tabs > ul > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .svz-member-row {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    min-height: 82px;
    padding: 10px;
  }

  .svz-member-avatar {
    width: 52px;
    height: 52px;
  }

  .svz-member-actions {
    grid-column: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .svz-member-actions .btn {
    min-height: 30px;
  }

  .svz-friend-request-row {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 7px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .svz-friend-request-avatar {
    width: 40px;
    height: 40px;
  }

  .svz-friend-request-actions .btn {
    min-width: 29px;
    width: 29px;
    padding-left: 0;
    padding-right: 0;
  }

  .svz-friend-request-actions .btn span {
    display: none;
  }

  .svz-radio-menu {
    position: fixed;
    top: 64px;
    right: 8px;
    width: min(300px, calc(100vw - 16px));
  }

  .svz-profile-group-bulletin-action {
    gap: 8px;
    padding-right: 8px;
  }

  .svz-profile-group-bulletin-action-button .btn {
    padding-left: 8px;
    padding-right: 8px;
  }

  body.visitor .main-header .logo-wrapper {
    padding-right: 0;
    overflow: visible;
  }

  .svz-buschfunk-hero {
    align-items: flex-start;
    padding: 14px;
  }

  .svz-buschfunk-hero h1 {
    font-size: 24px;
  }

  .svz-buschfunk-stamp {
    min-width: 88px;
  }

  .svz-publisher-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .posts-filter.svz-buschfunk-filter {
    align-items: flex-start;
  }

  .footer .svz-independent-footer {
    text-align: left;
  }

  .landing-intro {
    padding: 36px 18px 20px;
  }

  .landing-form {
    padding: 24px 12px 32px;
  }

  .svz-brand-mark {
    width: 62px;
    height: 62px;
    box-shadow: 5px 5px 0 #e4e8ec;
  }

  .svz-board-topline {
    flex-direction: column;
    gap: 2px;
  }

  .card-register {
    padding: 28px 20px;
  }

  .card-register .input-group>.input-group-text {
    width: 52px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .card-register .form-control,
  .card-register .form-select {
    font-size: 14px;
    padding-left: 14px;
    padding-right: 10px;
  }
}
