@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
  min-height: 100vh;
  font-family: "Raleway", sans-serif;
  background: #f0f1f6 !important;
}
*{
  box-sizing: border-box;
}
/* Header Style Start  */
.notificationIcon {
  background: #fefaf1;
}
/* Header Style end  */

/* Sidebar Style Start  */
/* .sidebar {

}
.nav-wrap a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 12;
  padding: 0.75rem;
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  color: #4a5568;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.nav-wrap a:hover {
  background: #f3c941;
  color: #1a202c;
} */

/* .nav-wrap a.active { */
  /* background: #f3c941; */
  /* color: #1a202c;  darker text for better contrast */
  /* font-weight: 600; emphasize the active item */
/* } */


/* Sidebar Style end  */

/* MainContentBody Style Start  */
.MainContentBody {
  width: 100%;
}
/* MainContentBody Style end  */
