:root {
    --bg-color: #1e1e1e;
    --fg-color: #3d3d3d;
    --text-color: #ffffff;
    --font-family: 'Comic Sans MS';
    --font-size: 1em;
    --accent-color: #c6ff6a;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    background-image: url('//epic1.neocities.org/starsbackground.gif');
    color: var(--text-color);
    width: 100%;
    font-family: var(--font-family);
    font-size: var(--font-size);
}

body a {
    color: var(--accent-color);
    text-decoration: none;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.login-container,
.dashboard-container {
    width: 500px;
    margin: 0 auto;
    background-color: var(--fg-color);
    padding: 20px;
    margin-top: 20px;
}

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
}


table>tr>th {
    font-weight: bold;
    border-collapse: collapse;
}

thead {
    padding-bottom: 10px;
}

td {
    border: none;
    padding: 0 15px;
}

tr:nth-child(even) {
    background-color: var(--fg-color);
}

.table-responsive {
    overflow-x: auto;
}

.instructions {
    color: white;

}

td {
    word-break: break-word;
}

#flagReasonDiv {
    display: none;
    position: absolute;
    background-color: black;
    padding: 10px;
    border: 1px solid white;
    max-width: 300px;
}

#deleteReasonDiv {
    display: none;
    position: absolute;
    background-color: black;
    padding: 10px;
    border: 1px solid white;
    max-width: 300px;
}


input[type=text],
input[type=password],
input[type=email],
input[type=url] {
    height: 30px;
    font-size: var(--font-size);
}

input[type=submit] {
    height: 30px;
    font-size: var(--font-size);
}

.navbar {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 25px;
}

.btn {
  overflow: hidden;
  background: rgb(13,13,13);
  background: linear-gradient(0deg, rgba(13,13,13,1) 19%, rgba(0,0,0,1) 50%, rgba(34,34,34,1) 51%, rgba(88,88,88,1) 100%);
  color: #FFFFFF;
  border: none;
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  border-radius: 3px;
  transition: 0.1s;
  -webkit-box-shadow: 0px 5px 4px 0px #000000; 
  box-shadow: 0px 5px 4px 0px #000000;
  user-select: none;
}

.btn:hover {
    background: rgb(60,39,36);
   background: linear-gradient(0deg, rgba(60,39,36,1) 19%, rgba(48,30,27,1) 50%, rgba(77,48,44,1) 51%, rgba(176,109,98,1) 100%); 
}

.btn:active {
  filter: brightness(150%);
}

tbody:before {
    /* This doesn't work because of border-collapse */
    line-height: 2em;
    content: "";
    color: white;
    /* bacground color */
    display: block;
}
.nav {
  display: flex;
  flex-wrap: nowrap;
  background: rgb(13,13,13);
  background: linear-gradient(0deg, rgba(13,13,13,1) 19%, rgba(0,0,0,1) 50%, rgba(34,34,34,1) 51%, rgba(88,88,88,1) 100%); 

}

.nav::-moz-selection { /* Code for Firefox */
  color: white;
  background: transparent;
}

.nav::selection {
  color: white;
  background: transparent;
}

.nav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 3px;
  transition: 0.1s;
  user-select: none;
}

.nav a:hover {
  background: rgb(60,39,36);
  background: linear-gradient(0deg, rgba(60,39,36,1) 19%, rgba(48,30,27,1) 50%, rgba(77,48,44,1) 51%, rgba(176,109,98,1) 100%); 
  -webkit-box-shadow: 0px 5px 4px 0px #000000; 
  box-shadow: 0px 5px 4px 0px #000000;
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}

