HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v4513/tepnot/public_html/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;
}