.alertNotify {
    width: 20%;
    position: fixed;
    bottom: 6%;
    right: -30%;
    z-index: 1030;
    background-color: white;
}

@media (max-width: 1023px) { 
    .alertNotify {
        width: 100%;
    }
  }


.allertNotifyButton {
    position: absolute;
    top: 1vw;
    right: 1vw;
    cursor: pointer;
    color: gray;
    fill: grey;
}

.allertNotifyReadMore {
    cursor: pointer;
}

    .allertNotifyReadMore:hover {
        font-weight: bolder;
    }