:root {
    --border-color: rgb(76, 87, 107);
    --sidebar-text-color:#6F7A79;
    --article-text-color:#ffffff;
    --article-heading-color:#2e2c2c;
    --nav-link-color:#000000;
    --darker-border-color:#17161f;
    --main-text-color: rgb(127, 138, 175);
  }



  #fade {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  animation: fadein 3s forwards;
  background-color: rgb(0, 0, 0);
  
  justify-content: center;
  pointer-events: none;
  position: fixed;
  z-index: 99999999999999;
}

@keyframes fadein {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@keyframes fadeout {
    from {opacity: 0;}
    to {opacity: 1; }
}


body {
    margin: 0;
    padding: 0;

    background-image: url('https://files.catbox.moe/o50pss.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
}

#topContainer {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;

    bottom: 855px;
}

#topContainer .tray {
    height: 35px;
}

#leftside {
    width: 90%;
    padding-left: 10px;
}

#leftside span {
    font-family: ms gothic;
    margin-left: 10px;
}

#leftside h3 {
    font-family: toxica;
    color: grey;

}

#leftside h3, 
#leftside span {
    font-size: 12px;
    display: inline-block;
    margin-top: 15px;
}



#topContainer p {
    position: absolute;
    z-index: 99999999999999999;
    margin-left: 90%;
    margin-top: 55px;
}
#container {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 795px;
}

.tray {
    border: 2px solid black;
    height: 80px;
    width: 300px;
    margin: 5px;

    /* From https://css.glass */
    background: rgba(252, 250, 250, 0.09);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(0, 0, 0, 0.71);

    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5), 0px -10px 10px rgba(255, 255, 255, 0.5) inset, 0px 2px 12px rgba(255, 255, 255, 0.5) inset; 
}


#left-div {
    width: 350px;
    align-items: center;
}

#left-div img {
    height: 33px;
    width: 88px;
    image-rendering: pixelated;
    margin-top: 20px;
}

#right-div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 90px;
    height: 90px;
    width: 1000px;
}




/* main */

#edgething {
    position: absolute;
    z-index: 9999999;
    height: 300px;
    rotate: 275deg;
    top: -50px;
    left: 240px;

    filter: drop-shadow(0px 0px 1px rgb(255, 255, 255));
    pointer-events: none;

}

#navthing {
    width: 300px;
    position: absolute;
    left: 7px;
    top: -60px;

    filter: drop-shadow(0px 0px 10px rgb(255, 255, 255), 2px 2px 20px rgb(0, 0, 0));
    pointer-events: none;
}

#updContainer {
    position: absolute;
    top: 100px;
    left: 1000px;

    color:var(--article-text-color);
    padding:5px;
    height: 200px;
    width: 500px;
}

.subheader {
    color: rgb(255, 255, 255);
    font-family: toxica;
    padding: 5px;
    border-top-left-radius: 5px;
    margin-top: 5px;
    width: 250px;
  }



.htwo {
  text-align: left;
  color: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0.096) 20%, rgba(0, 0, 0, 0.733) 40%, rgba(7, 7, 7, 0.493) 10%);
  border-top: rgb(31, 31, 31) 5px double;
  border-left: rgb(31, 31, 31) 5px double;
  font-family: dogica;
  font-size: 10px;

}

.p3 {
  text-align: left;
  color: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.411);
  border-left: rgb(51, 51, 51) 5px double;

  margin-top: -10px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 4px;

  font-family: ms gothic;
  font-style: italic;
  font-size: 13px;
  -webkit-text-stroke: 0.5px #2b2b2b;


}

.specialhr {
    background-image: url('https://files.catbox.moe/4e4eq5.png');
    border: none;
    height: 20px;
}

.specart li {

    font-family: ms gothic, Georgia, 'Times New Roman', Times, serif;
    font-size: 12px;
    padding: 3px;
    text-align: left;
    list-style: none;
    border-top: 5px rgba(0, 0, 0, 0.527) double;
    border-left: 5px rgba(0, 0, 0, 0.63) double;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5), 0px -10px 10px rgba(255, 255, 255, 0.301) inset, 0px 2px 12px rgba(255, 255, 255, 0.349) inset; 

}

.specart li:hover {
    background: rgba(255, 255, 255, 0.274);
    filter: drop-shadow(0 0 5px rgb(0, 0, 0));
    transition: background 0.5s ease;
    cursor: pointer;
}

.specart a {
  text-decoration: none;
}

.link a:visited {
  text-decoration: none;
}

.specart a {
    color: var(--nav-link-color);
}

.specart a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: toxica;

  transition: color 0.5s ease;
  letter-spacing: 2px;
  padding: 2px;

  filter: drop-shadow(0 0 20px rgb(0, 0, 0));
}




a:active {
  text-decoration: none;
}


/* end main */


/* windows */

#piclog {
    width: 250px;
    height: 350px;
    position: absolute;
    top: 400px;
    left: 340px;
}

