
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0;
    overflow: hidden; /*  Disable scrollbars */
    display: block;  /* No floating content on sides */
    text-align:center
  }

  @font-face {
    font-family: niko;
    src: url(/fonts/Varino.ttf);
  }
h1 {
    font-size: 50px;
    font-family:  'niko';
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff; 
}

.btn-init{
  background: #FFF;
  font-size: 25px;
  font-family:  'niko';
  border: 1px solid #DDD;
  padding: 8px 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  outline: 0;
}

.btn-rpl{
  position: relative;
  overflow: hidden;
  background: none;
  transition: background 0.25s ease-in 0.10s, 
              color 0.15s ease-in 0s, 
              border-color 0.25s linear 0.10s;
}

.btn-rpl:hover{
  background: #ececec;
}

.btn-rpl:after{
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 50%;
  height: 160%;
  top: -30%;
  left: 0;
  border-radius: 100%;
  margin: 0 25%;
  transition: 0.25s all ease-in;
  z-index: -1;
}

.btn-rpl:hover:after{
  width: 100%;
  margin: 0;
  background: #ececec;
}

.rpl-red:hover, .rpl-red:hover:after{
  color: #FFF;
  background: #ce4848;
  border-color: #ce4848;
}
a.address_text{
  margin-top: 5px;
  margin-left: 5px;
  position: absolute;
  font-size: 12px;
  font-family:  'niko';
  text-decoration:none;
  color: white;
  
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.address_text::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: white;
  transition: width .3s;
}

a.address_text:hover::after {
  width: 100%;
 
}

a.address_text1{
  margin-top: 5px;
  margin-right: 5px;
  right: 0%;
  position: absolute;
  font-size: 12px;
  font-family:  'niko';
  text-decoration:none;
  color: white;
  
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.address_text1::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: white;
  transition: width .3s;
}

a.address_text1:hover::after {
  width: 100%;
 
}

.janta{
  font-size: 12px;
  font-family:  'niko';
  text-decoration:none;
  color: white;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}






/*Modal*/
h4 {
  font-weight: bold;
  color: #fff;
}
.close {
  color: black;
  transform: scale(1.2)
}
.modal-content {
  font-weight: bold;

  background: white;  
}


.login {
  padding: 6px 20px;
  border-radius: 20px;
  font-family:  'niko';

  background: none;
  border: 2px solid #ce4848;
  color: #ce4848;
  font-weight: bold;
  transition: all .5s;
}
.login:hover {
  background: #ce4848;
  color: #fff;
}



.material-textfield {
  position: relative;  
  width: 70%;
  margin: 10px;
}

.woe {
  position: absolute;
  font-size: 1.5rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}
.woei {
  font-size: 1.5rem;
  outline: none;
  width: 100%;
  border: 2px solid black;
  border-radius: 5px;  
  padding: 1rem 0.7rem;
  color: black;
  transition: 0.1s ease-out;
}
.woei:focus {
  border-color: #20C20E;  
}
.woei:focus + .woe {
  color: #20C20E;
  top: 0;
  transform: translateY(-50%) scale(.9);
}
.woei:not(:placeholder-shown) + .woe {
  top: 0;
  transform: translateY(-50%) scale(.9);
}


.roar {
  position: relative;
  width: 18px;
  height: 18px;
  background: #148f77;
  border-radius: 25px;
  transition-duration: 1s;
  z-index: 2;
  align-self: flex-end;
  box-shadow: 7px 6px 28px 1px rgba(0, 0, 0, 0.24);
}
.roar:active {
  transform: scale(0.98);
  background: red;
  /* Scaling button to 0.98 to its original size */
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}


