.channel-banner {
  position: relative;
  padding: 150px 0;
}
.channel-banner .social-midia-container {
  position: absolute;
  bottom: 0px;
  right: 15px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.channel-banner .social-midia-container .social-share ul li {
  color: transparent;
}

.channel-profile .blog-item {
  padding: 40px 40px 16px 40px;
  margin-top: -20px;
}
.channel-profile .blog-item .channel-profile-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.channel-profile .blog-item .channel-profile-info .avatar img {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
.channel-profile .blog-item .channel-profile-info .channel-name h4 {
  margin-bottom: 0;
}
.channel-profile .blog-item .channel-profile-info .channel-name h5 {
  font-size: 14px;
  color: #878787;
}
.channel-profile .blog-item .channel-profile-info .btn-desk {
  border-radius: 8px;
  margin-right: 1rem;
}
.channel-profile .blog-item .channel-profile-info .alert {
  background: transparent;
  color: #02b3bd;
  padding: 10px;
  margin-bottom: 3px;
  transition: filter 1s;
  transition: transform 0.75s;
}
.channel-profile .blog-item .channel-profile-info .alert i {
  font-size: 30px !important;
}
.channel-profile .blog-item .channel-profile-info .alert:hover {
  filter: brightness(0.8);
  transform: scale(1.1);
}
.channel-profile .blog-item .channel-tabs-container {
  margin-top: 30px;
  display: flex;
  overflow-x: auto;
}
.channel-profile .blog-item .channel-tabs-container .tabs {
  font-size: 18px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  cursor: pointer;
}
.channel-profile .blog-item .channel-tabs-container .tabs:first-child {
  padding-left: 1.5rem;
}
.channel-profile .blog-item .channel-tabs-container .tabs.active {
  border-bottom: 3px solid #02b3bd;
}
@media (max-width: 768px) {
  .channel-profile .blog-item {
    padding: 10px;
    margin-top: 0;
  }
}

.videos-section-container {
  padding: 40px 40px 16px 40px;
}

.chat-container h4 {
  padding-bottom: 4px;
  border-bottom: 1px solid #e0e0e0;
}
.chat-container .chat-body {
  padding: 15px;
  height: 500px;
  overflow-y: scroll;
}
.chat-container .chat-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.chat-container .chat-body::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}
.chat-container .chat-body::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.chat-container .chat-body .chat-comment {
  display: flex;
}
.chat-container .chat-body .chat-comment img {
  width: 28px;
  height: 28px;
  margin-right: 0.75rem;
  border-radius: 100%;
}
.chat-container .chat-body .chat-comment .name {
  color: #909090;
}
.chat-container .chat-input-container {
  margin-top: 20px;
}
.chat-container .chat-input-container .chat-input {
  position: relative;
  width: 100%;
}
.chat-container .chat-input-container .chat-input i {
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 12px;
  cursor: pointer;
  padding: 10px;
}
.chat-container .chat-input-container .chat-input i:hover {
  color: #02b3bd;
}

.title-container {
  border-radius: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e0e0e0;
}

.video-like a.evaluate-btn:hover {
  color: #02b3bd !important;
}
.video-like a.evaluate-btn.active {
  color: #02b3bd !important;
}

.comment-evaluate-container a.evaluate-comment-btn {
  color: #333 !important;
}
.comment-evaluate-container a.evaluate-comment-btn.active,
.comment-evaluate-container a.evaluate-comment-btn:hover {
  color: #02b3bd !important;
}
.comment-evaluate-container .comment-comment-btn {
  color: #333 !important;
}
.comment-evaluate-container .comment-comment-btn.active,
.comment-evaluate-container .comment-comment-btn:hover {
  color: #02b3bd !important;
}

.video-meta a {
  color: #252525 !important;
  text-decoration: underline;
}
.video-meta a:hover {
  color: #02b3bd !important;
}
.video-meta a.active:hover {
  color: #000 !important;
}
.videos-likes-container {
  border-bottom: 1px solid #e0e0e0;
}

.content-creator {
  margin-top: 2rem;
}

.playlist-container .playlist-status {
  font-size: 14px;
  color: #878787;
}
.playlist-container .sidebar-related-video {
  max-height: 450px;
  overflow-y: auto;
}

.video-actions-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 20px;
  background-color: #f2f2f2;
  color: #0f0f0f;
  font-size: 0.82rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.15s ease;
  line-height: 1;
}
.action-btn:hover {
  background-color: #e0e0e0;
  color: #0f0f0f;
}
.action-btn.active {
  background-color: #0f0f0f;
  color: #fff;
}
.action-btn.active i {
  color: #fff;
}

