@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@600&display=swap');

html { scroll-behavior: smooth; }

body {
  background: linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(211, 211, 211) 100%);
  background-size: cover;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  overflow-y: scroll;
  margin: 0;
  padding: 0; 
}
body {
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}


.dev-banner {
    position: fixed;
    top:45%;
    left: 0;
    width: 100%;
    z-index: 9999;

    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;

    background: linear-gradient(135deg, #738672aa 0%, #dcdcdc47 100%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);

    color: #333;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.8),
                 -1px -1px 2px rgba(0,0,0,0.2);
  }
#dev-inside { width:30%; margin:0 auto }
h3 { font-size: 1.2em }
.close-btn {
  position: absolute;
  right: 0.362em;
  top: 25.2%;
  transform: translateY(-50%);
  font-size: 1.1em;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
  user-select: none;
}
.close-btn:hover {
  color: #c00;
}

/* Header styling */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1em;
  background: linear-gradient(90deg, rgb(136, 155, 184) 0%, rgb(46, 69, 102) 33%, rgba(0, 0, 0, 1) 100%);
  /*border-bottom: 1px solid #fff;*/
  box-shadow: 1px 0 0.78em #363636;
  max-height: 6.7em;
  font-weight: bold;
  text-align: right;
  z-index: 999;
  /* Smooth transition */
  transition: all ease-in-out 0.3s;
}




.header.scrolled {
  padding: 0.5em; /* Reduced padding for thin appearance */
  max-height: 4em; /* Reduced height */
  font-size: 0.9em; /* Slightly smaller font */
  background: linear-gradient(90deg, rgb(80, 95, 112) 0%, rgb(30, 50, 75) 66%, rgba(0, 0, 0, 1) 100%);
}


#banR {
  margin: -3.7em 0 0 0; 
  display: flex;
  align-items: center;
  font-size: 0.85em;
  font-weight:bolder;
}
#banR.scrolled{
  margin-top: -4.185em;
  font-size: 0.66em;
}
#banR img {
  width:  5.82em;  /* Adjust size as needed */
  height: auto;
  margin: 0.6em 0.52em 0 0.36em; /* Spacing between logo and text */
}
#imgGizmo.scrolled {
  margin-top: 0em;
  width:4.36em
}

#subBanR{
  margin:3.1em 0 0 0.2em;
  font-size: 1.4em;
  color: #fff; 
  text-shadow: 0 0 5px #333;
}

#sharpSymbol{
  font-size: 1.11em;
}

a.plLink {
  text-decoration:none;
  color: #333;
}

/* Responsive styling */
@media (max-width: 768px) {
  .header {
      text-align: center;
      padding: 0.8em;
  }
  .header.scrolled {
      font-size: 0.8em;
  }
  #subBanR.scrolled{
      display:none;
  }
}

#offAnim  {
   
  left:0.5em;
}

#offAnimbtn,#headContactbtn {
  box-shadow: 0px 0px 2px #fff 
}

#offAnim.scrolled{
  left:0.2em;
 
}

#offAnimbtn.scrolled, #headContactbtn.scrolled{  

  box-shadow: 0px 1px 4px #335c7e
}

#headContact, #offAnim {
  position: absolute;
  top: 7em;
}
 
#headContact.scrolled, #offAnim.scrolled {
    top:4em;
}

#headContact{
  left: 7.67em;

}

#headContact.scrolled{
  left: 7.5em;
}

#usermng{
    position:absolute;
    top:0.6em;
    right:0;
    margin-top:0;
    text-align:right;
    float:right;
    min-width: 27em;
    min-height:5.7em;
}

#usermng.scrolled {
  
  margin:1em;
  border-radius:0.5em;
  padding:0.7em;
  /*border: 1px solid #fff;*/
  box-shadow: 0 3px 10px #ffffffcc;
  background: linear-gradient(90deg, rgb(80, 95, 112) 0%, rgb(30, 50, 75) 33%, rgba(0, 0, 0, 1) 100%);
  box-shadow: 0 0 0.5em #fff;
  font-size:1.11em;
}



#login{

  margin:0;
  padding:0;
  width:12em;

}

#glogin{  
  position: absolute;
  top:0;
  right:1em;
  margin:0;
  padding:0;

}

#glogin.scrolled{
  margin-top:1em;
}



#btnRegister, #btnRegisterOn, #btnCloseSession { 
  position: absolute;
  right:1em;
  margin:0;
  padding:0;
}

#btnRegister, #btnRegisterOn {
  top:3.67em; 
  width:12em;
}

#btnCloseSession{
  top:3.27em;
  width:18em;
}

.marginbt {
  margin-bottom:0.3em;
}

a.dropmenu:hover{
  text-decoration: none;
  background: #eee;
}

.smallerfont{
   font-size: 0.70em;
   padding: 0.47em 1em;
   border-radius: 1em;
   line-height:1em;
   height:2em;
   border-color: #fff;
   overflow: hidden;
}
.smallerfont:hover{
  border-color: #e0dd0f;
  text-shadow: 0px 0px 6px #fff;
}

.biggerfont{
   font-size: 1.33em;
   font-family: P911FILL;
}

.morepadding {
  padding: 0.7em;
}

