/* The alert message box */
.notif-box {
    padding: 30px 0 30px 2vw;
    color: white;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    font-weight: bold;
}

#notification-modal {
    padding-bottom: 30px;
    position: fixed;
    width: 100%;
    height: fit-content;
    bottom: 0;
    pointer-events: visible;
    z-index: 1000000 !important;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    margin-right: 4vw;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 40px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}
