.floatmessages-overlay, .floatmessage-overlay-2 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.floatmessages-msg {
    text-align: justify ;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    z-index: 1000001;
}