
    #impaakt-ajax-loader{
        position: fixed;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        width:30%;
        top: 11%;
        background-color: rgba(255, 255, 255, 1);
        z-index: 99999;
        overflow: hidden;
        box-shadow: 0px 0px 6px 1px;
        display: none;
    }

    #impaakt-ajax-loader img{
        max-height: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block; 
        filter: grayscale(1);
    }

    #impaakt-custom-notices-block{
        position: fixed;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        width:30%;
        top: 20%;
        z-index: 9999;
        overflow: hidden;
    }

    #impaakt-custom-notices-block .custom-notice{
        font-size: 20px;
        font-weight: bold;
        color: white;
        border-color: #21252930 !important;
        border-width: 0px 0.5px 1px 3px !important;
    }
    
    #impaakt-custom-notices-block .custom-notice-error{ background-color: #dc3535 !important; }
    #impaakt-custom-notices-block .custom-notice-info{ background-color: #007bff !important; }
    #impaakt-custom-notices-block .custom-notice-success{ background-color: #46b450 !important; }

    #impaakt-module-admin-block{
        margin: 3% 0 1% 1%;
        max-width: 98%;
        min-width: 98%;
        padding: 1% 3%;
        background-color: #FFF;
        border: 1px solid #ccd0d4;
    }

    