/* Feedback refinements 1.1.10 */

.mobile-menu form{margin:0}
.mobile-menu .mobile-logout{
  width:100%;
  padding:13px;
  border:0;
  border-top:1px solid rgba(255,255,255,.14);
  background:transparent;
  color:#fff;
  text-align:left;
  font:inherit;
  cursor:pointer;
}
.mobile-menu .mobile-logout:hover{color:#2ee5dc}

.notification-switch{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:7px 10px;
  border:1px solid #dce7ea;
  border-radius:999px;
  background:#fff;
  color:#36525d;
  font:inherit;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
.notification-switch .switch-track{
  position:relative;
  width:42px;
  height:24px;
  border-radius:999px;
  background:#b9c7cc;
  box-shadow:inset 0 0 0 1px rgba(9,46,58,.08);
  transition:background .18s ease;
  flex:none;
}
.notification-switch .switch-thumb{
  position:absolute;
  top:3px;
  left:3px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 1px 4px rgba(0,0,0,.2);
  transition:transform .18s ease;
}
.notification-switch.is-on .switch-track{background:#12a9a8}
.notification-switch.is-on .switch-thumb{transform:translateX(18px)}
.notification-switch.is-on .notification-state{color:#078b8b}
.notification-switch.is-blocked .switch-track{background:#c86b6b}
.notification-switch.needs-install .switch-track{background:#e2a52a}
.notification-switch.needs-install .notification-state{color:#936400}
.notification-switch:disabled{opacity:.58;cursor:wait}
.notification-state{min-width:24px;text-align:left;color:#708189}
.notification-help{
  margin:8px 0 0;
  max-width:520px;
  padding:10px 12px;
  border-radius:8px;
  background:#edf8f8;
  color:#31525c;
  font-size:12px;
  line-height:1.45;
}
.notification-help[hidden]{display:none!important}

@media(max-width:580px){
  /* Fanghistorie nicht mehr als abgeschnittene Desktop-Tabelle darstellen. */
  .angler-page #fanghistorie{padding:16px 14px}
  .angler-page #fanghistorie .panel-header{margin-bottom:10px}
  .angler-page #fanghistorie .panel-header h2{font-size:22px;line-height:1.08}
  .angler-page #fanghistorie .panel-header p{font-size:12px;line-height:1.4}
  .angler-page #fanghistorie .table-wrap{overflow:visible}
  .angler-page #fanghistorie table,
  .angler-page #fanghistorie tbody,
  .angler-page #fanghistorie tr,
  .angler-page #fanghistorie td{display:block;width:100%}
  .angler-page #fanghistorie thead{display:none}
  .angler-page #fanghistorie tbody{display:grid;gap:10px}
  .angler-page #fanghistorie tr{
    padding:12px 13px;
    border:1px solid #e2eaed;
    border-radius:10px;
    background:#fff;
    box-shadow:0 2px 8px rgba(8,27,35,.04);
  }
  .angler-page #fanghistorie td{
    position:relative;
    min-height:22px;
    padding:3px 0 3px 92px;
    border:0;
    font-size:12px;
    line-height:1.35;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .angler-page #fanghistorie td:before{
    position:absolute;
    left:0;
    top:3px;
    width:84px;
    color:#71838b;
    font-size:10px;
    font-weight:700;
  }
  .angler-page #fanghistorie td:nth-child(1):before{content:'Zeit'}
  .angler-page #fanghistorie td:nth-child(2):before{content:'Turnier'}
  .angler-page #fanghistorie td:nth-child(3):before{content:'Fang'}
  .angler-page #fanghistorie td:nth-child(4):before{content:'Prüfung'}
  .angler-page #fanghistorie td:nth-child(5):before{content:'Wertung'}
  .angler-page #fanghistorie td:nth-child(6):before{content:'Hinweis'}
  .angler-page #fanghistorie td:nth-child(3){font-size:14px;font-weight:800;color:#153542}
  .angler-page #fanghistorie .badge{font-size:9px;padding:4px 7px}
  .angler-page #fanghistorie .question-response textarea{font-size:12px}

  /* Push-Zustand als echter On/Off-Schalter. */
  #nachrichten .panel-header{align-items:flex-start;gap:12px}
  #nachrichten .notification-switch{margin-top:2px}
  .notification-switch{font-size:11px;min-height:38px;padding:6px 9px;gap:8px}
  .notification-switch .switch-track{width:40px;height:22px}
  .notification-switch .switch-thumb{width:16px;height:16px}
  .notification-switch.is-on .switch-thumb{transform:translateX(18px)}
  .notification-help{font-size:11px;margin-top:7px}
}
