* {
  box-sizing: border-box;
}
:root {
  --yellow: #f3dd93;
  --yellow-50: #f3dd9382;
  --orange: #ff9d62;
  --orange-25: #ff9e6242;
  --pink: #f999ba;
  --green: #b3d084;
  --blue: #7ac2eb;
  --purple: #d6beea;
  --purple-med: #a061d3;
  --orange-med: #cc5200;
  --pink-med: #d62261;
  --green-med: #466e17;
  --blue-med: #1a75ab;
  --text-yo: #2c2543;
  --text-gp: #1b3b32;
  --text-by: #4a2834;
  --background: #fffdf6;
  --bgblue: #f4f7f6;
  --glass-bg: rgba(249, 153, 186, 0.14);
  --glass-bg-hover: rgba(249, 153, 186, 0.341);
  --glass-border: rgba(249, 153, 186, 0.3);
  --glass-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  --glass-blur: blur(5px);
  --red-text: #b83460a2;
  --stamp: #2422a699;
}
@font-face {
  font-family: "Cartage";
  src: url("../fonts/CsCartageStamp.woff2");
}
@font-face {
  font-family: "Forest";
  src: url("../fonts/Forest.woff2");
}
@font-face {
  font-family: "Printing";
  src: url("../fonts/KingthingsPrinting.woff2");
}
@font-face {
  font-family: "SubwayNovella";
  src: url("../fonts/SubwayNovella.woff2");
}
@font-face {
  font-family: "Undertown";
  src: url("../fonts/Undertown.woff2");
}
@font-face {
  font-family: "NeueBit";
  src: url("../fonts/PPNeueBit-Bold.woff2");
}
html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: black;
  background-image: url("../images/bgs/Texturelabs_Paper_378M.jpg");
  background-size: cover;
  position: relative;
}
.folder {
  width: 30vw;
  height: auto;
  aspect-ratio: 4 / 3;
  filter: brightness(88%);
  position: absolute;
}
#louey {
  top: 10vh;
  left: 3vw;
  transform: rotate(-17deg);
  background: url("../images/ocs/abednago/closedlouey.png") no-repeat;
  background-size: 100% 100%;
}
#louey:hover {
  transform: scale(1.1) rotate(-7deg);
}
#name1 {
  position: absolute;
  bottom: 10%;
  right: 20%;
  transform: rotate(10deg);
}
.stamp {
  color: var(--stamp);
  font-size: 4rem;
  letter-spacing: 4px;
}
.fonttest {
  background-color: white;
  width: 200px;
  font-size: x-large;
  position: absolute;
  bottom: 2vh;
  right: 2vw;
  padding: 5px;
}
.undertown {
  font-family: "Undertown";
}
.forest {
  font-family: "Forest";
}
.cartage {
  font-family: "Cartage";
}
.printing {
  font-family: "Printing";
}
.subway {
  font-family: "SubwayNovella";
}
.openfolder {
  background: url("../images/ocs/abednago/open.png") no-repeat;
  background-size: 100% 100%;
  width: 60vw;
  height: auto;
  aspect-ratio: 4 / 3;
  position: absolute;
  top: 3vh;
  left: 5vw;
  z-index: 1;
}
.linedpaper {
  background: url("../images/ocs/abednago/linedpaper.jpg") no-repeat;
  background-size: 100% 100%;
  width: 19vw;
  aspect-ratio: 2 / 3;
  position: absolute;
  position: relative;
  top: 19vh;
  left: 36vw;
  z-index: 2;
}
.emptypaper {
  background: url("../images/ocs/abednago/paper.png") no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 10 / 5;
  z-index: 2;
  width: 23vw;
  display: inline-block;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.234));
}
#table {
  position: absolute;
  top: 10vh;
  left: 31.5vw;
}
.emptypaper table {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.2rem;
  border-collapse: collapse;
}
.emptypaper table tr {
  line-height: 1;
  padding: 0;
}
.emptypaper table th {
  border-right: 1px solid #1a75ab;
  border-bottom: 1px solid #1a75ab;
  font-family: "SubwayNovella";
  letter-spacing: 1px;
  line-height: 1;
  padding: 0;
  padding-right: 8px;
  text-align: right;
  width: 30%;
}
.emptypaper table td {
  border-bottom: 1px solid #1a75ab;
  font-family: "Cartage";
  line-height: 1;
  padding: 0;
  padding-left: 10px;
  text-align: left;
}
.polaroid {
  width: 13vw;
  position: absolute;
  top: 7%;
  left: 8%;
  transform: rotate(2deg);
  z-index: 4;
}
.paperclip {
  position: absolute;
  width: 65px;
  z-index: 5;
  top: 4.4%;
  left: 10%;
}
.ipod {
  background: #5b89c0;
  width: 240px;
  height: 360px;
  border-radius: 20px;
  position: relative;
  box-shadow: inset 5px 0px 15px 10px #00000090;
  position: absolute;
  right: 2vw;
  top: 4vh;
}