.action-btn-group {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.action-btn-group .action-btn {
  border-radius: 0;
  background-color: transparent;
}
.action-btn-group .action-btn:first-child {
  border-radius: 20px 0 0 20px;
  padding-right: 12px;
}
.action-btn-group .action-btn:last-child {
  border-radius: 0 20px 20px 0;
  padding-left: 12px;
  border-left: 1px solid #d9d9d9;
}
.action-btn-group .action-btn:hover {
  background-color: #e0e0e0;
}
.action-btn-group .action-btn.active {
  background-color: #02b3bd;
  color: #fff !important;
}

.favorite-icon.active,
.like-button.active,
.dislike-button.active,
.watch-later-icon.active {
  background-color: #02b3bd !important;
  color: #fff !important;
}
.favorite-icon.active i,
.like-button.active,
.dislike-button.active,
.watch-later-icon.active i {
  color: #fff !important;
}

.library-dropdown {
  width: 250px !important;
  min-width: 250px !important;
  margin-top: 10px;
  border-radius: 8px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #eee !important;
  overflow: hidden !important;
}

#library-select-container .select2-selection {
  display: none !important;
}

.videos-section-container,
.sec-container,
.tab-content,
.tab-pane {
  overflow: visible !important;
}

.video-items {
  margin: 0 -10px !important;
  padding: 10px 0 120px 0 !important;
  margin-bottom: -100px !important;
  display: block !important;
}
.video-items .slick-list {
  overflow: visible !important;
}
.video-items .slick-track {
  display: flex !important;
  margin-left: 0;
  margin-right: 0;
}
.video-items .slick-prev,
.video-items .slick-next {
  z-index: 110;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50%;
}
.video-items .slick-prev:before,
.video-items .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 1;
}
.video-items .slick-prev {
  left: 0;
}
.video-items .slick-prev:before {
  content: "\f053";
}
.video-items .slick-next {
  right: 0;
}
.video-items .slick-next:before {
  content: "\f054";
}

.row.justify-content-start {
  overflow: visible;
}

.select2-results__option {
  padding: 8px 12px !important;
  cursor: pointer;
  text-align: left !important;
}
.select2-results__option:not(.select2-results__option--group)::before {
  content: "☐";
  margin-right: 8px;
  font-size: 16px;
  display: inline-block;
  color: #666;
}

.select2-results__option--selected {
  background-color: #fff5f5 !important;
  color: #333 !important;
}
.select2-results__option--selected:not(.select2-results__option--group)::before {
  content: "☑";
  color: #02b3bd;
  font-weight: bold;
}

.select2-results__option--highlighted:not(.select2-results__option--selected) {
  background-color: #f8f8f8 !important;
  color: #333 !important;
}

.select2-results__option--highlighted.select2-results__option--selected {
  background-color: #ffe8e8 !important;
  color: #333 !important;
}

.select2-results__options {
  max-height: 300px;
}

.sidebar-related-video {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-related-video li {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 8px 0;
  border-radius: 0;
  transition: color 0.15s ease;
}
.sidebar-related-video li:hover .related-video-content p a {
  color: #02b3bd !important;
}

.related-video-thumb {
  flex-shrink: 0;
  width: 160px;
  height: 90px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #000;
}
.related-video-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.related-video-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.related-video-content {
  flex: 1;
  min-width: 0;
}
.related-video-content p {
  margin: 0 0 4px;
}
.related-video-content p a {
  font-size: 0.83rem;
  font-weight: 600;
  color: #0f0f0f !important;
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-video-content p a:hover {
  color: #02b3bd !important;
}
.related-video-content .related-video-actions {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.related-video-content .related-video-actions .related-action-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #606060;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.related-video-content .related-video-actions .related-action-btn:hover {
  background-color: #f2f2f2;
  color: #02b3bd;
}
.related-video-content .related-video-actions .related-action-btn i {
  font-size: 1rem;
}
.related-video-content .related-video-actions .related-action-btn.active {
  color: #02b3bd;
}
.related-video-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-video-content ul li {
  padding: 0;
  background: none;
}
.related-video-content ul li:hover {
  background: none;
}
.related-video-content ul li a.author {
  font-size: 0.75rem;
  color: #606060 !important;
  text-decoration: none !important;
}

.video-item-card {
  border-radius: 12px 12px 0 0;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
  z-index: 1;
}
.video-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.video-item-card:hover .video-thumb button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.2);
}
.video-item-card:hover .video-thumb img {
  transform: scale(1.05);
  filter: blur(4px) brightness(0.6);
}
.video-item-card .video-thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #02b3bd;
  border-radius: 12px 12px 0 0;
}
.video-item-card .video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.video-item-card .video-thumb button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(2, 179, 189, 0.9);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  border: none;
  color: #fff;
  opacity: 0.8;
  transition: all 0.3s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-item-card .video-thumb button i {
  font-size: 20px;
}
.video-item-card .video-content {
  padding: 15px;
}
.video-item-card .video-content h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.3;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-item-card .video-hover-details {
  position: absolute;
  top: calc(100% - 1px);
  left: -1px;
  right: -1px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 0 15px;
  transition: all 0.3s ease;
  z-index: 20;
}
.video-item-card .video-hover-details .description {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-item-card .video-hover-details .meta-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
  padding-bottom: 15px;
}
.video-item-card .video-hover-details .meta-footer .likes {
  font-size: 0.8rem;
  color: #888;
  font-weight: 500;
}
.video-item-card .video-hover-details .meta-footer .likes i {
  color: #02b3bd;
  margin-right: 5px;
}
.video-item-card .video-hover-details .meta-footer .btn-play-sm {
  background: #02b3bd;
  color: #ffffff !important;
  border: none;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.8px;
  text-decoration: none;
  display: inline-block;
}
.video-item-card .video-hover-details .meta-footer .btn-play-sm:hover {
  background: #b30101;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
}
.video-item-card:hover .video-hover-details {
  max-height: 200px;
  opacity: 1;
}

