@import url('https://fonts.googleapis.com/css2?family=Share+Tech&display=swap');
body {
  margin: 0;
  align-items: center;
  min-height: 100vh;
  background: #000;
  font-family: "Share Tech", sans-serif;
}

* {
  box-sizing: border-box;
}

#copyright {
  text-align: center;
  margin: 120px auto 10px auto;
}
#copyright a {
  color: #38acf5;
  text-decoration: none;
  }

.options {
  float: left;
  width: 640px;
  padding: 0px 20px;
  display: inline-block;
  text-align:center;
}

.options h3 {
  color: white;
}

.options h3 {
  color: white;
}

#message {
  color: white;
  padding:20px;
  font-size:18px;
  
}
#message h3 {
  color: #38acf5;
}

.msg {display: none; background-color: #38acf5; margin:0px 20px 20px 20px; box-shadow: 0 0 50px 8px #38acf5;}
.msg h3 {color: #38acf5;}

.gates {
  width:550px;
}

.gates:hover{
  -webkit-filter: drop-shadow(0px 0px 25px  #38acf5);
  filter: drop-shadow(0px 0px 25px  #38acf5);
  cursor: pointer;
}




.doc {
  display: inline-block;
  float: left;
  padding: 10px 20px;
  background-image: repeating-linear-gradient(90deg, rgba(198, 198, 198,0.05) 0px, rgba(198, 198, 198,0.05) 1px,transparent 1px, transparent 5px),repeating-linear-gradient(0deg, rgba(198, 198, 198,0.05) 0px, rgba(198, 198, 198,0.05) 1px,transparent 1px, transparent 5px),repeating-linear-gradient(0deg, rgba(198, 198, 198,0.06) 0px, rgba(198, 198, 198,0.06) 1px,transparent 1px, transparent 15px),repeating-linear-gradient(90deg, rgba(198, 198, 198,0.06) 0px, rgba(198, 198, 198,0.06) 1px,transparent 1px, transparent 15px),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
  width:500px;
  height:640px;
}

.doc h1 {
  background-color: black;
  color: white;
  padding:6px;
}


#frame {
  position:relative;
}

.laser-horizontal{
  width:850px;
  height:4px;
  background-color: #38acf5;
  position: absolute;
  left: 260px;
  z-index: 100;
  box-shadow: 0 0 50px 8px #38acf5;
}

.laser-vertical{
  width:4px;
  height:394px;
  background-color: #38acf5;
  position: absolute;
  top: 186px;
  z-index: 100;
  box-shadow: 0 0 50px 8px #38acf5
}


#laser1 {
  left:370px;
}
#laser2 {
  left:496px;
}
#laser3 {
  left:622px;
}
#laser4 {
  left:748px;
}
#laser5 {
  left:874px;
}
#laser6 {
  left:1000px;
}
#laser7 {
  top:275px;
}
#laser8 {
  top:345px;
}
#laser9 {
  top:415px;
}
#laser10 {
  top:485px;
}


@keyframes line-glitchy {
    0%   {transform: translate(-1px, 1px);}
    25%  {transform: translate(-1px, -1px);}
    50%  {transform: translate(1px, 1px);}
    75%  {transform: translate(1px, -1px);}
    100%  {transform: translate(-1px, 1px);}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.laser {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;

}

.truth {
  border-collapse: collapse;
}

.truth td {
  border: 1px solid black;
  padding:10px 40px;
}

.truth thead td {
  background-color: black;
  color: white;
}  

.tabs {
  position: relative;
  padding: 10px;
  padding-bottom: 20px;
  width: 100%;
  min-width: 1200px;
  height: 550px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)
  min-width: 240px;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: #428BFF;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 10%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}

.tabs .slider {
  position: relative;
  width: 10%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
.tabs .content {
  margin: 30px 20px 20px 20px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #428BFF;
  /*display: none;*/
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428BFF;
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428BFF;
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}


.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ .slider {
  transform: translateX(400%);
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
  display: block;
}


.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(6):checked ~ .slider {
  transform: translateX(500%);
}
.tabs input[name=tab-control]:nth-of-type(6):checked ~ .content > section:nth-child(6) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(7):checked ~ .slider {
  transform: translateX(600%);
}
.tabs input[name=tab-control]:nth-of-type(7):checked ~ .content > section:nth-child(7) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(8):checked ~ .slider {
  transform: translateX(700%);
}
.tabs input[name=tab-control]:nth-of-type(8):checked ~ .content > section:nth-child(8) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(9):checked ~ ul > li:nth-child(9) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(9):checked ~ .slider {
  transform: translateX(800%);
}
.tabs input[name=tab-control]:nth-of-type(9):checked ~ .content > section:nth-child(9) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(10):checked ~ ul > li:nth-child(10) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(10):checked ~ .slider {
  transform: translateX(900%);
}
.tabs input[name=tab-control]:nth-of-type(10):checked ~ .content > section:nth-child(10) {
  display: block;
}


@media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  
  
    .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  
    .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  
    .tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  
    .tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  
    .tabs input[name=tab-control]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  
    .tabs input[name=tab-control]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  
    .tabs input[name=tab-control]:nth-of-type(9):checked ~ ul > li:nth-child(9) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  
    .tabs input[name=tab-control]:nth-of-type(10):checked ~ ul > li:nth-child(10) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}




@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}




:root {
  --bg: rgb(26, 27, 30);
  --color: #ffffff;
  --button-bg: rgb(50, 52, 61);
  --button-color: #ffffff;
  --warn-bg: #38acf5;
  --modal-color: #ffffff;
}


menu,
nav {
  padding: 0;
  margin: 0;
}

main {
  padding: 8rem 0;

  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 1rem;
}

button {
  display: inline-block;
  background-color: var(--button-bg);
  color: var(--button-color);
  border-radius: 4px;
  font-weight: 600;
  border: none;
  height: 36px;
  line-height: 1;
  padding: 0 22px;
  font-size: 14px;
  cursor: pointer;
  appearance: none;
  user-select: none;
  text-decoration: none;
}

button small {
  margin-left: 4px;
  opacity: 0.9;
}

button small i {
  margin-right: 1px;
}

button.warn,
button[type='submit'] {
  background-color: var(--warn-bg);
}

dialog {
  border: none;
  border-radius: 4px;
  color: var(--modal-color);
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  background-color: var(--bg);
  font-size: 18px;
}

dialog::backdrop {
  background: linear-gradient(
    45deg,
    rgb(18, 18, 20, 0.4),
    rgb(17, 17, 20, 0.8)
  );
}

dialog[open] {
  animation: scale 0.3s ease normal;
}

dialog[open]::backdrop {
  animation: backdrop 0.3s ease normal;
}

dialog.hide {
  animation-direction: reverse;
}

dialog menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  vertical-align: middle;
  justify-content: center;
  gap: 12px;
}

dialog menu small {
  margin-right: auto;
}

dialog i.cancel {
  cursor: pointer;
  padding: 0 5px;
  float: right;
}

output {
  color: var(--color);
}

@keyframes scale {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes backdrop {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}