.blinking-cursor {
  font-weight: 100;
  font-size: 30px;
  color: #ffffff;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {

  from,
  to {
    color: transparent;
  }

  50% {
    color: #111;
  }
}

@-moz-keyframes blink {

  from,
  to {
    color: transparent;
  }

  50% {
    color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes "blink" {

  from,
  to {
    color: ;
  }

  50% {
    color: #111;
  }
}

@-ms-keyframes "blink" {

  from,
  to {
    color: transparent;
  }

  50% {
    color: white;
  }
}

@-o-keyframes "blink" {

  from,
  to {
    color: transparent;
  }

  50% {
    color: white;
  }
}

.auto-typed {
  font-size: 40px;
}

.fa-5x {
  color: #537FE7;
  padding: 0.5rem;
}

.card-header {
  text-align: center;
}

.card-body ul li {
  text-decoration: none;
  list-style-type: none;
  justify-content: center;
  text-align: center;
  padding-left: 0px;
  margin-left: 0%;
}

.footer {
  justify-content: center;
  text-align: center;
}




body {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image: linear-gradient(#252525, #0c0c0c);
}

.radar {
  position: relative;
  width: 60vmin;
  height: 60vmin;
  background: repeating-radial-gradient(transparent,
      transparent 4.5%,
      rgba(80, 255, 0, 0.35) 5%,
      transparent 5.5%) content-box,
    linear-gradient(transparent 49.7%,
      rgba(80, 255, 0, 0.2) 49.9%,
      rgba(80, 255, 0, 0.2) 50.1%,
      transparent 50.3%) content-box,
    linear-gradient(to right,
      transparent 49.7%,
      rgba(80, 255, 0, 0.2) 49.9%,
      rgba(80, 255, 0, 0.2) 50.1%,
      transparent 50.3%) content-box,
    radial-gradient(#002500, #000500) content-box,
    linear-gradient(to bottom right, #ccc, #666) border-box;
  border: 2.5vmin solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  filter: drop-shadow(1vmin 1vmin 1vmin rgba(0, 0, 0, 0.4));

  &::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: conic-gradient(transparent 90%, rgba(80, 255, 0, 0.35));
    border-radius: 50%;
    box-shadow: inset 0 0 2vmin rgba(0, 0, 0, 0.9);
    animation: spin 2s linear infinite;
  }

  &__dot {
    position: absolute;
    width: 3%;
    height: 3%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: blink 2s ease-out infinite;

    &:first-of-type {
      top: 24%;
      left: 76%;
      animation-delay: 0.25s;
    }

    &:nth-of-type(2) {
      top: 80%;
      left: 20%;
      animation-delay: 1.25s;
    }

    &:last-of-type {
      top: 36%;
      left: 36%;
      animation-delay: 1.75s;
    }
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes blink {

  2%,
  20% {
    background-color: rgba(80, 255, 0, 0.85);
    box-shadow: 0 0 1vmin rgba(80, 255, 0, 0.6);
  }

  90% {
    background-color: transparent;
  }
}

.flex-container {
  display: flex;
}

.flex-child {
  flex: 1;

}

.flex-child:first-child {
  margin-right: px;
}

#infocontainer {
  /* background-color: aqua; */
  display: flex;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
  flex-flow: column;
  align-items: center;
  margin-right: px;
}


#devinfo {
  color: #fefaf6;
  /* display: inline-block; */
  /* padding-top: 0px; */
  height: 10rem;
  width: 20rem;
  /* padding-right: 20rem; */
  text-align: center;
  align-items: center;
  margin-left: 10px;
  /* background-color: blueviolet; */


}

form div div{
  background-color: #1C1C1E;
  color: #ffffff;
  border-radius: 25px;

}

ul li {
  text-decoration: none;
  list-style-type: none;
}

#connect{
  text-align: center;
  
}

#connect h2{
  color: #0275d8;
}

#connect h3{
  color: #0275d8;
}

.fixedchat{
justify-content: right;
text-align: right;
padding-right: px
;
color: #0275d8;

}



.open-button {
  background-color: transparent;
  /* color: transparent; */
  /* padding: 16px 20px; */
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