#piclog img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: pixelated;
    margin-bottom: 2px;
}

#player {
    position: absolute;
    top: 400px;
    left: 150px;
}

#nav {
    position: absolute;
    top: 300px;
    left: 1200px;
    right: 100px;

}

#loggus {
    height: 80px;
    width: 150px;
    position: absolute;
    background: white;
    border: 2px solid black;
    right: 350px;
    top: 290px;
    overflow-y: scroll;


    filter: drop-shadow(0 0 20px black);
}

#loggus p {
    background: linear-gradient(to right, black, transparent);
    font-family: ms gothic;
    font-size: 10px;
    color: white;
}

#buttons {
    position: absolute;
    float: left;
    top: 300px;
    left: 550px;
    right: 100px;
}



/* tabs settings*/

.tab-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
}

.tab-label {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100px;
  color: white;
  font-family: ms gothic;
  font-size: 15px;
  pointer-events: none;
  padding: 2px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.918), transparent);
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
  z-index: 1;
}


.tab-content {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    visibility: hidden;
}

.tab-content.visible {
    opacity: 1;
    visibility: visible;
}

.tab {
    cursor: pointer;
    margin-left: 20px;
    transition: filter 1s;
}

.tab:hover {
    filter: drop-shadow(0 0 15px rgb(0, 0, 0));
}


.tab.active {
    filter: drop-shadow(5px 5px 10px rgba(100, 7, 7, 0.397));
}

/* end of tabs */


/* 7.css */



.title-bar-text {
    display: inline-flex;
    font-family: toxica;
}


/* cross */

#monoreign {
    position: fixed;
    z-index: 0;

    bottom: 60%;
    left: 205px;
    height: 200px;

    filter:drop-shadow(0 0 5px rgb(255, 255, 255));

    opacity: 1;
    animation: fadeInOpac 2s ease-in;
    animation-fill-mode: forwards;
}

@keyframes crossAnim {
    from {width: 100px;}
    to {width: 100%;}
}

@keyframes crossAnim2 {
    from {height: 20;}
    to {height: 100%}
}

@keyframes fadeInOpac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#crossLtoR {
    position: fixed;
    z-index: -1;

    left: 0;
    top: 270px;

    background-color: black;
    height: 20px;
    width: 100px;
    transform-origin: left;
    animation: crossAnim 7s;
    animation-fill-mode: forwards;
}

#crossTtoB {
    position: fixed;
    z-index: -1;

    bottom: 0;
    left: 200px;

    background-color: black;
    height: 20px;
    width: 20px;
    transform-origin: bottom;
    animation: crossAnim2 7s; 
    animation-fill-mode: forwards;
    
}



/*adilenes mp3*/

#musicplayer{
    background: linear-gradient(180deg, rgba(160, 161, 170, 0.9) 0%, rgba(71, 71, 71, 0.9) 20%, rgba(19, 19, 19, 0.9) 40%, rgba(7, 7, 7, 0.93) 100%);
    font-family:'ms gothic'; /* default font */
    color: rgb(123, 127, 148);
   text-shadow:
    -1px -1px 0 rgb(0, 0, 0),
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
    border:4px double #000000; /* border around player */
    margin-top: 5px;
    padding:10px;
    text-align:center; 
    display:flex;
    flex-direction:column;
    gap:5px;
}
 
.songtitle, .track-info, .now-playing{
    padding:5px;
}

.controls{
    display:flex; 
    flex-direction:column; 
    gap:5px;
}

.buttons{
    display:flex;
    justify-content:center;
    font-size:10px !important; /* size of controls */
    width:100%;
}

.buttons div{
    width:33.3%;
}

.playpause-track, .prev-track, .next-track{
    color:#ffffffb4; /* color of buttons */
    font-size:15px !important; /* size of buttons */
}

.volume-icon{
    font-size:22px !important; /* size of volume icon */
}

.seeking, .volume{
    display:flex;
    flex-direction:row;
    align-items:center;
}

.now-playing, .track-info{
    background: linear-gradient(180deg, rgba(160, 161, 170, 0.9) 0%, rgba(71, 71, 71, 0.9) 20%, rgba(19, 19, 19, 0.9) 40%, rgba(7, 7, 7, 0.93) 100%);
}


.now-playing{
    font-weight:bold;
    font-size: 10px;
}

input[type=range]{
    -webkit-appearance:none; /* removes default appearance of the tracks */
    width:100%;
}

input[type=range]:focus{
    outline:none; /* removes outline around tracks when focusing */
}

input[type=range]::-webkit-slider-runnable-track{
    width:100%;
    height:4px; /* thickness of seeking track */
    background: linear-gradient(180deg, rgb(114, 114, 122) 0%, rgba(71, 71, 71, 0.9) 20%, rgba(19, 19, 19, 0.9) 30%, rgba(0, 0, 0, 0.93) 10%);/* color of seeking track */
}

