body{
	background: #ccc url("images/newimage.jpg") repeat top left;
	
	font-family:Helvectia;
	line-height:25px;	
	
}


p{
  font-size:20px;
  color:#000000;
}

#wrapper{
	background-image: linear-gradient(#000, #FFF);
	border: 2px solid #FFFFFF;
	margin: auto;
	overflow: auto;
	width: 900px;	
}

header{
	background-color:#5d5e5d;
	border-bottom:2px solid #FFFFFF;
	overflow: auto;
}

h1{
	font-size: 60px;
	text-align: center;
}

nav{
	background-image: radial-gradient(#000000, #808080);
	font-size:14px;
	padding: 5px;
	text-align: center;
}

a{
	text-decoration: none;
}

aside{
	float: right;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	width: 200px;
}

article{
	background-color: #FFFFFF;
	float: left;
	overflow: auto;
	padding: 20px;
	text-align: justify;
	width: 720px;
}

footer{
	background-color: #00CCFF;
	border-top: 2px solid #FFFFFF;
	clear: both;
	font-size: 14px;
	text-align: center;
}

footer > a {
	color: #000000;
	text-decoration: none;
}

footer > h6 {
	margin: 0;
}

blockquote{
	color: #F6A82C;
	font-style:italic;
}

.img {
  float: right;
  border-radius: 25%;
}
.img2 {
  float: left;
  border-radius: 50%;
}



.myButton {
	box-shadow: 3px 4px 0px 0px #000000;
	background:linear-gradient(to bottom, #000 5%, #000000 100%);
	background-color:#121211;
	border-radius:15px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#2b2b25;
	font-family:Arial;
	font-size:17px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #8f8f8f;

}
.myButton:hover {
	background:linear-gradient(to bottom, #000000 5%, #a1a1a1 100%);
	background-color:#3d3c3a;
}
.myButton:active {
	position:relative;
	top:1px;
}


*{
  padding:0;
  margin:0;

}
*,*::before, *::after {
    box-sizing: border-box;
}
.main {
  width: 100%;
  min-height: 100vh;
  padding: 0px 0;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(
      23deg,
      rgba(202, 202, 202, 0.02) 0%,
      rgba(202, 202, 202, 0.02) 13%,
      transparent 13%,
      transparent 80%,
      rgba(11, 11, 11, 0.02) 80%,
      rgba(11, 11, 11, 0.02) 100%
    ),
    linear-gradient(
      42deg,
      rgba(98, 98, 98, 0.02) 0%,
      rgba(98, 98, 98, 0.02) 36%,
      transparent 36%,
      transparent 77%,
      rgba(252, 252, 252, 0.02) 77%,
      rgba(252, 252, 252, 0.02) 100%
    ),
    linear-gradient(
      286deg,
      rgba(202, 198, 158, 0.02) 0%,
      rgba(173, 173, 173, 0.02) 2%,
      transparent 2%,
      transparent 12%,
      rgba(59, 59, 59, 0.02) 12%,
      rgba(59, 59, 59, 0.02) 100%
    ),
    linear-gradient(
      77deg,
      rgba(87, 87, 87, 0.02) 0%,
      rgba(87, 87, 87, 0.02) 18%,
      transparent 18%,
      transparent 55%,
      rgba(247, 247, 247, 0.02) 55%,
      rgba(247, 247, 247, 0.02) 100%
    ),
    linear-gradient(135deg, rgb(189, 82, 75),rgb(230, 240, 180));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.randar-box {
  width: 360px;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;

  --green: hsl(134, 34%, 38%);
  --line-color: #212121;
}

.randar-content {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 15px solid rgb(243, 236, 236);
  /* box-shadow: -1px -1px 0 #333333, -1px 1px 0 #333333, 1px -1px 0 #333333,
    1px 1px 0 #333333; */
    
  background: 
  radial-gradient( #afadad 50%, #0a0a0a),
  repeating-linear-gradient(
      90deg,
      hsla(291, 0%, 66%, 0.05) 0px,
      hsla(291, 0%, 66%, 0.05) 1px,
      transparent 1px,
      transparent 100px
    ),
    repeating-linear-gradient(
      0deg,
      hsla(291, 0%, 66%, 0.05) 0px,
      hsla(291, 0%, 66%, 0.05) 1px,
      transparent 1px,
      transparent 100px
    ),
    repeating-linear-gradient(
      0deg,
      var(--line-color) 0px,
      var(--line-color) 1px,
      transparent 1px,
      transparent 25px
    ),
    repeating-linear-gradient(
      90deg,
      var(--line-color) 0px,
      var(--line-color) 1px,
      transparent 1px,
      transparent 25px
    ),
    linear-gradient(135deg, var(--green), var(--green));
    background-position-x: 20px;
    background-position-y: 7px;
    background-blend-mode: soft-light;
    will-change: transform;
}
.randar-content::before {
  content: "";
  display: block;
  width: 296px;
  height: 296px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #355555;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 20px 2px #333, 0 0 12px #999;
}
.randar-content::after {
  content: "";
  background: linear-gradient(var(--green) 0%, black 60%),linear-gradient(-90deg, black 50%, var(--green) 50%);
  background-blend-mode: darken;
  position: absolute;
  width: 290px;
  height: 290px;
  margin-left: -145px;
  margin-top: -145px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  will-change: opacity;
  opacity: 0.15;
  z-index: 88;
}
.rander-pos {
  width: 0;
  height: 0;
  position: absolute;
  border-width: 12px 10px;
  border-style: solid;
  border-color: transparent transparent #ca4828 transparent;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -18px;
}

.rander-ball {
  width: 10px;
  height: 10px;
  background: #f7f459;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 0px 5px #ecea68;
  animation: flash 3.1s linear infinite;
}

.rander-ball:nth-of-type(1) {
  left: 189px;
  top: 94px;
}

.rander-ball:nth-of-type(2) {
    left: 58px;
    top: 65px;
}

.rander-ball:nth-of-type(3) {
    left: 56px;
    top: 78px;
}
.rander-ball:nth-of-type(4) {
  left: 104px;
  top: 228px;
}

.randar-top {
  width: 22px;
  height: 40px;
  position: absolute;
  top: 0;
  top: -25px;
  background-image: linear-gradient(-45deg,#f7f1f1,#c5bcbc);
  /* box-shadow: -2px -2px 8px #f2f2f2, 2px -2px 8px #f2f2f2; */
  transform: translateY(0px);
  transition: 0.2s all;
}
.randar-top::before {
  content: "";
  display: block;
  width: 38px;
  height: 18px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  border-radius: 12px 12px 2px 2px;
  top: -4px;
  background: white;
  background-image: linear-gradient(-45deg,#f7f1f1,#c4c4c4);
  cursor: pointer;
  z-index: 9;
}
/* .randar-top:active {
  transform: translateY(10px);
} */

.randar-checkbox{
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 99;
    top: -30px;
    opacity: 0;
    cursor: pointer;
}

.randar-top-body{
    display: block;
    width: 0px;
    height: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: translateX(-50%) translateY(-65%);
    background-color: #efefef;
    background-image: radial-gradient( #f1e9e9, #ebe6e6);
    box-shadow: inset 10px -10px 10px 2px #d6d2d2;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 30px;
}
.randar-top-body::before {
  height: 0;
  width: 0;
  border-bottom: 40px solid #d6d2d2;
  border-left: 10px solid transparent;
  left: -10px;
  content: "";
  position: absolute;
}
.randar-top-body::after {
  height: 0;
  width: 0;
  border-bottom: 40px solid #ebe6e6;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  right: -10px;
}


.randar-content .rander-ball,
.randar-content .rander-pos{
    display: none;
}
.randar-content::after{
    background-blend-mode: unset;
}

.randar-checkbox:checked,
.randarol,=-checkbox:checked+.randar-top{
  transform: translateY(10px);
}

.randar-checkbox:checked~.randar-content .rander-ball,
.randar-checkbox:checked~.randar-content .rander-pos{
    display: block;
}

.randar-checkbox:checked~.randar-content::after{
    background-blend-mode: darken;
    animation: scan 5s linear infinite;
}


@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.1;
  }
}

@keyframes scan {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

h1{
font-family:Brush Script MT, Brush Script Std, cursive;
font-size:40px;
border: 4px solid black;
}



.page-container {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

hr {
  max-width: 100%;
}

.stats-graph-wrapper {
  position: relative;
  float: right;
  display: inline-block;
}
.stats-graph-wrapper #attributes {
  margin: 25px 20px;
}
.stats-graph-wrapper .stat-label {
  position: absolute;
}
.stats-graph-wrapper .stat-label.health {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.stats-graph-wrapper .stat-label.ki {
  top: 25%;
  right: 10px;
  transform: translate(0, -25%);
}
.stats-graph-wrapper .stat-label.stamina {
  top: 75%;
  right: 0px;
  transform: translate(0, -75%);
}
.stats-graph-wrapper .stat-label.attack {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.stats-graph-wrapper .stat-label.blast {
  top: 75%;
  left: 0px;
  transform: translate(0, -75%);
}
.stats-graph-wrapper .stat-label.strike {
  top: 25%;
  left: 0;
  transform: translate(0, -25%);
}

.attributes-wrapper {
  max-width: 50%;
}

#attributes-list {
  position: bottom;
  display: inline-block;
  padding: 0;
  list-style: none;
}
#attributes-list li {
  margin-top: 5px;
}

#attributes-list label, .select-wrapper label {
  display: inline-block;
  width: 103px;
  text-align: right;
}

.attributes-to-spend {
  padding-left: 2px;
  text-align: left;
}


body {
	background-color: #46368c;
}

svg {
	margin: auto;
	position: bottom;
	top:0;
	left:0;
	bottom:0;
	right:0;	
}

.path {
	stroke-dashoffset:1340;
	stroke-dasharray:1340;
	animation: draw 15s linear infinite;
	fill-opacity: 0;
}

@keyframes draw {
	100%{stroke-dashoffset:1; fill-opacity: 1;}
}
