/* .video-js .vjs-time-control {
  display: block;
}

.video-js .vjs-remaining-time {
  display: none;
}

.vjs-error .vjs-error-display {
  z-index: 99;
}

.vjs-errors-headline {
  padding-top: 1em;
} */

body {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  body {
    padding: 0;
  }

  .dens3-wrapper {
    padding: 0 !important;
    margin: 0;
  }

  #dens3-player-page .flex-order {
    display: flex;
    flex-flow: column;
  }

  #dens3-player-page .player-main {
    padding: 0;
    order: 1;
  }
}

/* #dens3-player-page {
  margin-top: 0 !important;
} */

#dens3-player-page .player-share {
  background-color: #19191a;
  padding: 15px;
}

#dens3-player-page .player-share a {
  color: #999;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  transition: all 0.2s ease-in-out;
}

#dens3-player-page .player-share a:hover {
  color: #ffffff;
}

#dens3-player-page .player-share a i {
  font-size: 21px;
  margin-right: 7px;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .player-share {
    display: none;
  }
}

#dens3-player-page .player-main #videojs-player {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

#dens3-player-page .player-main #videojs-player h4 {
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

#dens3-player-page .player-sidebar {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  background-color: #19191a;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .player-sidebar {
    order: 3;
    margin-left: calc(10px + 4%);
    width: calc(100% - (20px + 8%));
    min-height: 480px;
  }
}

@media screen and (min-width: 991px) {
  #dens3-player-page .player-sidebar {
    margin-left: -15px;
  }
}

#dens3-player-page .player-sidebar::-webkit-scrollbar {
  width: 7px;
}

#dens3-player-page .player-sidebar::-webkit-scrollbar-track {
  background: #19191a;
  border-radius: 10px;
}

#dens3-player-page .player-sidebar::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

#dens3-player-page .player-sidebar::-webkit-scrollbar-thumb:hover {
  background: #777;
  border-radius: 10px;
}

#dens3-player-page .player-sidebar::-webkit-scrollbar-thumb:active {
  background: rgb(68, 68, 68);
  border-radius: 10px;
}

#dens3-player-page .fixed-sidebar {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 15px 15px 0 30px;

  background-color: #19191a;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .fixed-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#dens3-player-page .player-sidebar .vod-title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  font-family: "Montserrat_semibold", "Segoe UI", arial, sans-serif;
}

/* Episodes Navbar */
#dens3-player-page .player-sidebar #episodes-navbar {
  padding-bottom: 10px;
}

#dens3-player-page .player-sidebar #episodes-navbar li.active a {
  background-color: #2d3033;
  color: #009999;
}

#dens3-player-page .player-sidebar #episodes-navbar li a {
  background-color: #212121;
  color: #777;
  font-weight: bold;
}

#dens3-player-page .player-sidebar #episodes-navbar li a:hover {
  color: #009999;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .player-sidebar #episodes-navbar li {
    width: calc(50% - 1px);
    text-align: center;
  }
}
/* Episodes Navbar */

/* Schedule Navbar */
#dens3-player-page .player-sidebar #schedule-navbar {
  background-color: #292929;
  padding: 10px 30px;
  border-radius: 4px;
}

#dens3-player-page .player-sidebar #schedule-navbar li .item-date {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
}

#dens3-player-page .player-sidebar #schedule-navbar li .item-date:hover {
  background-color: #e6c52c;
}

#dens3-player-page .player-sidebar #schedule-navbar li .item-date p {
  padding: 0;
  margin: 0;
  line-height: normal;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

#dens3-player-page .player-sidebar #schedule-navbar li .item-date:hover p {
  color: #141518 !important;
}

#dens3-player-page .player-sidebar #schedule-navbar li .item-date .day {
  font-size: 10px;
}

#dens3-player-page .player-sidebar #schedule-navbar li .item-date .date {
  font-size: 18px;
}

#dens3-player-page .player-sidebar #schedule-navbar li.active .item-date {
  background-color: #e6c52c;
}

#dens3-player-page .player-sidebar #schedule-navbar li.active .item-date p {
  color: #141518 !important;
}

#dens3-player-page .player-sidebar #schedule-navbar .owl-nav {
  position: unset;
  top: unset;
  right: unset;
  overflow: visible;
  right: unset;
  width: 100%;
}

#dens3-player-page .player-sidebar #schedule-navbar .owl-prev,
#dens3-player-page .player-sidebar #schedule-navbar .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
  height: unset;
  border: none;
  margin: 0;
}

