/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.dashboard-view .dashboard-panel.panel-total-followers .total-count {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 800;
}
.panel-total-followers {
  color: white;
}
.panel-total-followers .dashboard-panel.panel-total-followers {
  min-height: 500px;
}
.panel-total-followers .total-followers.chart {
  position: relative;
  height: 400px;
  margin: 20px 0;
}
.panel-total-followers .total-followers.chart canvas {
  max-height: 350px;
}
.panel-total-followers .chart-legend {
  text-align: center;
}
.panel-total-followers .total-count {
  font-size: 16px;
  margin-top: 10px;
}
.panel-total-followers .no-data {
  text-align: center;
  font-style: italic;
  margin: 50px 0;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
body.view_user_profile .post.post-card.watch-card {
  padding-top: 0;
}
.post.post-card.watch-card a.video-wrapper {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.post.post-card.watch-card .video-poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post.post-card.watch-card .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.post.post-card.watch-card .play-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.post.post-card.watch-card .play-button::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.post.post-card.watch-card .watched-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.post.post-card.watch-card .watched-icon i {
  color: white;
  font-size: 12px;
}
.post.post-card.watch-card .video-duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  z-index: 3;
}
.post.post-card.watch-card .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
.post.post-card.watch-card .progress-bar .progress-fill {
  height: 100%;
  background-color: #EB212E;
  width: 0%;
  transition: width 0.3s ease;
}
.post.post-card.watch-card .video-info {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.post.post-card.watch-card .video-info a {
  text-decoration: none;
}
.post.post-card.watch-card .video-info .avatar-wrap {
  flex-shrink: 0;
}
.post.post-card.watch-card .video-info .avatar-wrap .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post.post-card.watch-card .video-info .video-content {
  flex: 1;
  min-width: 0;
  padding-right: 30px;
}
.post.post-card.watch-card .video-info .video-content .video-title {
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
  margin: 0 0 4px 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post.post-card.watch-card .video-info .video-content .name-block {
  margin-bottom: 2px;
}
.post.post-card.watch-card .video-info .video-content .name-block .name {
  font-size: 14px;
  color: gray;
  font-weight: 500;
}
.post.post-card.watch-card .video-info .video-content .views-and-date {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 1.2;
}
.post.post-card.watch-card .video-info .video-status {
  font-size: 14px;
  color: #1A1A1A;
  margin: 4px 0 0 0;
}
.post.post-card.watch-card .video-info .floating-menu-holder {
  right: 10px;
  top: 10px;
}
.post.post-card.watch-card .video-info .floating-menu-holder.post-floating-menu .toggle {
  margin: 0;
}
.post.post-card.watch-card .video-info .floating-menu-holder.post-floating-menu .toggle i {
  transform: rotate(0deg);
}


/*# sourceMappingURL=funapp-styles-5.css.map*/