    body {
      margin: 0;
      /* font-family: "Lato", sans-serif; */
      transition: background-color .5s;
    }


    .topactive{ background-color: #fff;color:black; border-radius:0 50px 0px 0;  }
    .centeractive{ background-color: #fff;color:black; }
    .bottomactive{ background-color: #fff;color:black; border-radius:0 0px 50px 0;  }
  


    .main {
  position: relative;
  max-width: 100%;
  margin: 0px;
}
    .sidebar-toggle {
     position: absolute;
      top: 10px; /* Adjust to appear below your main header */
      left: 10px;
      background-color: #356423;
      color: white;
      border: none;
      padding: 2px 5px;
      font-size: 18px;
      border-radius: 5px;
      cursor: pointer;
      z-index: 1100;
    }
 
    .sidebar {
     position: fixed;
      top: 0px;
      left: -300px;
      height: 100vh;
      min-width: 250px !important;
      background-color: #c9eeba;
      padding-top: 0px; /* leave room for header */
      transition: left 0.3s ease;
      z-index: 1000;
      border-radius:0 50px 50px 0; 
      font-weight: 700;
    }

    .sidebar.active {
      left: 0;
    }

    .sidebar a {
      display: block;
      padding: 15px 25px;
      color: black;
      text-decoration: none;
      border-bottom: 1px solid #aaa;
    
    }

    .sidebar a:hover {
      background-color: #356423;
      color: white;
    }
/* First item (top corner round) */
.sidebar a:first-child {
  border-radius: 0 50px 0 0;
}
.bottomactive{ background-color: #fff !important; color:black !important;  border-radius: 0 !important;   }

    .overlay {
      position: fixed;
      display: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 900;
    }

    .overlay.active {
      display: block;
    }

    .main-content {
      transition: margin-left 0.3s ease;
      padding: 10px 0px 0px 0px; /* padding top for header */
      width: 100%;
      margin-left: 0px;
      /* background-color: #356423; */
      margin: 0;
      padding-left: 0px;
    }

    .main-content.shifted {
      margin-left: 0px;
    }
    .def{
      padding: 5px 20px 5px 20px;
      margin: 10px 0px 10px 0px;
    }
  
    @media (min-width: 1200px) {
      #contentbox { margin: 0px !important; margin-left: -10px !important;}
      .sidebar {
      position: relative !important;
      left: 0 !important;
      top: 0 !important;
      height: 100% !important;
      min-width: 250px !important;
      background-color: #c9eeba !important;
      padding-top: 0px !important; 
      transition: left 0.3s ease !important;
      z-index: 1000 !important;

      }
      .subcontent {
        max-width: 90%;        /* Controls how wide the content can grow */
        margin: 0 auto;           /* Centers content horizontally */
        padding: 10px 5vw;        /* Responsive horizontal padding */
        box-sizing: border-box;   /* Includes padding in width */
      }
      .sidebar a {
     font-weight: 700;      color: rgb(54, 54, 54);
      }
      .sidebar-toggle {
        display: none;
      }

      .main-content {
        margin-left: 0px;
      }
      .def{
        padding: 5px 20px 5px 20px;
        margin: 10px 0px 10px 0px;
      }

/* Last item (bottom corner round) */
.sidebar a:last-child {
  border-radius: 0 0 50px 0 !important;
}

      .overlay {
        display: none !important;
      }

    } 


   


    @media (max-width: 576px){}
      @media (min-width: 576px) and (max-width: 767.98px) {}
      @media (min-width: 768px) and (max-width: 991.98px) {}
      @media (min-width: 992px) and (max-width: 1199.98px) {}
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        /* .subcontent{ margin: 10px 50px 0px 50px !important;} */
      }
      @media (min-width: 1400px) {
        /* .subcontent{ margin: 10px 100px 0px 100px !important;} */
      }