#main {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 10em 0 0 0;
  padding: 0 0 0 0;
}

#main-center {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98%;
  max-width: 90em;
}

#signup {
    display:none;
    text-align: left;
    width: 30em;
}


/* Column Left */
#column_left {
  flex: 1 1 37%;
  padding: 0 0;
  text-align: left;
  margin-right:2em;
}

.intro-text {
  display: block;
  margin: 0 0 1.5em;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  font-size: 1.2em;
  font-style: oblique;
}

.spacer {
  height: 3em;
  transition: all 0.3s ease;
}

.spacer.scrolled {
  height:0;
}
.spacer.responsiveHeight{
  height:5em;
}
.p {
  margin: 0.5em 0;
}

.status-check {
  color: #008000;
  font-weight: bold;
}

#column_right, #updateuser, #updateplaylist{
 width: 40%;
 text-align:left;
}

#lastEntries, #column_right, #updateuser, #updateplaylist, #quickStart {
  flex: 1 1 56%;
  margin: 0 0 3em 0;
  padding: 0 1em;
}

#updateuser , #updateplaylist{
  padding: 0 3em 3em 3em;
  display:none;
}

.section-title, .div-section-title {
  display: block;
  margin-bottom: 1em;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  font-size: 1.5em;
  
}

.div-section-title {
 max-width: 23em;  
}

.btns-update-plst {
  	display: flex;
    flex-direction: row;
    gap: 1em; /* spacing between buttons */
    align-items: center;
}
.btns-update-plst > div {
	display: inline-block;
}

.colFolderHead,
.colFolder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  text-shadow: 1px 1px 1px #fff;
  padding:0.2em 0.4em 0.2em 0.4em;
}

.colFolderHead {
  font-weight: bold;
  background-color: #aaa;
}

.colFolder {
  background-color: #e9e9e9;
}

.folder-name {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333;  
  width: 100%;
  gap: 10px;
}

.folder-date {
  min-width: 10em;
}

.folder-display{
  cursor: pointer;
  margin-left:2.97em;
}

.spanFolderOrg {
  color: green;
  cursor: pointer;
  text-shadow: 1px 1px 1px #999;
}


/* Responsive Design */
@media (max-width: 768px) {
  #subBanR  {
    margin:-3.57em 0 0 -0.55em;
    
  }
  #main-center {
      flex-direction: column;
  }

  #column_left,
  #lastEntries,#column_right, #updateuser, #updateplaylist, #quickStart {
      flex: 1 1 100%;
      margin-bottom: 2em;
  }

  .section-title,
  .intro-text {
      text-align: center;
  }
}


#jssor_1 {
    position: absolute;
    top:37em;
    left:20em;
    padding:3em;
    font-size:0.8em; 
}
#jssor_1 > div div div {
  width: 300px!important;
}

.toFadeOut {
  transition: opacity 1s ease-in-out;
}

  h1,h2 {
    color: #fff;
    font-weight:600;
    font-size: 4.8em;
    
  }
  h1 { 
      text-align:left;
      float:left;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      line-height : 2.2em;
  }
  
  h2 {  
      text-align:right;
      float:left;
      font-size: 1.1em;
      text-shadow: 1px 1px #333;
      line-height : 2em;
      padding: 0.7em;
         
    }
  h3 {
    text-align:left;
  }
  @keyframes blink {
    50% {
      opacity: 0.0;
    }
  }
  .blink {
    animation: blink 1s step-start 0s infinite;
  }

  #nameIt, #uploadIt, #narrowDown {
    background:  rgb(255, 255, 255,0.7);
    width:100%;
    margin-bottom: 0.15em;
    border-radius: 0.30em;
  }

  #msg {
    display: block;
    top: 2em;
    width:100%;
    text-align:left;
  }

  .formstyle{
    background: #aaa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
    border-radius: 7px;
    color:#333;
  }

  .container {
    display: inline-block;
    border:1px solid #777;
    background: #aaa;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    width:50%;
    margin: 1em 0 0 0 ;
    
  }

  /*
  .editableCol,.editableColTitle, .col {  
    float:left;
    margin:0.2em; 
     
  }
  .editableCol{
    width:3em;
    background:#fff;
  }
  .editableColTitle{
    width:27em;
    background:#fff;
  }
  .col{
    width: 3em;
    
  }*/
/*
  .row {
    display: flex;
    margin-bottom: 8px;
    left:1em;
    text-align:left;
  }
  .row input {
    margin-right: 8px;
    text-align:left;
    
  }
  .col {
    display:contents;
    text-align: left;
    
  }

  .editableInputMin{
    width: 2em;
    margin-left: 0.7em;
  }
  .editableInputSec{
    width: 2em;
  }
 
  .editableInputTitle{
    width:17em;
  }
*/

.row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.4em;
  flex-wrap: wrap;
}

.labelRow {
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}

.col {
  flex: 1;
  min-width: 2em;
}

.numberCol {
  width: 3em;
  flex: 0 0 auto;
}

.minCol,
.secCol {
  width: 5em;
  flex: 0 0 auto;
}

.titleCol {
  flex: 2 1 6em;
}

.deleteCol {
  width: 3em;
  flex: 0 0 auto;
  text-align: center;
}