@media (max-width: 500px) {
  .container-fluid {
    padding: 0px;
  }

  .main-container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  #video-sticky-wrapper {
    transition: transform 0.3s ease;
    background-color: #fff;
  }
  #video-sticky-wrapper.sticky-active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }
  #video-sticky-wrapper.sticky-active .embed-container {
    margin: 0 !important;
    border-radius: 0 !important;
  }
  #video-sticky-wrapper.sticky-active .embed-container iframe {
    border-radius: 0 !important;
  }
  #video-sticky-wrapper.sticky-active .title-container {
    padding: 10px 15px !important;
    background-color: #fff;
    margin: 0 !important;
    border-bottom: 1px solid #eee;
  }
  #video-sticky-wrapper.sticky-active .title-container .video-entry-title {
    font-size: 1.1rem !important;
    margin: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.video-fixed-active {
    padding-top: 260px !important;
  }
  body.video-fixed-active .off-canvas-menu-bar {
    display: none !important;
  }
  body.video-fixed-active .main-container {
    padding-top: 0 !important;
  }
  body.video-fixed-active .topspace-90 {
    margin-top: 0 !important;
  }
  body.video-fixed-active #backtotop {
    display: none !important;
  }
}
/* NEWS */
.tagcloud .tag-button {
  color: #444;
  font-size: 15px !important;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 6px;
  background: #efefef;
  -webkit-transition: 0s !important;
  transition: 0s !important;
  cursor: pointer;
}
.tagcloud .tag-button:hover {
  color: #fff;
  background: #02b3bd;
}
.tagcloud .tag-button.active {
  color: #fff;
  background: #02b3bd;
}

/* UNIQUE NEWS */
.news-likes-container {
  border-bottom: 1px solid #e0e0e0;
}

.content-creator {
  margin-top: 2rem;
}

.nav-links a:hover {
  color: #fff !important;
}

.social-share a {
  color: #333;
  background: #efefef;
}
.social-share a:hover {
  color: #fff;
  background: #02b3bd;
}

* {
  font-family: Fira Sans Condensed;
}

html,
.overflow-custom {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar-track,
.overflow-custom::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
html::-webkit-scrollbar,
.overflow-custom::-webkit-scrollbar {
  width: 6px;
  background-color: #02b3bd;
}
html::-webkit-scrollbar-thumb,
.overflow-custom::-webkit-scrollbar-thumb {
  background-color: #02b3bd;
}

.my-account-content li.dropdown-menu-list {
  list-style: none;
}
.my-account-content li.dropdown-menu-list a {
  color: #333;
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
}
.my-account-content li.dropdown-menu-list a i {
  margin-right: 5px;
}
.my-account-content li.dropdown-menu-list:hover {
  background-color: #ededed;
}
.my-account-content li.dropdown-menu-list:last-of-type {
  margin-bottom: 20px;
}

.notification-dropdown {
  position: absolute;
  padding: 15px;
  width: 280px;
  top: 72px;
  right: 0px;
  border: 1px solid #02b3bd;
  background: #fff;
  -webkit-box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
  box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, transform 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, transform 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, transform 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  z-index: 2;
  display: none;
  border-radius: 10px;
}
.notification-dropdown p {
  font-size: 16px;
  margin-bottom: 0rem !important;
}
@media (max-width: 768px) {
  .notification-dropdown {
    top: 72px;
    right: -100px;
  }
}

/* switch */
.btn-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 31px;
  margin: 0;
}
.btn-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.btn-switch input:checked+.slider {
  background-color: #2196f3;
}
.btn-switch input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.btn-switch input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}
.btn-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-switch .slider.round {
  border-radius: 34px;
}
.btn-switch .slider.round:before {
  border-radius: 50%;
}
.btn-switch .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 22px;
  left: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.video-items .slick-list {
  padding-bottom: 250px !important;
  margin-bottom: -250px !important;
  overflow: visible !important;
}
.video-items .slick-list .slick-slide {
  padding: 10px 0;
}
.sec-container {
  position: relative;
}
.sec-container .d-flex.align-items-center.mb-4 {
  position: relative;
  z-index: 110;
  pointer-events: auto;
}
.sec-container .d-flex.align-items-center.mb-4 .see-more-link {
  pointer-events: auto;
}
.see-more-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #999;
  text-decoration: none !important;
  transition: color 0.2s;
  margin-top: 5px;
}
.see-more-link:hover {
  color: #02b3bd;
}
.see-more-link:hover i {
  transform: translateX(3px);
  transition: transform 0.2s;
}

#backtotop {
  z-index: 9999 !important;
}