.cross {
  width: 10px;
  margin: auto;
  margin-top: 0px;
  height: 10px;
  background: linear-gradient(to bottom, transparent 40%, white 40%, white 60%, transparent 60%), linear-gradient(to right, transparent 40%, white 40%, white 60%, transparent 60%);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.minus{
  width: 8px;
  margin: auto;
  margin-top: 0px;
  height: 8px;
  background: linear-gradient(to bottom, transparent 40%, white 40%, white 60%, transparent 60%);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.socket{
  transform: scale(0.4);
  width: 200px;
  height: 200px;
  position: relative;
  transform-origin: left top;
  -webkit-transform-origin:left top;
  -moz-transform-origin: left top;
 

}

.hex-brick{
background: #39ff14;
width: 30px;
height: 17px;
position: absolute;
top: 5px;
animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}


.gel{
  height: 30px;
  width: 30px;	
  transition: all .3s;
  -webkit-transition: all .3s;
  position: absolute;
top: 50%;
left: 50%;
}

.center-gel{
  margin-left: -15px;
  margin-top: -15px;
  
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.c1{
  margin-left: -47px;
  margin-top: -15px;
}

.c2{
  margin-left: -31px;
  margin-top: -43px;
}

.c3{
  margin-left: 1px;
  margin-top: -43px;
}

.c4{
  margin-left: 17px;
  margin-top: -15px;
}
.c5{
  margin-left: -31px;
  margin-top: 13px;
}

.c6{
  margin-left: 1px;
  margin-top: 13px;
}

.c7{
  margin-left: -63px;
  margin-top: -43px;
}

.c8{
  margin-left: 33px;
  margin-top: -43px;
}

.c9{
  margin-left: -15px;
  margin-top: 41px;
}

.c10{
  margin-left: -63px;
  margin-top: 13px;
}

.c11{
  margin-left: 33px;
  margin-top: 13px;
}

.c12{
  margin-left: -15px;
  margin-top: -71px;
}

.c13{
  margin-left: -47px;
  margin-top: -71px;
}

.c14{
  margin-left: 17px;
  margin-top: -71px;
}

.c15{
  margin-left: -47px;
  margin-top: 41px;
}

.c16{
  margin-left: 17px;
  margin-top: 41px;
}

.c17{
  margin-left: -79px;
  margin-top: -15px;
}

.c18{
  margin-left: 49px;
  margin-top: -15px;
}

.c19{
  margin-left: -63px;
  margin-top: -99px;
}

.c20{
  margin-left: 33px;
  margin-top: -99px;
}

.c21{
  margin-left: 1px;
  margin-top: -99px;
}

.c22{
  margin-left: -31px;
  margin-top: -99px;
}

.c23{
  margin-left: -63px;
  margin-top: 69px;
}

.c24{
  margin-left: 33px;
  margin-top: 69px;
}

.c25{
  margin-left: 1px;
  margin-top: 69px;
}

.c26{
  margin-left: -31px;
  margin-top: 69px;
}

.c27{
  margin-left: -79px;
  margin-top: -15px;
}

.c28{
  margin-left: -95px;
  margin-top: -43px;
}

.c29{
  margin-left: -95px;
  margin-top: 13px;
}

.c30{
  margin-left: 49px;
  margin-top: 41px;
}

.c31{
  margin-left: -79px;
  margin-top: -71px;
}

.c32{
  margin-left: -111px;
  margin-top: -15px;
}

.c33{
  margin-left: 65px;
  margin-top: -43px;
}

.c34{
  margin-left: 65px;
  margin-top: 13px;
}

.c35{
  margin-left: -79px;
  margin-top: 41px;
}

.c36{
  margin-left: 49px;
  margin-top: -71px;
}

.c37{
  margin-left: 81px;
  margin-top: -15px;
}

.r1{
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .2s;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .2s;
}

.r2{
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .4s;
}

.r3{
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .6s;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .6s;
}

.r1 > .hex-brick{
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .2s;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .2s;
}

.r2 > .hex-brick{
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .4s;
}

.r3 > .hex-brick{
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .6s;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .6s;
}


@keyframes pulse{
  0%{
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  
  50%{
      -webkit-transform: scale(0.01);
      transform: scale(0.01);
  }
  
  100%{
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.code {  background:#f5f8fa; align-items: flex-start; display: flex; background-repeat:no-repeat; border: solid #808080; border-width: 1px 1px 1px 20px; color: #000000; font: 15px 'Courier New', Courier, monospace; line-height: 16px; margin: 10px 0 10px 10px; min-height: 16px;  padding: 6px 6px 6px; width: 70%;  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.coden {  background:#f5f8fa; align-items: flex-start; display: flex; background-repeat:no-repeat; border: solid #39ff14; border-width: 1px 1px 1px 20px; color: #000000; font: 15px 'Courier New', Courier, monospace; line-height: 16px; margin: 10px 0 10px 10px; min-height: 16px;  padding: 6px 6px 6px; width: 70%; white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
