/* 
  This affects all templates. 
  Only update this css file if intending to apply universal styling to all templates
 */

 li {
  position: static;
  opacity: 1;

 }

 seminar {
    position: static;   
    opacity: 1;
   
 }

 pass {
  position: static;
  opacity: 1;
  

 }

 .form-switch{
   position: fixed;
   top: 50px;
   right: 0px;
 }


  html {
    color-scheme: light dark;
  }

  /* Hide content briefly while theme loads */
  html:not([data-bs-theme]) body {
    visibility: hidden;
  }

  html[data-bs-theme] body {
    visibility: visible;
  } 

 