.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: #e90101;
  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 #e90101;
}
@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: #e90101;
}

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

.video-like a.evaluate-btn:hover {
  color: #e90101 !important;
}
.video-like a.evaluate-btn.active {
  color: #e90101 !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: #e90101 !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: #e90101 !important;
}

.video-meta a {
  color: #252525 !important;
  text-decoration: underline;
}
.video-meta a:hover {
  color: #e90101 !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;
}

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

  .main-container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* 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: #e90101;
}
.tagcloud .tag-button.active {
  color: #fff;
  background: #e90101;
}

/* 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: #e90101;
}

* {
  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: #e90101;
}
html::-webkit-scrollbar-thumb,
.overflow-custom::-webkit-scrollbar-thumb {
  background-color: #e90101;
}

.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 #e90101;
  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;
}

/*# sourceMappingURL=sass.css.map */
