body, html {
    margin: 0;
    padding: 0;  
    font-family: Arial, sans-serif;
    display: flex;
}

/* Add any additional styles for specific elements if needed */
h1, h2, h3, p {
    /* Example styles for headings and paragraphs */
    font-family: Arial, sans-serif;
}

.header {
    min-height: 50px;
    width: 100vw;
    background-color: #efb24a;
    color: #ffffff;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 100;
    
}

.fake-header {
    height: 65px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    top: 0;
}

.wrapper {
    width: 100vw;
    margin: auto;
    display: flex;
    left: 0;
    justify-content: space-between;
    margin-bottom: 100px;
    padding-top: 50px; /* Adjust the padding-top to create space for the header */
    padding-bottom: 50px; /* Adjust the padding-bottom to create space for the footer */
}

.div1 {
    display: block;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    left: 12%;
    top: 20px;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
}

.div2 {
    display: block;
    color: #ffffff;
    margin: 5px;
    cursor: pointer;
    right: 5%;
    top: 20px;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
}

.link {
    text-decoration: none;
    color: inherit;
}

.app-logo {
    left: 20px;
    top: 0;
    margin-top: 5px;
    
}


.sidebar {
    background-color: #465438;
    color: #fff;
    flex-basis: 30%;
    height: calc(100vh - 50px);
    font-size: 12px;
    padding: 20px;
    left: 0;
    position: fixed;
    text-align: left;
    top:50px; /* Adjust the top position to create space for the header */
    bottom: 50px; /* Adjust the bottom position to create space for the footer */
    margin-right: 20px;
  }

.main-content {
    flex-basis: 75%;
    height: calc(100vh - 50px);
    padding: 10px;
    top: 0;
    right: 0;
    margin-left: 180px; /* Adjust the margin to create space for the sidebar */
    text-align: left;
   
}

.main-content button {
  display: block;
  width: 200px;
  padding: 5px;
  background-color: #efb24a;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.main-content button:hover {
  background-color: #c37d04;
}

.sub-content {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;

}
.sub-contentX {
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-top: 2px;
  padding-left: 20px;
  padding-bottom: 40px;
  text-align: left;
}

.sub-contentX ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.sub-contentX h4 {
  color:#efb24a;
}

.dashlist-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;

}

.dashlist-content {
  width: 75%;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-left: 5px;
}

.nav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.nav-item {
    border-bottom: 1px solid #465438;
}

.nav-link {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.nav-link:hover {
    color: #efb24a;
}

.submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.nav-item:hover .submenu {
    display: block;
}

.submenu li {
    border-bottom: 1px solid #efb24a;
}

.submenu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    text-align: left;
}

.submenu a:hover {
    background-color: #efb24a;
}

.footer {
    background-color: #333;
    color: #fff;
    position: fixed;
    height: 25px;
    padding-bottom: 15px;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 12px;
}

.dashboard-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-stats-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-stat {
    background-color: #fcfbfb;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dashboard-stat-content1 {
    background-color: #efb24a;
    border-radius: 5px;
    
}
.dashboard-stat-content2 {
    background-color: #ffffff;
    border-radius: 5px;
    padding-left: 4px;
    font-size: 14px;
}

.dashboard-stat h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.dashboard-stat p {
    margin: 5px 0 0 0;
    font-size: 10px;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .section {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .login-form {
    width: 100%;
    margin: 0 auto;
    background-color: #f2f2f2;
    border-radius: 5px;
    
  }
  
  .login-form input[type="text"],
  .login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Add this line */
  }
  
  .login-form button {
    width: 25%;
    padding: 10px;
    background-color: #efb24a;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }  
  
  .login-form button:hover {
    background-color: #c37d04;
  }

  .login-form label {
    font-weight: bold; /* Make the labels stronger */
  }

  .login-form span {
    font-size: 12px; /* Reduce the font size of guideline texts */
  }

  .login-form li {
    font-size: 12px; /* Reduce the font size of guideline texts */
  }

  .profile-form label {
    display: inline-block;
    width: 200px;
    text-align: left;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
  }
  
  .profile-form input[type="submit"] {
    display: inline-block;
    width: 200px;
    padding: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-color: #efb24a;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  

  .profile-form input[type="text"],
  .profile-form input[type="file"],
  .profile-form input[type="number"],
  .profile-form input[type="date"],
  .profile-form input[type="datetime-local"],
  .profile-form input[type="email"],
  .profile-form input[type="url"],
  .profile-form select {
    display: inline-block;
    width: 200px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box; /* Add this line */
    text-align: left;
  }

  .profile-form textarea {
    display: inline-block;
    width: 200px; /* Or however wide you want the textarea to be */
    height: 4em; /* This will set the height relative to the font size */
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: left;
    resize: none; /* To prevent the textarea from being resizable */
  }
  
  .profile-form button {
    display: inline-block;
    width: 200px;
    padding: 10px;
    background-color: #efb24a;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .profile-form button:hover {
    background-color: #c37d04;
  }

  .container {
    display: flex;
    justify-content: space-between;  /* Optional; aligns the divs with space in between */
  }
  
  .child {
    flex: 1;  /* Optional; each div will take up an equal amount of space */
    border: 0px solid black;
    padding: 10px;
    margin: 5px;
    position: relative; /* Important for button positioning */
  }
  
  .child p {
    text-align: left;
  }

  .child a {
    text-decoration: none
  }

  .child h4 {
    text-align: left;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }
  
  .child button {
    position: absolute; /* This will position the button relative to the div */
    right: 10px; /* 10px from the right edge of the div */
  }

   

  