.ipod .screen {
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0);
  width: 200px;
  height: 160px;
  border-radius: 8px;
  border: 2px solid #aaa;
  box-shadow: inset 0 0 0px 2px #222;
}

.ipod .controls {
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 0.5px solid #ccc;
  box-shadow: inset 0px 0px 5px 1px #00000050;
}

.ipod .controls:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ececec;
  box-shadow:
    inset 24px 24px 48px #c6c6c6,
    inset -24px -24px 48px #ffffff;
  border: 0.5px solid #ccc;
}

.ipod .controls .fa-fast-backward {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  color: #aaa;
  font-size: 1.2em;
  cursor: pointer;
}

.ipod .controls .fa-fast-backward:active {
  color: #888;
}

.ipod .controls .fa-fast-forward {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  color: #aaa;
  font-size: 1.2em;
  cursor: pointer;
}

.ipod .controls .fa-fast-forward:active {
  color: #888;
}

.ipod .controls .menu {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
  color: #aaa;
  font-size: 0.9em;
  font-weight: 700;
  border: 0;
  outline: 0;
  background: none;
  cursor: default; /* Keeps the menu button but disables interaction */
}

.ipod .controls .menu:active {
  color: #888;
}

.ipod .controls .play-pause-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 0;
  outline: 0;
  background: none;
  color: #aaa;
  font-size: 1em;
  cursor: pointer;
}

.ipod .controls .play-pause-btn:active {
  color: #888;
}

.ipod .screen .music {
  padding: 10px;
  display: flex;
  gap: 5px;
}

.ipod .screen .music img {
  width: 82px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-box-reflect: below 2px
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.09));
}

.ipod .screen .music .content .name {
  font-size: 0.9em;
  font-family: "NeueBit";
}

.ipod .screen .music .content .singer {
  font-size: 0.8em;
  font-family: "NeueBit";
  line-height: 0.55em;
  margin: 0;
}

.ipod .screen .music .content .date {
  font-size: 0.85em;
  font-weight: 700;
  font-family: "NeueBit";
  margin: 3px 0 0 0;
}

.ipod .screen .bar-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 0.85em;
  width: 100%;
  position: absolute;
  bottom: 5px;
}

.ipod .screen .bar-box .bar {
  width: 80px;
  height: 10px;
  font-family: "NeueBit";
  border: 1px solid #aaa;
}

.ipod .screen .bar-box .bar .progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #f2f6f8 0%,
    #d8e1e7 50%,
    #b5c6d0 51%,
    #e0eff9 100%
  );
}
.nowplay {
  background: linear-gradient(to bottom, #fff 0%, #9e9e9e 100%);
  border-bottom: 1px solid #5c5c5c;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  font-size: 14px;
  padding: 1px;
  font-family: "NeueBit";
  padding-left: 5px;
}
.pc {
  position: absolute;
  bottom: 2vh;
  right: 2vw;
  width: 550px;
  height: 412px;
  z-index: 999;
}

.pc .screen {
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 230px;
  background-color: whitesmoke;
  top: 37px;
  left: 100px;
  overflow: auto;
}
.pc .screen .padding {
  margin: 5px 5px 5px 5px;
}

.pc::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-image: url("../images/ocs/abednago/computer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.buttons {
  display: grid;
  margin-left: 7px;
  margin-bottom: 5px;
  grid-template-columns: 88px 88px 88px;
  grid-template-rows: repeat(auto-fill, 33px);
  gap: 2px;
}
.blinkies span img {
  max-width: 150px;
}
.identity {
  margin-left: 7px;
}
@keyframes scrolling-r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scrolling-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  box-sizing: border-box;
}
.marquee-right {
  display: flex;
  align-items: center;
  animation: scrolling-r 20s linear infinite;
}
.marquee-right span {
  padding: 3px;
}
.marquee-left {
  display: flex;
  align-items: center;
  animation: scrolling-l 20s linear infinite;
}
.marquee-left span {
  padding: 3px;
}
#forest {
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: auto;
  image-rendering: pixelated;
}
/* DOQMEAT NOteBOOK STYLING */
mark {
  background: lightgoldenrodyellow;
}

#wrapper-index {
  /* the notebook's cover */
  background: rgb(81, 54, 14);
  background: url("../images/ocs/abednago/bookcoverleather.jpg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5vh;
  left: 5vw;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 35px;
  width: 1108px;
  padding: 20px 10px 15px 10px;
  border-radius: 20px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.219));
}

