#token {
  word-break: break-all;
}

#allowNotifications .modal-header,
#infoNotifications .modal-header {
  background-color: #222;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#allowNotifications .modal-header h4,
#infoNotifications .modal-header h4 {
  color: #fff !important;
}

#allowNotifications .close,
#infoNotifications .close {
  color: #fff;
}

#allowNotifications .modal-body h4 {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}

#infoNotifications .modal-body {
  padding: 20px;
}

#infoNotifications .modal-body h5 {
  line-height: 1.5em;
}

#allowNotifications .icon-notification,
#infoNotifications .icon-notification {
  width: 20px;
}

#addHomeScreenBar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

#addHomeScreenBar .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#addHomeScreenBar img {
  width: auto;
  height: 60px;
}

#addHomeScreenBar .btn {
  margin-top: 15px;
}

#addHomeScreenBar #addHomeClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -size: 24px;
  text-align: center;
  color: #fff;
  opacity: 0.3;
  cursor: pointer;
}
#addHomeScreenBar #addHomeClose:hover {
  opacity: 1;
}

#modalAddPwa .modal-header {
  background-color: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#modalAddPwa .modal-header h4 {
  color: #fff !important;
}

#modalAddPwa .close {
  color: #fff;
}

#help-loading {
  width: 150px;
  height: 150px;
}