input.editableInputMin,
input.editableInputSec {
  width: 2.5em;
}

input.editableInputTitle {  
  min-width: 6em;
}

@media (min-width: 600px) {
  .row {
    gap: 1em;
  }

  input.editableInputTitle {
    min-width: 6em;
  }

  .titleCol {
    min-width: 7em;
  }
}


  .colFolder {
    float:left;
    width:100%;
    background: linear-gradient(90deg, rgba(30,30,30,0.15) 0% ,  rgb(255, 255, 255,0.7)  100%);
    margin-bottom:0.07em;
    padding: 0 0.3em;
  }
  .colFolderHead{
    float:left;
    width:100%;
    background: linear-gradient(90deg, rgba(30,30,30,0.45) 0% ,  rgb(150, 150, 150,0.45)  100%);
    margin-bottom:0.07em;
    
  }

  .spanFolder, .spanFolderRed, .spanFolderOrg{
 
    text-shadow: 1px 1px 1px #333;
    cursor:pointer;
  }

  .spanFolder {
    color:#f3ea0d;
  }

  .spanFolderTitle{
    color:#333;
    margin-left:4.85em;
  }

  .spanFolderRed{
    color:#c46363; 
  }

  .spanFolderOrg{
    color:#cfab07; 
  }

  
  .box {
    position:absolute;
    display:none;
    margin-top: -4.2em;
    margin-left: 17.5em;
    z-index:666;
  }

#spinnerContainerUpdate.box {
  position:absolute;
  display:none;
  margin-top: 0em;
  margin-left: 0em;
  z-index:666;
  }

  @keyframes spinner {
    to {
      transform: rotate(360deg);
    }
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position:absolute;
    top:0.7em;
    left:10em;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 0.1em solid #333;
    border-right: 0.1em solid transparent;
    box-shadow: 1px 1px 1px 1px #ccc;
    animation: spinner 0.6s linear infinite;
    z-index: 777;
  }

  .allEvents {
    pointer-events: all;
    opacity: 1;
  }

  .noEvents {
    pointer-events: none;
    opacity: 0.3;
  }

  #div-to-display{
   
    position:absolute;
    top:-7.7em;
    right:12em;
    width:25em;
    height:7em;
    padding: 0.8em;
    z-index:99999;
    opacity:0;
    background: #fff;
    border-radius: 1em;
    border:0.2em solid #333;
    -webkit-box-shadow: 2px 4px 6px 2px #777; 
    box-shadow: 2px 4px 6px 2px #777;
    text-align: left;
    overflow-y:scroll;
    font-size: 0.9em;
    font-family: monospace;
}

#lastEntries, #column_right, #updateuser, #updateplaylist, #quickStart {
    width:100%;
    text-align:left;
}

#contact-main {
  font-size: 0.87em;      
}

#contact-main label {
   margin-bottom:-0.03em;
}
/*
footer {
  margin-top: 4em;
  padding: 1em;
  background: linear-gradient(90deg, #7a8799, #2e4566, #000);
  color: white;
  text-align: center;
  font-size: 0.9em;
  border-top: 1px solid #fff;

}*/

footer {
    font-size: 0.9em;
    margin: 4em 0 0 0;
    padding: 0;
    background: linear-gradient(90deg, rgb(122, 135, 153) 0%, rgb(46, 69, 102) 33%, rgba(0,0,0,1) 100%);
    border-top: 1px solid #6c7a89;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.5);
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    z-index: 777;
    transition: all 0.67s ease;
    opacity: 1;
    overflow: hidden;
    max-height: 600px; /* Increased slightly for dynamic content */
}

footer.scrolled {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
}

.footer-map {
    display: flex;
    justify-content: center;
    gap: 4em;
    padding: 3em 2em 2em 2em;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    flex-wrap: wrap; /* Allows wrapping if many DB columns exist */
}

.footer-col {
    display: flex;
    flex-direction: column;
    min-width: 160px;
}

/* Headers */
.footer-col h4 {
    margin: 0 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85em;
    color: #aebfd6;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 0.5em;
    font-weight: 600;
}

/* Standard Links */
.footer-col a {
    color: #dbe4ef;
    text-decoration: none;
    margin-bottom: 0.6em;
    font-size: 0.95em;
    transition: color 0.2s, padding-left 0.2s;
    display: block;
}

.footer-col a:hover {
    color: #fff;
    padding-left: 5px;
    text-shadow: 0 0 5px rgba(255,255,255,0.4);
}

/* Styling for Standalone Level 1 Links (like the Package) */
.standalone-link {
    font-weight: 700;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    margin-top: 1.5em;
    background: rgba(255,255,255,0.05);
}
.standalone-link:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    padding-left: 10px !important; /* Override standard hover slide */
}

