/* FuelDash V414 — selectable global dashboard information and warning notice. */

html[data-fd-theme] body.fd-account-route-open .fd-push-notice-type-field select {
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 36px 0 12px !important;
  color: #f5f5f7 !important;
  border: 1px solid #2a2a2e !important;
  border-radius: 11px !important;
  background: #080808 !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

html[data-fd-theme] body.fd-account-route-open .fd-push-notice-type-field select:focus-visible {
  border-color: #ff3b30 !important;
  outline: 2px solid rgba(255, 59, 48, .55) !important;
  outline-offset: 2px !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-public-push-notice[data-fd-push-notice-type="info"] {
  border-color: #e0ad2f !important;
  background: #17150b !important;
  color: #fff3c4 !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-public-push-notice[data-fd-push-notice-type="info"] .fd-push-attention-card__icon {
  color: #e0ad2f !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-public-push-notice[data-fd-push-notice-type="warning"] {
  border-color: #ff3b30 !important;
  background: #190908 !important;
  color: #ffe9e7 !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-public-push-notice[data-fd-push-notice-type="warning"] .fd-push-attention-card__icon {
  color: #ff3b30 !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-public-push-notice[data-fd-push-notice-type="warning"] .fd-push-attention-card__body h2 {
  color: #fff !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-public-push-notice[data-fd-push-notice-type="warning"] .fd-push-attention-card__body p {
  color: #ffc9c5 !important;
}
