:root {
	--background-color:#E8E8E8;
	--primary-color:#393939;
	--secondary-background:#FFF;
        --icon-bg:#DDD;
        --icon-radius:55px;
	--logo-filter:invert(13%) sepia(11%) saturate(3%) hue-rotate(0deg) brightness(98%) contrast(75%);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background-color:var(--background-color);
	color:CanvasText;
        margin:0px 0px;
	width:100%;
	height:100%;
	padding:0px;
	font-family: Poppins, Helvetica, sans-serif;
	transition: color 0.1s, background-color 0.4s;
	overflow:hidden;
}
html {
	width:100%;
	height:100%;
}
ol, ul {
	list-style: none;
}
table {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
tr th {
        font-size:13px;
        padding-bottom:16px;
        cursor:pointer;
}
tr td {
        padding:18px 0px 18px 0px;
        font-size:13px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.icon {
	float:right;
	height:var(--icon-radius);
	width:var(--icon-radius);
	background-color:var(--icon-bg);
	border-radius:calc( var(--icon-radius) / 2 );
	overflow:hidden;
	text-align:center;
	transition: color 0.1s, background-color 0.4s;
	margin:8px;
}
.icon img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width:calc( var(--icon-radius) * .75 ) ;
	height:calc( var(--icon-radius) * .75 ) ;
	border-radius:calc( ( var(--icon-radius) *.75 ) / 2 );
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}
#top-user-name{
	float:right;
	height:100%;
	line-height:70px;
}
#top-bar {
	width:100%;
	position:absolute;
	background-color:var(--secondary-background);
	border-bottom:1px solid var(--icon-bg);
	transition: color 0.1s, background-color 0.4s, border-bottom 0.4s;
	z-index:10px;
/*	filter: drop-shadow(0px 0px 16px #000000); */
}
#left-top {
	width:33%;
	float:left;
	text-align:left;
	text-indent:16px;
}
#mid-top {
	width:33%;
	float:left;
	text-align:center;
}
#right-top {
	width:calc(33% - 8px);
	float:left;
	padding-right:8px;
}
h1 {
	float:left;
	font-size:28px;
	transform: translateY(70%);
	font-weight:700;
	color:var(--primary-color);
	color:canvasText;
	transition: color 0.1s, background-color 0.4s;
}
h2 {
	transform: translateY(55%);
	font-size:18px;
	font-weight:700;
	color:var(--primary-color);
	transition: color 0.1s, background-color 0.4s;
}
h2 a {
	font-size:12px;
	font-weight:400;
	color:var(--primary-color);
	text-decoration:none;
	transistion: text-decoration .4s;
}
h2 a:hover {
	color:#0095E8
}
h2 > a:before {
	content: "";
	position: absolute;
	width: 20%;
	margin-left:40%;
	height: 1px;
	bottom: 0;
	top:40px;
	left: 0;
	background: #0095E8;
	visibility: hidden;
	border-radius: 5px;
	transform: scaleX(0);
	transition: .25s linear;
}
h2 > a:hover:before,
h2 > a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}



#menu-img {
	float:left;
	padding:8px 0px 8px 0px;
/* 	filter: invert(20%) sepia(0%) saturate(1%) hue-rotate(120deg) brightness(97%) contrast(91%); */
	filter:var(--logo-filter);
/* invert(99%) sepia(55%) saturate(145%) hue-rotate(182deg) brightness(112%) contrast(87%); */
/*	transition: all .4s ease; */
}
#menu-logo {
	float:left;
}

#main-menu {
	position:absolute;
	left:0px;
	top:70px;
	height:calc(100vh - 70px);
	width:250px;
	background-color:var(--secondary-background);
	transition:color 0.4s, background-color 0.4s, fill 0.5s;
}
#menu {
	float:left;
	list-style: none;
	padding:16px;
}
#menu .nolink {
	float:left;
	width:100%;
	margin-top:16px;
	margin-bottom:8px;
}
.menu_categorys {
	float:left;
	width:100%;
	font-size:16px;
	padding:8px 0px 8px 0px;
	text-indent:8px;
}
.menu_categorys svg {
	float:left;
}
.menu_categorys .menu_categorys_name{
	float:left;
}
.menu_categorys svg path , .menu_categorys .menu_categorys_name , .menu_categorys svg rect , .menu_categorys svg circle {
        fill:var(--primary-color);
        color:var(--primary-color);
	transition:color 0.5s, background-color 0.4s, fill 0.5s;
}
.menu_categorys:hover svg path , .menu_categorys:hover .menu_categorys_name , .menu_categorys:hover svg rect , .menu_categorys:hover svg circle , menu_category {
	fill:#0095E8;
	color:#0095E8;
/*	transition:color 0.5s, background-color 0.4s, fill 0.5s; */
}

#hud {
	z-index:998;
	width:100%;
	height:100%;
	background-color:#000;
	position:absolute;
	display:none;
	opacity: .5;
/*	pointer-events: none; */
}
#wait-loader {
        width: 40px;
        aspect-ratio: 1;
