

@font-face {
    font-family: PixelOperator;
    src: url('/Fonts/PixelOperatorMono.ttf');
}

@font-face {
    font-family: PixelOperator;
    src: url('/Fonts/PixelOperatorMono-Bold.ttf');
    font-weight: bold;
}

body {
	font-family: 'PixelOperator';
	font-size: 14px;
    color: white;
	background: #804ED0;
	text-align: center; 
	background-size: 305px;
	background-attachment: fixed;
    background-position:center;
    background-image: url(https://file.garden/aCJv0FU4PCQNDxo9/ezgif.com-crop.gif);

}

.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.title-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: flex;
    background: rgba(108, 47, 177, 0.753);
    border: dotted .5px #804ED0;
    border-bottom: none;
}

.title-bar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99%
}

.content-box{
    display: flexbox;
    margin: 0 auto;
    width: flex;
    border: dotted .5px #804ED0;
    padding: .1px;
}

.main {
  margin: 0 auto;
  width: 500px;
  background: rgb(10, 10, 10, 0.9);
  border: dotted .5px #804ED0;
  margin-top: 30px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 15px 2px #804ED0;
  list-style-type: '>';
}

.img {
    border: dotted .8px #804ED0;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  max-width: 500px;
  height: 100%;
}

#item1{
    grid-row: span 2
}

#item2{
    grid-column: span 2
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.image-grid > div, .info-grid > div {
    border: dotted .8px #804ED0;
    padding: .5em;
}

table, th, td{
  border: dotted .8px #804ED0;
  border-collapse: collapse;
  padding: 8px;
}

.box {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 1em;
}


.info-line {
    display: inline-block;
    border: solid .8px #804ED0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.left-align {
    text-align: left;
    display:inline-block
}

.right-align {
    text-align: right;
    display:inline-block
}

.right-align img {
  height: 15px;
  cursor: pointer;
}

.tab {
    display: none;
}

.tab-buttons {
    display: flex;
    gap: 10px;
}

.tab-content {
    padding: 20px;
    border: .5px dotted #804ED0;
    border-top: none;
}

.tab-buttons button {
    display: inline-block;
    background: rgb(10, 10, 10, 0.9);
    color: white;
    border: .5px dotted #804ED0;
    border-bottom: none;
    padding: 8px 16px;
    font-family: 'PixelOperator';
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.tab-buttons button:hover {
    background: rgba(108, 47, 177, 0.753);
}

#voice-button {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  font-size: 10px;
  line-height: 1;
  color: white; 
  cursor: pointer;
}

/* scrollbar :D*/

/* Chrome, Edge and Safari friendly*/
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: none;
}

*::-webkit-scrollbar-track:hover {
  background-color: none;
}

*::-webkit-scrollbar-track:active {
  background-color: none;
}

*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ECE9FF;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #DEDFFF;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #B6B0E8;
}

#pagedoll:hover {
  filter: contrast(125%) brightness(125%);
  animation: glitch 0.2s infinite alternate;
}

@keyframes glitch {
  0% { opacity: 0.95; transform: translateY(0px); }
  100% { opacity: 1; transform: translateY(0.5px); }
}

  .crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 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(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}

.footer {
  margin: 0 auto;
  padding: 15px;
  padding-top: 0px;
  margin-top: -20px;
  text-align: center;
  font-size: 12px;
  }