#dens3-player-page .player-sidebar #schedule-navbar .owl-prev {
  left: 10px;
}

#dens3-player-page .player-sidebar #schedule-navbar .owl-next {
  right: 10px;
}

#dens3-player-page .player-sidebar #schedule-navbar .owl-prev:hover,
#dens3-player-page .player-sidebar #schedule-navbar .owl-next:hover {
  background: none;
}

#dens3-player-page .player-sidebar #schedule-navbar .owl-nav i {
  font-size: 28px;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.2s ease-in-out;
}

#dens3-player-page .player-sidebar #schedule-navbar .owl-prev:hover i,
#dens3-player-page .player-sidebar #schedule-navbar .owl-next:hover i {
  color: #009999;
}

/* Schedule Navbar */

#dens3-player-page .player-sidebar .tab-content {
  padding: 0;
}

#dens3-player-page .player-sidebar .tab-content .tab-pane {
  padding-left: 30px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .player-sidebar .tab-content .tab-pane {
    padding-left: 15px;
  }
}

#dens3-player-page .player-sidebar .tab-content hr {
  border-color: #2d3033;
}

#dens3-player-page
  .player-sidebar
  .tab-content
  .tab-pane
  .tab-content
  .tab-pane {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

#dens3-player-page .player-sidebar #episodes [class^="col-"],
#dens3-player-page .player-sidebar #trailers [class^="col-"] {
  padding-right: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

#dens3-player-page
  .player-sidebar
  #episodes
  [class^="col-"]:last-child
  #dens3-player-page
  .player-sidebar
  #trailers
  [class^="col-"]:last-child {
  padding-right: 15px;
}

#dens3-player-page .player-sidebar .nav-tabs {
  border: none;
  margin-bottom: 10px;
}

#dens3-player-page .player-sidebar .nav-tabs li a {
  color: white;
}

#dens3-player-page .player-sidebar .nav-tabs li a:hover {
  color: #009999;
}

#dens3-player-page .player-sidebar .owl-stage {
  min-width: max-content;
}

#dens3-player-page .player-sidebar .spacing {
  height: 2px;
}

#dens3-player-page .player-sidebar .item-episode .row {
  margin-right: -15px;
  margin-left: -15px;
}

#dens3-player-page .player-sidebar .item-episode.watched {
  opacity: 0.5;
}

#dens3-player-page .player-sidebar .item-episode .coming-soon {
  position: relative;
}

#dens3-player-page .player-sidebar .item-episode .coming-soon::before {
  content: "Coming Soon";
  background-color: #e6c52c;
  position: absolute;
  bottom: 7px;
  left: 7px;
  color: #141518;
  font-size: 9px;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 2px;
}

#dens3-player-page .player-sidebar .item-episode {
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
  overflow: hidden;
  padding-right: 5px;
}

#dens3-player-page .player-sidebar .item-episode:hover {
  background-color: #2d3033;
}

#dens3-player-page .player-sidebar .item-episode.active {
  background-color: #2d3033;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#dens3-player-page .player-sidebar .item-episode.active p {
  color: #009999;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .player-sidebar #episodes [class^="col-"]:last-child,
  #dens3-player-page .player-sidebar #trailers [class^="col-"]:last-child {
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
}

#dens3-player-page .player-sidebar .item-episode .img-episode {
  border-radius: 3px;
}

#dens3-player-page .player-sidebar .item-episode .title {
  color: white;
  font-size: 12px;
  margin: 0;
  padding-right: 20px;
}

#dens3-player-page .player-sidebar .item-episode .subtitle {
  color: #cccccc !important;
  font-size: 9px;
  margin: 3px 0 0 0;
  padding-right: 20px;
  line-height: 11px;
}

/* #dens3-player-page .player-sidebar .item-episode:hover .title {
  color: #009999;
} */

#dens3-player-page .player-sidebar .item-episode .schedule {
  margin: 0;
  background: none;
}

#dens3-player-page .player-sidebar .item-episode .schedule p {
  display: inline;
  padding: 0 5px;
  border-right: solid #ccc 1px;
  color: #ccc;
  font-size: 9px;
}

#dens3-player-page .player-sidebar .item-episode .schedule p:first-child {
  padding-left: 0;
}

#dens3-player-page .player-sidebar .item-episode .schedule p:last-child {
  border-right: 0;
  padding-right: 0;
}

#dens3-player-page .player-sidebar .item-episode .channel {
  color: #777;
  font-size: 11px;
}

