/*
 ©Copyright 2026 MetaDJ.live - Proprietary and Confidential
*/

body {
   background: #000000;
   background-image: radial-gradient(darkgray, black);
}

.container {
   position: absolute;
   height: 495pt;
   width: 290pt;
   margin: auto;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #000000;
   border-radius: 10px;
   box-shadow: 0 0 10px #000000;
   border: 3px double #707070;
   z-index: 5;
}

.box1 {
   position: absolute;
   height: 12%;
   width: 100%;
   top: 0;
   background-color: rgb(90, 90, 90);
   box-shadow: 4px 4px 4px darkgrey inset;
}

.title {
   position: absolute;
   top: 4%;
   color: black;
   text-shadow: 0 0 2px #ffffff, 0 0 4px #ffffff, 0px 0px 6px #ffffff,  0px 0px 8px #ffffff;
   font-family: Verdana, sans-serif;
   font-weight: bold;
   font-size: 18px;
   z-index: 6;
}

.subtitle {
   position: absolute;
   top: 8%;
   color: #000000;
   text-shadow: 0 0 2px #ffffff, 0 0 4px #ffffff, 0px 0px 6px #ffffff,  0px 0px 8px #ffffff;
   font-family: Verdana, sans-serif;
   font-weight: bold;
   font-size: 16px;
   z-index: 6;
}

#left-menu-overlay, #right-menu-overlay {
   position: absolute;
   flex-direction: column;
   height: 12pt;
   top: 5px;
   cursor: pointer;
   overflow-y: hidden;
   overflow-x: hidden;
   border:2px solid #444444;
   border-radius: 10px;
   background-color: rgb(90,90,90); 
   z-index: 7;
}
#left-menu-overlay {
   left: 4px;
}
#right-menu-overlay {
   right: 4px;
}

.menu-content {
   color: black;
   font-family: Verdana, sans-serif;
   font-weight: bold;
   font-size: 12px;
   text-shadow: 0 0 3px #ffffff, 0 0 4px #ffffff, 0px 0px 5px #ffffff,  0px 0px 6px #ffffff;
   z-index: 8;
}
.menu-content a {
   cursor: pointer;
   color: white;
   font-family: Verdana, sans-serif;
   text-shadow: 0 0 3px #000000, 0 0 4px #000000, 0px 0px 5px #000000,  0px 0px 6px #000000;
   text-decoration: none;
   font-weight: bold;
   z-index: 8;
}
.menu-content a:hover {
   color: black;
   text-shadow: 0 0 3px #ffffff, 0 0 4px #ffffff, 0px 0px 5px #ffffff,  0px 0px 6px #ffffff;
}

#overlay {
   position: absolute;
   display: block;
   height: 406pt;
   width: 290pt;
   top: 79px;
   left: 0;
   cursor: pointer;
   overflow-y: hidden;
   overflow-x: hidden;
   background-color: rgb(50, 50, 50); 
   z-index: 5;
}

.content {
   position: absolute;
   display: block;
   height: 405pt;
   width: 290pt;
   top: 1px;
   left: 0;
   cursor: pointer;
   scrollbar-width: thin;
   scrollbar-color: gray darkgrey;
   overflow-y: scroll;
   overflow-x: hidden;
   background-color: rgba(0,0,0,0); 
   color: #ffffff;
   text-shadow: 0 0 2px #ffffff, 0 0 4px #ffffff, 0px 0px 6px #ffffff,  0px 0px 8px #ffffff;
   font-family: Verdana, sans-serif;
   font-weight: normal;
   font-size: 11px;
   z-index: 5;
}

.box2 {
   position: absolute;
   height: 6%;
   width: 100%;
   bottom: 0;
   background-color: rgb(90, 90, 90);
   box-shadow: 4px 4px 4px darkgrey inset;
   color: white;
   font-size: 12px;
   font-weight: bold;
   a:hover {cursor: pointer;}
}

.footer {
   position: absolute;
   height: 4.5%;
   width: 100%;
   bottom: 2px;
   left: 1px;
   overflow-y: hidden;
   overflow-x: hidden;
   color: darkgray;
   font-size: 11px;
   font-weight: normal;
   text-align: center;
   text-shadow: 2px 2px 4px #000000, 1px 1px 2px #000000;
   z-index: 6;
}
