* {
  scrollbar-width: none;
  overscroll-behavior: none;
  font-family: "kode Mono";
}



    .dark-mode .flex-item-1 {
      background-color: #050505 !important;
      color: white;
      border: solid 1px white;

    }

   

    .dark-mode .tab {
      background-color: #353535 !important;
      color: white;
      border: solid 1px white;
    }

  
       .dark-mode .tab a button:hover{
        background-color: #292929;
      }

      .dark-mode .row {
      background-color: #050505 !important;
      color: white;
    }

     .dark-mode .tab button {
      background-color: #050505 ;
      color: white;
      border-right: solid 1px white;

    }

    .dark-mode img{
      border: solid 1px white !important;
    }

        .dark-mode .tablinks {
      background-color: #131313 !important;
      color: white;
      border-right: solid 1px white;
    }

    .dark-mode .swatch {
      background-color: #35353500 !important;
      color: white;
    }

       .dark-mode  .tooltiptext {
      filter: invert(1);
    }

    .dark-mode .push-right  {
      background-color: #131313 !important;
      color: white;
      border-left: #ffffff solid 1px !important;
    }
         .dark-mode a p {
      color: white;
    }
     
    .dark-mode .two-column-flex div
 {
      background-color: #353535 !important;
      color: white;
      border-right: solid 1px white;
    }

    .dark-mode #theme {
      filter: invert(1);
    }
    .dark-mode body {
      background-color: rgb(0, 0, 0) !important;
      background:
    linear-gradient(-90deg, rgba(255, 255, 255, 0.05) 5px, transparent 5px),
    linear-gradient(rgba(255, 255, 255, 0.05) 5px, transparent 5px),
    linear-gradient(-90deg, rgba(255, 255, 255, 0.04) 2px, transparent 2px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(
      transparent 4px,
      #0d0d0d 4px,
      #0d0d0d 78px,
      transparent 78px
    ),
    linear-gradient(-90deg, #555555 2px, transparent 2px),
    linear-gradient(
      -90deg,
      transparent 4px,
      #0d0d0d 4px,
      #0d0d0d 78px,
      transparent 78px
    ),
    linear-gradient(#555555 2px, transparent 2px), #0d0d0d;
  background-size:
    4px 4px,
    4px 4px,
    80px 80px,
    80px 80px,
    80px 80px,
    80px 80px,
    80px 80px,
    80px 80px;

      background-repeat: repeat;

      font-family: "kode Mono", monospace !important;
      font-optical-sizing: auto;
      overflow: auto;

      animation: diagonal-pan 10s linear infinite;
    }

   




body {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.05) 5px, transparent 5px),
    linear-gradient(rgba(0, 0, 0, 0.05) 5px, transparent 5px),
    linear-gradient(-90deg, rgba(0, 0, 0, 0.04) 2px, transparent 2px),
    linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    linear-gradient(
      transparent 4px,
      #f2f2f2 4px,
      #f2f2f2 78px,
      transparent 78px
    ),
    linear-gradient(-90deg, #aaa 2px, transparent 2px),
    linear-gradient(
      -90deg,
      transparent 4px,
      #f2f2f2 4px,
      #f2f2f2 78px,
      transparent 78px
    ),
    linear-gradient(#aaa 2px, transparent 2px), #f2f2f2;
  background-size: 4px 4px, 4px 4px, 80px 80px, 80px 80px, 80px 80px, 80px 80px,
    80px 80px, 80px 80px;

  background-repeat: repeat;

  font-family: "kode Mono", monospace !important;
  font-optical-sizing: auto;
  overflow: auto;

  animation: diagonal-pan 10s linear infinite;
}

@keyframes diagonal-pan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 80px 80px;
  }
}

.homeheader {
  margin-top: 15px;
}

.flex-item-1 {
  height: auto;
  max-height: 95vh;
  width: 1570px;
  border: 1px solid black;
  background-color: rgb(255, 255, 255);
  margin-right: 5px;
  overflow-y: auto;
}

.preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 640px;
  height: 60vh;
  max-height: 80vh;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #ffffff;
  margin-top: 0;
}
.preview #preview-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.preview {
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 0 0 640px;
  align-self: flex-start;
  margin-right: 24px;
}

body {
  font-family: Arial;
}

.tab {
  overflow: hidden;
  border: 1px solid #000000;

  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-family: "kode Mono", monospace !important;
  border-right: 1px solid black;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.ib-icon .HEAD {
  width: 0px -important;
  height: 0px -important;
}

element {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  scrollbar-width: none;
}

.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.07) 50%),
    linear-gradient(90deg, rgba(0, 255, 255, 0.05), rgba(255, 0, 255, 0.03), rgba(255, 255, 0, 0.05));
  z-index: 400;
  background-size:
    100% 4px,
    4px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
    opacity: 0.27861;
  }

  5% {
    opacity: 0.34769;
  }

  10% {
    opacity: 0.23604;
  }

  15% {
    opacity: 0.10626;
  }

  20% {
    opacity: 0.18128;
  }

  25% {
    opacity: 0.10626;
  }

  30% {
    opacity: 0.18128;
  }

  35% {
    opacity: 0.23604;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(237, 245, 245, 0.03);
  opacity: 0;
  z-index: 400;
  pointer-events: none;
  animation: flicker 0.2s infinite;
}

.column img {
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  touch-action: manipulation;
  transition: transform 0.3s ease;
}

 img:hover {
  transform: scale(1.03);
}
.gallery-container {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 4px;
  width: 1200px;
  height: auto;
  max-height: 70vh;
  overflow-x: auto;
  overflow-y: auto;
}

.column {
  flex: 0 0 300px;
  max-width: 300px;
  padding: 0 4px;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
}

.column img {
  width: 100%;
  margin-top: 8px;
  vertical-align: middle;
  border: 1px solid #000000;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  touch-action: manipulation;
}

@media (max-width: 900px) {
  .preview {
    width: 100% !important;
    flex: 1 1 100% !important;
    align-self: stretch;
    margin-right: 0 !important;
    padding: 0.75rem;
    height: auto;
    max-height: none;
  }

  .preview #preview-img {
    max-width: 100%;
    max-height: 40vh;
  }

  .gallery-container {
    flex-wrap: wrap;
    width: 100%;
    overflow-x: visible;
    padding: 0 2px;
  }

  .column {
    flex: 1 1 45%;
    min-width: 44%;
    max-width: none;
    padding: 0 4px;
  }
}

p{
  margin: 0;
  font-weight: bolder;
}
@media (max-width: 600px) {
  .column {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .preview #preview-img {
    max-height: 35vh;
  }
}

@media only screen and (max-width: 119em) and (min-height: 844px) {
  .flex-item-1 {
    width: 900px;
    font-weight: bolder;
  }




}