
/* ==========================================================================
   Header
   ========================================================================== */

    #header {
        background-image: url(https://kundo-web-uploaded-files-prod.s3.amazonaws.com/logo/bbC4WX93Q8yq.png?AWSAccessKeyId=AKIAJNMVIWHN72K2GIEA&Signature=WtMsEY35NZswuldA%2F6a6TiyPzzw%3D&Expires=1751087211);
        background-repeat: no-repeat;
        background-position: 50% 0;
    }
    
        #header {
            background-image: url(/site_media/logo/KEobKhQ2bGr5.jpg);
        }
    


#header, .system-message-placeholder {
    
        background-color: #ededed;
    
}


    #header h1, #header strong, #header a em {
        color: #080101;
    }


/* ==========================================================================
   Background
   ========================================================================== */

    
        #content {
            background-color: #ededed;
        }
    


/* ==========================================================================
   Official comments
   ========================================================================== */

    .comment-list .official-answer,
    .signature-extended .editors-only{
        background-color: #ebf7e4
    }


/* ==========================================================================
   Messages
   ========================================================================== */


/* ==========================================================================
   Colors
   ========================================================================== */

    .custom-icon,
    .f-category-icon::before {
        color: #24b258;
    }


    /* Customizable color */
    a,
    a:hover, a:active, a:focus,
    .common-form .btn-link, .common-form .btn-link:hover, .common-form .btn-link:active, .common-form .btn-link:focus,
    .pagination-footer a {
        color: #24b258;
    }
    .dialog .content a,
    .dialog-form-autocomplete-result .title .highlighted,
    .search-box-autocomplete-result .title .highlighted,
    .comment-list li .content a {
        border-bottom-color: #24b258;
    }

    /* Should stay white */
    .admin-main-navigation a,
    .logged-in-user a {
        color: #fff;
    }

    /* Should stay blue */
    .account-selector .accounts-list li a {
        color: #3454F4;
    }

    .search-form a {
        border-bottom: 1px solid #24b258;
    }





