:root {
    --ucit-blue_one:#254687;
    --ucit-blue_two:#2576b7;
    --ucit-blue_three:#39a8dd;
    --ucit-blue_four:#16c7ff;
    --ucit-grey_one:#3c3c3b;
    --ucit-orange:#f49f1d;
    --ucit-grey_two:#dadada;
    --ucit-grey_three:#706f6f;
    --ucit-grey_four:#3a3f48;
    --ucit-grey_five:#31353D;
    --ucit-grey_six:#818896;
    --ucit-grey_seven:#b8bfce;
    --ucit-grey_eight:#bdbdbd; 
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

    
.wy-side-nav-search{ background-color:var(--ucit-blue_one) }
.wy-nav-side{ background-color:var(--ucit-grey_five) }
/* .wy-menu-vertical li.toctree-l1.current{ background-color:var(--ucit-grey_eight) }
.wy-menu-vertical li.toctree-l1.current>a{ background-color:var(--ucit-grey_six) }
.wy-menu-vertical li.toctree-l1.current>ul{ background-color:var(--ucit-grey_seven) } */

.icon-home{ color:var(--ucit-blue_two) }

/*.wy-nav-content{max-width: 100%;}*/