/* =========================================================
   GAYZZEE SHARED HEADER
   ========================================================= */

.app-header .header-icon-button {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  min-width: 48px !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.app-header a.header-icon-button {
  text-decoration: none !important;
}

.app-header .header-inbox-button {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.app-header .header-icon-glyph {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 20px !important;
  transform: none !important;
}

.app-header .header-counter {
  position: absolute !important;
  top: 12px !important;
  right: 6px !important;
  display: grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border: 2px solid rgba(7, 4, 13, 0.98);
  border-radius: 10px;
  color: #fff;
  background: var(--pink, #ff39bd);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

.app-header .header-counter[hidden] {
  display: none !important;
}

/* =========================================================
   GAY-BELGIUM RETURN BUTTON
   Alleen zichtbaar voor Gay-Belgium-leden.
   ========================================================= */

.app-header .header-gaybelgium-return[hidden] {
  display: none !important;
}


.app-header .header-gaybelgium-return {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;

  min-width: 158px;
  height: 100%;

  padding:
    0
    13px;

  border-left:
    1px solid
    var(
      --line,
      rgba(255, 255, 255, 0.09)
    );

  color: #f4eaff;

  background:
    linear-gradient(
      180deg,
      rgba(132, 70, 214, 0.15),
      rgba(81, 31, 135, 0.08)
    );

  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;

  text-decoration: none !important;

  transition:
    background 0.18s ease,
    color 0.18s ease;
}


.app-header .header-gaybelgium-return:hover,
.app-header .header-gaybelgium-return:focus-visible {
  color: #ffffff;

  background:
    linear-gradient(
      180deg,
      rgba(159, 81, 238, 0.27),
      rgba(102, 42, 168, 0.16)
    );

  outline: none;
}


.app-header .header-gaybelgium-arrow {
  font-size: 17px;
  line-height: 1;
}


.app-header .header-gaybelgium-label-short {
  display: none;
}


@media (max-width: 1279px) {

  .app-header .header-gaybelgium-return {
    min-width: 126px;

    padding-inline:
      9px;
  }

}


@media (max-width: 979px) {

  /*
   * Op mobiel gebruiken we de vrije ruimte links in
   * de header. Zo duwen we profiel/inbox/settings niet weg.
   */
  .app-header .header-gaybelgium-return {
    position: absolute;

    top: 0;
    left: 64px;

    z-index: 2;

    width: 70px;
    min-width: 70px;
    height: 58px;

    padding:
      0
      7px;

    border-left: 0;

    border-right:
      1px solid
      var(
        --line,
        rgba(255, 255, 255, 0.09)
      );
  }


  .app-header .header-gaybelgium-label {
    display: none;
  }


  .app-header .header-gaybelgium-label-short {
    display: inline;
  }

}


@media (max-width: 479px) {

  .app-header .header-gaybelgium-return {
    left: 58px;
  }

}

/* =========================================================
   GAYZZEE OFFICIEEL LOGO IN SHARED HEADER
   ========================================================= */

.app-header .brand {
  overflow: hidden;
}

.app-header .brand-logo-viewport {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  height: 100%;

  overflow: hidden;
}

.app-header .brand-logo {
  display: block;

  width: 190px;
  max-width: none;
  height: auto;

  flex: 0 0 auto;

  transform: translateY(1px);
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1279px) {
  .app-header .brand-logo-viewport {
    justify-content: center;
  }

  .app-header .brand-logo {
    width: 116px;
  }
}

@media (max-width: 979px) {
  .app-header .brand-logo {
    width: 94px;
  }
}

@media (max-width: 479px) {
  .app-header .brand-logo {
    width: 86px;
  }
}


/* =========================================================
   GAYZZEE HEADER MODERATOR
   ========================================================= */

.app-header .header-moderator {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 158px;
  height: 100%;
  padding: 0 11px;
  border: 0;
  border-left: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  color: #f7f2ff;
  background:
    linear-gradient(
      180deg,
      rgba(40, 210, 123, 0.09),
      rgba(16, 104, 66, 0.045)
    );
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.16s ease,
    box-shadow 0.16s ease;
}

.app-header .header-moderator:not(:disabled):hover,
.app-header .header-moderator:not(:disabled):focus-visible {
  background:
    linear-gradient(
      180deg,
      rgba(40, 210, 123, 0.16),
      rgba(16, 104, 66, 0.075)
    );
  box-shadow:
    inset 0 0 20px rgba(40, 210, 123, 0.06);
  outline: none;
}

.app-header .header-moderator:disabled {
  cursor: default;
  opacity: 1;
}

.app-header .header-moderator-avatar {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  overflow: visible;
  border: 1px solid rgba(91, 255, 173, 0.4);
  border-radius: 50%;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 30% 22%,
      rgba(98, 255, 181, 0.24),
      rgba(41, 28, 58, 0.96)
    );
  background-size: cover;
  background-position: center;
  font-size: 15px;
  font-weight: 900;
  box-shadow:
    0 0 0 3px rgba(50, 220, 132, 0.06);
}

.app-header .header-moderator-dot {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(7, 4, 13, 0.98);
  border-radius: 50%;
  background: #35e584;
  box-shadow: 0 0 10px rgba(53, 229, 132, 0.9);
}

.app-header .header-moderator-copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  line-height: 1.05;
}

.app-header .header-moderator-copy strong {
  display: block;
  max-width: 82px;
  overflow: hidden;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-header .header-moderator-copy small {
  margin-top: 5px;
  color: #62f2a9;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.app-header .header-moderator-message {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  color: #eafff3;
  background: rgba(50, 220, 132, 0.11);
  font-size: 12px;
}

.app-header .header-moderator.is-unavailable {
  background: rgba(255, 255, 255, 0.018);
}

.app-header .header-moderator.is-unavailable .header-moderator-avatar {
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--muted-strong, #a99db8);
  box-shadow: none;
}

.app-header .header-moderator.is-unavailable .header-moderator-dot {
  background: #71687d;
  box-shadow: none;
}

.app-header .header-moderator.is-unavailable .header-moderator-copy strong,
.app-header .header-moderator.is-unavailable .header-moderator-copy small {
  color: var(--muted, #81768f);
}

.app-header .header-moderator.is-unavailable .header-moderator-message {
  display: none;
}

@media (max-width: 1279px) {
  .app-header .header-moderator {
    min-width: 52px;
    width: 52px;
    padding: 0 8px;
    justify-content: center;
  }

  .app-header .header-moderator-copy,
  .app-header .header-moderator-message {
    display: none;
  }
}

@media (max-width: 979px) {
  .app-header .header-moderator {
    width: 48px;
    min-width: 48px;
    padding: 0 6px;
  }

  .app-header .header-moderator-avatar {
    width: 32px;
    height: 32px;
  }
}
