    * {
      box-sizing: border-box;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    body {
      background: #f6f6e9;
      height: 100vh;
      margin: 0;

    }
    
    h2 {
      position: absolute;
      left: 200px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 50px;
      color: #333;
      margin: 0;
      font-family: 'Marcellus', serif;
    }

    .dashboard-container-container{
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .dashboard-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 80%;
    max-width: 1000px;
    margin-left: auto; 
    margin-right: 100px;
    padding: 20px; 
    }

    .dashboard-container > div {
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 250px;
    text-align: center;
    }

    .reports-container { background-color: #82cdab; color: #fdf3dd;}
    .categories-tile { background-color: #093f2f; color: #fdf3dd;}
    .users-tile { background-color: #82cdab; color: #fdf3dd; }
    .moments-container { background-color: #093f2f; color: #fdf3dd;}
    .tc-container { background-color: #82cdab; color: #fdf3dd;}
    .feedback-tile { background-color: #093f2f; color: #fdf3dd;}

    .input-group {
    margin-bottom: 20px;
    cursor: pointer;
    }

    .input-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 1.5rem;
    }

    .input-group i {
    margin-right: 10px; /* Space between icon and label */
    font-size: 8.5rem; /* Adjust size of the icon */
    vertical-align: middle; /* Align the icon with the text */
    margin-top: 20px;
    color: #fdf3dd;
    }

    .header {
      display: flex;
      width: 100%;

    }

    .sub-page-label {
      margin-top: 50px;
      margin-right: 150px;
      padding: 20px;
    }

    .reports-container i {
    color: #fdf3dd; 
    }

    .resources-tile i {
    color: #fdf3dd; 
    }

    .users-tile i {
    color: #fdf3dd; 
    }

    .moments-container i {
    color: #fdf3dd; 
    }

    .tc-container i {
    color: #fdf3dd;
    }

    .feedback-tile i {
    color: #fdf3dd; 
    }

    .login-container {
      display: flex;
      justify-content: center; 
      align-items: center; 
      width: 100%;
      height: 100vh;
    }

    .admin-label {
      padding-right: 100px;
      padding-left: 100px;
      padding-top: 100px;
      font-family: 'Marcellus', serif;
      font-size: 28px;
    }

    .login-form {
      padding: 100px 100px;
      background-color: #82cdab;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      border-radius: 16px;
      max-width: 500px;
      width: 100%;
    }

    .shop-container {
      background-color: #82cdab;
      padding: 40px 40px;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      width: 92%;
      height: 50%;
      max-width: 1500px;
      margin-left: 50px;
      margin-top: 50px;
    }

    .banner-container {
      background-color: #82cdab;
      padding: 40px 40px;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      width: 52%;
      height: 50%;
      max-width: 1500px;
      margin-left: 50px;
      margin-top: 50px;
    }

    .login-container h2 {
      margin-bottom: 20px;
      font-size: 28px;
      text-align: center;
      color: #333;
    }

    .input-group {
      margin-bottom: 20px;
    }

    .input-group label {
      display: block;
      margin-bottom: 6px;
      font-weight: 600;
    }

    .input-group input {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 16px;
    }

    .login-btn {
      width: 100%;
      padding: 12px;
      background-color: #373d3b;
      border: none;
      border-radius: 8px;
      color: white;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .login-btn:hover {
      background-color: #5a76e0;
    }

    .footer-text {
      margin-top: 50px;
      text-align: center;
      font-size: 12px;
    }

    .footer-text a {
      color: #373d3b;
      text-decoration: none;
    }

    .metrics-container {
      background-color: #82cdab;
      padding: 40px 40px;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      width: 92%;
      height: 50%;
      max-width: 1500px;
      margin-left: 50px;
    }

    .metrics-container h2 {
      margin-bottom: 20px;
      font-size: 28px;
      text-align: center;
      color: #333;
    }

    .categories-container {
      background-color: #82cdab;
      padding: 40px 40px;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      width: 92%;
      height: 50%;
      max-width: 1500px;
      margin-left: 50px;
    }

    .categories-container h2 {
      margin-bottom: 20px;
      font-size: 28px;
      text-align: center;
      color: #333;
    }

    .tags-container {
      background-color: #82cdab;
      padding: 40px 40px;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      width: 92%;
      height: 50%;
      max-width: 1500px;
      margin-left: 50px;
      margin-top: 50px;
      margin-bottom: 50px;
    }

    .panel-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}

.panel {
  flex: 1;
  background-color: #fdf3dd;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: transform 0.2s ease;
}

.panel:hover {
  transform: translateY(-5px);
}

.panel h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #373d3b;
}

.panel p {
  font-size: 20px;
  font-weight: bold;
  color: #cb962e;
}

.users-container {
  background-color: #82cdab;
  padding: 40px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  width: 92%;
  height: 50%;
  max-width: 1500px;
  margin-left: 50px;
}

.users-container h2 {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
  color: #333;
}

.logo {
  max-height: 75px;
  margin: 25px;
  margin-left: 50px;
}

.documents-container {
  background-color: #82cdab;
  padding: 40px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  width: 100%;
  height: 50%;
  max-width: 1500px;
  margin-left: 50px;
}

.documents-container h2 {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
  color: #333;
}

.documents-input-group textarea {
  width: 100%;
  height: 350px; /* Adjust height as needed */
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  resize: vertical; /* Allow user to resize vertically */
}

.version-text {
    margin-top: 20px; /* Adjust the value as needed */
    text-align: center; /* Optional: centers the version text */
    color: #888; 
    font-size: 0.9em; 
}

.panel p.last-updated {
    font-size: 0.8em;
    color: black;
}