
svg.aw-svg{
    width:180px;
    max-width: 100%;
    display: block;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -90px;
    margin-top: -90px;
    z-index: 22;
    /*z-index: 9999999999999999999;*/
}
.aw-svg .aw-group, .aw-svg .aw-circle, .aw-svg .aw-circle-inner {
    transform-origin: 600px 600px;

}

body {
    width: 100%;
	  height: 100%;
  	background-color: rgba(8,8,8,1.0);
    overflow-x: hidden;
    margin: 0px;
}

html {
}

.sidenav {
  background-color: #181818!important;
}
.sidenav-trigger {
  color: rgb(23,246,251);
  position: absolute;
  z-index: 999;
  margin: 10px 0px 0px 10px;
}
.sidenav-overlay {
    background-color: rgba(0,0,0,0.8);
}
.sidenav li>a {
    color: rgba(23,246,251,0.9);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}
.sidenav li>a:hover{
    background-color:rgba(0,0,0,0.9)
}
.divider {
    background-color: #000;
}
.sidenav .subheader {
    color: rgba(23,246,251,0.54);
}
.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {
    color: rgba(23,246,251,0.54);
}
.sidenav .collapsible-body, .sidenav.fixed .collapsible-body {
    background-color: #181818;
}
.sidenav .user-view .circle {
    border: 4px solid rgba(0,0,0,0.2);
}

.aw030-logo ul{
	height: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
  position: absolute;
  overflow: hidden;
}

.aw030-logo ul.aw030-rotator{
  padding: 0px;
  box-sizing: content-box;
}

.aw030-logo li{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	background: transparent;
	border: 10px solid rgba(23,246,251, 1.0);
	border-left-color: transparent;
	border-right-color: transparent;
	border-radius: 500px;
	transition: all 0.5s ease;
}

.aw030-logo li:last-child {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	width: 200px;
	height: 100px;
	margin-left: -110px;
	/*margin-left: -110px;*/
	margin-top: -110px;
	padding: 70px 0px 30px;
	background-color: rgba(8,8,8,1.0);
	border: 10px solid rgba(8,8,8,1.0);
	border-radius: 200px;
	text-shadow: 2px 2px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 30px rgba(23,246,251, 0.5);
	animation: pulseShadow 5s infinite linear;
}

.aw030-logo li:last-child:after{
	content:'';
	border: 3px dotted rgba(22,42,43,1.0);
	border-radius: 200px;
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	top:-3px;
	left:-3px;
	background-color: transparent;
	box-shadow: inset 0px 0px 30px rgba(0,0,0,1.0);
}

.aw030-logo li:first-child{
	margin-left: -130px;
  /*margin-left: -130px;*/
	margin-top: -130px;
	z-index: 2;
	width: 240px;
	height: 240px;
	border-width: 10px;
	animation: spinBG 5s infinite linear;
}

.aw030-logo li:nth-child(2){
	margin-left: -137px;
  /*margin-left: -137px;*/
	margin-top: -137px;
	z-index: 1;
	width: 270px;
	height: 270px;
	border-width: 2px;
	border-style: dotted;
	box-shadow: 0px 0px 20px rgba(23,246,251, .5);
	animation: spinBG2 2s infinite linear;
}

.aw030-logo li:nth-child(3){
	margin-left: -150px;
  /*margin-left: -150px;*/
	margin-top: -150px;
	z-index: 1;
	width: 296px;
	height: 296px;
	border-width: 2px;
	box-shadow: inset 0px 0px 25px rgba(23,246,251, .25);
	animation: spinBG 12s infinite linear;
}

.aw030-logo li:nth-child(4){
	margin-left: -170px;
  /*margin-left: -170px;*/
	margin-top: -170px;
	z-index: 1;
	width: 330px;
	height: 330px;
	border-width: 5px;
	border-style: solid;
	box-shadow: inset 0px 0px 25px rgba(23,246,251,1.0);
	animation: spinBG3 8s infinite linear;
}


/*-------------------------------------------
 Animations
-------------------------------------------*/
@keyframes pulseGlow{
	0%  {text-shadow: 0px 0px 20px rgba(23,246,251, 0.75);}
	50% {text-shadow: 0px 0px 40px rgba(23,246,251, 0.5); }
	100%{text-shadow: 0px 0px 20px rgba(23,246,251, 0.75);}
}

@keyframes pulseShadow{
	0%  {box-shadow: 0px 0px 30px rgba(23,246,251, 0.25);}
	50% {box-shadow: 0px 0px 30px rgba(23,246,251, 0.75);}
	100%{box-shadow: 0px 0px 30px rgba(23,246,251, 0.25);}
}

@keyframes spinBG{
	0%  {transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}

@keyframes spinBG2{
	0%{
		transform: rotate(360deg);
		box-shadow: 0px 0px 1px rgba(23,246,251, 0.5);
	}
	50%{
		transform: rotate(180deg);
		box-shadow: 0px 0px 20px rgba(23,246,251, 0.5);
	}
	100%{
		transform: rotate(0deg);
		box-shadow: 0px 0px 1px rgba(23,246,251, 0.5);
	}
}

@keyframes spinBG3{
	0%{
		transform: rotate(180deg);
		box-shadow: 0px 0px 1px rgba(23,246,251, 0.1);
	}
	50%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(-180deg);
	}
}





.bg-svg {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