.nav a:active {
  filter: brightness(150%);
}
.note {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
background: hsla(47, 100%, 19%, 1);
background: linear-gradient(90deg, hsla(47, 100%, 19%, 1) 19%, hsla(47, 100%, 23%, 1) 50%, hsla(47, 100%, 31%, 1) 51%, hsla(47, 100%, 50%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(47, 100%, 19%, 1) 19%, hsla(47, 100%, 23%, 1) 50%, hsla(47, 100%, 31%, 1) 51%, hsla(47, 100%, 50%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(47, 100%, 19%, 1) 19%, hsla(47, 100%, 23%, 1) 50%, hsla(47, 100%, 31%, 1) 51%, hsla(47, 100%, 50%, 1) 100%);
  padding: 10px;
  font-size: 17px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-collapse: separate;
  -webkit-box-shadow: 0px 5px 4px 0px #000000; 
  box-shadow: 0px 5px 4px 0px #000000;
  user-select: none;
}
/* sidebar menu */
.sidenav {
  height: 100%; /*Full-height: remove this if you want "auto" height */
  width: auto; /*Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top , 15% without chain*/
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  /*padding-left: 10px;*/
}
.bottombanner {
  height: 20%;
  width: 975px;
  position: inline;
  margin-top: 10px;
  margin-left: 150px;
  float: left;
  padding: 10px;}
.sidenav2 {
  //height: 100%; /*Full-height: remove this if you want "auto" height */
  width: auto; /*Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  /*padding-right: 10px;*/
}
.SystemAlert {
    background-color: #FFF;
    text-align: center;
    color: #FFF;
    border: 2px solid #000;
    font: normal 8pt/normal 'Comic Sans MS' , Verdana, sans-serif;
    padding: 1px;
    border-top: 1.9px black solid;
}
section>footer {
    width: 100%;
    margin: 2%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    overflow: hidden;
    text-align: center;
    background-color: silver;
    margin: 2%;
    margin-bottom: 0%;
    border: solid;
    border-width: 0.2%;
    border-bottom-width: 0;
    border-right-color: #424242;
    border-left-color: #fff;
    border-top-color: #fff;
    background: silver;
    color: #212529;
}

footer>p {
    margin: auto;
    margin-bottom: 1%;
    font-size: 1vw;
    font-family: "MS Sans Serif";
}
 .clippy {
    display: inline;
    position: fixed;
    margin: 0%;
    width: 20%;
    bottom: 0;
    right: 0;
    margin-right: 0.5%;
}
  .clippy-img {
    float: right;
    width: 40%;
    margin: 0%;
}

.clippy-box {
    position: relative;
    width: 95%;
    padding: 1%;
    padding-right: 1.4%;
    padding-bottom: 1.4%;
    font-size: 1vw;
    color: black;
    text-align: left;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
    background-color: #ffc;
    border-color: #000;
    border: solid;
    border-width: 1%;
    border-radius: .5em;
    margin: auto;
    float: right;
}

.clippy-box p {
    margin: 5%;
    font-size: 1vw;
    color: #000;
    text-align: left;
    font-family: "MS Sans Serif", Tahoma, Verdana, sans-serif;
}

.clippy-box:before,
.clippy-box:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

.clippy-box:before {
    left: auto;
    right: 49.5%;
    bottom: -26px;
    border-style: solid;
    border-width: 0 19px 25px 0;
    border-color: #000 #000 transparent transparent;
}

.clippy-box:after {
    left: auto;
    right: 50%;
    bottom: -20px;
    border-style: solid;
    border-width: 0 15px 20px 0;
    border-color: #ffc #ffc transparent transparent;
}

.clippy-box hr {
    border-bottom: 2px solid rgb(255, 255, 255);
    border-top: 2px solid rgb(136, 140, 143);
}

.clippy-button {
    width: 20%;
    background-color: #ffc;
    border: solid;
    border-width: 0.15vw;
    border-radius: .3em;
    border-color: rgb(188, 188, 188);
}

.clippy-button:active {
    width: 20%;
    background-color: #ffc;
    border: solid;
    border-width: 0.15vw;
    border-radius: .3em;
    border-color: rgb(188, 188, 188);
}

.hide {
    display: none;
}
  .toolbar {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 0.75%;
    margin-bottom: 0.75%;
}

.togglebtn {
    background: url(//epiclinks.ct8.pl/graphics/ui/mediaplayer/play.gif) no-repeat;
    background-size: 75%;
    background-position: top 40% left 40%;
    width: 1.5vw;
    height: 1.5vw;
}

.skip-buttons {
    display: flex;
    margin-left: 2%;
    margin-right: 2%;
}

.back {
    background: url(//epiclinks.ct8.pl/graphics/ui/mediaplayer/backskip.gif) no-repeat;
    background-color: silver;
    background-size: 75%;
    background-position: top 40% left 40%;
    width: 1.5vw;
    height: 1.5vw;
}

.next {
    background: url(//epiclinks.ct8.pl/graphics/ui/mediaplayer/forwardskip.gif) no-repeat;
    background-color: silver;
    background-size: 75%;
    background-position: top 40% left 40%;
    width: 1.5vw;
    height: 1.5vw;
}

.vertical-hr {
    width: 0%;
    border-right: 2px solid rgb(255, 255, 255);
    border-left: 2px solid rgb(136, 140, 143);
    align-self: stretch;
    margin-left: 2%;
    margin-right: 2%;
}

.time {
    position: relative;
    padding: 1%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(136, 140, 143) rgb(255, 255, 255) rgb(255, 255, 255) rgb(136, 140, 143);
    font-size: 1vw;
    font-family: "MS Sans Serif";
    color: #212529;
    ;
}

.time::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-style: solid;
    border-width: 2px;
    border-color: rgb(5, 6, 8) rgb(223, 224, 227) rgb(223, 224, 227) rgb(5, 6, 8);
}

.marquee {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    position: relative;
    width: 100%;
    height: 2vw;
    overflow: hidden;
}

.marquee-right {
    display: flex;
    width: 850%;
    position: absolute;
    left: 0;
    animation: track-right 35s linear infinite;
}

@keyframes track-right {
    0% {
        left: -425%;
    }

    100% {
        left: 0%;
    }
}

.marquee-left {
    display: flex;
    width: 850%;
    position: absolute;
    left: 0;
    animation: track-left 35s linear infinite;
}

@keyframes track-left {
    0% {
        left: 0%;
    }

    100% {
        left: -425%;
    }
}

.track {
    display: flex;
    width: 50%;
    justify-content: space-around;
}

.marquee img {
    margin-left: 0.3vw;
    margin-right: 0.3vw;
    width: 5.75vw;
    height: 2vw;
}

.graphics {
    overflow-y: scroll;
    height: 25vw;
    padding-top: 2%;
    padding-bottom: 1%;
}

.graphics img {
    width: 31%;
}

.blinkie img {
    width: 47%;
}



.music{

            padding:10px;

            text-align: center;
        }
        
#musicplayer{
            width:100%;
        }
 
        .songtitle{
            padding:5px;
            display:block;
        }
 
        .controls{
            font-size:25px !important; /* size of controls */
            text-align:center;
            width:100%;
        }
 
        .controls td{
            padding:8px 5px 0px 5px;
        }
 
        .seeking{
            display:flex;
            justify-content: space-evenly;
            padding:5px;
        }
 
        .current-time{
            padding-right:5px;
        }
 
        .total-duration{
            padding-left:5px;
        }
 
        i.fas:hover{
            cursor:help;
        }
 
        i.fas.fa-pause, i.fas.fa-play, i.fas.fa-forward, i.fas.fa-backward{
            color:black; /* color of controls */
        }
 
        input[type=range] {
            -webkit-appearance: none;
            width: 100%;
            background-color:inherit;
        }
 
        input[type=range]:focus {
            outline: none;
        }
/* Roblox CSS */
#Banner
{
  background-image: url(//epiclinks.ct8.pl/img/space.png);
  /*background-image: url(/web/20071125222036im_/http://www.roblox.com/images/HalloweenBanner-900x72.png);*/
  background-repeat: repeat;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  height: 72px;
  text-align: center;
}

#Banner #Options
{
  float: left;
  height: 72px;
  position: relative;
  width: 287px;
}

#Banner #Authentication
{
  top: 0px;
  left: 0px;
  padding: 4px;
  position: absolute;
}

#Banner #Options #Settings
{
  bottom: 0px;
  left: 0px;
  padding: 4px;
  position: absolute;
}

#Banner #Logo
{
  float: left;
  margin: 0;
  text-align: center;
  width: 293px;
}

#Banner #Alerts
{
  float: right;
  height: 72px;
  width: 287px;
}

#Banner .SignUpAndPlay
{
}

#Banner #Alerts #AlertSpace
{
  background-color: #fff;
  border: solid 1px #000;
  color: #6e99c9;
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  width: 200px;
}

#Banner #Alerts #MessageAlert a
{
  color: #6e99c9;
}

#Banner #Alerts #MessageAlert a:hover
{
  color: #1874CD;
}

#Banner #Alerts #RobuxAlert a
{
  color: Green;
}

#Banner #Alerts #RobuxAlert a:hover
{
  color: #49b745;
}

#Banner #Alerts #TicketsAlert a
{
  color: #fbb117;
}

#Banner #Alerts #TicketsAlert a:hover
{
  color: #fdd017;
}

.MessageAlertIcon, .MessageAlertCaption, .RobuxAlertIcon, .RobuxAlertCaption
{
  vertical-align: middle;
}

#Header .Navigation
{
  clear: both;
  background-color: #6e99c9;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  color: #fff;
  font-family: 'Comic Sans MS' , Verdana, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  line-height: 2em;
  text-decoration: none;
}