/*      color: #f03355; */
/*      color:#4433f0; */
        color:#0095E8;
        position: relative;
        background:
                conic-gradient(from 134deg at top   ,currentColor 92deg,#0000 0) top,
                conic-gradient(from -46deg at bottom,currentColor 92deg,#0000 0) bottom;
        background-size: 100% 50%;
        background-repeat: no-repeat;
        z-index:999999;
        display:none;
}
#wait-loader:before {
  content:'';
  position: absolute;
  inset: 0;
  --g:currentColor 14.5px,#0000 0 calc(100% - 14.5px),currentColor 0;
  background:
    linear-gradient( 45deg,var(--g)),
    linear-gradient(-45deg,var(--g));
   animation: l7 1.5s infinite cubic-bezier(0.3,1,0,1);
}
@keyframes l7 {
   33%  {inset:-10px;transform: rotate(0deg)}
   66%  {inset:-10px;transform: rotate(90deg)}
   100% {inset:0    ;transform: rotate(90deg)}
}


#hudWindow {
	position:absolute;
	z-index:999999999;
}
#profile-image #profile {
	position:absolute;
	z-index:5;
	text-align:right;
	padding-right:22px;
/*	display:none; */
	height:0px;
	overflow:hidden;
	right:0px;
	top:0px;
	transition: all 1s ease;
}
#profile-menu {
	position:relative;
	top:71px;
	border-radius:0px 0px 10px 10px;
	background:var(--secondary-background);
	padding:8px;
	border-bottom:1px solid var(--icon-bg);
	border-left:1px solid var(--icon-bg);
	border-right:1px solid var(--icon-bg);
	transition: all .4s ease;
}
#profile-image:hover #profile {
/*	display:block; */
/*	height:400px; */
}
#profile a {
	color:var(--primary-color);
	display:block;
	text-decoration:none;
	padding:8px;
        transition:color 0.5s, background-color 0.4s, fill 0.5s;
}
#profile a:hover {
	color:#0095E8;
}
#loginWindow {
	background-color:var(--secondary-background);
	float:left;
	border-radius:20px;
	width:400px;
}
input[type='text'] , input[type='password'] {
	border:0px;
	outline:0px;
	font-size:18px;
	padding:12px;
	border-radius:10px;
	float:left;
	width:calc(100% - 24px);
	background-color:var(--background-color);
	transition: color .4s ease , background-color .4s ease;
}
input[type='submit'] {
        border:0px;
        outline:0px;
        font-size:18px;
        border-radius:10px;
	padding:12px;
/*	width:calc(100% - 24px); */
	width:100%;
        background-color:var(--background-color);
	cursor:pointer;
	transition: color .4s ease , background-color .4s ease;
}
select {
	border-radius:10px;
	font-size:18px;
	transition: color .4s ease , background-color .4s ease;
	padding:3px;
/*
        border:0px;
        outline:0px;
        font-size:18px;
        border-radius:10px;
        padding:12px;
        width:100%;
        background-color:var(--background-color);
        cursor:pointer;
        transition: color .4s ease , background-color .4s ease;
	outline:1px;
	border:1px solid var(--icon-bg);
*/
}
#workarea {
	float:left;
	width:100%;
	height:100%;
	overflow-y:scroll;
}
#display_area {
        width:100%;
        max-width:1140px;
        background-color:#fff;
        border-radius:10px;
	float:left;
	margin-top:150px;
	color:var(--primary-color);
	background-color:var(--secondary-background);
	transition: color .4s ease , background-color .4s ease;
}
#data_area {
	float:left;
	padding:16px;
	width:calc( 100% - 32px);
}
.flexbox {
	float:left;
	display:flex;
	lext-direction:row;
	flex-wrap:wrap;
	width:100%;
	gap: 40px;
	align-content: stretch;
	margin-top:20px;
}
.flex_item {
	float:left;
	min-width:400px;
	flex:1;
}
.widget {
	float:left;
        min-width:400px;
        flex:1;
	border-radius:10px;
/*	margin:16px; */
}
.widget-background {
	float:left;
	width:100%;
	background-color:var(--secondary-background);
	transition: color .4s ease , background-color .4s ease;
	border-radius:10px;
}
.widget-title {
	float:left;
	margin:8px;
	padding:16px 0px 16px 0px;
	width:calc( 100% - 16px);
	font-size:24px;
	font-weight:700;
	border-bottom:1px solid var(--icon-bg);
}
.widget-caption {
	width:calc( 100% - 16px );
	font-family: Poppins, Helvetica, sans-serif;
	color:var(--primary-color);
	font-size:12px;
	margin-top:16px;
	padding:8px;
	transition: color .4s ease , background-color .4s ease;
}
.title {
        float:left;
        text-indent:20px;
        width:calc(100% - 0px );
        margin:20px 0px 20px 0px;
        padding:0px 0px 20px 0px;
        border-bottom:1px solid var(--icon-bg);
	color:var(--primary-color);
	transition: color .4s ease , background-color .4s ease;
	font-size:24px;
}
.line {
	float:left;
	width:calc(100% - 16px);
	padding:8px;
}
.half_line {
	float:left;
	width:50%;
}
.bigFont {
	font-size:32px;
}
.center-text {
	text-align:center;
}
.right-text {
	text-align:right;
}
.center_content {
	width:100%;
	text-align:center;
}
.addItem {
	outline:0px;
	border:0px;
	font-size:13px;
	padding:6px 12px 6px 12px;
	border-radius:10px;
	height: min-content;
	background-color:var(--icon-bg);
	cursor:pointer;
	transition: color .4s ease , background-color .4s ease;
}
.caption {
	width:100%;
	font-family: Poppins, Helvetica, sans-serif;
	color:var(--primary-color);
	font-size:12px;
	margin-top:16px;
}

.even {
	background-color:var(--background-color);
	transition: color .4s ease , background-color .4s ease;
}
.odd {
	transition: color .4s ease , background-color .4s ease;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (min-width: 769px) {
}