.footer-copy {
    text-align: center;
    padding: 1.5em 0;
    background: rgba(0,0,0,0.2);
    font-size: 0.85em;
    color: #8fa0b5;
    border-top: 1px solid rgba(255,255,255,0.05);
}

  .onetwo {
    padding: 0 0.2em 1.3em 0;
    /*text-shadow: rgb(155, 153, 122) 1px 0px 0px, rgb(155, 153, 122) 0.540302px 0.841471px 0px, rgb(155, 153, 122) -0.416147px 0.909297px 0px, rgb(155, 153, 122) -0.989993px 0.14112px 0px, rgb(155, 153, 122) -0.653644px -0.756803px 0px, rgb(155, 153, 122) 0.283662px -0.958924px 0px, rgb(155, 153, 122) 0.96017px -0.279416px 0px;*/
    color:#fff;
  }

  .wincmd {
    padding: 2.4em 0.7em;
    width: 32em; height:19em; 
    overflow: hidden;
    border: 1px solid #fff; border-radius: 0.37em;  box-shadow: 0 4px 8px rgba(87, 90, 95, 0.8);
    
    background: url(https://sonicsyncast.net/src_gizmix/image/m7q8L.png) left top no-repeat, linear-gradient(270deg, rgba(46, 69, 102,0.7) 0%,rgba(46, 69, 102,0.82) 33%, rgba(46, 69, 102,0.92) 100%);
  
  }

  .tabs {
  display: flex;
  gap: 0.3em;
  margin-bottom: 0.6em;
  }

  .tab {
    flex: 1;
    background: rgba(0,0,0,0.4);
    border: 1px solid #aaa;
    color: #ddd;
    padding: 0.3em;
    cursor: pointer;
    font-size: 0.85em;
    transition: 0.2s;
  }

  .tab:hover {
    background: rgba(255,255,255,0.1);
  }

  .tab.active {
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-bottom: 1px solid transparent;
  }

  .tabcontent {
    display: none;
    animation: fadeIn 0.2s ease;
  }

  .tabcontent.active {
    display: block;
  }

.tabcontent p {
  padding: 0.35em 0.4em;
  border-left: 2px solid transparent;
  transition: 0.2s;
}

.tabcontent p:hover {
  border-left: 2px solid #fff;
  background: rgba(255,255,255,0.06);
}

  #customSelect {
    width: 100%;
    margin: 0.5em 0;
    background: #111;
    color: #fff;
    border: 1px solid #555;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }


  .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group input:focus {
    outline: none;
    border-color:rgb(50, 73, 97);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.form-actions {
    display: flex;
    justify-content: flex-end;
}

.form-actions button {
    background-color:rgb(50, 73, 97);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.form-actions button:hover {
    background-color:rgb(50, 73, 97);
}

.form-header {
    margin-bottom: 20px;
    text-align: center;
}



button.deleteRow{
  padding: 0;
  margin: 0 0 0 0.7em;
}

#simpleformcontact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  margin: 0;
  
}
.containersimpleform {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.form-wrapper {
  max-width: 500px;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.form-elements input, 
.form-elements textarea, 
.form-elements button {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-elements button {
  background: rgb(50, 73, 97);
  color: white;
  cursor: pointer;
}
.form-elements button:hover {
  background: rgb(30, 50, 75);
}
.captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.captcha img {
  margin-left: 10px;
  cursor: pointer;
}

#contact, #source {
  cursor: pointer;
}

#contact-main { width:100%; text-align: center; margin: 2em 0 3em 0; }
#contact-main-center { width: 40em; margin: 0 auto; text-align: left; }

#success_message, .success { border: 1px solid #000; width: 550px; text-align: left; padding: 10px 7px; background: #33ff33; color: #000; font-weight: bold; font-size: 1.2em; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
fieldset { width: 90%; }
legend { font-size: 24px; }
.note { font-size: 18px; }
form label { display: block; font-weight: bold; }
#captcha_error, .error { font-weight: bold; color: #f00; margin-top: 10px; }

#bannerexample { width:100%; text-align: center; margin:3em 0 7em 0 }
#bannerexamplecenter {  margin: 0 auto; }
#imgGizmo {
  width: 30%;
}

#library { border:1px solid #333; border-radius:0.7em; background: #fff;}
.tree { list-style: none; padding-left: 20px; }
.tree li { cursor: pointer; transition: all 0.3s ease-in-out; margin:0.7em;}
.tree li:hover { color: #007bff; transform: scale(1.05); }
.hidden { display: none; }
.sort-buttons { margin-bottom: 10px; }
.username { font-weight: bold; cursor: pointer; }
.playlist-list { margin-left: 20px; }

nav .mainmenu {
  
  padding: 0.5em;
  position: relative;
  text-align: left;
  border-radius:0;
  
}
.menu-toggle {
  position:absolute;
  display: block;
  cursor: pointer;
  padding: 0.42em;
  margin-bottom:-3.7em;
  background: #33333377;
  border: none;
  color: white;
  font-size: 0.64em;
  text-align: center;
  border-radius: 0.2em;
  border-color:#fff;
  box-shadow: 0 0 0.3em #fff;
  z-index: 1000;
}
.menu-toggle:active {
  position:relative;
  top:1px
}
.menu-toggle div {
  width: 2em;
  height: 0.2em;
  background: white;
  margin: 0.37em 0;
  border-radius: 0.1em;
}
#menubody {
  position:absolute;    
  z-index:999;
  border-radius: 0;
  overflow: hidden;
  clip-path: polygon(
    0% 0%, 100% 0%, 100% 95%, 95% 100%, 0% 100%, 0% 0%
  );
}
ul {
  margin-top: 7em;
  list-style: none;
  padding: 0em;
  margin: 0;
  display: none;
  background: #22222277;
  width: 20em;
  border-radius: 0;
  color: #fff;
  text-align: left;
  z-index:999;
}
.menu li { 
  padding: 1em;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  z-index:999;
}
.menu {
 z-index:999;
}
.menu.hoverbg li:hover {
  background:rgba(30, 50, 75, 0.7);
  clip-path: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; /* Ensures vertical layout */  
}

.menu li, .submenu li {
  display: block; /* Forces list items to stack */
  width: 100%; /* Ensures full width for clickable area */
}
.menu, .submenu {
  display: flex;
  flex-direction: column;
}

.submenu {
  display: none;
  background: #33333377;
  width: calc(100% - 2em);
  margin-left: 1em;
  margin-top: 0.5em;
  border-radius: 0;
}
.submenu li {
  padding: 0.8em;
  border-bottom: 1px solid #777;
  border-radius: 0;
}

.submenu li:hover {
  background: #888;
}
.arrow {
  float: right;
  padding: 0 0.3em;
}
a.linkmenu {
  text-decoration:none;
  color: #fff;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.arrow.rotated {
  transform: rotate(90deg);
}

#playlistContent {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    gap: 0.22em;
    width:100%;
  }

.colFolder {
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: relative;
}

#usermngplayer {
    border-radius:0.3em;      
    box-shadow: 0 4px 8px rgba(122, 135, 153, 0.8);
    background: linear-gradient(90deg, rgb(80, 95, 112) 0%, rgb(30, 50, 75) 33%, rgba(0, 0, 0, 1) 100%);      
    padding:1em;
    z-index: 777;
}




/* NEW FEBRUARY 2026 */
#playlistBox{

  max-height:30em;
  overflow-y:auto;
  border:1px solid #333;
  padding:10px;
  background:#111111aa;
  color:#eee;
}

