/* Corporate Identity Colors */
/* Input fields */
/* Errors */
/* Button colors */
.pushNotification {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000; }
  .pushNotification #pushNotification {
    display: block;
    padding: 0px 5px;
    box-sizing: border-box;
    color: #001233;
    width: 100%; }
    .pushNotification #pushNotification > div {
      width: 100%;
      background-color: #FFFFFF;
      box-sizing: border-box;
      padding: 20px 10px;
      border-radius: 8px 8px 0px 0px;
      border-top: 10px solid orange;
      box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
      color: #001233; }
      .pushNotification #pushNotification > div > h4 {
        color: #001233;
        margin-top: 5px; }
      .pushNotification #pushNotification > div > p {
        color: #001233;
        margin-top: 5px; }
        .pushNotification #pushNotification > div > p > a {
          letter-spacing: normal;
          font-size: inherit;
          color: #001233;
          margin-top: 15px; }
        .pushNotification #pushNotification > div > p > a::after {
          content: ""; }
