
body { 
    font-family: lft-etica-mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
    margin: 0;
    padding: 0;
    display: grid;
    place-items: center;
    min-height: 100vh;
    background: #101010;
  }
  
  header { 
    background-color: #fff; 
    padding: 5px 15px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
  }
  
  html {
    font-size: 125%;
    line-height: 1.4;
  }
  
  h2 {
    font-size: 2em;
  }
  
  h2, p {
    margin: 0;
  }
  
  p + * {
    margin-top: 1em;
  }
  
  h2 + p {
    margin-top: 1em;
  }
  
  
  .input {
    display: flex;
    align-items: center;
  }
  
  label {
    margin-right: 1ch;
  }
  
  input {
    width: 820px;
    font: inherit;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: 01px solid #69dfe2;
    outline: none;
    border-radius: 10px;
    background-color: black;
    color: #69dfe2;
  }
  
  .center {
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .center1 {
    position: absolute;
    top:  10%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .center2 {
    position: absolute;
    top:  85%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .head {
    font-weight: 500;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #fff;
    font-size: 25px !important;
  }

  .textinfo {
    font-weight: 100;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #fff;
    font-size: 17px !important;
  }

  .que {
    font-weight: 100;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #fff;
    font-size: 17px !important;
  }

  .footer{
    color: white;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    position: absolute;
    top:  75%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 14px 14px 14px 14px;
    background-color: #121212;
    border-radius: 5px;
    font-size: 18px;
}

.link{
  color: white;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.link:hover{
  color: #69dfe2;
}
  
  ::selection {
    background-color: #69dfe2;
    color: black;
  }
  
  
  /* Show red borders when filled, but invalid */
  input:not(:-moz-placeholder-shown) {
    border-color: #FF0000;
  }
  input:not(:-ms-input-placeholder) {
    border-color: #FF0000;
  }
  input:not(:placeholder-shown) {
    border-color: #FF0000;
  }
  
  input:valid {
    border-color: #69dfe2;
  }
  
  h1 {
    font-size: 28px; 
    font-weight: 700; 
    margin: 0px; 
    padding: 0px 0px 10px 0; 
    border-bottom : 1px solid #ccc;
  }
  h4 { font-size : 16px; font-weight: 300; margin-top: 5px; line-height: 22px; }
  h4 > * { display: inline-block; vertical-align: top; }
  
  section { padding: 0 15px; }
  
  .CaptchaWrap { position: relative; }
  .CaptchaTxtField { 
    border-radius: 5px; 
    float: left; 
    display: block;  
    box-sizing: border-box;
  }
  
  #UserCaptchaCode { 
    padding: 15px 10px; 
    outline: none; 
    font-size: 18px; 
    font-weight: normal; 
    font-family: lft-etica-mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
    width: 320px;
    margin-top: 20px;
    margin-left: 130px;
    border: 1px solid #69dfe2;
    border-radius: 10px;
  }
  
  #UserCaptchaCode:not(:-moz-placeholder-shown) {
    border-color: #FF0000;
  }
  #UserCaptchaCode:not(:-ms-input-placeholder) {
    border-color: #FF0000;
  }
  #UserCaptchaCode:not(:placeholder-shown) {
    border-color: #FF0000;
  }
  
  #UserCaptchaCode:valid {
    border-color: #69dfe2;
  }
  
  #CaptchaImageCode { 
    text-align:center;
    margin-top: 5px;
    padding: 0px 0;
    width: 300px;
    overflow: hidden;
  }
  
  .capcode { 
    font-size: 30px; 
    display: block; 
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; 
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 80;
    font-style: italic;
  }
  
  .btnSubmit {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #69dfe2 !important;
    background-color: black;
    color: #69dfe2;
    cursor: pointer;
    width: 303px;
    margin-left: 30%;
  }
  
  .btnSubmit:hover {
    margin-top: 20px;
    border-radius: 15px;
    border: 01px solid #69dfe2 !important;
    background-color: #0c191a;
    color: #69dfe2;
    cursor: pointer;
    width: 303px;
    margin-left: 30%;
  
  }
  
  .error { 
    color: red; 
    font-size: 12px; 
    margin-right: 120px;
    display: none; 
  }
  
  .success {
    color: #69dfe2;
    font-size: 18px;
    margin-top: 15px;
  }
  
  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .modalDialog {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 99999;
      opacity:0;
      -webkit-transition: opacity 100ms ease-in;
      -moz-transition: opacity 100ms ease-in;
      transition: opacity 100ms ease-in;
      pointer-events: none;
      color: #69dfe2;
  }
  .modalDialog:target {
      opacity:1;
      pointer-events: auto;
  }
  .modalDialog > div {
      max-width: 900px;
      width: 90%;
      position: relative;
      margin: 10% auto;
      padding: 20px;
      border-radius: 3px;
      background: #0d0d0d;
  }
  .close {
      font-family: Arial, Helvetica, sans-serif;
      background: #69dfe2;
      color: #000;
      line-height: 25px;
      position: absolute;
      right: -17px;
      text-align: center;
      top: -15px;
      width: 34px;
      height: 34px;
      text-decoration: none;
      font-weight: bold;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 10%;
      -moz-box-shadow: 1px 1px 3px #000;
      -webkit-box-shadow: 1px 1px 3px #000;
      box-shadow: 1px 1px 3px #000;
      padding-top: 5px;
  }
  .close:hover {
      background: #00dfff;
  }
  
  .info{
      width:70px;
      height:70px;
    background-repeat: no-repeat;
      position:fixed;
      bottom:0;
      right:0;
      z-index:100;
      cursor: pointer;
  }
  
  p {
    font-size: 16px;
  }
  
  b {
    font-size: 12px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  a {
    color: cyan;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
  }
  
  .copy {
    cursor: pointer;
  }
  
  .ad{
    text-decoration: none;
    color: white;
  }
  
  .ad:hover{
    background-color: white;
    color: black;
  }
  
  .top-right {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 1px 3px 1px 3px; 
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    line-height: 13px;
  }
  
  .top-right:hover {
    background-color: white;
    color: black;
    cursor: pointer;
    border-radius: 3px;
  }
  
  .topAd{
    position: absolute;
    top:  10%;
    left: 49.5%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    cursor: pointer;
  }
  
  .bottomAd{
    position: absolute;
    top:  90%;
    left: 49.5%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    cursor: pointer;
  }
  
  .block{
    background: #0b0b0b;
    padding:25px;
    border-radius:15px;
  }

  .header {
    padding: 10px 20px 6px;
    color: var(--form);
    background-color: var(--head);
    border-radius: 4px;
    margin-bottom: 1.5rem;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }


  
  
  /* START TOOLTIP STYLES */
  [tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  [tooltip]::before,
  [tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  [tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  [tooltip]::after {
    content: attr(tooltip); /* magic! */
    
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    
    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.6ch .8ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #fff;
    color: #000;
    z-index: 1000; /* absurdity 2 */
  }
  
  /* Make the tooltips respond to hover */
  [tooltip]:hover::before,
  [tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  [tooltip='']::before,
  [tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: UP */
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::after {
    bottom: calc(170%);
  }
  [tooltip]:not([flow])::before,
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::before,
  [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-vert {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }
  
  @keyframes tooltips-horz {
    to {
      opacity: .9;
      transform: translate(0, -50%);
    }
  }
  
  /* FX All The Things */ 
  [tooltip]:not([flow]):hover::before,
  [tooltip]:not([flow]):hover::after,
  [tooltip][flow^="up"]:hover::before,
  [tooltip][flow^="up"]:hover::after,
  [tooltip][flow^="down"]:hover::before,
  [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
  }
  
  [tooltip][flow^="left"]:hover::before,
  [tooltip][flow^="left"]:hover::after,
  [tooltip][flow^="right"]:hover::before,
  [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
  }
  
  @media only screen and (max-width: 1600px) {
  input {
    width: 800px;
    padding: 10px;
  }
  
  }