.group{
  margin-bottom:20px;
  padding:0.4em;
}

.groupTitle{
  font-size:1.2em;
  margin:10px 0;
  color:#8ecaff;
}

.container-waveform-controls{
  background: #333333aa;
  border-radius:0 0 0.5em 0.5em;
  margin: 15px 0 30px 0;
}


#waveContainer{
  border: 1px dotted #33333377;
  background: #ffffff33;
}


#trackInfo{
  color:#fff;
  font-size:0.95em;
  cursor: pointer;
  border-bottom: 1px solid white;
  background: linear-gradient(270deg, rgb(122, 135, 153) 0%, rgb(46, 69, 102) 33%, rgba(0, 0, 0, 1) 100%);
  border-top: none;
  padding-left:0.3em;
}

a.goplayer{
  text-decoration:none;
  color: #fff;

}

.play{
  padding:6px;
  border-bottom:1px solid #222;
  cursor:pointer;
  
}

.playlist-stack {
    display: grid;
    grid-template-areas: "stack";
    /* Optional: ensures the container fits the content */
    align-items: start; 
}


#StaticList, 
#DynamicList {
    grid-area: stack;
    /* The Animation Magic: 0.7s fade */
    transition: opacity 0.7s ease-in-out, visibility 0.7s;
    width: 100%; /* Ensure they fill the width */
}

.ListShown {
    opacity: 1;
    visibility: visible;
    z-index: 2; /* Brings active list to front */
    pointer-events: auto; /* Enables clicking */
}

/* 4. State: Hidden */
.ListFaded {
    opacity: 0;
    visibility: hidden; /* Hides it from screen readers/tabs after fade */
    z-index: 1;
    pointer-events: none; /* Prevents clicking links in the invisible list */
}

#HinLine{  
  display:flex;
  align-items:center;
}

#doNewPL{
  margin-left:auto;
}
#WhatsInTitle{margin-top:0.6em}

.slider {
  width: 120px;
  accent-color:#373737;
}
    

.volume {
  -webkit-appearance: none;
  appearance: inherit;
  margin-top: 0.7em;
  width: 9.2em;
  height: 0.45em;
  background: linear-gradient(
    to right,
    #fff 0%,
    #fff 100%,
    rgba(255,255,255,0.2) 100%
  );
  border-radius: 1em;
  cursor: pointer;
  border:0.091em dotted #fff;
  box-shadow: 0.07em 0.07em 0.38em #464646ff;
}

.volume:active {
   box-shadow: 0.07em 0.07em 0.9em #fff;
}

/* WebKit thumb */
.volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0.9em;
  height: 0.9em;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1.1em rgb(253, 253, 253);
  transition: transform 0.15s ease;
}

.volume:hover::-webkit-slider-thumb {
  transform: scale(1.2);
}

/* Firefox */
.volume::-moz-range-thumb {
  width: 0.9em;
  height: 0.9em;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1.1em rgb(253, 253, 253);
  border: none;
}

.volume::-moz-range-thumb:active {
  box-shadow: 0 0 1.1em rgb(227, 247, 54);
}

.volume::-webkit-slider-thumb:active {
  box-shadow: 0 0 1.1em rgb(227, 247, 54);
}

