.c4y-bcats.c4y-anim-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity .5s ease, transform .5s ease;
}

.c4y-bcats.c4y-anim-left.c4y-visible {
  opacity: 1;
  transform: none;
}

.c4y-bcats__card {
  border: 1px solid #d7dce6;
  border-radius: 12px;
  background: #fff;
  padding: 1.5rem;
}

.c4y-bcats__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.c4y-bcats__icon {
  color: rgb(104, 200, 81);
  width: 18px;
  height: 18px;
}

.c4y-bcats__title {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: rgb(20, 31, 56);
}

.c4y-bcats__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c4y-bcats__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 35px;
  padding: 7px 14px;
  border-radius: 12px;
  color: #141f38;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease;
}

.c4y-bcats .c4y-bcats__item,
.c4y-bcats .c4y-bcats__item:hover,
.c4y-bcats .c4y-bcats__item:focus,
.c4y-bcats .c4y-bcats__item:active,
.c4y-bcats .c4y-bcats__item:visited {
  text-decoration: none !important;
}

.c4y-bcats .c4y-bcats__item span,
.c4y-bcats .c4y-bcats__item strong {
  text-decoration: none !important;
  color: inherit;
}

.c4y-bcats__item strong {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: inherit;
}

.c4y-bcats__item:hover {
  background: #f3f4f6;
  color: #141f38;
}

.c4y-bcats__item.is-active,
.c4y-bcats__item.is-active:hover {
  background: rgb(104, 200, 81);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255);
}
