@import"https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";@import"https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,400italic,500italic";span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark {
    margin: 0;
    padding: 3px;
    border: 0;
    outline: 0;
    font-size: 110%;
    vertical-align: baseline;
    background: rgba(0,0,0,0)
}
body::-webkit-scrollbar {
    display: none;
}
body {
    margin: 0;
    padding: 0;
    background-image: url('https://codehs.com/uploads/a90053d331bc9de909d3eeec0c367692');
}
header {
    background-color: rgb(140,190,55);
    padding:3px;
    display: block;
    width: 100%;
    height: 60px;
    background: #92c83e;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align:top;
}
footer {
    padding: 2px;
    background-color: rgb(140,190,55);
    color: #000;
    height:30;
    position: fixed;
    bottom:0;
    width:100vw;
    font-size:60%;
    background: #92c83e;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0,0,0,0)
}
a.button {
    cursor:pointer;
}
html {
    height: 100%;
    font-family: "Roboto","aktiv grotesk","Helvetica Neue","Helvetica",arial,sans-serif;
}
#gamesContainer {
    text-align:center;
}
#toggle {
    color:black;
    background-color:transparent;
    border:1px solid black;
    font-size: 0.75rem;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
#toggle:hover {
    color:lightgrey;
    border:1px solid lightgrey;
}
#fileInput {
    display: none;
}
#filenameDisplay {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: none;
}
#playlist {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
#playlist li.active {
    background-color: transparent;
    font-weight: bold;
}
#playlist li.playlist-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align:left;
    max-width:600px;

}
#playlist li .duration {
    margin-left: auto;
    color: lime;
    font-size: 0.9em;
}
#weather {
    font-size:85%;
    font-weight:bold;
    font-family: "Roboto","aktiv grotesk","Helvetica Neue","Helvetica",arial,sans-serif;
}
#weather-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
#weather, #toggle {
    opacity: 0;
    pointer-events: none;
}
#weather.show, #toggle.show {
    opacity: 1;
    pointer-events: auto;
}
#coverBackground {
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    margin: 20px auto;
}
#captionsToggle {
    border: 2px solid white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
}
#clock {
    font-size: 30px;
    color: lightgrey;
    transition: all 0.4s ease;
    font-family: "Roboto","aktiv grotesk","Helvetica Neue","Helvetica",arial,sans-serif;
}
#chat { 
    max-width: 600px; 
    margin: auto; 
}
#loginArea { 
    margin-bottom: 20px; 
    width:200px;
}
.button{
    background-color:black;
    color:lightgrey;
    font-size: 70%;
    padding:9px;
    border-radius:8px;
    border:1px solid lightgrey;
    text-decoration:none;
    transition: all 0.3s ease;
}
.button:hover {
    color:black !important;
    background-color:lightgrey;
    border:1px solid black;
}
.button2{
    background-color:black;
    color:lightgrey;
    font-size: 70%;
    padding:9px;
    border-radius:8px;
    border:1px solid lightgrey;
    text-decoration:none;
    transition: all 0.3s ease;
}
.button2:hover {
    background-color:lightgrey;
    border:1px solid black;
}
.headerbtn{
    color:black;
    border:0px; 
    background-color:transparent;
    text-decoration:none; 
    font-size:70%; 
    position:fixed; 
    display: inline-block;
    padding: 12px 15px 13px;
    transition: all 0.3s ease;
    font-weight:bold;
    font-family: "Roboto","aktiv grotesk","Helvetica Neue","Helvetica",arial,sans-serif
}
.headerbtn:hover {
    color:lightgrey;
}
.contactme {
    color:black;
    border:1px solid black; 
    border-radius:6px;
    background-color:transparent;
    text-decoration:none; 
    font-size:70%; 
    position:fixed; 
    display: inline-block;
    padding: 12px 15px 13px;
    transition: all 0.3s ease;
    font-family: "Roboto","aktiv grotesk","Helvetica Neue","Helvetica",arial,sans-serif
}
.contactme:hover {
    color:lightgrey;
    border:1px solid lightgrey;
}
.logo {
    height:55px; 
    top:0;
    margin-top:2.5px;
    vertical-align:bottom; 
    position:fixed; 
}
.darkbuttons:hover {
    filter:invert(1) !important;
}
.cfbtn {
    border-radius:10px;
    border:1px solid black;
    color:black;
}
.poll {
    text-decoration:none; 
    font-weight:bold; 
    color:yellow; 
    background-color:red; 
    transition: all 0.3s ease;
    opacity: 0.5;
    border:1px solid yellow;
}
.poll:hover {
    color:red !important;
    background-color:yellow;
    border:2px solid red;
    opacity:0.5;
}
.gamesbutton {
    margin-top: 25px;
    margin-bottom:10px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
    margin-right:5px;
    margin-left: 5px;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    text-align:center;
}
.gamesbutton:hover {
    background-color: #fff;
    color: #000 !important;
    box-shadow: 0 0 15px rgba(255, 255, 255, 1),
                0 0 30px rgba(255, 255, 255, 0.8); 
}
input, button { 
    padding: 10px; 
    font-size: 16px; 
}
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
    color: lightgrey;
    border: 2px solid lightgrey;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.custom-file-upload:hover {
    background-color: lightgrey;
    color: black;
    border-color: black;
}
.delete-btn {
    display:none;
    background: crimson;
    color: white;
    border: 1px solid white;
    padding: 6px 12px;
    border-radius: 3px;
    transition: background 0.2s, color 0.2s;
}
.delete-btn:hover {
    background: white;
    color: red;
    border: 1px solid red;
}
.btntxt {
    color:yellow;
    font-size:150%;
}
.r {
    color:red;
}
.y {
    color:yellow;
}
.discord {
    text-decoration:none; 
    color:cyan
}
.txt {
    font-weight:bold;
    color: black;
    text-shadow:
    -1px -1px 0 #fff,
    -1px 2px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
    text-align:center;
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.ajt {
    color: rgb(144, 144, 144)
}
.tptxt {
    color:rgb(0, 224, 14);
    font-size:200%;
}
.mtxt {
    color:rgb(0, 160, 160);
    font-style: italic;
}
.g {
    color:green;
}
.m {
    color:magenta;
}
.w { 
    color: lightgrey !important; 
}
.w button { 
    color: lightgrey !important; 
    border-color: lightgrey !important; 
}
.note .txt {
    flex: 1;
    font-size: large;
    margin-right: 10px;
}
.message { 
    padding: 10px; 
    border: 1px solid white; 
    border-radius: 10px; 
    margin: 10px 0;
    color:white;
    text-align:left;
    width:25vw;
    background-color:black
}
.meta { 
    font-size: 12px; 
    color: white; 
}
.admin { 
    color: goldenrod; 
    font-weight: bold; 
}
.status {
    margin-top: 15px;
    font-size: 14px;
}
.weather {
    height:10vh;
    width:30vw;
}
location {
    margin-bottom: 1rem;
}
.pair {
    margin-bottom: 10px;
}
.dropdown {
    background-color:black;
    color:white;
    font-size: 70%;
    padding:9px;
    border-radius:5px;
    border:1px solid white;
    text-decoration:none;
}
.settings-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    border:1px solid white;
    border-radius: 50%;
    background-color: #8cbe37;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 1000;
}
.settings-button img {
    width: 40px;
    height: 40px;
    transition: transform 0.4s ease;
}
.settings-button:hover img {
    transform: rotate(180deg);
}
.settings-button.actives {
    display:none;
}
.popup2 {
    position: fixed;
    top: 10%;
    bottom: 5%;
    right: -550px;
    width: 500px;
    background-image: url('https://codehs.com/uploads/69007df21864fd07e42e30e47f9504b0');
    border-radius: 10px 0 0 10px;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:10px;
    border:1px solid white;
}
.popup2.shows {
    right: -5px;
}
.popup2 .bar {
    width: 100%;
    height: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding:10px;
}
.popup2 .text {
    text-align: center;
    font-size: 16px;
    color: white;
    flex-grow: 1;
}
.test {
    background-color:#92c83e;
}
.notes {
    background-color: black;
    color: white;
    font-size: 70%;
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px;
}
.note {
    background-color: black;
    color: white;
    font-size: 70%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.update-container {
    background: transparent;
    padding: 20px;
    max-width: 700px;
    margin: auto;
}
.update-box {
    padding: 8px 0;
    font-weight:bold;
    font-size:130%;
    margin-bottom:-13px;
}
.shrekcontrols.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}
.shrekcontrols {
    transition: opacity 0.5s ease;
}
.shrekplayer {
    width: 100vw;
    position: relative;
    z-index:1; 
}
.shrekcontrols {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
    flex-wrap: wrap;
}
.shrekprogress {
    flex: 1;
    height: 6px;
    background: #444;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}
.shrek-filled {
    height: 100%;
    background: #0f0;
    width: 0%;
}
.shrektime {
    font-size: 14px;
    min-width: 120px;
}
.time-section {
    margin-top: 1em;
    font-size: 2em;
    color:white;
}
audio {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.playlist-item.drag-over {
    background-color: #cccccc88;
}
.playlist-item.dragging {
    opacity: 0.5;
}
.controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
}
.controls button {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    transition: background 0.3s;
}
.media-container {
    max-width: 600px;
    margin: auto;
}
.player {
    background: transparent;
    border-radius: 20px;
    padding: 15px;
    overflow: hidden;
}
.disabled {
    cursor: not-allowed !important;
}
.apbtn {
    margin:1vh;
}
.reaction-btn { 
    cursor: pointer; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    padding: 2px 6px; 
    margin-right: 4px; 
    background: #2f3136; 
    font-size: 0.9em; 
}
.reaction-trigger { 
    background-color: rgb(60, 130, 153); 
    border:1px solid white; 
    font-size: 70%;
    border-radius:9px;
    cursor: pointer; 
    margin-left: 8px; 
}
emoji-picker {
    position: absolute;
    background: #2f3136;
    border: 1px solid #555;
    border-radius: 8px;
    max-height: 300px;
    display: none;
    z-index: 1000;
}
#typingIndicator .dots span {
    visibility: hidden;
    display: inline-block;
    width: 5px;
}
@keyframes rgbAnimation {
    0% { background-color: red; }
    33% { background-color: green; }
    66% { background-color: blue; }
    100% { background-color: red; }
}
@keyframes rgbShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.mediabtns {
    background-color:black !important;
    border:1px solid white !important;
    border-radius:9px;
    color:white !important;
    cursor:pointer;
}
.mediabtns:hover {
    background-color:white !important;
    border:1px solid white !important;
    color:black !important;
}
.closepopup {
    color:white;
    background-color:transparent;
    border:1px solid white;
    cursor:pointer;
    padding:3px;
    border-radius:5px;
}