/* Volume Group Container */
.volume-container {
    display: flex;             /* Enables Flexbox for the sub-group */
    align-items: center;       /* Vertically centers icon and slider */
    gap: 0.5rem;               /* Space between Speaker Icon and Slider */
}

#speakerIcon {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s;
}



#speakerIcon.muted::after {
  content: "✖";
  position: absolute;
  top: 0.7em;
  right: 0.4em;
  font-size: 0.7em;
  color: #f3ea0d;
  text-shadow: 0 0 0.07em #333;
  transform: translate(50%, -50%);
}

/* Button Styling (Refinement) */
.buttonplaypause {
    font-size: 0.9em;
    cursor: pointer;
    padding: 0.4em 0.8em;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f0f0f0;
    transition: background-color 0.2s;
    /* Prevents button from squishing if space is low */
    flex-shrink: 0; 
}

.buttonplaypause:hover {
    background-color: #e0e0e0;
}

/* Speaker Icon Styling */
.speaker {
    font-size: 1.5em;
    cursor: pointer;
    /* Fixes alignment issues with emojis/icons sometimes sitting high */
    line-height: 1; 
    user-select: none;
}

/* Range Slider Styling */
.slider {
    cursor: pointer;
    /* Vertically align middle to ensure it sits on the flex line */
    vertical-align: middle; 
    margin: 0; /* Resets browser default margins */
    width: 100px; /* Set a specific width or use flex-grow */
}

.speakerIcon {
  box-shadow: 0 0 0.2em #333;
  text-shadow: 0 0 0.1em #d0e22c;
  background: #233c5e;
}
.folder-name:active {
  position:relative;
  top:0.1em;
}


@media (min-width: 100px) {
  .menu-toggle { display: block; }
  .menu { display: none; }
}

@media (max-width: 600px) {
    .modal-content {
        padding: 15px;
    }
    ul {
      background: #555555ee;
    }
 
}

@media screen and (max-width: 500px) {

  body {
    max-width: 450px;
  }
  .wincmd {    
    width: 28em; height:15em;
    background-size: calc(100%); 
    margin-bottom: 10em;
  }

  #usermng {
    font-size:0.92em;
    position:absolute;
    right:0;
  }

}

  @media screen and (max-width: 1000px) {

  
    
    #banR  {       
      font-size:0.82em;       
    }

    #offAnim { 
      top:7.5em;    
      left:0.1em;
      font-size:0.9em;
    }

    #column_left {
      width: 100%;
    }

    #leftinside {
      display: none;
    }

    #glogin{ 
        top:1em;    
        right:1em;
    }
    
    #btnRegister, #btnRegisterOn, #btnCloseSession {    
        right:1em;
    }

    #btnRegister, #btnRegisterOn {
      top:4.65em;
   }

    #btnCloseSession {
      top:3.2em;
    }

    #usermng {
      position:absolute;
      top: 7.5em;
      float:left;
      right:0.6em;
      border-radius:0.3em;      
      box-shadow: 0 4px 8px rgba(122, 135, 153, 0.8);
      background: linear-gradient(90deg, rgb(80, 95, 112) 0%, rgb(30, 50, 75) 33%, rgba(0, 0, 0, 1) 100%);      
      padding:1em;
      max-width: 80%;
      z-index: 777;
    }

    #usermng.scrolled {
      opacity:0;
      left: 100em;
    }

    #main {
      font-size: 0.77em;      
      margin-top:16em;
    }

    #main-center {
      margin: 0;
      padding: 0 1.9em;      
      width:98%;
    }
    
    #lastEntries,#column_right, #updateuser, #updateplaylist, #quickStart {
      top: 7em;
    }

    .sepHidden{
      display:none;
    }

    .spacer.responsiveHeight{
      height:0;
    }



    #jssor_1 {
      top: 49em;
      left: 10em;  
    }

    .lessradius{
      border-radius:0.44em;
    }

    #contact-main {
      font-size: 0.7em;
      margin: 2em 0;      
    }
    #contact-main-center {
    padding: 0 2.9em;
    margin: 0;
    width:98%;
    }

    #contact-main label {
       margin-bottom:-0.15em;
    }
    #subBanR {
      display:none;
    }
    #imgGizmo {
      width: 50%;
    }

    #div-to-display {
      position:absolute;
      top:100em;
    }
    .col { min-width: none;}
    #rightside{
      margin-top:1em;
    }
  }

  @media screen and (max-width: 800px) {
   .footer-map {
      flex-direction: column;
      gap: 2em;
      text-align: center;
   }
}

  
  .colFolderHead, .colFolder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 1px 0;
    padding: 0.3em 0.7em;
    border-radius: 3px;
  }
  
  .actions {
    display: flex;
    align-items: center;
  }
  
  .colFolder {
    overflow: visible;
  }


/* Style for the playlist container */
.colFolder {
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

.colFolder:first-of-type {
  margin-top: 0.22em; /* optional: give first one extra space from .colFolderHead */
}

.colFolder:hover {
  background-color: #e9ecef;
}

#div-to-display.show {
    visibility: visible;
    opacity: 1;
}

#div-to-display .header-disp {
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 0.9;
    text-align: left;
}


