@charset "utf-8";

.aki-index-bannerCarousel-carousel-control-prev-icon,
.aki-index-bannerCarousel-carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: red;
  background-origin: content-box;
  padding: .5rem;
  border-radius: 50%;
}

.aki-carousel-indicators li {
  background-color: rgba(255,0,0,.3);
}

.aki-carousel-indicators .active {
  background-color: rgba(255,0,0,.8);
}

a.icp-link {
  border-bottom: 2px solid transparent;
  color: #007bff;
}

a.icp-link:hover {
  border-bottom: 2px solid #007bff;
}
.aki-text-truncate {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}


.aki-profile-content{
  font-size:16px;
}

