#burger-menu-toggle {
    position: absolute;
    top: 10px;
    left: 16px;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999;
  }
  
  #custom-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background: #f9f9f9;
    color: #222;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.5);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9998;
  }
  
  #custom-sidebar.show {
    transform: translateX(0);
  }
 
  #custom-sidebar ul {
    list-style: none;
    padding: 0;
    margin-top: 40px;
  }
  
  #custom-sidebar li {
    margin: 20px 0;
  }
  
  #custom-sidebar a {
    color: white;
    text-decoration: none;
    font-size: 16px;
  }
  
  #close-sidebar {
    background: none;
    border: none;
    font-size: 30px;
    color: #222;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  
  .hidden {
    display: none !important;
  }  

  #site-logo {
    margin-left: 40px;
  }

  #custom-sidebar .menu-section {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 5px;
    padding-left: 2px;
  }

  #custom-sidebar ul.submenu li {
    margin: 6px 0;
  }
  
  #custom-sidebar ul.submenu li a {
    font-size: 14px;
    color: #333;
    display: block;
    padding: 4px 2px;
    border-radius: 4px;
    transition: background 0.2s ease;
    padding: 2px 4px;
    line-height: 1.4;
  }
  
  #custom-sidebar ul.submenu li a:hover {
    background-color: #eaeaea;
    text-decoration: none;
  }
  
  #custom-sidebar ul.submenu li a.active {
    background-color: #cde4ff;
    font-weight: bold;
  }
  #custom-sidebar a.active {
    font-weight: bold;
    text-decoration: underline;
    background-color: #eee;
    border-radius: 4px;
  }  
  tr[style*="background-color"] td,
  tr[style*="background-color"] th {
    background-color: inherit !important;
  }
  tr[style*="background-color"] {
  background-image: none !important;
  background-color: inherit !important;
  }
.g-d-c, .g-all-c { display:flex; }
#column_1 { width: 30% !important; }
#column_2 { width: 30% !important; }
#column_3 { width: 40% !important; }