.admin-wrap ul li {
  list-style: none;
}
.admin-wrap {
  display: flex;
}
.sidenavigation {
  background-color: white;
  height: 100%;
  width: 290px;
  padding: 14px;
}
.listnav li {
  margin: 28px 0;
}
.listnav .sidemenubtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listnav .sidemenubtn p {
  cursor: pointer;

  font-size: 14px;
  display: flex;
  align-items: center;
}
.listnav .sidemenubtn img {
  margin-right: 12px;
}
.listnav .sidemenubtn:hover,
.sidemenubtn.activehover {
  background-color: #ebf3ff;
  padding: 10px;
  color: #84b3ff;
  border-radius: 20px;
}
.sidemenubtn.activehover p {
  color: #84b3ff;
}
.sidemenubtn.activehover .arrowpointdown {
  transform: rotateZ(180deg);
  transition: transform 0.3s ease;
}
.rightcontent {
  background-color: #eef0f4;
  height: 100vh;
  width: 100%;
}
.submenubtn {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.submenubtn.activemenu {
  height: 189px;
  opacity: 1;
  visibility: visible;
  font-size: 12px;
}
.submenubtn.activemenu .sidemenu li .targetselected p {
  background-color: #ebf3ff !important;
  padding: 16px 23px;
}
.product-wrapview {
  display: flex;
  padding: 20px;
}
#manage-product {
  width: 98%;
  margin: 36px auto;
}
.manage-product {
  margin: 0 auto;
  background-color: white;
  border-radius: 18px;
}
.submenubtn.activemenu a p {
  padding-left: 23px;
}
.manage-product ul li {
  display: flex;
  margin: 10px;
}
.manage-product ul li .product-wrapview img {
  width: 70px;
  height: 70px;
}
