#login .container-login100-form-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pwa-install-login {
  display: none;
  width: 100%;
  height: 44px;
  border: 1px solid #dce3ea;
  border-radius: 8px;
  background: #fff;
  color: #1b2433;
  font-size: 15px;
  font-weight: 600;
}

html.pwa-can-install .pwa-install-login,
html.pwa-ios .pwa-install-login {
  display: flex;
  align-items: center;
  justify-content: center;
}

html.pwa-standalone .pwa-install-login,
html.pwa-standalone .js-pwa-install,
html.pwa-standalone li:has(.js-pwa-install) {
  display: none !important;
}

.pwa-sheet {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
  background: rgba(12, 16, 24, 0.55);
}

.pwa-sheet[hidden] {
  display: none !important;
}

.pwa-sheet-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #fff;
  color: #1b2433;
  border-radius: 16px;
  padding: 24px 20px 16px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.pwa-sheet-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  margin: 0 auto 12px;
  background: #0b0d14;
}

.pwa-sheet-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #1b2433;
}

.pwa-sheet-copy,
.pwa-sheet-steps {
  margin: 0 0 16px;
  color: var(--t-faint, #5b6b7c);
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}

.pwa-sheet-steps {
  padding-left: 20px;
}

.pwa-sheet-btn {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: #2e86c1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.pwa-sheet-link,
.pwa-sheet-close {
  border: 0;
  background: transparent;
  color: var(--t-faint, #5b6b7c);
}

.pwa-sheet-link {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  font-size: 14px;
}

.pwa-sheet-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 28px;
  line-height: 1;
  padding: 4px 8px;
}

html.pwa-ios .js-pwa-prompt {
  display: none;
}

.navbar-custom-menu {
  position: absolute;
  top: 0;
  right: 4px;
  height: 56px;
  z-index: 20;
}

.skin-blue .main-header .navbar {
  padding-right: 52px;
}

.navbar-custom-menu .nav {
  margin: 0;
}

.ic-notify-toggle {
  color: #fff !important;
  height: 56px !important;
  line-height: 56px !important;
  padding: 0 16px !important;
  position: relative;
}

.ic-notify-toggle:hover,
.ic-notify.open > .ic-notify-toggle {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.ic-notify-badge {
  position: absolute;
  top: 10px;
  right: 8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.ic-notify-menu {
  width: min(360px, calc(100vw - 16px));
  right: 8px;
  left: auto;
  padding: 0;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(18, 24, 38, 0.2);
  background: var(--t-surface, #fff);
  color: var(--t-ink, #1b2433);
  overflow: hidden;
}

.ic-notify-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: var(--t-surface-2, #f6f8fb);
  color: var(--t-ink, #1b2433);
  border-bottom: 1px solid var(--t-line, #dce3ea);
}

.ic-notify-readall,
.ic-notify-enable {
  border: 0;
  background: transparent;
  color: var(--t-link, #2e86c1);
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}

.ic-notify-list {
  max-height: 360px;
  overflow-y: auto;
}

.ic-notify-empty {
  margin: 0;
  padding: 20px 14px;
  color: var(--t-faint, #5b6b7c);
  font-size: 13px;
}

.ic-notify-item {
  display: block;
  padding: 12px 14px;
  border-bottom: 1px solid var(--t-line-soft, #eef1f6);
  color: var(--t-ink, #1b2433) !important;
  text-decoration: none !important;
}

.ic-notify-item strong {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.ic-notify-item span {
  display: block;
  font-size: 12px;
  color: var(--t-faint, #5b6b7c);
  line-height: 1.4;
}

.ic-notify-item.is-read {
  /* Not opacity: at 0.65 over the dark panel a read item was nearly invisible,
     which read as the notification disappearing when you clicked it. */
  color: var(--t-faint, #5b6b7c) !important;
}
.ic-notify-item.is-read strong { font-weight: 600; }
.ic-notify-item:hover { background: var(--t-surface-2, #f6f8fb); }

/* The row is the link and its read toggle side by side. The toggle cannot live
   inside the link -- a button nested in an anchor is invalid, and browsers
   disagree about which of the two owns the click. */
.ic-notify-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--t-line-soft, #eef1f6);
}
.ic-notify-row .ic-notify-item {
  flex: 1 1 auto;
  min-width: 0;
  border-bottom: 0;
}
.ic-notify-readtoggle {
  flex: 0 0 auto;
  align-self: center;
  margin: 0 12px 0 6px;
  padding: 2px 9px;
  border-radius: 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid var(--t-accent, #7b4bb0);
  background: transparent;
  color: var(--t-accent, #7b4bb0);
}
.ic-notify-readtoggle:hover { background: var(--t-surface-2, #f6f8fb); }
/* Read is the quiet state: the row is on its way out, and a bright badge on it
   would pull the eye to exactly the thing that no longer needs attention. */
.ic-notify-row.is-read .ic-notify-readtoggle {
  border-color: var(--t-line, #d8dee8);
  color: var(--t-faint, #5b6b7c);
}
.ic-notify-row.is-read { background: var(--t-surface-2, #f6f8fb); }
.ic-notify-readtoggle:focus-visible {
  outline: 2px solid var(--t-accent, #7b4bb0);
  outline-offset: 1px;
}

.ic-notify-enable {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border-top: 1px solid #dce3ea;
  text-align: left;
}

@media (max-width: 767px) {
  #toast-container.toast-top-right {
    top: 12px;
    right: 12px;
    left: 12px;
  }

  #toast-container > div {
    width: auto !important;
  }
}
