.notify-card {
  position: absolute;
  z-index: 3060;
  right: 10px;
  bottom: 10px;

  width: 350px;
  padding: 20px;

  border: 1px solid #cecece;

  animation: show 1.75s ease-in-out;

  .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;

    h4 {
      display: block;
      margin: 0;
      margin-left: 10px;
      font-size: 14px;
    }
  }

  .mat-icon.add-alert {
    color: #4b96e6;
  }

  .buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;

    button:first-child {
      margin-left: 13px;
    }

    button:last-child {
      background-color: #4b96e6;
    }
  }
}

.menu-icon {
  position: relative;
  top: 10px;
  padding-right: 11px;
}