#dens3-player-page .player-sidebar .item-schedule {
  margin: 0;
  padding: 10px 7px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  text-align: left;
}

#dens3-player-page .player-sidebar .item-schedule:hover {
  background-color: rgb(41, 41, 41);
  border-radius: 5px;
}

#dens3-player-page .player-sidebar .item-schedule.active {
  background-color: #e6c52c;
  border-radius: 5px;
}

#dens3-player-page .player-sidebar .item-schedule.incoming p {
  color: #999;
}

#dens3-player-page .player-sidebar .item-schedule p {
  display: inline-flex;
  color: #ffffff;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#dens3-player-page .player-sidebar .item-schedule .hour {
  margin-right: 10px;
}

#dens3-player-page .player-sidebar .item-schedule .title {
  margin: 0;
}

/* Chat Sidebar */
#player-chat-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 991px) {
  #player-chat-sidebar {
    padding-left: 0;
  }
}

#player-chat-sidebar .dens3-btn {
  border-radius: 3px;
  font-size: 0.8em;
  outline: none;
}

#player-chat-sidebar .dens3-btn-turqoise {
  border: none;
}

#player-chat-sidebar .show-chat {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  display: none;
}

#player-chat-sidebar .chat-body {
  display: flex;
  flex-grow: 20;
}

#player-chat-sidebar .schedule-chat {
  display: none;
}

#player-chatbox {
  height: 100%;
  width: 100%;
}

#player-chatbox .chatbox-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#player-chatbox .chatbox-header {
  border-bottom: 1px solid #333;
  /* background-color: #009999; */
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  #player-chatbox .chatbox-header {
    padding-left: 10px;
  }
}

#player-chatbox .chatbox-header p {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

#player-chatbox .chatbox-body {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
  border-bottom: 1px solid #333;
  flex: 1 1 0;
  overflow-y: auto;
  min-height: 0;
  display: flex;
  position: relative;
  flex-flow: column;
}

@media screen and (max-width: 991px) {
  #player-chatbox .chatbox-body {
    padding-left: 10px;
  }
}

#player-chatbox .chatbox-body .chatbox-to-bottom {
  position: sticky;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

#player-chatbox .chatbox-body .login-chat {
  display: flex;
  width: 100%;
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#player-chatbox .chatbox-body .login-chat .dens3-btn {
  font-size: 0.9em;
}

#player-chatbox .chatbox-body::-webkit-scrollbar {
  width: 7px;
}

#player-chatbox .chatbox-body::-webkit-scrollbar-track {
  background-color: #292929;
  border-radius: 10px;
}

#player-chatbox .chatbox-body::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

#player-chatbox .chatbox-body::-webkit-scrollbar-thumb:hover {
  background: #777;
  border-radius: 10px;
}

#player-chatbox .chatbox-body::-webkit-scrollbar-thumb:active {
  background: rgb(68, 68, 68);
  border-radius: 10px;
}

#player-chatbox .chatbox-body ul {
  margin: 0;
  padding: 0;
}

#player-chatbox .chatbox-body ul li {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
}

#player-chatbox .chatbox-item .chatbox-avatar {
  display: inline;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  border-radius: 999px;
  flex-grow: 1;
  margin-right: 10px;
}

#player-chatbox .chatbox-item p {
  display: inline;
  flex-grow: 5;
  font-weight: 600;
  margin-bottom: unset;
}

#player-chatbox .chatbox-item .label {
  padding: 0 5px !important;
  line-height: normal;
  height: fit-content;
  border-radius: 2px;
  vertical-align: unset;
  background: #e6c52c;
}

#player-chatbox .chatbox-item .button-tools i {
  cursor: pointer;
  color: #e74646;
  margin-left: 5px;
}

#player-chatbox .chatbox-username {
  color: #999;
  font-size: 12px;
  font-weight: bold;
}

#player-chatbox .chatbox-message {
  font-size: 12px;
  font-weight: normal;
}

#player-chatbox .chatbox-footer {
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 15px;
  border-bottom: 1px solid #333;
  position: relative;
}

@media screen and (max-width: 991px) {
  #player-chatbox .chatbox-footer {
    padding-left: 10px;
  }
}

#player-chatbox .chatbox-userinfo {
  display: flex;
  flex-direction: row;
  margin: 5px 0 0 0;
}

#player-chatbox .chatbox-userinfo p {
  margin-bottom: unset;
}

#player-chatbox .chatbox-userinfo .chatbox-avatar {
  display: inline;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  border-radius: 999px;
  margin-right: 10px;
}

