    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,
.dropdown-btn:hover,
.dropdown-container a:hover {
  background-color: #356423;
  color: white;
}


 .dropdown-btn {
  cursor: pointer;
}

  .dropdown-container {
    display: none;
    background-color: #a0c591;
    padding-left: 8px;

  }


.dropdown-container a:hover h5 {
  color: white;
}

.dropdown-btn::after {
  content: "▼";
  float: right;
  transition: transform 0.6s ease;

  font-size: 0.8rem;
}
.dropdown-btn.active::after {
  transform: rotate(-180deg);
}


/* First item (top corner round) */
.firstmenu {
  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;
    }
  
        .container {
            margin-top: 10px;
            background-color: #fff;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            
        }
        .table{
            margin-top: 10px;
            border: 1px solid black;
            border-radius: 10px;
        }
        .table th, .table td {
            text-align: center;
            vertical-align: middle;
            background-color:#dfecdf;
        }
        .table thead th {
            background-color: #f8f9fa;
            font-weight: bold;
            background-color:#bfd9bf;
        }
    
    @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: 0;
  padding-left: 0px;
}
      .def{
        padding: 5px 20px 5px 20px;
        margin: 10px 0px 10px 0px;
      }

/* Last item (bottom corner round) */
.lastmenu {
  border-radius: 0 0 50px 0 !important;
}

      .overlay {
        display: none !important;
      }

    } 