#div-to-display .content {
    font-size: 0.9em;
    line-height: 1.1;
}

#div-to-display .visits {
    font-size: 0.8em;
    line-height: 1.8;
    float: right;
}

#div-to-display .scrollable {
    max-height: 200px;
    overflow-y: scroll;
    
}

.toHoverClickTarget {
  font-size:0.7em;
  font-style: oblique;
  left:0;
  cursor: pointer;
}

#closeDisp {
    cursor: pointer;
    font-size: 0.9em;  /* Adjust size as needed */
    color: #999;  /* Adjust color as needed */
    position: absolute;
    top: 0.3em;
    right: 0.3em;
}

#closeDisp:hover {
    color: #f3ea0d;  /* Change color on hover for better interactivity */
}


.buttonone {
  font-size: 1em;
  background: linear-gradient(to bottom, #777, #373737);
  color: #fff;
  padding: 0.75em 2em;
  border: none;
  border-radius: var(--border-radius);
  box-shadow: 0 0 0.5em #aaa;
  transition: var(--transition-fast);
}

.buttonone:active {
  position:relative;
  top:1px;
}

.buttonone:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #999, #333);
  box-shadow: 0 0 0.75em #fff;
}

.buttonone::after{
  background:linear-gradient(to bottom, #777, #222);
}




.flegacy-container {
  display: flex;
  gap: 0.3em; /* More spacing for a natural look */
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.flegacy-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.1em;
  user-select: none;
}

.flegacy-checkbox input {
  display: none;  /*hide native checkbox */
}

.checkmark { 
  display: inline-block;
  width: 0.79em;
  height: 0.79em;
  margin: 0 0.37em;
  border: 0.07em solid #4d5058; /* customizable border width and color */
  border-radius: 0.15em;
  transition: border-color 0.3s, background-color 0.3s;
}

.flegacy-checkbox input:checked + .checkmark {
  background-color: #0f4f8a77;    /* filled color when checked */
  border-color:     #0f4f8a;     /* border color when checked */
}

.platformTip {
    margin: 2em auto;
    padding: 1.2em 1.6em;
    max-width: 60em;
    background: rgba(255,255,255,0.34);
    border-left: 0.4em solid #7c8d94;
    border-radius: 0.6em;
}

.platformTip a {
    margin-left: 0.5em;
    font-weight: bold;
}

.collaboratorCTA {
    margin: 2em auto;
    padding: 1.2em 1.6em;
    max-width: 60em;
    background: rgba(255,255,255,0.34);
    border-left: 0.4em solid #7c8d94;
    border-radius: 0.6em;
}

.collaboratorCTA a {
    font-weight: bold;
    text-decoration: underline;
}



/* POP UP LINKS FOOTER */
.giz-popup {
    position: fixed;
    z-index: 9999;
    background: #1a1d23;
    border: 1px solid #4a5a6a;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
    border-radius: 8px;
    overflow: hidden;
    
    /* Start State: Hidden and tiny */
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
    transition: 
        opacity 0.4s ease, 
        transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), /* Bouncy effect */
        top 0.5s ease, 
        left 0.5s ease, 
        width 0.5s ease, 
        height 0.5s ease;
    
    display: flex;
    flex-direction: column;
}

/* Active State */
.giz-popup.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

/* Header Bar */
.giz-popup-header {
    background: linear-gradient(90deg, #2c3e50, #000);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #333;
    user-select: none;
    position: relative;
}

.giz-popup-title {
    color: #aebfd6;
    font-size: 0.8rem;
    font-family: monospace;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}

/* Red X Button */
.giz-popup-close {
    background: #c0392b;
    color: white;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.giz-popup-close:hover {
    background: #e74c3c;
    box-shadow: 0 0 8px #e74c3c;
}

/* 60 Second Timer Bar */
.giz-timer-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
}

#gizTimerProgress {
    height: 100%;
    width: 100%;
    background: #27ae60;
    transition: width 1s linear;
}

/* Iframe Body */
.giz-popup-body {
    flex: 1;
    background: #000;
    position: relative;
}

#gizFrame {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff; /* White background for the doc pages */
}

.fsupport-container {
  display: flex;
  gap: 0.3em; /* More spacing for a natural look */
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.fsupport-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.1em;
  user-select: none;
}

.fsupport-checkbox input {
  display: none;  /*hide native checkbox */
}

.fsupportcheckmark { 
  display: inline-block;
  width: 0.79em;
  height: 0.79em;
  margin: 0 0.37em;
  border: 0.07em solid #4d5058; /* customizable border width and color */
  border-radius: 0.15em;
  transition: border-color 0.3s, background-color 0.3s;
}

.fsupport-checkbox input:checked + .fsupportcheckmark {
  background-color: #0f4f8a77;    /* filled color when checked */
  border-color:     #0f4f8a;     /* border color when checked */
}

.tag-group {
  margin-left: auto;
  display: inline-flex;
  gap: 4px;
  cursor: default;
  margin-right: 1.73em;
}

.tag-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #333 
}

/* subtle hover feedback */
.tag-group:hover .tag-dot {
  transform: scale(1.15);
  transition: transform 0.15s ease;
}