/*this is my ugly binder spiral! feel free to remove it or change it. it wont mess the rest of the code! */
#tab1-wrapper:after,
#tab2-wrapper:after,
#tab3-wrapper:after,
#tab4-wrapper:after,
#tab5-wrapper:after,
#tab6-wrapper:after,
#tab7-wrapper:after,
#tab8-wrapper:after {
  content: url(https://files.catbox.moe/4v6k8c.png);
  position: absolute;
  z-index: 10;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

/* PAGES CSS */

.paper {
  /*the CSS of both "pages" boxes. you can choose the look of ALL pages here */
  background: url(https://files.catbox.moe/evxip4.png);
  z-index: 5;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 600px;
  font-family: "Cartage";
  letter-spacing: 1px;
}
.paper h2 {
  font-family: "Cartage";
  font-style: bold;
  font-size: x-large;
  margin-top: 5px;
  margin-bottom: 0;
  text-decoration: underline var(--blue);
  background-color: none;
}
.paper h3 {
  font-family: "Cartage";
  font-style: bold;
  font-size: large;
  margin-bottom: 0;
}
.linetxt {
  margin-top: 5px;
  margin-left: 7px;
  line-height: 30px;
}
.left {
  width: 490px;
  margin-left: 50px;
  margin-right: 10px;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.left::-webkit-scrollbar {
  display: none;
}
.left-in {
  padding: 15px 15px 15px 15px;
  height: 100%;
  margin-right: 15px;
  overflow: auto;
}

.right {
  padding: 15px 10px 15px 25px;
  width: 490px;
  margin-left: 10px;
  border-radius: 0px 10px 10px 0px;
  overflow-y: auto;
  overflow-x: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.right::-webkit-scrollbar {
  display: none;
}

/* you can also customize the look of SPECIFIC pages. take TAB 2 for example: */
/* you can use .tab2-p class on both pages */
.tab2-p {
  font-family: consolas;
  font-size: 14px;
  background: url(https://files.catbox.moe/bdbuwr.png);
  border-color: lightcoral;
}

/* tab buttons CSS stuff */
.tab {
  /* for the ones on the left */
  width: 590px;
  height: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  rotate: -90deg;
  top: -10px;
  left: -232px;
  font-family: "SubwayNovella";
}

.tab2 {
  /* for the ones on the right */
  width: 590px;
  height: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  rotate: 90deg;
  top: 590px;
  right: -232px;
  font-family: "SubwayNovella";
}

.tab button,
.tab2 button {
  /*this is the look of the TABS! */
  z-index: 1;
  position: relative;
  vertical-align: top;
  /* when changing fonts it might mess with the tabs and make them dissappear... change the width when that happens */
  width: 120px;
  margin: 0px 8px;
  padding: 10px 0px 30px 0px;
  /* inherits the font-family from the ones in the body */
  font-family: inherit;
  cursor: help;
  font-size: 19px;
  transition-duration: 0.5s;
  top: 10px;
  border-radius: 10px 10px 0 0;
  border: 1px solid grey;
}
.tab button mark,
.tab2 button mark {
  background-color: rgb(215, 207, 207);
  padding: 2px 5px 2px 5px;
}

/* here you can change the color of each individual TAB button*/
.tab1-b {
  background: #5e855a;
}

.tab2-b {
  background: #dadada;
}

.tab3-b {
  background: #dadada;
}

.tab4-b {
  background: #dadada;
}

.tab5-b {
  background: #dadada;
}
.tab6-b {
  background: #dadada;
}
.tab7-b {
  background: #dadada;
}
.tab8-b {
  background: #dadada;
}
/* hover effect of TAB*/
.tab button:hover,
.tab2 button:hover {
  top: 0px;
  cursor: -webkit-grab;
  cursor: grab;
}

/* selected TAB effect aka when its focused */
.tab button.active,
.tab2 button.active {
  top: 0px;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  box-shadow: 1px 1px 20px 1px grey;
  outline: none;
}
.gallery {
  display: grid;
  grid-template-rows: repeat(auto-fill, 150px);
  grid-template-columns: repeat(3, 150px);
  margin: 5px;
  gap: 5px;
}
.gallery img {
  max-width: 150px;
}
.stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: none;
  line-height: 30px;
}
.stat b {
  padding-right: 15px;
  padding-left: 0;
  margin-left: 0;
  width: 120px;
  text-align: right;
  font-size: medium;
  text-wrap: none;
  text-wrap-mode: nowrap;
}
.barbg {
  height: 25px;
  width: 300px;
  border: 1px dashed var(--blue);
  background-color: var(--bgblue);
}
.prog {
  height: 25px;
  background-color: var(--blue);
}
.redacted {
  background-color: black;
  color: transparent;
}
.redacted::selection {
  color: black;
  background-color: transparent;
}
.redacted::-moz-selection {
  color: inherit;
  background-color: black;
}
