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; 
}

.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(93, 114, 93) 0%, rgb(74, 97, 79) 33%, rgba(0, 0, 0, 1) 100%);
  border-bottom: 1px solid #fff;
  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(93, 114, 93) 0%, rgb(74, 97, 79) 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: -3.9em;
  font-size: 0.66em;
}
#banR img {
  width:  5.82em;  /* Adjust size as needed */
  height: auto;
  margin: -0em 0.52em 0 0.36em; /* Spacing between logo and text */
}
#imgGizmo.scrolled {
  margin-top: -0.63em;
  width:4.36em
}

#subBanR{
  margin:3.1em 0 0 0.2em;
  font-size: 1.4em;
}

#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.3em;
  padding:0.7em;
  border: 1px solid #fff;
  box-shadow: 0 3px 10px #ffffffcc;
  background: linear-gradient(90deg, rgb(93, 114, 93) 0%, rgb(74, 97, 79) 66%, rgba(0, 0, 0, 1) 100%);
  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 30%;
  padding: 0 0;
  text-align: left;
}

.intro-text {
  display: block;
  margin: 0 0 1.5em;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  font-size: 1.5em;
  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: 60%;
 text-align:left;
}

#lastEntries, #column_right, #updateuser, #updateplaylist, #quickStart {
  flex: 1 1 60%;
  margin: 0 0 3em 3em;
  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 {
  cursor: pointer;
  color: #333;
}

.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:42em;
    left:30em;
    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: 3.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 : 3.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;
}

#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 {
    text-align: center;
    font-size:0.9em;
    margin: 4em 0 0 0;
    padding: 1em 0 3.0em 0;
    background: linear-gradient(90deg, rgb(93, 114, 93) 0%,rgb(74, 97, 79) 33% 33%, rgba(0,0,0,1) 100%);
    border-top: 1px solid #fff;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    z-index:777;
    transition: all 0.67s ease;
    opacity:1;
  }

  footer.scrolled {
    height:  0;
    opacity:0;

  }

  .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:18em; 
    overflow: hidden;
    border: 1px solid #fff; border-radius: 0.37em;  box-shadow: 0 4px 8px rgba(87, 90, 95, 0.8);
    
    background: url(../image/m7q8L.png) left top no-repeat, linear-gradient(270deg, rgba(41, 41, 41, 0.7) 0%,rgba(59, 59, 59, 0.82) 33%, rgba(107, 107, 107, 0.92) 100%);
  
  }


  .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: polygon(
    0% 0%, 100% 0%, 100% 75%, 95% 100%, 0% 100%, 0% 0%
  );
}
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;
}

@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(93, 114, 93) 0%, rgb(74, 97, 79) 66%, rgba(0, 0, 0, 1) 100%);      
      padding:1em;
      max-width: 80%;
      z-index: 777;
    }

    #usermng.scrolled {
      opacity:0;
    }

    #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;
    }

    footer{
      font-size: 0.77em;
    }

    #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;
    }
    #dev-inside{width:80%; }
    h3 { font-size: 0.9em }
  }

  
  .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);
}

.category-filter {
  max-width: 30em;
  padding: 1em;
  background: rgba(163, 161, 161,0.25);
  border-radius: 1em;
  box-shadow: 0 0 0.5em rgba(0,0,0,0.2);

}

.category-filter h3 {
  margin-bottom: 0.8em;
  font-weight: 600;
}

.cat-tag {
  background: #afaeae;
  padding: 0.4em 0.8em;
  margin: 0.3em;
  border-radius: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cat-tag:hover {
  background: #626e62;
  color: #fff;
  /*transform: translateY(-2px);*/
}

.subcat-container {
  margin-left: 1em;

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.4s ease;
}

.subcat-container.visible {
  max-height: 500px; /* enough to fit subcategories */
  margin-bottom: 1.56em;
  opacity: 1;
  transform: translateY(5px);
}
