#rszNotiContainer {
    position: fixed;
    bottom: 25px;
    left: 25px;
    max-width: 30%;
    box-shadow: 0px 1px 15px #424242;
    border-radius: 3px;
    display: none;
    background-color: white;
    color: black;
    z-index: 999999111;
    flex-direction: column;
    padding: 5px;
}

.rszNotiHead {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rszNotiBody {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rszNotiFoot {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#rszOkBtn {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}