.cat_Card {
  border: 1px solid #ebebeb46;
  border-radius: 20px;
  height: 250;
  background-color: #484848;
  width: 199px;
}
.cat_Card:hover {
  border-color: #3a7ea3;
}
.catS_img {
  padding-top: 20px;
}
.catS_new {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0 0 0;
}
.status_tag {
  padding-top: 20px;
}
span.active_status {
  padding: 5px 10px 5px 10px;
  /* background-color: #d8eee7; */
  background: linear-gradient(135deg, #a799fe, #8870fd);
  color: #ffffff;
  border-radius: 0 25px 25px 0;
}
span.Inactive_status {
  padding: 5px 10px 5px 10px;
  background-color: #fae5e5;
  color: #e50000;
  border-radius: 0 25px 25px 0;
}
.catS_title {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.catS_icon {
  color: white;
}
.more_text {
  /* background: linear-gradient(135deg, #88D87D, #60BE63); */
  color: white;
  font-size: 12px;
}
.catS_moreBtn {
  color: white;
  background: linear-gradient(135deg, #88D87D, #60BE63) !important;
  padding: 5px 10px 5px 10px;
  border-radius: 25px;
}
.catS_moreBtn:hover {
  background-color:linear-gradient(135deg, #79c06f, #4ca14f);
}
.userService_tag {
  display: flex;
  justify-content: space-between;
}
span.userCount_tag {
  padding: 5px 10px 5px 10px;
  /* background-color: #e5b0aa; */
  background: linear-gradient(135deg, #ffd2b3, #f75e23);
  color: #ffffff;
  border-radius: 25px 0 0 25px;
}
