.notifpopup{
    min-width: 300px;
    max-width: 300px;
    min-height: 50px;
    position: absolute;
    border-radius: 5px;
    z-index: 10101010;
    top: 161px;
    opacity: 0.90;
    left: calc(50vw - 151px);
    overflow: hidden;
    animation: open 1S;
}
.notifpopup>div>p{
    padding: 10px 10px 15px 10px;
    text-align: center;
}
.notifpopup>.notifdiv .notifclose{
    background: #0000007a;
    color: white;
    padding: 10px;
    float: right;
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.notifpopup>.notifdiv{
    background: #00000059;
    width: auto;
    height: auto;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 10px;
}