* {
    margin: 0;
    padding: 0
  }
  
  body {
    background: url('../bg.webp') repeat center center fixed black;
    /* background-color: #262626; */
    /* background-color: #fff; */
    font-family: "Courier New", Courier, monospace;
  }
  
  html {
    height: 100%
  }
  
  p {
    color: grey
  }
  
  .heading {
  text-transform: uppercase;
  color: #3268cd;
  font-weight: normal;
  /* padding-top: 25px; */
  padding-bottom: 0px;
  }
  
  .logo {
    margin-bottom: 10px;
  }
  .logo img {
    width: 30%;
  }
  
  #msform {
    text-align: center;
    position: relative;
    margin-top: 15px
  }
  
  #msform fieldset {
    background: #000;
    color: #fff;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
  }
  
  .form-card {
    text-align: left;
  }
  
  #msform fieldset:not(:first-of-type) {
    display: none
  }
  
  #msform input,
  #msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
  }
  
  #msform input:focus,
  #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #3268cd;
    outline-width: 0
  }
  
  #msform .action-button {
    width: 100%;
    background: #C200B0;
    font-weight: bold;
    color: rgb(0, 0, 0);
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin-top: 30px;
    float: right
  }
  
  #msform .action-button:hover,
  #msform .action-button:focus {
    background-color: #212121
  }
  
  .mystyle {
    background-color: #212121
  }
  
  #msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
  }
  
  #msform .action-button-previous:hover,
  #msform .action-button-previous:focus {
    background-color: #000000
  }
  
  /* .card {
    z-index: 0;
    border: none;
    position: relative
  } */
  
  .fs-title {
    font-size: 18px;
    color: #3268cd;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
  }
  
  .purple-text {
    color: #3268cd;
    font-weight: normal
  }
  
  .steps {
    font-size: 14px;
    color: gray;
    margin-top: 10px;
    margin-bottom: 10px;
    /* margin-top: 6%; */
    /* margin-left: 55%; */
    font-weight: normal;
    text-align: right;
  }
  
  .fieldlabels {
    color: gray;
    text-align: left
  }
  
  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
  }
  
  #progressbar .active {
    color: #3268cd;
  }
  
  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
  }
  
  #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f085"
  }
  
  #progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f013"
  }
  
  #progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f005"
  }
  
  #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
  }
  
  #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #ff4242;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
  }
  
  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
  }
  
  #progressbar li.active:before,
  #progressbar li.active:after {
    background: #3268cd;
  }
  
  .progress {
    height: 20px
  }
  
  .progress-bar {
    background-color: #3268cd;
  }
  
  .fit-image {
    width: 100%;
    object-fit: cover
  }
  
  .card {
    /* background-color: #212121; */
    background-color: #262626;
  }
  
  .ty {
    color: #ff0000da;
    /* font-size: x-large; */
  }
  
  p {
    color: #ffffff; 
  }
  
  .anonims {
    width: 100px;
    height: 100px;
  }
  
  .btn-hacker {
    background: #3268cd;
    color: black;
  
  }
  
  .ml-text0 {
    font-size: 13px;
    /* color: #43f021; */
    /* margin-top: 10px; */
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
    }
  
  .ml-text1 {
  font-size: 13px;
  color: #C200B0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: left;
  }
  
  .ml-text2 {
    margin-left: 5%;
    margin-top: 10px;
  }
  
  .ml-text3 {
  font-size: 13px;
  /* color: #43f021; */
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  }
  
  /* .fs-title {
  font-size: 18px;
  color: #43f021;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
  } */
  
  .verifed {
    margin-bottom: 2%;
  }
  
  @import url('https://fonts.googleapis.com/css?family=Fira+Mono:400');
  
  /* body{ 
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #131313;
  color: #fff;
  font-size: 96px;
  font-family: 'Fira Mono', monospace;
  letter-spacing: -7px;
  } */
  
  /* .glitch{
  animation: glitch 1s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #000;
  color: #fff;
  font-family: 'Fira Mono', monospace;
  }
  
  @keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
  }
  
  .glitch:before,
  .glitch:after{
  content: attr(title);
  position: absolute;
  left: 0;
  }
  
  .glitch:before{
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  }
  
  @keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg); 
  }
  }
  
  .glitch:after{
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  }
  
  @keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg); 
  }
  } */
  
  @import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';
  
  .container {
  font-family: 'Roboto Mono', monospace;
  background: #212121;
  height: 100%;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  }
  .text {
  font-weight: 100;
  font-size: 22px;
  /* color: #fafafa; */
  color: #C200B0;
  }
  .dud {
  color: #fff;
  }
  
  .col-4 {
  width: 60%;
  }
  
  @media (max-width:480px)  {
    .col-4 {
        width: 44%
      }
  
    .ml-text2 {
        margin-left: 5%;
        margin-top: 10px;
    }
  }
  
  @media (max-width:320px)  {
    .col-4 {
        width: 60%
      }
  
    .ml-text2 {
        margin-left: 5%;
        margin-top: 10px;
    }
  }
  
  .card-container {
  background-color: #C200B0;
  padding: 3px;
  }
  
  .console {
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
  }
  
  /* .cards p {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  } */
  
  .cards {
  z-index: 0;
  border: none;
  position: relative;
  padding: 10px;
  background-color: #000000;
  }
  
  .typewriter-text {
  display: flex;
  text-align: left;
  overflow: hidden;
  color: orange;
  animation: typing 3s steps(18, end), blink 0.3s step-end infinite;
  white-space: nowrap;
  border-right: 4px solid #404040;
  line-height: 17px;
  float: left;
  }
  
  @keyframes typing {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
  }
  
  @keyframes blink {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #fff;
  }
  }
  
  /* * */
  
  .input_copy_wrapper{
  width: 100%;
  /* padding: 50px; */
  margin : 0 auto;
  }
  .input_copy {
    padding: 15px 25px;
    background: #000;
    border: 2px solid #000;
    color: #b30000;
    font-size: .8em;
  }
  
  .input_copy .icon {
    display: block;
    max-width: 25px;
    cursor: pointer;
    float: right;
  }
  
  .input_copy .icon img{
  max-width: 25px;
  }
  .input_copy .txt {
    width: 80%;
    display: inline-block;
    overflow: hidden;
  }
  
  /* click animation */
  
  .flashBG {
    animation-name: flash;
    animation-timing-function: ease-out;
    animation-duration: 1s;
  }
  
  @keyframes flash {
    0% {
        background: #3268cd;
    }
    100% {
        background: transparent;
    }
  }
  #myProgress {
    width: 100%;
    background-color: #ffffff;
  }
  
  #myBar {
    width: 10%;
    height: 30px;
    background-color: #C200B0;
    text-align: center;
    line-height: 30px;
    color: black ;
    margin-bottom : 20px;
  }
  