HEX
Server: Apache
System: Linux gains.arrowcloudlinux.com 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64
User: mbkashyap (2642)
PHP: 8.1.33
Disabled: allow_url_include, show_source, symlink, system, passthru, exec, popen, pclose, proc_open, proc_terminate,proc_get_status, proc_close, proc_nice, allow_url_fopen, shell-exec, shell_exec, fpassthru, base64_encodem, escapeshellcmd, escapeshellarg, crack_check,crack_closedict, crack_getlastmessage, crack_opendict, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, dl, escap, phpinfo
Upload Files
File: /home/mbkashyap/public_html/wp-content/themes/news-brick-kit/admin/admin.css
/* NOTICE STYLES */
    .news-brick-kit-admin-notice {
        padding: 20px 30px 33px;
        background-color: #fff;
        margin: 15px 20px 0px 2px;
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 14%);
        -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 14%);
        -moz-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 14%);


        display: flex;
        justify-content: space-between;
        align-items: center;

        position: relative;
    }

    .news-brick-kit-admin-notice .dismiss-notice{
        color: #f73859;
        display: block;
        padding: initial;
        position: absolute;
        bottom: 8px;
        right: 35px;
        border: none;
        background: transparent;
        text-decoration: underline;
        font-weight: 500;
        font-size: 14px;
    }

    .news-brick-kit-admin-notice .dismiss-notice:hover{
        cursor: pointer;
        font-weight: 600;

    }



    body.news-kit_page_news-kit-elementor-addons-theme-builder,
    body.news-kit_page_news-kit-elementor-addons-blocks,
    body.toplevel_page_news-kit-elementor-addons {
        background-color: #f6f6fb;
    }

    .news-brick-kit-admin-notice .news-brick-kit-text-wrap {
        flex: 0 1 60%;
    }

    .news-brick-kit-admin-notice .news-brick-kit-image-wrap {
        flex: 0 1 40%;
        text-align: right;
    }

    .news-brick-kit-admin-notice .news-brick-kit-image-wrap img{
        width: 35%;
    }

    .news-brick-kit-admin-notice .notice-heading {
        margin: 0 0 12px;
    }

    .news-brick-kit-admin-notice .nekit_heading_admin {
        font-size: 25px;
        padding-bottom: 25px;
        display: block;
    }

    .news-brick-kit-admin-notice .notice-description,
    .news-brick-kit-admin-notice .notice-description strong {
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 14px;
    }

    .news-brick-kit-admin-notice .notice-actions button {
        border: none;
        background-color: #0073aa;
        padding: 10px 15px;
        margin-right: 15px;
        border-radius: 3px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.3px;
        cursor: pointer;
    }

    .news-brick-kit-admin-notice .notice-actions button:hover {
        background-color: #005177;
    }

    .news-brick-kit-admin-notice  .nekit_admin_subhead {
        color: #585858;
        font-size: 14px; 
    }

    .news-brick-kit-admin-notice  .nekit_admin_subhead strong {
        font-size: 16px;
        color: #393939;
        padding-right: 3px;
    }