#player-chatbox .chatbox-userinfo .chatbox-username {
  color: #999;
  font-size: 11px;
  font-weight: bold;
}

#player-chatbox .emojionearea {
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

#player-chatbox .emojionearea.focused {
  border: none;
  border-bottom: 1px solid #333;
  box-shadow: none;
}

#player-chatbox .emojionearea-editor {
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  color: #fff;
  outline: none;
  font-size: 12px;
  margin: 0;
  min-height: unset;
  max-height: unset;
  height: unset;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: normal;
  padding: 0;
}

#player-chatbox .chatbox-footer i {
  font-size: 24px;
  cursor: pointer;
}

#player-chatbox .chatbox-footer .counter {
  font-size: 12px;
}

#player-chatbox .chatbox-footer .counter-send {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#player-chatbox .chatbox-footer .icon-send {
  margin-left: 10px;
}

#player-chat-sidebar .hide-chat {
  align-items: center;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  #player-chat-sidebar .hide-chat {
    padding-left: 10px;
  }
}
/* Chat Sidebar */

/* Emoticon Popup */
#dens3-emoticon-popup {
  position: absolute;
  bottom: 110px;
  left: 30px;
  width: 80%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  border-radius: 7px;
}

@media screen and (max-width: 991px) {
  #dens3-emoticon-popup {
    left: 10px;
  }
}

#dens3-emoticon-popup .nav-tabs .owl-item {
  margin: 0 !important;
}

#dens3-emoticon-popup .nav-tabs li {
  padding: 5px 7px;
}

/* #dens3-emoticon-popup .nav-tabs li:first-of-type.active {
  border-top-left-radius: 7px;
} */

#dens3-emoticon-popup .nav-tabs li.active {
  background-color: #e6c52c;
}

#dens3-emoticon-popup .nav-tabs li img {
  max-width: 42px;
  max-height: 42px;
}

#dens3-emoticon-popup .tab-content .tab-pane {
  padding: 0 !important;
  overflow-y: auto;
  min-height: 200px;
  max-height: 200px;
}

#dens3-emoticon-popup .tab-content .tab-pane::-webkit-scrollbar {
  width: 7px;
}

#dens3-emoticon-popup .tab-content .tab-pane::-webkit-scrollbar-track {
  background: #19191a;
  border-radius: 10px;
}

#dens3-emoticon-popup .tab-content .tab-pane::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

#dens3-emoticon-popup .tab-content .tab-pane::-webkit-scrollbar-thumb:hover {
  background: #777;
  border-radius: 10px;
}

#dens3-emoticon-popup .tab-content .tab-pane .container-fluid {
  overflow-x: hidden;
}

#dens3-emoticon-popup .item-emoji {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

#dens3-emoticon-popup .item-emoji img {
  max-height: 42px;
  max-width: 42px;
}

#dens3-emoticon-popup .img-logo-giphy {
  margin-bottom: 5px;
}
/* Emoticon Popup */

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#dens3-player-page .player-sidebar .item-schedule.active p {
  color: #141518 !important;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .player-description {
    order: 2;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: calc(10px + 4%);
    padding-right: calc(10px + 4%);
  }

  #dens3-player-page .player-tvchannels {
    margin-top: 30px;
    order: 4;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: calc(10px + 4%);
    padding-right: calc(10px + 4%);
  }
}

#dens3-player-page .player-description .title {
  margin-bottom: 10px;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .player-description .title {
    font-size: 21px;
  }
}

#dens3-player-page .player-description .subtitle {
  color: #777777;
}

#dens3-player-page .player-description .metadata p {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  border-right: solid white 1px;
}

#dens3-player-page .player-description .metadata p:first-child {
  padding-left: 0;
}

#dens3-player-page .player-description .metadata p:last-child {
  border-right: 0;
}

#dens3-player-page .player-description .description {
  margin: 10px 0 30px 0;
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}

#dens3-player-page .player-description .mobile-submenu {
  display: none;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .player-description .mobile-submenu {
    display: flex;
    margin-bottom: 30px;
  }
}

#dens3-player-page .player-description .mobile-submenu a {
  color: #999;
  border-right: 1px solid #777;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

#dens3-player-page .player-description .mobile-submenu a i {
  margin-right: 5px;
  font-size: 21px;
}

#dens3-player-page .player-description .mobile-submenu a:first-child {
  padding-left: 0;
}

#dens3-player-page .player-description .mobile-submenu a:last-child {
  border-right: 0;
  padding-right: 0;
}

