:root{ 
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color ;Emoji"; 
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; 
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); 
--fc-primary-color:#6c757d;
--fc-secondary-color:#6c757d;
--fc-tertiary-color:#000;
--fc-heading-font: Source Sans Pro ; 
--fc-heading-weight:  ; 
--fc-heading-color:  #000 ; 
--fc-body-font:  Source Sans Pro; 
--fc-body-color:  #000; 
--fc-body-font-size:    ; 
--fc-link-color:  #000 ; 
--fc-hover-color:  #000  ; 
--fc-button-color:  #fff ; 
--fc-button-bg-color: #000; 
--fc-button-border-color: #000; 
--fc-button-hover-color: #000; 
--fc-button-hover-bg-color: #fff; 
--fc-button-hover-border-color: #000; 
--fc-button-hover-color: #000; 
--fc-footer-bg-color:  #000 ; 
--fc-header-bg-color:  Array ; 
--fc-header-opacity:  1 ; 
--fc-social-icon-color:  #fff ; 
--fc-social-icon-hover-color:  #000 ; 
--fc-footer-color:  #fff ; 
--fc-footer-link-color:  #fff ; 
--fc-footer-hover-color:  #fff ; 
--fc-sub-menu-bg-color:  #fff ; 
--fc-sub-menu-link-color:  #000 ; 
--fc-sub-menu-hover-color:  #000 ; 
--fc-site-width:  1360px ; 
--fc-main-top-padding:  0px ; 
--fc-main-bottom-padding:  0px ; 
--fc-copyright-bg-color:  #000 ; 
--fc-copyright-color:  #fff ; 
--fc-copyright-link-color:  #fff ; 
--fc-copyright-link-hover-color:  #fff ; 
--fc-copyright-font-size:  14px; ; 
--fc-copyright-text-alignment:  center ; 
--fc-logo-max-width:  150; ; 
--fc-sub-menu-width:  150; ; 
--fc-sidebar-bg-color:  #fff ; 
--fc-sidebar-width:  20% ; 
--fc-sidebar-font-size:   ; 
--fc-sidebar-header-size:  22px ; 
--fc-sidebar-color:  #000 ; 
--fc-sidebar-link-color:  #000 ; 
--fc-sidebar-link-hover-color:  #000 ; 
--fc-sidebar-header-color: #000 ; 
--fc-single-header-bg-color:  #fff ; 
--fc-sub-menu-font-size: 14px ; 
--fc-social-icon-border-color: #000; 
--fc-social-icon-hover-bg-color: #fff; 
} 
.nav-container {
background-color: #fff.3 !important;
}
.site-inner .sidebar-primary {
display: none !important;
}

body::after{
    content: 'xs';
    font-size: 0px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    body::after{
        content: 'sm';
    }
 }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    body::after{
        content: 'md';
    }
 }
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    body::after{
        content: 'lg';
    }
 }
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    body::after{
        content: 'xl';
    }
 }
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    body::after{
        content: 'xxl';
    }
 }