HEX
Server: Apache/2
System: Linux server-27-254-144-72.da.direct 5.10.0-33-amd64 #1 SMP Debian 5.10.226-1 (2024-10-03) x86_64
User: bannong (1179)
PHP: 8.1.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/bannong/domains/bannongsaischool.com/public_html/wp-content/plugins/Plugin/css/pop_up.css
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;


    width: 90%;
    max-width: 400px;
}

.popup h2 {
    margin: 0 0 10px;
    font-size: 32px;
}

.popup p {
    margin: 0 0 15px;
}

.popup button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
}

.popup button:hover {
    background-color: #0056b3;
}

.popup .ignore {
    background-color: transparent;
    color: #721c24;
    border: 1px solid #721c24;
    margin-left: 10px;
}

.popup .ignore:hover {
    background-color: #f5c6cb;
}