/* ───────── TOOLTIP ───────── */
.gm-tooltip {
  position: absolute;
  background: rgba(20,20,25,0.95);
  color: #eee;
  padding: 0.35em 0.6em;
  font-size: 0.75em;
  border-radius: 4px;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
  transform: translate(-50%, -120%);
  opacity: 0;
  transition: opacity 0.15s ease;
}

.gm-tooltip.visible {
  opacity: 1;
}

/* ───────── MICRO FEEDBACK ───────── */
.gm-flash {
  position: fixed;
  bottom: 2em;
  right: 2em;
  background: #222;
  color: #fff;
  padding: 0.6em 1em;
  border-radius: 6px;
  font-size: 0.8em;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 9999;
}

.gm-flash.show {
  opacity: 1;
  transform: translateY(0);
}

/* subtle hint */
.gm-inline-hint {
  font-size: 0.75em;
  color: #777;
  margin-top: 0.3em;
}




/* GIZMODES EXPL */

/* ──────────────────────────────────────────────
   GIZMODES EXPL · refined compact edition
────────────────────────────────────────────── */

.gizways-wrap{
	padding:0.2em 0 0.4em 0;
}

/* title */

.gizways-title{
	font-size:1.05rem;
	font-weight:400;
	color:#444;
	margin:0 0 0.55em 0;

	letter-spacing:-0.015em;
}

/* list */

.gizways{
	list-style:none;
	margin:0;
	padding:0;

	display:flex;
	flex-direction:column;
	gap:0.32em;
}

/* row */

.gizway{
	position:relative;
	overflow:hidden;

	border-radius:0px;
}

/* animated wash */

.gizway::before{
	content:'';

	position:absolute;
	inset:0;

	width:0%;

	background:
	linear-gradient(
		90deg,
		rgba(120,120,255,.055),
		rgba(255,0,180,.035)
	);

	transition:
		width .28s ease;

	pointer-events:none;
}

.gizway:hover::before{
	width:100%;
}

/* link row */

.gizway a{
	display:flex;
	align-items:center;
	gap:0.75em;

	padding:0.72em 0.9em;

	text-decoration:none;
	color:#d6d6d6;

	background:rgba(10,10,10,.56);

	border-left:2px solid rgba(90,90,90,.22);

	backdrop-filter:blur(2px);

  cursor: pointer;

	transition:
		transform .14s ease,
		background .18s ease,
		border-color .18s ease;
}

/* movement */

.gizway:hover a{
	transform:translateX(4px);

	background:rgba(46, 52, 65, 0.98);

	border-left-color:#7f5cff88;
}

/* icon */

.gizicon{
	font-size:1.08rem;

	opacity:.82;

	flex-shrink:0;

	transform:translateX(0);

	transition:
		transform .18s ease,
		opacity .18s ease;
}

.gizway:hover .gizicon{
	transform:translateX(2px);
	opacity:1;
}

/* text */

.gizcontent{
	display:flex;
	flex-direction:column;
	gap:0.08em;

	flex:1;

	min-width:0;
}

.giztitle{
	font-size:0.93rem;
	font-weight:500;

	color:#f0f0f0;

	letter-spacing:-0.01em;
}

.gizdesc{
	font-size:0.79rem;
	line-height:1.3;

	color:#989898;
}

/* action */

.gizgo{
	font-size:0.78rem;

	color:#8aa8ff;

	opacity:0;

	transform:
		translateX(-8px);

	white-space:nowrap;

	transition:
		opacity .16s ease,
		transform .16s ease;
}

.gizway:hover .gizgo{
	opacity:.9;

	transform:
		translateX(0);
}

/* premium */

.gizway.premium a{
	border-left-color:rgba(255,79,216,.35);
}

.gizway.premium:hover a{
	border-left-color:rgba(255,122,230,.65);
}

.gizway.premium .giztitle{
	color:#ffe3f7;
}

/* subtle separator glow */

.gizway::after{
	content:'';

	position:absolute;
	left:0;
	bottom:0;

	width:100%;
	height:1px;

	background:
	linear-gradient(
		90deg,
		transparent,
		rgba(255,255,255,.045),
		transparent
	);

	opacity:.7;
}

/* mobile */

@media screen and (max-width:768px){

	.gizway a{
		padding:0.7em 0.8em;
		gap:0.65em;
	}

	.gizgo{
		display:none;
	}

	.gizdesc{
		font-size:0.77rem;
		line-height:1.28;
	}

	.giztitle{
		font-size:0.9rem;
	}
}



#waveWorkspace{
    position:relative;
    margin:1em 0;
}

.wave-loading{
    position:absolute;
    inset:0;
    background:rgba(20,20,20,0.88);

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:1em;

    z-index:50;

    color:#ddd;
    font-size:0.95rem;
}

.wave-spinner{
    width:52px;
    height:52px;

    border:4px solid #444;
    border-top:4px solid #00cc66;

    border-radius:50%;

    animation:waveSpin 1s linear infinite;
}

@keyframes waveSpin{
    from{ transform:rotate(0deg); }
    to{ transform:rotate(360deg); }
}

.wave-loading-text{
    letter-spacing:0.03em;
}

.captureMode #waveformBuild{
    outline:2px solid #00cc66;
    cursor:crosshair;
}