.mk-simple-alert-box {
    padding: 10px 15px;
    margin: 10px 0;
    border-left: 5px solid;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.mk-simple-alert-box-info {
    background-color: #000000;
    color: #ffffff;
    border-color: #cccccc;
}   
.mk-simple-alert-box.mk-simple-alert-box-info p {
    margin: 0px;
}
.fprwf-notification-bar {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #333;
    color: #fff; 
    z-index: 9999; 
    font-size: 16px;
}
.fprwf-notification-bar a {
    color: #ffd700;
    text-decoration: underline;
}
.fprwf-notification-bar p {
    margin: 0;
}
.fprwf-notification-bar.top {
    top: 0;
}
.fprwf-notification-bar.bottom {
    bottom: 0;
    background-color: #444; 
}
.fprwf-notification-bar a.dismiss {
    background-color: #e74c3c;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}
.fprfw-flash-message-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 9999;
    display: none;
}
#close-popup {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    background: #000000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 19px;
    text-align: center;
    color: white;
}
