MOON
Server: Apache
System: Linux vps.erhabenn.com.br 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User: machen (1008)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /disk001/machen/public_html/support/wp-content/plugins/echo-knowledge-base/css/error-handlers.css
.epkb-js-error-notice {
    position: fixed;
    bottom: 10px;
    right: 10px;
    max-width:  460px;
    background: #ffd9d9;
    border: 1px solid red;
    border-radius: 5px;
    padding: 10px;
    padding-right: 25px;
    z-index: 999999999;
}

.epkb-js-error-close {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
}

.epkb-js-error-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.epkb-js-error-body {
    font-style: italic;
    margin-bottom: 5px;
}

.epkb-js-error-about {
    font-size: 10px;
}

.epkb-js-error-btn {
    position: absolute;
    right: 30px;
    top: 8px;
}
.epkb-js-error-btn a{
    background: #c9302c;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}
.epkb-js-error-btn a:hover{
    background: #c9302c;
    color: #fff;
    text-decoration: none;
}