body {
  background-color: #f0edff !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;

  padding: 30px;
  opacity: 60; /* Adjust the opacity value as needed */
}


.notification-container {
  position: relative;
  display: inline-block;
}

.notification-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
}

.parent {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.child {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.box {
  background-color: #DFF6EB;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.childimg {
  height: 20px;
  width: 20px;
}

.label {
  margin-top: 5px;
  text-align: center;
}



.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  height: 100px; /* You can adjust this to fit your layout */
margin-bottom: 30px;

}

.admingif {
  max-width: 150px;
  height: 150px;
background-color: #e5e5e5;
  border-radius: 50%;
}


.introcard {
  height: 500px;
  width: auto;
  background-color: #ffffff !important;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 20px;
  color: rgb(0, 0, 0);
  opacity: 10; /* Adjust the opacity value as needed */
  transform: translatey(80%);



}

.chidlimg{
  height: 20px;
  width: 20px;
}



.headertext{
  text-align: left;
}
.welcometext{

  text-align: center;


}

.bottom-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 76px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-radius: 30px 30px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #9b9b9b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.bottom-nav-item.active {
  background-color: #00C6CF;
  clip-path: polygon(
    50% 0%,
    0% 30%,
    0% 70%,
    50% 100%,
    100% 70%,
    100% 30%
  );
}

.bottom-nav-item.active ion-icon {
  color: #fff;
  transform: translateY(-3px);
}

.bottom-nav-item ion-icon {
  font-size: 24px;
  transition: all 0.2s ease-in-out;
}