input[type=range]::-webkit-slider-thumb{
    height:10px; /* height of seeking square */
    width:10px; /* width of seeking square */
    border-radius:0px; /* change to 5px if you want a circle seeker */
    background:#868686; /* color of seeker square */
    -webkit-appearance:none;
    margin-top:-3px; /* fixes the weird margin around the seeker square in chrome */
}

input[type=range]::-moz-range-track{
    width:100%;
    height:4px; /* thickness of seeking track */
    background:#e74492; /* color of seeking track */
}

input[type=range]::-moz-range-thumb{
    height:10px; /* height of seeking square */
    width:10px; /* width of seeking square */
    border-radius:0px; /* change to 5px if you want a circle seeker */
    background:#e74492; /* color of seeker square */
    border:none; /* removes weird border around seeker square in firefox */
}


/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), auto !important;} /* End https://www.cursors-4u.com */



/* scrollbar */

::-webkit-scrollbar {
  width: 10px;
  height: 16px;
  }

  ::-webkit-scrollbar-track {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
  image-rendering: pixelated;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  }

  ::-webkit-scrollbar-track:active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAEElEQVQIW2No6+pjgAAgCwAWogM9VKrgGQAAAABJRU5ErkJggg==");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  }

  ::-webkit-scrollbar-thumb {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
  width: 16px;
  height: 16px;
  background-color: #cccccc;
  z-index: 1;
  }

  ::-webkit-scrollbar-corner {
  background-color: #cccccc;
  }

  ::-webkit-resizer {
  width: 16px;
  height: 16px;
  background-color: #cccccc;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
  background-position: bottom right;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  }

  ::-webkit-scrollbar-button,
  .scroll::-webkit-scrollbar-button {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #cccccc;
  image-rendering: pixelated;
  background-repeat: no-repeat;
  background-position: center center;
  }

  ::-webkit-scrollbar-button:active,
  .scroll::-webkit-scrollbar-button:active {
  background-position: 2px 2px;
  }

  ::-webkit-scrollbar-button:horizontal:decrement,
  .scroll::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
  }

  ::-webkit-scrollbar-button:horizontal:increment,
  .scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
  }

  ::-webkit-scrollbar-button:vertical:decrement,
  .scroll::-webkit-scrollbar-button:vertical:decrement {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
  }

  ::-webkit-scrollbar-button:vertical:increment,
  .scroll::-webkit-scrollbar-button:vertical:increment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
  }

  ::-webkit-scrollbar-button:horizontal:increment:start,
  .scroll::-webkit-scrollbar-button:horizontal:increment:start {
  display: none;
  }

  ::-webkit-scrollbar-button:horizontal:decrement:end,
  .scroll::-webkit-scrollbar-button:horizontal:decrement:end {
  display: none;
  }

  ::-webkit-scrollbar-button:vertical:increment:start,
  .scroll::-webkit-scrollbar-button:vertical:increment:start {
  display: none;
  }

  ::-webkit-scrollbar-button:vertical:decrement:end,
  .scroll::-webkit-scrollbar-button:vertical:decrement:end {
  display: none;
  }

  ::-webkit-scrollbar-button:active,
  .scroll::-webkit-scrollbar-button:active {
  border-top: 1px solid #868a8e;
  border-left: 1px solid #868a8e;
  border-bottom: 1px solid #868a8e;
  border-right: 1px solid #868a8e;
  box-shadow: none;
  }
  

    @font-face {
    font-family: 'king', ms gothic;
    src: url('fonts/kingjola.ttf') format("truetype");
 }

 @font-face {
    font-family: 'metareq', ms gothic;
    src: url('fonts/Metamorphose\ Requiem.ttf') format("truetype");
 }

 @font-face {
    font-family: 'punktype', ms gothic;
    src: url('fonts/Punk Typewriter.otf') format("opentype");
 }

  @font-face {
    font-family: 'Ithorn', ms gothic;
    src: url('fonts/Ithorn液.ttf') format("truetype");
 }

 @font-face {
  font-family: 'adorable', ms gothic;
  src: url('fonts/AdorableDoll.ttf') format("truetype");
 }

  @font-face {
  font-family: 'dios', ms gothic;
  src: url('fonts/Dioszeghiensis.ttf') format("truetype");
 }

  @font-face {
    font-family: 'angelic', ms gothic;
    src: url('fonts/AngelicWar.otf') format("opentype");
 }

  @font-face {
  font-family: 'bleeding', ms gothic;
  src: url('fonts/Bleeding_Cowboys.ttf') format("truetype");
 }



     @font-face {
  font-family: 'toxica', ms gothic;
  src: url('fonts/TOXICA__.ttf') format("truetype");
 }

      @font-face {
  font-family: 'dogica', ms gothic;
  src: url('fonts/dogica.ttf') format("truetype");
 }

 
      @font-face {
  font-family: 'dogicapix', ms gothic;
  src: url('fonts/dogicapixel.ttf') format("truetype");
 }





