/*
Theme Name: Argyle Theme
Theme URI: https://argyleforum.com
Author: Argyle Forum
Author URI: https://argyleforum.com
Description: 
Version: 1.0
License: GNU General Public License
License URI: https://argyleforum.com
*/
body.logged-in.admin-bar header.header {
    top: 32px !important;
}

.formLoader {
    position: fixed;
    background: rgb(255 255 255 / 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
	backdrop-filter: blur(2px);
}
div#wpadminbar {
    z-index: 9999999;
}
.formLoader img {
    width: 150px;
}
.insight_global_section h2 {
    margin-top: 0 !important;
}