#dens3-player-page .player-ad {
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .player-ad {
    margin: 30px 0;
  }
}

.dens3-ad-player-page {
  width: 100%;
  position: relative;
}

.dens3-ad-player-page a {
  background-color: #ccc;
  aspect-ratio: 5/2;
  border-radius: 2px;
  display: block;
}

@media screen and (min-width: 2000px) {
  .dens3-ad-player-page a {
    aspect-ratio: 5/1;
  }
}

.dens3-ad-player-page p {
  color: #141518;
  text-align: center;
  /* font-weight: bold; */
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#dens3-player-page .section-title {
  font-weight: bold;
  /* margin-top: 30px; */
  margin-bottom: 15px;
}

#dens3-player-popular {
  margin: 15px 0 0 0;
  padding: 0;
}

#dens3-player-popular li {
  list-style-position: inside;
  padding: 15px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 991px) {
  #dens3-player-popular li {
    padding: 15px 10px;
  }
}

#dens3-player-popular li:hover {
  background-color: #19191a;
  padding: 20px;
  border-radius: 3px;
}

#dens3-player-popular li::marker {
  color: #009999;
}

#dens3-player-popular li.active2 {
  background-color: #19191a;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  #dens3-player-popular li.active2 {
    padding: 15px 10px;
  }
}

#dens3-player-popular li p {
  display: inline;
}

#dens3-player-popular li img {
  margin: 10px 0 0 0;
  width: 70%;
  padding-left: 20px;
  display: none;
}

#dens3-player-popular li.active2 img {
  display: block;
}

@media screen and (max-width: 991px) {
  #dens3-player-popular li.active2 img {
    display: none;
  }
}

#dens3-player-popular li:hover img {
  display: block;
}

@media screen and (max-width: 991px) {
  #dens3-player-page .player-ad {
    order: 5;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: calc(10px + 4%);
    padding-right: calc(10px + 4%);
  }

  #dens3-player-page .player-popular {
    order: 6;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: calc(10px + 4%);
    padding-right: calc(10px + 4%);
    margin: 15px 0;
  }
}

#shareModal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 360px;
}

#shareModal .modal.fade .modal-dialog {
  transform: translate(0, -100%);
}

#shareModal .modal.in .modal-dialog {
  transform: translate(0, 0);
}

#shareModal .modal-header {
  border: 0;
  text-align: center;
  position: relative;
  padding: 15px;
}

#shareModal .modal-header .modal-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

#shareModal .modal-header .close-modal {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #ffffff;
  font-size: 18px;
  background-color: #21222a;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#shareModal .modal-header .close-modal i {
  line-height: normal;
}

#shareModal .modal-content {
  background: #2d3033;
  text-align: center;
  height: unset;
  border-radius: 6px;
}

#shareModal .modal-content [class^="col-"] {
  text-align: center;
}

#shareModal .modal-content a {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

#shareModal .modal-content a:hover,
#shareModal .modal-content a:active {
  text-decoration: none;
  opacity: 0.5;
}

#shareModal .modal-content .icon-share i {
  font-size: 32px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  margin: 0 auto;
}

#shareModal .modal-content .icon-share .ion-social-facebook {
  background: #3b5998;
}

#shareModal .modal-content .icon-share .ion-social-twitter {
  background: #55acee;
}

#shareModal .modal-content .icon-share .ion-social-whatsapp-outline {
  background: #25d366;
}

#shareModal .modal-content .icon-share .ion-link {
  background: #414346;
}

#shareModal .modal-content .icon-share p {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: unset;
  margin-bottom: 0;
}

#shareModal .modal-content hr {
  border-color: #414346;
}

#shareModal .modal-content .img-channel {
  width: 25%;
  margin: auto;
  margin-bottom: 10px;
}

#shareModal .modal-content h5 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

#shareModal .modal-content p {
  font-size: 12px;
  color: #ccc;
  line-height: unset;
  margin-bottom: 0;
}

#shareModal .modal-body {
  padding: 15px;
  background: #2d3033;
}

@media screen and (max-width: 767px) {
  #shareModal .modal-dialog {
    margin: 0;
  }

  #shareModal.modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0);
  }

  #shareModal.modal.in .modal-dialog {
    transform: translate3d(0, 0, 0);
  }

  #shareModal .modal-content {
    width: 100vw;
    position: absolute;
    bottom: 0;
  }

  #shareModal .channel-info {
    display: none;
  }
}

/* Fix */
.modal-open {
  overflow-y: auto;
  padding-right: 0 !important;
}

.error-message-player {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
