body {
  font-family: "Poppins", sans-serif !important;
}

.text-primary {
  color: #04e474 !important;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(227, 243, 235);
}

.btn-primary {
  background: #04e474 !important;
  border-color: #04e474 !important;
}

.btn-outline-primary {
  border-color: #04e474 !important;
  color: #04e474 !important;
}

.btn-outline-primary:hover {
  background: none !important;
  border-color: #04e474 !important;
  color: #04e474 !important;
}

.color-gray {
  color: gray;
}

.logo-text {
  /* margin-bottom: 1.4rem; */
  text-shadow: 1px 1px, 1px 0px, 1px 1px;
  font-weight: bolder;
  font-size: 3rem;
  color: #04e474 !important;
}

@media screen and (max-width: 600px) {
  .body-9-components {
    padding: 0 !important;
  }
  .body-9 {
    margin-left: 0 !important;
  }

  .body-9-components {
    height: 100% !important;
  }
}

.body-3 {
  padding: 0;
  box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  background: white;
  left: 0;
  width: 100%;
  z-index: 2000;
  max-width: 20rem;
}

.body-9 {
  background: #f3f3f3;
  padding: 0;
  margin-left: 20rem;
}

.body-9-components {
  margin-top: 7.5rem;
  padding: 1.5rem;
  height: 100vh;
}

.theme-color {
  color: #04e474;
}

/* mobile header stylings */

.swipeable-drawer .MuiDrawer-paper {
  width: 100%;
}

.swipeable-drawer .MuiDrawer-paper .logo-close {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid gainsboro;
}
.swipeable-drawer .MuiDrawer-paper .logo-close .close-text {
  font-size: 0.8rem;
  color: gray;
}

.swipeable-drawer .MuiDrawer-paper .menu-list-items-1 {
  padding: 0;
}

.swipeable-drawer .MuiDrawer-paper .menu-list-items-1 li {
  margin-left: 1rem;
  color: gray;
}
.swipeable-drawer .MuiDrawer-paper .menu-list-items-1 li a {
  color: gray;
}

.swipeable-drawer .MuiDrawer-paper .menu-list-items-1 li a:hover {
  text-decoration: none;
  color: #04e474;
}

.swipeable-drawer .MuiDrawer-paper .menu-list-items-1 ul {
  list-style: none;
}

.swipeable-drawer .MuiDrawer-paper .menu-list-items-1 .menu-list-item {
  margin-top: 1.5rem;
}
.swipeable-drawer .MuiDrawer-paper .menu-list-items-1 .menu-list-item svg {
  font-size: 1.2rem;
  margin-right: 0.7rem;
}

/* mobile header stylijngs */
