    /* Style the sidenav links and the dropdown button */
    /* .sidenav a, .dropdown-btn */ 
    .dropdown-btn 
      {
      padding: 6px 8px 6px 16px;
      text-decoration: none;
      /* font-size: 20px; */
      /*font-size: 25px;*/
      /* color: #818181; */
      color: red; /*kenap tdk pengaruh ke dropdown-btn, krn masuk cache*/
      display: block;
      border: none;
      background: none;
      width: 100%;
      text-align: left;
      cursor: pointer;
      outline: none;
      }

    /* Add an active class to the active dropdown button */
    .active01 
      {
      background-color: green;
      color: white;
      }
    
    /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
    .dropdown-container 
      {
      display: none;
      background-color: #262626;
      padding-left: 8px;
      }
    
    /* Optional: Style the caret down icon */
    .fa-caret-down 
      {
      float: right;
      padding-right: 8px;
      }








