.playlist-panel {
  display: block;
  width: auto;
  margin: 0 auto 20px;
  background-color: #ececec;
  padding: 0; }

.playlist-table {
  display: block;
  height: auto;
  max-height: 300px;
  overflow: auto; }
  .playlist-table::-webkit-scrollbar {
    width: 10px; }
  .playlist-table::-webkit-scrollbar-thumb {
    background: #999; }
  .playlist-table::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .playlist-table__row {
    display: block;
    margin: 0 auto;
    border-top: 1px solid #ccc; }
    .playlist-table__row:hover {
      background-color: #fcfcfc; }
    .playlist-table__row__link:hover {
      text-decoration: none; }
    .playlist-table__row--selected {
      display: block;
      margin: 0 auto;
      border-top: 1px solid #ccc;
      background-color: #ed1a3b; }
      .playlist-table__row--selected:hover {
        background-color: #ed1a3b; }
      .playlist-table__row--selected .playlist-post__order,
      .playlist-table__row--selected .playlist-post .playlist-video-title,
      .playlist-table__row--selected .playlist-post .playlist-text .playlist-details {
        color: white; }
      .playlist-table__row--selected .playlist-thumbnail__image {
        border: 1px solid #fff; }

.playlist-text {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding-left: 10px; }

.playlist-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.playlist-details {
  font-family: Roboto,arial,helvetica,sans-serif;
  display: block;
  font-size: 12px;
  line-height: 130%;
  color: #333; }

.playlist-post {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0; }
  .playlist-post__order {
    display: table-cell;
    width: 15px;
    vertical-align: middle;
    padding: 10px;
    font-family: Roboto;
    font-size: 11px;
    color: #999; }

.playlist-thumbnail {
  display: table-cell;
  width: 80px;
  vertical-align: top; }
  .playlist-thumbnail__image {
    height: 45px; }
  .playlist-thumbnail__preview {
    display: block;
    width: 100%;
    background-color: #000;
    margin: 0 auto;
    position: relative; }
  .playlist-thumbnail__duration {
    right: 2px;
    bottom: 2px;
    display: block;
    width: auto;
    padding: 3px;
    background-color: #000;
    opacity: .7;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    z-index: 100;
    right: 5px;
    bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.playlist-title {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 15px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.playlist-video-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: auto;
  margin: 0 auto 5px 0;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  color: black; }

.recommended {
  display: block; }
  .recommended .table, .recommended .table__row {
    display: block; }
  .recommended .post {
    width: 100%;
    padding: 0px;
    margin: 0px auto 10px auto;
    border-bottom: solid 1px #ECECEC; }
    .recommended .post__picture {
      display: table-cell;
      padding: 0px 10px 10px 0px;
      vertical-align: top; }
      .recommended .post__picture__preview {
        height: 79px;
        width: 140px; }
        .recommended .post__picture__preview img {
          height: 100%;
          width: 100%;
          object-fit: contain; }
    .recommended .post .text {
      display: table-cell;
      width: auto;
      padding: 0px 0px 10px 0px;
      vertical-align: top;
      margin-left: 0; }

.video-description {
  width: 100%;
  word-break: break-all; }
  .video-description .article {
    word-break: break-word; }

.preview {
  display: block;
  width: auto;
  margin: 0px auto 20px auto; }
  .preview__btn {
    display: block;
    width: auto;
    margin-bottom: 20px;
    padding-left: 0;
    font-family: 'Roboto', sans-serif, serif;
    font-size: 14px;
    color: #ED1A3B;
    font-weight: 700;
    cursor: pointer; }

.preview__hidden {
  height: 160px;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0))); }

.article {
  display: block;
  width: auto;
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 165%;
  color: #333333;
  margin: 0px auto 20px auto; }
  .article a {
    color: #ed1b2f; }

.keywords {
  display: block;
  width: auto;
  font-family: 'Roboto', sans-serif, serif;
  font-size: 13px;
  line-height: 165%;
  color: #333333;
  margin: 0px auto 20px auto; }
  .keywords span {
    display: inline-block;
    padding: 7px 10px 5px 10px;
    border: 1px solid #CCCCCC;
    text-align: center;
    text-decoration: none;
    color: #9c9c9c;
    border-radius: 3px;
    margin: 0px 3px 3px 0px;
    -webkit-user-select: none; }

.news-list {
  padding-left: 18px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 25px;
  color: #ed1a3b; }
  .news-list-item {
    margin-bottom: 3px; }
    .news-list-item a {
      font-size: 16px;
      color: #36c; }

.stripe__text {
  color: black; }

.stripe__text, .stripe__card-number, .stripe__card-expiry, .stripe__card-cvc, .stripe__custom-label {
  display: block;
  margin-bottom: 20px;
  font-size: 16px; }

.stripe__button-pay {
  width: 140px;
  height: 40px;
  background-color: #3366CC;
  color: white; }

.stripe__error-message {
  color: #eb1c26;
  font-size: 14px; }

.stripe__custom-element {
  width: 100%;
  font-family: "Roboto", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #32325d;
  background-color: white;
  border: solid 1px #ECECEC;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.StripeElement {
  width: 100%;
  font-family: "Roboto", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #32325d;
  background-color: white;
  border: solid 1px #ECECEC;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }
  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df; }
  .StripeElement--invalid {
    border-color: #fa755a; }

.video-panel {
  background-color: #000;
  display: flex;
  flex-wrap: wrap; }
  .video-panel__message, .video-panel__cta {
    padding: 15px; }
  .video-panel__message {
    cursor: default;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .video-panel__paragraph {
    margin: 0;
    align-self: center; }
  .video-panel__text--watch {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    padding-right: 15px; }
  .video-panel__text--buy {
    color: #999;
    font-size: 12px; }
  .video-panel__cta__button {
    background-color: #3366CC;
    text-transform: uppercase;
    color: white;
    border: none;
    font-weight: bold;
    font-size: 12px;
    padding: 12px 15px; }
  .video-panel__email-input {
    display: block;
    width: 100%;
    max-width: 350px;
    padding: 4px;
    border: solid 1px #ECECEC;
    font-size: 14px;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .video-panel__cta {
      text-align: right; } }
  @media (max-width: 768px) {
    .video-panel {
      flex-direction: column; }
      .video-panel__cta {
        padding-top: 0; } }
  .video-panel__small-text {
    font-size: 12px; }

.video__info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%; }
  .video__info--left {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-right: 15px; }
    .video__info--left .name {
      display: block;
      margin-bottom: 3px;
      font-family: 'Roboto';
      font-size: 18px;
      color: #000000; }
    .video__info--left .stats {
      display: block;
      font-family: 'Roboto';
      font-size: 14px;
      color: #999999; }
      .video__info--left .stats a {
        color: #ED1A3B;
        text-decoration: none; }
  .video__info--right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 80px; }
  .video__info__banner--left {
    display: block;
    min-width: 220px;
    margin-bottom: 20px; }
  .video__info__banner--right {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }

.author {
  display: table;
  width: auto; }
  .author__thumbnail {
    display: none; }
  .author__details {
    display: table-cell;
    vertical-align: top;
    font-family: 'Roboto', serif;
    font-size: 14px;
    line-height: 165%;
    color: #999999; }
    .author__details .btn-link {
      font-size: inherit;
      padding: 0;
      border: 0;
      text-decoration: none; }
  .author__name {
    font-size: 18px;
    font-weight: 700;
    color: #000000 !important; }

.channel_buttons {
  display: block; }
  .channel_buttons--left, .channel_buttons--right {
    display: flex;
    margin-bottom: 5px;
    padding: 0px; }
  .channel_buttons .btn {
    display: block;
    padding: 5px 8px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }

@media (min-width: 500px) {
  .author__thumbnail {
    display: flex;
    height: 60px;
    width: 60px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    justify-content: center;
    margin-right: 15px; }
    .author__thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      text-align: center; }
  .channel_buttons {
    display: table;
    float: right;
    max-width: initial; }
    .channel_buttons--left {
      display: table-cell;
      width: auto;
      padding-left: 5px;
      margin-bottom: 0px; }
    .channel_buttons--right {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      width: auto;
      margin-bottom: 0px; }
      .channel_buttons--right .btn {
        margin-left: 5px;
        margin-bottom: 5px;
        font-weight: 700;
        text-transform: uppercase; }
    .channel_buttons .btn {
      font-size: 12px !important;
      padding: 13px 15px !important; }
    .channel_buttons .following {
      padding-left: 25px !important; } }

@media (min-width: 768px) {
  .video__info {
    flex-direction: row; } }

.actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .actions--left .views {
    display: block;
    font-family: 'Roboto', serif;
    font-size: 15px;
    line-height: 120%;
    color: #666666; }
  .actions--right {
    display: block; }

.action_button {
  font-size: 14px;
  color: #999999;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }
  .action_button:hover, .action_button:focus, .action_button:active {
    color: #666666;
    background-color: #fff !important;
    box-shadow: none !important; }

.like {
  padding-left: 24px;
  line-height: 16px;
  background-image: url(/static/Icon-Like.svg);
  padding-top: 0;
  padding-bottom: 0; }

.liked {
  background-image: url(/static/Icon-Liked.svg) !important; }

@media (min-width: 500px) {
  .actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .actions--left {
      display: flex;
      align-items: center;
      margin: 0; }
    .actions--right {
      display: flex;
      justify-content: flex-end;
      margin: 0; } }

.vjs-fluid {
  position: relative; }
  .vjs-fluid .video-player-error-message {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: lightgray;
    padding: 3.5em;
    transition: 0.7s; }
    .vjs-fluid .video-player-error-message:hover {
      background: darkgray;
      color: white; }

.blocker-using-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 150px; }
  .blocker-using-info h2 {
    font-size: 30px; }
  .blocker-using-info h3 {
    font-size: 24px; }

.adclass {
  background-color: transparent;
  height: 1px;
  width: 1px; }

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translateZ(9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em; }

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em; }

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em; }

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
  .Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
    top: 0; }
  .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-right {
    bottom: 0; }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }

.Toastify__toast--rtl {
  direction: rtl; }

.Toastify__toast--default {
  background: #fff;
  color: #aaa; }

.Toastify__toast--info {
  background: #3498db; }

.Toastify__toast--success {
  background: #07bc0c; }

.Toastify__toast--warning {
  background: #f1c40f; }

.Toastify__toast--error {
  background: #e74c3c; }

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: .7;
  transition: .3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.Toastify__close-button--default {
  color: #000;
  opacity: .3; }

.Toastify__close-button:focus, .Toastify__close-button:hover {
  opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  to {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: .7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards; }

.Toastify__progress-bar--controlled {
  transition: transform .2s; }

.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  transform-origin: right; }

.Toastify__progress-bar--default {
  background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--bottom-left, .Toastify__bounce-enter--top-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--bottom-right, .Toastify__bounce-enter--top-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--bottom-left, .Toastify__bounce-exit--top-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--bottom-right, .Toastify__bounce-exit--top-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--bottom-left, .Toastify__slide-enter--top-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--bottom-right, .Toastify__slide-enter--top-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--bottom-left, .Toastify__slide-exit--top-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--bottom-right, .Toastify__slide-exit--top-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }

.channels__info.info {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.all-channels {
  width: 100%;
  padding: 15px; }

.channels__info .channels-title {
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
  font-size: 22px;
  color: #000000; }
  .channels__info .channels-title__count {
    display: block;
    font-family: Roboto;
    font-size: 14px;
    color: #999; }

.channels__info .dropdown {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.channels__info .dropdown.show .cBtn-sort {
  color: red;
  background-image: url(/static/icons/Icon-sort-open.svg); }

.channels__content .channels-absent {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 15px 0; }

.channels .post__picture__preview {
  width: 100%;
  min-height: 80px; }

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

@media (min-width: 1200px) {
  .channels {
    max-width: 1400px;
    padding: 20px; } }

.browse-video-section .browse-video-header__title .browse-video-title {
  display: block;
  margin-bottom: 3px;
  font-size: 22px;
  color: #000000;
  text-transform: capitalize; }

.browse-video-section .browse-video-absent {
  text-transform: capitalize; }

.info {
  display: block;
  margin: 0px auto;
  padding: 0px 15px;
  border-bottom: solid 1px #ECECEC; }

.channels__info {
  display: block;
  width: auto;
  margin: 0px auto 15px auto; }
  .channels__info--left {
    display: block;
    width: auto;
    padding-right: 15px;
    margin: 0px auto 10px auto; }
    .channels__info--left .name {
      display: block;
      margin-bottom: 3px;
      text-transform: capitalize;
      font-size: 22px;
      color: #000000; }
    .channels__info--left .stats {
      display: block;
      font-family: 'Roboto';
      font-size: 14px;
      color: #999999; }
      .channels__info--left .stats a {
        color: #ED1A3B;
        text-decoration: none; }
  .channels__info--right {
    display: block;
    width: auto; }

.sort_menu {
  position: relative; }

.channels_list {
  display: block;
  width: auto;
  margin: 0px auto; }
  .channels_list.no-border {
    margin-bottom: 15px; }
  .channels_list .post {
    display: flex;
    width: 100%;
    padding: 0px;
    margin: 0px auto 10px auto;
    border-bottom: solid 1px #ECECEC; }
    .channels_list .post__picture {
      display: block;
      width: 80px;
      padding: 0px 10px 10px 0px;
      vertical-align: top;
      margin: 0; }
    .channels_list .post__content {
      flex: 1;
      width: auto;
      padding: 0px 0px 10px 0px;
      vertical-align: top; }
      .channels_list .post__content__title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        font-weight: 700; }
        .channels_list .post__content__title a {
          color: #000000;
          text-decoration: none; }
  .channels_list .text {
    padding: 0;
    margin: 0; }
    .channels_list .text .post__details {
      margin-bottom: 15px; }
  .channels_list .title {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.following_channels {
  display: block;
  width: auto;
  margin: 0px auto; }
  .following_channels .table,
  .following_channels .table__row {
    display: block; }
  .following_channels .post {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px auto 10px auto;
    border-bottom: solid 1px #ECECEC; }
    .following_channels .post__picture {
      display: block;
      width: 80px;
      padding: 0px 10px 10px 0px;
      vertical-align: top; }
    .following_channels .post__content {
      display: block;
      width: auto;
      padding: 0px 0px 10px 0px;
      vertical-align: top; }
    .following_channels .post .action {
      display: none; }

.manage_channel {
  display: inline-block;
  margin: 0px;
  padding: 5px;
  font-family: 'Roboto';
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  color: #FFFFFF !important;
  border-radius: 3px;
  background-color: #ED1A3B;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none; }

.btn__un_follow {
  color: #999999 !important;
  background-color: #ECECEC !important; }

@media (min-width: 768px) {
  .following_channels .post .action {
    display: table-cell;
    width: 120px;
    padding: 0px 10px 10px 0px;
    vertical-align: middle;
    text-align: right; }
  .channels__info {
    display: table;
    width: 100%;
    margin: 0px; }
    .channels__info--left {
      display: table-cell;
      vertical-align: middle; }
    .channels__info--right {
      display: table-cell;
      vertical-align: middle;
      width: 160px; }
  .manage_channel {
    width: 120px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 12px 15px 13px 15px; } }

@media (min-width: 500px) {
  .following_channels .post__picture {
    width: 100px; }
  .following_channels .post .text .title {
    font-size: 17px; }
  .channels_list .post__picture {
    width: 100px;
    height: 100px;
    margin: 0; }
  .channels_list .post__content .channels_list .post__content__title {
    font-size: 17px; }
  .channels_list .post .text {
    margin: 0; } }

@media (min-width: 1200px) {
  .channels_list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #ECECEC;
    margin-bottom: 40px;
    padding: 0px 0px 20px 0px; }
    .channels_list.no-border {
      border-bottom: 0;
      margin-bottom: 0; }
    .channels_list .post {
      display: inline-block;
      vertical-align: top;
      width: calc(100%/10);
      padding: 0px 10px 0px 0px;
      margin: 0px;
      border-bottom: none 0px; }
      .channels_list .post__picture {
        display: block;
        width: auto;
        height: auto;
        padding: 0px;
        margin: 0px 0px 10px 0px; }
        .channels_list .post__picture__preview {
          width: 114px;
          height: 114px;
          margin: 0; }
          .channels_list .post__picture__preview img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
      .channels_list .post__content {
        display: block;
        width: auto;
        margin: 0px;
        padding: 0px 0px 15px 0px; }
      .channels_list .post__content__title {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .channels_list .post__content__details {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 12px; } }

.disabled {
  background-color: #ECECEC !important;
  cursor: not-allowed; }
  .disabled input {
    cursor: not-allowed; }
  .disabled span {
    color: #666666; }

.padding__top--right {
  padding: 0px; }

.link:hover {
  text-decoration: none; }

.label {
  display: table;
  margin: 0px 15px 15px 15px; }
  .label--left {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding: 0px;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 18px;
    font-weight: 700; }
    .label--left a {
      color: #000000; }
  .label--right {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    text-align: right;
    padding: 0px 10px;
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 18px; }
    .label--right a {
      color: #ED1A3B; }

.title {
  display: block;
  font-family: 'Roboto', serif;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin: 0px auto 20px auto;
  word-break: break-all; }

@media (min-width: 500px) {
  .info {
    padding: 0px 0px 15px 0px; }
  .label {
    display: table;
    margin: 0px 0px 15px 0px; }
  .padding__top--right {
    padding: 0px 10px 0px 0px; } }

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

@media (min-width: 1200px) {
  .label {
    display: table;
    margin: 0px 0px 10px 0px; } }

.channel-template {
  max-width: 1400px !important;
  width: 100% !important; }

.channel-videos {
  width: 100%; }

.channel-section {
  width: 100%; }
  .channel-section__header .channel-title {
    display: flex;
    flex-direction: row; }
    .channel-section__header .channel-title__thumbnail {
      padding-right: 15px; }
      .channel-section__header .channel-title__thumbnail .channel-thumbnail {
        width: 60px;
        height: 60px;
        min-height: 60px;
        border-radius: 50%; }
    .channel-section__header .channel-title__name .channel-info-button {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      border: none;
      border-radius: 3px;
      padding: 9px 12px;
      margin-right: 15px;
      cursor: pointer; }
      @media (max-width: 500px) {
        .channel-section__header .channel-title__name .channel-info-button {
          margin-right: 0.35em; } }
      .channel-section__header .channel-title__name .channel-info-button.rss {
        background-color: #ed1a3b;
        color: #fff;
        text-decoration: none; }
      .channel-section__header .channel-title__name .channel-info-button.subscribe {
        padding: 7px 12px; }
    .channel-section__header .channel-title__name .checkmark-icon {
      margin-left: 8px;
      width: 25px; }
  .channel-section__header .channel-navigation {
    display: flex;
    flex-direction: row;
    margin: 5px 0; }
    @media (max-width: 500px) {
      .channel-section__header .channel-navigation {
        flex-flow: column; }
        .channel-section__header .channel-navigation .search__container {
          width: 100%; }
        .channel-section__header .channel-navigation .channel-section__filter {
          margin-top: 15px; } }
    .channel-section__header .channel-navigation__tab {
      padding-right: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .channel-section__header .channel-navigation__tab a, .channel-section__header .channel-navigation__tab .channel-navigation-tab-text {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #666; }
        .channel-section__header .channel-navigation__tab a:hover, .channel-section__header .channel-navigation__tab .channel-navigation-tab-text:hover {
          cursor: pointer;
          text-decoration: none; }
      .channel-section__header .channel-navigation__tab_active:hover {
        color: red; }
      .channel-section__header .channel-navigation__tab a:hover {
        color: black; }
      .channel-section__header .channel-navigation__tab .channel-navigation-tab-text {
        color: red;
        border-bottom: 3px solid red; }
    .channel-section__header .channel-navigation__tabs {
      display: flex; }
  .channel-section__content .videos_no-videos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px; }
  .channel-section__footer .editor-btn {
    margin: 0;
    padding: 12px 15px 13px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #ed1a3b;
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-appearance: none; }
    .channel-section__footer .editor-btn__checked {
      background-image: url(/static/Icon-Following.svg);
      background-repeat: no-repeat;
      background-position: 10px;
      padding-left: 30px;
      background-color: #ccc; }
  .channel-section__filter {
    margin: 0;
    margin-right: 20px; }

@media (max-width: 500px) {
  .channel-section__header {
    padding: 0 15px 15px; } }

.channel-playlists {
  width: 100%; }

.channel-section__content {
  display: flex;
  flex-wrap: wrap; }

.channel-playlists__post {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0 0 10px 0; }
  .channel-playlists__post__picture {
    padding: 0 10px 10px 0;
    margin: 0 0 15px 0;
    vertical-align: top; }
    .channel-playlists__post__picture__preview {
      width: 100%;
      height: 0;
      padding: 56.25% 0 0 0; }
      .channel-playlists__post__picture__preview img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        max-height: 100%;
        margin: auto; }
  .channel-playlists__post .text {
    width: 100%; }

@media (max-width: 1200px) {
  .channel-section__content .post {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    border-bottom: 1px solid #ececec; } }

@media (min-width: 1200px) {
  .channel-section__content .post {
    flex-direction: column; }
    .channel-section__content .post .post__picture {
      display: block;
      width: auto;
      padding: 0;
      margin: 0 0 10px; } }

@media (max-width: 500px) {
  .channel-section__content .padding__top--right {
    padding: 0; }
    .channel-section__content .padding__top--right .post__picture {
      margin: 0 auto 15px 0; }
      .channel-section__content .padding__top--right .post__picture__preview {
        display: block;
        width: 100%;
        background-color: #000;
        margin: 0 auto;
        position: relative;
        flex-shrink: 0;
        overflow: hidden; }
    .channel-section__content .padding__top--right .post .text {
      margin: 0; } }

.dashboard-not-found h2 {
  text-transform: uppercase; }

/*
 * react-circular-progressbar styles
 * All of the styles in this file are configurable!
 */

.CircularProgressbar {
  /*
   * This fixes an issue where the CircularProgressbar svg has
   * 0 width inside a "display: flex" container, and thus not visible.
   */
  width: 100%;
  /*
   * This fixes a centering issue with CircularProgressbarWithChildren:
   * https://github.com/kevinsqi/react-circular-progressbar/issues/94
   */
  vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

/*
 * Sample background styles. Use these with e.g.:
 *
 *   <CircularProgressbar
 *     className="CircularProgressbar-inverted"
 *     background
 *     percentage={50}
 *   />
 */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}

.channel-stats {
  padding-top: 16px; }
  .channel-stats__bar-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 10px auto; }
    .channel-stats__bar-top__chart {
      width: 80px;
      padding-right: 10px; }
    .channel-stats__bar-top__text {
      flex: 1;
      font-size: 14px;
      color: #666666; }
      .channel-stats__bar-top__text b {
        color: #000; }
  .channel-stats button {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
  .channel-stats table button {
    padding: 0;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400; }
  .channel-stats__title {
    font-size: 16px;
    font-weight: 700;
    color: black;
    margin-bottom: 16px;
    text-transform: uppercase; }
  @media (min-width: 1024px) {
    .channel-stats {
      padding-top: 0; } }

.upload__photo {
  display: flex; }
  .upload__photo--left {
    width: 140px;
    padding: 0px 20px 0px 0px;
    vertical-align: top;
    margin-bottom: 20px; }
    .upload__photo--left img {
      width: 100%;
      height: 120px;
      object-fit: cover; }
    .upload__photo--left:focus {
      outline: 0; }
  .upload__photo--right {
    flex: 1;
    width: auto;
    padding: 0px;
    font-size: 14px;
    vertical-align: top;
    line-height: 0.85rem;
    margin-left: -16px; }
    .upload__photo--right a {
      color: #3366CC !important; }
      .upload__photo--right a:hover {
        text-decoration: underline !important;
        cursor: pointer; }
    .upload__photo--right p:focus {
      outline: 0; }
  .upload__photo .btn-link {
    color: #3366CC !important;
    font-size: 14px; }
    .upload__photo .btn-link:hover {
      text-decoration: underline !important;
      cursor: pointer; }

.upload .btn__text {
  background-color: white;
  border: 0; }

.reset-password {
  margin: 10px 13px; }

.account-page__title {
  display: block;
  width: auto;
  margin: 0px auto 20px auto;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase; }

.account-page__photo {
  display: flex; }
  .account-page__photo--left {
    width: 140px;
    padding: 0px 20px 0px 0px;
    vertical-align: top;
    margin-bottom: 20px; }
    .account-page__photo--left img {
      width: 100%;
      height: 120px;
      object-fit: cover; }
    .account-page__photo--left:focus {
      outline: 0; }
  .account-page__photo--right {
    flex: 1;
    width: auto;
    padding: 0px;
    font-size: 14px;
    vertical-align: top;
    line-height: 0.85rem; }
    .account-page__photo--right a {
      color: #3366CC !important; }
      .account-page__photo--right a:hover {
        text-decoration: underline !important;
        cursor: pointer; }
    .account-page__photo--right p:focus {
      outline: 0; }

.account-page__is-trusted {
  margin-top: 25px; }
  .account-page__is-trusted .account-page__title {
    display: flex;
    align-items: center; }
  .account-page__is-trusted .checkmark-icon {
    height: 25px;
    margin-left: 5px; }
  .account-page__is-trusted p {
    font-size: 12px; }
    .account-page__is-trusted p strong {
      color: #38b54a; }

.account-page .btn__text {
  background-color: white;
  border: 0; }

.account-invites-wrapper {
  padding-right: 40px;
  border-right: 1px solid #ececec; }
  @media (max-width: 960px) {
    .account-invites-wrapper {
      padding-right: 0;
      border-right: none; } }
  .account-invites-wrapper .list .row {
    border-bottom: 1px solid #ececec; }
    .account-invites-wrapper .list .row:not(:first-child):not(:last-child):hover {
      background-color: #f4f4f4;
      cursor: pointer; }
  .account-invites-wrapper .list .row-selected {
    background-color: #e3fafd !important; }
  .account-invites-wrapper .list__checkbox {
    align-self: center; }
    @media (max-width: 600px) {
      .account-invites-wrapper .list__checkbox {
        padding: 10px 0 0 8px;
        align-self: flex-start;
        transform: scale(1.2); } }

.account-invite-item {
  display: flex;
  padding: 15px 0; }
  .account-invite-item__content {
    flex: 1;
    vertical-align: top; }
  .account-invite-item__title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: black; }
    .account-invite-item__title:hover {
      color: inherit;
      text-decoration: none; }
    @media (min-width: 1024px) {
      .account-invite-item__title {
        font-size: 20px; } }
    @media (max-width: 600px) {
      .account-invite-item__title {
        font-size: 14px;
        display: -webkit-box;
        max-height: 40px;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .account-invite-item__detail {
    font-size: 12px;
    color: #666666; }
  .account-invite-item__actions {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    margin: 0 -8px; }
    .account-invite-item__actions__item {
      display: inline-block;
      margin-right: 5px; }
      .account-invite-item__actions__item button {
        font-size: 12px;
        background-color: transparent;
        color: #666666;
        text-transform: uppercase;
        border: none; }
        @media (min-width: 600px) and (max-width: 960px) {
          .account-invite-item__actions__item button {
            font-size: 0.75rem; } }
        .account-invite-item__actions__item button:hover {
          color: #ed1a3b;
          text-decoration: none;
          background: transparent; }
        .account-invite-item__actions__item button:focus, .account-invite-item__actions__item button:active {
          outline: 0;
          box-shadow: none !important;
          background-color: transparent !important; }
        .account-invite-item__actions__item button a {
          color: #666666;
          text-decoration: none; }
          .account-invite-item__actions__item button a:hover {
            color: #ed1a3b; }

.invite__modal {
  padding: 14px; }
  .invite__modal__name {
    display: block;
    margin: 0px auto 15px auto;
    font-size: 28px;
    color: #000000; }
  .invite__modal__details {
    display: block;
    margin: 0px auto;
    font-size: 14px;
    color: #666666; }
    .invite__modal__details a {
      color: #3366cc; }
  .invite__modal__buttons {
    display: block;
    margin: 0 auto; }
    .invite__modal__buttons button {
      margin: 0;
      padding: 12px 15px 13px 15px;
      font-size: 12px;
      font-weight: 700;
      color: #FFFFFF !important;
      text-transform: uppercase;
      border-radius: 3px;
      cursor: pointer;
      border: none;
      outline: none;
      -webkit-appearance: none; }
    .invite__modal__buttons .btn__green {
      background-color: #38b54a; }
    .invite__modal__buttons .btn__gray {
      background-color: #999999; }
    .invite__modal__buttons .btn__text {
      background-color: #FFFFFF;
      color: #666666 !important;
      font-size: 14px;
      border: 0; }

.list__container {
  padding-right: 40px;
  border-right: solid 1px #ECECEC; }
  @media (max-width: 960px) {
    .list__container {
      padding-right: 0px;
      border-right: none; } }
  .list__container .list__items .row {
    border-bottom: 1px solid #ececec; }
    .list__container .list__items .row:not(:first-child):not(:last-child):hover {
      background-color: #F4F4F4;
      cursor: pointer; }
  .list__container .list__items .row-selected {
    background-color: #e3fafd !important; }
  .list__container .list__items__checkbox {
    padding-top: 17px; }
    @media (max-width: 600px) {
      .list__container .list__items__checkbox {
        padding: 17px 0px 0px 8px;
        align-self: flex-start;
        font-size: 16px;
        line-height: 0; } }
  .list__container .list__items a:hover {
    text-decoration: none;
    color: #000; }

.list__modal {
  padding: 14px; }
  .list__modal__name {
    display: block;
    margin: 0px auto 15px auto;
    font-size: 28px;
    color: #000000; }
  .list__modal__details {
    display: block;
    margin: 0px auto;
    font-size: 14px;
    color: #666666; }
    .list__modal__details a {
      color: #3366CC; }
  .list__modal__buttons {
    display: block;
    margin: 0px auto; }
    .list__modal__buttons button {
      margin: 0px;
      padding: 12px 15px 13px 15px;
      font-size: 12px;
      font-weight: 700;
      color: #FFFFFF !important;
      text-transform: uppercase;
      border-radius: 3px;
      cursor: pointer;
      border: none;
      outline: none;
      -webkit-appearance: none; }
    .list__modal__buttons .btn__green {
      background-color: #39B54A; }
    .list__modal__buttons .btn__gray {
      background-color: #999999; }
    .list__modal__buttons .btn__text {
      background-color: #ffffff;
      color: #666666 !important;
      font-size: 14px;
      border: 0; }

.my-videos {
  font-size: 16px;
  font-family: Roboto, arial, helvetica, sans-serif; }
  .my-videos__block {
    padding-bottom: 30px; }
  .my-videos__block__title {
    display: block;
    font-size: 1rem;
    font-weight: 900;
    color: black;
    text-transform: uppercase; }
  .my-videos__block__content {
    padding: 15px 0; }

.list-container {
  padding-right: 40px; }
  .list-container .list {
    margin-top: 20px; }
    .list-container .list .row {
      border-bottom: 1px solid #ececec;
      margin: 0; }
      .list-container .list .row:not(:first-child):not(:last-child):hover {
        background-color: #F4F4F4;
        cursor: pointer; }
    .list-container .list .row-selected {
      background-color: #e3fafd !important; }
    .list-container .list .Toastify__toast--success {
      background: #39b549;
      text-align: center;
      font-size: 16px; }
    .list-container .list__checkbox {
      align-self: center; }
      @media (max-width: 600px) {
        .list-container .list__checkbox {
          align-self: flex-start;
          padding-top: 10px;
          padding-right: 0;
          padding-left: 8px;
          transform: scale(1.2); } }
    .list-container .list a:hover {
      text-decoration: none;
      color: #000; }
    @media (max-width: 600px) {
      .list-container .list .col {
        padding-right: 0px; } }
    .list-container .list__no-items {
      padding: 20px 0; }
  @media (max-width: 960px) {
    .list-container {
      padding-right: 0px;
      border-right: none; } }
  .list-container--default-cursor .list .row:not(:first-child):not(:last-child):hover {
    cursor: default; }

@media screen and (max-width: 768px) {
  .list-container {
    border: none;
    padding: 0; }
  .my-videos {
    padding: 0 !important; } }

.modal-playlist .cBtn {
  border: none;
  background: none; }
  .modal-playlist .cBtn:hover {
    color: #ED1A3B;
    background: none; }

.modal-confirm .modal-title {
  font-size: 16px; }

.modal-confirm .modal-body p {
  font-size: 14px;
  color: #666666; }

.Toastify__toast--success {
  background: #39b549;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px; }

.all-videos-button {
  margin-top: 15px; }

.download-link__loading {
  height: 32px;
  width: 100px;
  padding: 0px;
  background-color: #d0102e;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default; }

.review-popup {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999998;
  overflow: auto; }
  .review-popup.show {
    display: block; }
  .review-popup__background {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999990;
    opacity: .85; }
  .review-popup__layer {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999991;
    overflow: auto; }
  .review-popup__close {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 999999;
    cursor: pointer; }
  .review-popup__content {
    display: block;
    padding: 60px 30px 30px 30px; }
  .review-popup__table {
    display: block;
    max-width: 700px;
    margin: 0px auto;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  .review-popup__video {
    display: block;
    padding: 30px; }
    .review-popup__video .video {
      position: relative;
      padding-bottom: 56.25%;
      height: 0px;
      background-color: #000000;
      margin-bottom: 20px; }
      .review-popup__video .video iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
  .review-popup__tools {
    display: block;
    padding: 0px 30px 30px 30px; }
  .review-popup__title {
    display: block;
    margin: 0px auto 20px auto;
    font-size: 20px;
    font-weight: 700;
    color: #000000; }
  .review-popup__details {
    display: block;
    margin: 15px auto 15px auto;
    font-size: 14px;
    color: #666666; }
    .review-popup__details a {
      color: #3366cc !important; }
      .review-popup__details a:hover {
        color: inherit;
        text-decoration: underline; }
  .review-popup__description {
    display: block;
    margin: 0px auto 20px auto;
    font-size: 14px;
    color: #666666; }
    .review-popup__description textarea {
      width: 100%;
      padding: 10px;
      color: #666666;
      font-family: 'Roboto';
      font-size: 12px;
      line-height: 140%;
      resize: none; }
      .review-popup__description textarea:focus {
        outline: 0; }
  .review-popup__keywords {
    display: block;
    margin: 0px auto 20px auto;
    font-size: 14px;
    color: #666666; }
  .review-popup__notes {
    display: block;
    margin: 0px auto 20px auto;
    font-size: 14px;
    color: #666666; }
    .review-popup__notes textarea {
      width: 100%;
      padding: 10px;
      color: #666666;
      font-family: 'Roboto';
      font-size: 12px;
      line-height: 140%;
      resize: none; }
      @media (max-width: 960px) {
        .review-popup__notes textarea {
          border: 1px solid #CCCCCC; } }
    .review-popup__notes select {
      width: 100%;
      padding: 10px;
      color: #666666;
      font-family: 'Roboto';
      font-size: 12px; }
      @media (max-width: 960px) {
        .review-popup__notes select {
          border: 1px solid #ccc; } }
    .review-popup__notes input[type="radio"] {
      margin-right: 4px; }
  .review-popup b {
    color: #333333; }
  .review-popup__buttons {
    display: block;
    margin: 0px auto 20px auto; }
    .review-popup__buttons .btn {
      margin-bottom: 5px;
      margin-right: 5px;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700; }
  .review-popup__approve {
    background-color: #38b54a; }
  .review-popup__delist {
    background-color: #3366cc; }
  .review-popup__strike, .review-popup__reject {
    background-color: #999999; }
  .review-popup__cancel {
    background-color: transparent;
    color: #666666 !important; }
    .review-popup__cancel:hover {
      color: #ed1a3b !important; }
    .review-popup__cancel:focus {
      outline: 0; }
  .review-popup .error {
    color: #ed1a3b; }
  .review-popup .has-error {
    border: 1px solid #ed1a3b; }

@media (min-width: 1024px) {
  .review-popup__table {
    display: table;
    width: 100%;
    max-width: 1140px; }
  .review-popup__video {
    display: table-cell;
    width: 560px;
    vertical-align: top; }
  .review-popup__tools {
    display: table-cell;
    width: auto;
    vertical-align: top;
    border-left: solid 1px #ececec;
    padding: 30px; } }

.review-queue__container {
  padding-right: 40px;
  border-right: solid 1px #ececec; }
  @media (max-width: 960px) {
    .review-queue__container {
      padding-right: 0px;
      border-right: none; } }
  .review-queue__container .Toastify__toast--success {
    background: #38b54a;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px; }
  .review-queue__container .video-list .row {
    border-bottom: 1px solid #ececec; }
    .review-queue__container .video-list .row:not(:first-child):not(:last-child):hover {
      background-color: #F4F4F4;
      cursor: pointer; }
  .review-queue__container .video-list .row-selected {
    background-color: #e3fafd !important; }
  .review-queue__container .video-list .Toastify__toast--success {
    background: #38b54a;
    text-align: center;
    font-size: 16px; }
  .review-queue__container .video-list__checkbox {
    align-self: center; }
    @media (max-width: 600px) {
      .review-queue__container .video-list__checkbox {
        align-self: flex-start;
        padding-top: 10px;
        padding-right: 0;
        padding-left: 8px;
        transform: scale(1.2); } }
  .review-queue__container .video-list a {
    color: #666666; }
    .review-queue__container .video-list a:hover {
      text-decoration: underline;
      color: #000000; }

.review_box {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999998;
  overflow: auto; }
  .review_box.show {
    display: block; }
  .review_box__background {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999990;
    opacity: .85; }
  .review_box__layer {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999991;
    overflow: auto; }
  .review_box__close {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 999999;
    cursor: pointer; }
  .review_box__content {
    display: block;
    padding: 60px 30px 30px 30px; }
  .review_box__table {
    display: block;
    max-width: 700px;
    margin: 0px auto;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  .review_box__video {
    display: block;
    padding: 30px; }
    .review_box__video .video {
      position: relative;
      padding-bottom: 56.25%;
      height: 0px;
      background-color: #000000;
      margin-bottom: 20px; }
      .review_box__video .video iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
  .review_box__tools {
    display: block;
    padding: 0px 30px 30px 30px; }
  .review_box__title {
    display: block;
    margin: 0px auto 20px auto;
    font-size: 20px;
    font-weight: 700;
    color: #000000; }
  .review_box__details {
    display: block;
    margin: 15px auto 15px auto;
    font-size: 14px;
    color: #666666; }
    .review_box__details a {
      color: #3366cc; }
      .review_box__details a:hover {
        color: inherit;
        text-decoration: underline; }
  .review_box__description {
    display: block;
    margin: 0px auto 20px auto;
    font-size: 14px;
    color: #666666; }
    .review_box__description textarea {
      width: 100%;
      padding: 10px;
      color: #666666;
      font-family: 'Roboto';
      font-size: 12px;
      line-height: 140%;
      resize: none; }
      .review_box__description textarea:focus {
        outline: 0; }
  .review_box__keywords {
    display: block;
    margin: 0px auto 20px auto;
    font-size: 14px;
    color: #666666; }
  .review_box__notes {
    display: block;
    margin: 0px auto 20px auto;
    font-size: 14px;
    color: #666666; }
    .review_box__notes textarea {
      width: 100%;
      padding: 10px;
      color: #666666;
      font-family: 'Roboto';
      font-size: 12px;
      line-height: 140%;
      resize: none; }
      @media (max-width: 960px) {
        .review_box__notes textarea {
          border: 1px solid #CCCCCC; } }
    .review_box__notes select {
      width: 100%;
      padding: 10px;
      color: #666666;
      font-family: 'Roboto';
      font-size: 12px; }
      @media (max-width: 960px) {
        .review_box__notes select {
          border: 1px solid #CCCCCC; } }
    .review_box__notes input[type="radio"] {
      margin-right: 4px; }
  .review_box b {
    color: #333333; }
  .review_box__buttons {
    display: block;
    margin: 0px auto 20px auto; }
    .review_box__buttons .btn {
      margin-bottom: 5px;
      margin-right: 5px;
      color: #FFFFFF;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700; }
  .review_box__approve {
    background-color: #38b54a; }
  .review_box__delist {
    background-color: #3366cc; }
  .review_box__strike, .review_box__reject {
    background-color: #999999; }
  .review_box__cancel {
    background-color: transparent;
    color: #666666 !important; }
    .review_box__cancel:hover {
      color: #ed1a3b !important; }
    .review_box__cancel:focus {
      outline: 0; }

@media (min-width: 1024px) {
  .review_box__table {
    display: table;
    width: 100%;
    max-width: 1140px; }
  .review_box__video {
    display: table-cell;
    width: 560px;
    vertical-align: top; }
  .review_box__tools {
    display: table-cell;
    width: auto;
    vertical-align: top;
    border-left: solid 1px #ececec;
    padding: 30px; } }

.delete-modal__button {
  width: 50%;
  max-width: 240px; }

.user-edit__container h2 {
  padding: 30px;
  font-size: 28px; }

.user-edit__container .delete-modal__button {
  width: 50%;
  max-width: 240px; }

.user-edit__container .btn__text {
  background-color: white;
  border: 0; }

.user-edit__container .form__select .form__input--hidden {
  display: block !important; }

.user-edit__container .is-trusted {
  margin-bottom: 20px; }

.user-edit__title {
  display: block;
  width: auto;
  margin: 0px auto 20px auto;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase; }

.user-edit__photo {
  display: flex; }
  .user-edit__photo--left {
    width: 140px;
    padding: 0px 20px 0px 0px;
    vertical-align: top;
    margin-bottom: 20px; }
    .user-edit__photo--left img {
      width: 100%;
      height: 120px;
      object-fit: cover; }
    .user-edit__photo--left:focus {
      outline: 0; }
  .user-edit__photo--right {
    flex: 1;
    width: auto;
    padding: 0px;
    font-size: 14px;
    vertical-align: top;
    line-height: 0.85rem; }
    .user-edit__photo--right a {
      color: #3366CC !important; }
      .user-edit__photo--right a:hover {
        text-decoration: underline !important;
        cursor: pointer; }
    .user-edit__photo--right p:focus {
      outline: 0; }

.admin-users-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 410px) {
    .admin-users-header {
      flex-direction: column;
      align-items: flex-start; }
      .admin-users-header__title {
        margin-bottom: 5px; } }
  .admin-users-header__title {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase; }
  .admin-users-header__buttons {
    display: flex; }
    .admin-users-header__buttons a {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700; }
      .admin-users-header__buttons a:last-child {
        margin-left: 10px; }

.admin__users-wrapper {
  padding-right: 40px;
  border-right: 1px solid #ececec; }
  @media (max-width: 960px) {
    .admin__users-wrapper {
      padding-right: 0px;
      border-right: none; } }
  .admin__users-wrapper .item-action {
    border-bottom: none; }
  .admin__users-wrapper .list .row-selected {
    background-color: #e3fafd !important; }
  .admin__users-wrapper .list__checkbox {
    align-self: center; }
    @media (max-width: 600px) {
      .admin__users-wrapper .list__checkbox {
        padding: 10px 0px 0px 8px;
        align-self: flex-start;
        transform: scale(1.2); } }
  .admin__users-wrapper .list a:hover {
    text-decoration: none;
    color: #000; }
  .admin__users-wrapper .list .row:nth-of-type(2) {
    border-top: 1px solid #ececec; }
  .admin__users-wrapper .filter__btn {
    padding: 0; }

.user-item {
  display: flex;
  padding: 15px 0; }
  .user-item__thumbnail {
    padding-right: 15px;
    width: 115px; }
    .user-item__thumbnail__wrapper {
      display: block;
      position: relative;
      width: 100%; }
      .user-item__thumbnail__wrapper img {
        width: 90px;
        height: 90px;
        border: none;
        object-fit: cover;
        padding: 0px;
        border-radius: 0px; }
      .user-item__thumbnail__wrapper .checkmark-icon {
        position: absolute;
        top: -8px;
        right: 0;
        width: 30px;
        height: 30px; }
  .user-item__content {
    flex: 1;
    vertical-align: top; }
  .user-item__title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000; }
    .user-item__title:hover {
      color: inherit;
      text-decoration: none; }
    @media (min-width: 1024px) {
      .user-item__title {
        font-size: 20px; } }
    @media (max-width: 600px) {
      .user-item__title {
        font-size: 14px;
        display: -webkit-box;
        max-height: 40px;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .user-item__detail {
    font-size: 12px;
    color: #666666; }
  .user-item__actions {
    display: block;
    padding-top: 10px;
    margin: 0 -8px;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase; }
    .user-item__actions__item {
      display: inline-block;
      margin-right: 5px; }
      .user-item__actions__item button {
        font-size: 12px;
        background-color: transparent;
        color: #666666;
        text-transform: uppercase;
        border: none; }
        @media (min-width: 600px) and (max-width: 960px) {
          .user-item__actions__item button {
            font-size: 0.75rem; } }
        .user-item__actions__item button:hover {
          color: #ed1a3b;
          text-decoration: none;
          background: transparent; }
        .user-item__actions__item button:focus, .user-item__actions__item button:active {
          outline: 0;
          box-shadow: none !important;
          background-color: transparent !important; }
        .user-item__actions__item button a {
          color: #666666;
          text-decoration: none; }
          .user-item__actions__item button a:hover {
            color: #ed1a3b; }

.admin-videos-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 410px) {
    .admin-videos-header {
      flex-direction: column;
      align-items: flex-start; }
      .admin-videos-header__title {
        margin-bottom: 5px; } }
  .admin-videos-header__title {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase; }
  .admin-videos-header__buttons {
    display: flex; }
    .admin-videos-header__buttons a {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700; }
      .admin-videos-header__buttons a:last-child {
        margin-left: 10px; }

.notification-table {
  font-size: 12px;
  border-bottom: 1px solid #ececec; }
  .notification-table tr > td {
    min-width: 115px; }
  .notification-table tr td:last-child {
    min-width: 60px; }
  .notification-table .warning-row {
    font-weight: 600; }
    .notification-table .warning-row td {
      color: #ed1a3b !important; }
    .notification-table .warning-row.loading {
      position: relative;
      opacity: 0.6;
      pointer-events: none; }
    .notification-table .warning-row .loading-cell {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .notification-table td {
    width: auto; }
    .notification-table td a {
      color: inherit; }
    .notification-table td:first-child {
      color: #666666;
      width: 115px;
      padding-left: 0; }
    .notification-table td:last-child {
      text-align: right;
      width: 75px;
      color: #ed1a3b; }
  .notification-table .notification-delete {
    position: absolute;
    cursor: pointer;
    left: 5px;
    top: 5px;
    width: 14px;
    opacity: 1; }
    .notification-table .notification-delete:hover {
      opacity: 0.8; }
    .notification-table .notification-delete-wrapper {
      position: relative;
      top: -4px;
      display: inline-flex;
      margin-right: 10px;
      width: 24px;
      height: 12px; }

.admin__videos-wrapper {
  border-right: 1px solid #ececec; }
  .admin__videos-wrapper .list-container {
    padding-right: 25px; }
    .admin__videos-wrapper .list-container .list .filter__btn {
      padding: 0; }
    .admin__videos-wrapper .list-container .list a {
      color: #666666; }
      .admin__videos-wrapper .list-container .list a.videos-list-item__title {
        color: #000000;
        font-weight: bold; }
      .admin__videos-wrapper .list-container .list a:hover {
        text-decoration: underline;
        color: #000000; }
    .admin__videos-wrapper .list-container .list .row {
      border-bottom: 1px solid #ececec;
      cursor: pointer; }
      .admin__videos-wrapper .list-container .list .row:nth-of-type(2) {
        border-top: 1px solid #ececec; }
      .admin__videos-wrapper .list-container .list .row:hover {
        background-color: #f4f4f4; }

.home {
  font-size: 0.75rem; }
  .home__block {
    padding-bottom: 30px; }
  .home__block__title {
    display: block;
    font-size: 1rem;
    font-weight: 900;
    color: black;
    text-transform: uppercase; }
  .home__block__content {
    padding: 15px 0; }
  .home .recently-uploaded__title {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: black;
    text-transform: uppercase; }
  .home .recently-uploaded__content {
    padding-top: 10px; }
  .home button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px; }

.Toastify__toast--success {
  background: #39b549;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px; }

.channels__info {
  display: block;
  width: auto;
  margin: 0px auto 15px auto; }
  .channels__info--left {
    display: block;
    width: auto;
    padding-right: 15px;
    margin: 0px auto 10px auto; }
    .channels__info--left .name {
      display: block;
      margin-bottom: 3px;
      text-transform: capitalize;
      font-size: 22px;
      color: #000000; }
    .channels__info--left .stats {
      display: block;
      font-family: 'Roboto';
      font-size: 14px;
      color: #999999; }
      .channels__info--left .stats a {
        color: #ED1A3B;
        text-decoration: none; }
  .channels__info--right {
    display: block;
    width: auto; }

.notification-edit__nav {
  display: block;
  margin: 0 auto 15px;
  font-size: 16px;
  color: #999;
  border-bottom: 1px solid #ececec;
  padding: 0 0 15px; }

.notification-edit__content {
  display: block;
  margin: 0 auto 30px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px; }
  .notification-edit__content__subject {
    display: block;
    margin: 0 auto 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000; }
  .notification-edit__content__body, .notification-edit__content__reject-reason {
    display: block;
    margin: 0 auto 5px;
    font-size: 15px; }
  .notification-edit__content__info {
    display: block;
    margin: 0 auto 5px;
    font-size: 12px;
    color: #999; }

.notifications {
  padding-right: 40px;
  border-right: 1px solid #ececec; }
  .notifications__items {
    margin-top: 10px; }
    .notifications__items a {
      text-decoration: none;
      color: #666;
      font-size: 14px;
      font-weight: 400; }
      .notifications__items a:first-child .row {
        border-top: 1px solid #ececec; }
    .notifications__items .row {
      border-bottom: 1px solid #ececec;
      padding: 5px; }
      .notifications__items .row:hover {
        background-color: #f4f4f4; }

.search__container {
  position: relative; }

.search__submit {
  position: absolute;
  right: 0;
  top: 0; }

.search__input {
  min-width: 300px; }
  .search__input input {
    width: 100%;
    padding: 4px;
    border: solid 1px #ECECEC;
    font-size: 14px;
    padding-right: 40px; }
    .search__input input:focus {
      outline: 0; }
  .search__input:focus {
    outline: 0; }

@media screen and (max-width: 575px) {
  .search__input {
    width: 100%;
    min-width: auto; } }

.modal-videos {
  max-width: 700px !important;
  padding: 14px; }
  .modal-videos .col {
    padding: 0; }
  @media (max-width: 600px) {
    .modal-videos {
      margin: 0 !important; } }
  .modal-videos a:hover {
    color: #000;
    text-decoration: none; }
  .modal-videos__item {
    border-bottom: 1px solid #ececec;
    margin: 0; }
    .modal-videos__item:hover {
      background-color: #F4F4F4;
      cursor: pointer; }
  .modal-videos__checkbox {
    align-self: center; }
    @media (max-width: 600px) {
      .modal-videos__checkbox {
        padding-top: 15px;
        padding-right: 0;
        padding-left: 8px;
        margin-right: 10px;
        align-self: flex-start;
        transform: scale(1.2); } }
  .modal-videos__title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0px auto 20px auto;
    text-transform: uppercase;
    margin-left: 14px; }
  .modal-videos .row-selected {
    background-color: #e3fafd !important; }
  .modal-videos .modal-footer,
  .modal-videos .modal-header,
  .modal-videos .modal-content {
    border: none; }
  .modal-videos .item-list__thumbnail__wrapper {
    width: 120px;
    height: 67.5px; }
  .modal-videos__menu {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #333333;
    margin: 0px auto 20px auto; }
    @media (max-width: 600px) {
      .modal-videos__menu {
        display: block; } }
  .modal-videos__cBtn {
    display: flex;
    justify-content: space-between;
    flex: 1; }
    @media (max-width: 600px) {
      .modal-videos__cBtn {
        margin-bottom: 8px; } }
    .modal-videos__cBtn button {
      font-size: 12px;
      font-weight: 700;
      margin-right: 8px; }
  .modal-videos__videos-list {
    margin: 0 15px; }

.modal-videos .modal-content,
.modal-videos .modal-footer,
.modal-videos .modal-header {
  border: none; }

.item-list .col {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ececec; }

.item-list:hover {
  background-color: #F4F4F4;
  cursor: pointer; }

.item-list__thumbnail {
  padding-right: 15px; }
  .item-list__thumbnail__wrapper {
    display: block;
    position: relative;
    background: black;
    width: 210px;
    height: 118px; }
    .item-list__thumbnail__wrapper img {
      width: 100%;
      max-height: 100%;
      object-fit: contain; }
    @media (max-width: 600px) {
      .item-list__thumbnail__wrapper {
        width: 115px;
        height: 68px; } }

.item-list__duration {
  font-size: 0.75rem;
  padding: 2px;
  color: white;
  background-color: black;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 2;
  user-select: none;
  opacity: .7; }

.item-list__total-video {
  color: white;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  user-select: none;
  padding: 5px 5px 3px 24px;
  background-color: #000000;
  font-size: 13px;
  background-image: url(/static/icons/Icon-Playlist.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 5px center; }

.item-list .item-label {
  color: white;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  user-select: none;
  padding: 0px 16px;
  font-size: 14px;
  min-width: 105px; }
  .item-list .item-label--reject {
    background-color: #df1e3a; }
  .item-list .item-label--under-review {
    background-color: #1c2e5a; }
  @media (max-width: 600px) {
    .item-list .item-label {
      font-size: 9px;
      width: 100%;
      text-align: center; } }

.item-list__content {
  flex: 1;
  vertical-align: top; }

.item-list__title {
  font-weight: bold;
  word-break: break-all;
  font-size: 16px;
  color: #000; }
  .item-list__title:hover {
    color: inherit;
    text-decoration: none; }
  @media (min-width: 1024px) {
    .item-list__title {
      font-size: 16px; } }
  @media (max-width: 600px) {
    .item-list__title {
      font-size: 14px;
      display: -webkit-box;
      max-height: 40px;
      margin: 0 auto;
      -webkit-line-clamp: 2;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; } }

.item-list__detail {
  font-size: 12px;
  color: #666666; }

.item-list__premium-item {
  display: flex;
  justify-content: flex-end;
  font-family: "Roboto", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  color: #68711d;
  text-shadow: #FC0 1px 0 10px; }

.item-list__actions {
  display: flex;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase; }
  .item-list__actions__item {
    display: inline-block;
    margin-right: 5px; }
    .item-list__actions__item button {
      font-size: 12px;
      background-color: transparent;
      color: #666666;
      text-transform: uppercase;
      border: none; }
      @media (max-width: 600px) {
        .item-list__actions__item button {
          font-size: 11px;
          padding: 1px; } }
      .item-list__actions__item button:hover {
        color: #ED1A3B;
        text-decoration: none;
        background: transparent; }
      .item-list__actions__item button:focus, .item-list__actions__item button:active {
        outline: 0;
        background-color: transparent !important;
        box-shadow: none !important; }
      .item-list__actions__item button a {
        color: #666666;
        text-decoration: none; }
        .item-list__actions__item button a:hover {
          color: #ED1A3B; }

.bottom-line {
  border-bottom: solid 1px #ECECEC; }

.thumbnail__wrap {
  position: relative;
  padding-bottom: 56.2%;
  border-radius: 4px; }
  .thumbnail__wrap img {
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100%;
    background-color: black; }

.settings {
  display: flex;
  justify-content: space-between;
  margin: 16px 0; }
  .settings__settings-button {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 15px; }
    .settings__settings-button svg {
      margin-right: 7px; }
  .settings__remove-button {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }

@media (min-width: 992px) {
  .playlist__container {
    padding-right: 40px;
    border-right: 1px solid #ececec; } }

@media (max-width: 600px) {
  .modal {
    padding: 0 10px; } }

@media (max-width: 768px) {
  .modal-settings.modal-window {
    width: 95%; } }

.modal-settings {
  top: 40%;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (max-width: 991px) {
    .modal-settings {
      position: absolute;
      top: 0;
      height: 100%;
      transform: translate(-50%, 0%); } }
  .modal-settings__title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0px auto 20px auto; }
  .modal-settings a {
    cursor: pointer;
    color: #666666;
    font-size: 12px; }
    .modal-settings a:hover {
      color: #ED1A3B;
      text-decoration: none; }
  .modal-settings label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px; }
  .modal-settings .modal-window__content {
    margin: 0;
    padding: 0;
    border: none; }
    @media (max-width: 600px) {
      .modal-settings .modal-window__content {
        background-color: #ffffff; } }
  .modal-settings .modal-window__footer {
    position: absolute;
    bottom: 16px;
    right: 18px; }
    @media (max-width: 990px) {
      .modal-settings .modal-window__footer {
        position: relative;
        bottom: 34px;
        right: -8px; } }

.my-videos {
  width: 100%; }

.playlist__container {
  padding-right: 40px;
  border-right: solid 1px #ECECEC; }
  @media (max-width: 960px) {
    .playlist__container {
      border-right: none;
      padding-right: 0px; } }
  .playlist__container .playlist__items .filter__btn {
    padding: 0; }
  .playlist__container .playlist__items .row {
    margin: 0; }
    .playlist__container .playlist__items .row:not(:first-child):not(:last-child):hover {
      background-color: #F4F4F4;
      cursor: pointer; }
  .playlist__container .playlist__items .row-selected {
    background-color: #e3fafd !important; }
  .playlist__container .playlist__items__checkbox {
    align-self: center; }
    @media (max-width: 600px) {
      .playlist__container .playlist__items__checkbox {
        padding-top: 10px;
        padding-right: 0;
        padding-left: 8px;
        align-self: flex-start;
        transform: scale(1.2); } }
  .playlist__container .playlist__items a:hover {
    text-decoration: none;
    color: #000; }
  .playlist__container .item-action {
    display: flex;
    padding: 15px 0; }

.Toastify__toast--success {
  background: #39b549;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px; }

.sales__videos-wrapper {
  border-right: 1px solid #ececec; }

.invoice-modal-button {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 40px; }

.invoice-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 30px;
  width: 30px;
  border: none;
  background-image: url(/static/Button-Close.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.invoice-modal-header .close {
  display: none; }

.invoice-modal .refund-control {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.dropdown__custom {
  margin-bottom: 15px; }

.invoice-list-info {
  margin: 0;
  padding: 0;
  list-style: none; }

.invoice-list-item {
  margin-bottom: 40px; }
  .invoice-list-item p {
    margin-bottom: 0;
    font-weight: 300; }

.invoice-item-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 800; }

.invoice-table-title {
  margin-bottom: 40px; }
  .invoice-table-title h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 800; }
  .invoice-table-title a {
    font-weight: 300;
    word-break: break-all; }

.invoice-table-total {
  border-top: 1px solid #333333;
  font-weight: 800; }
  .invoice-table-total td {
    padding: 10px 0.3em; }

.transaction-table {
  font-size: 12px;
  margin-bottom: 0;
  border-bottom: 1px solid #ececec; }
  .transaction-table th, .transaction-table td {
    padding: 10px; }
    .transaction-table th a, .transaction-table td a {
      color: inherit; }
  .transaction-table th {
    text-transform: uppercase; }
  .transaction-table td:first-child {
    white-space: nowrap; }
  .transaction-table td:last-child {
    text-align: right; }

.transaction-wrapper .page-navigation {
  margin-top: 20px !important; }

.transaction-total {
  text-align: right; }

.transaction-name {
  width: 100%; }

@media (max-width: 500px) {
  .transaction-table td:first-child {
    white-space: normal; } }

.transaction-table-wrapper {
  border-right: 1px solid #ececec; }

@media (max-width: 541px) {
  .transaction-wrapper {
    overflow-x: scroll; } }

@media (max-width: 991px) {
  .transaction-table-wrapper {
    border-right: none; }
    .transaction-table-wrapper .item-action > .align-self-center.col {
      margin: 0 15px; }
      .transaction-table-wrapper .item-action > .align-self-center.col .search__container {
        width: 100%; }
      .transaction-table-wrapper .item-action > .align-self-center.col:not(.filter__btn) {
        display: none; } }

.dropzone__disabled {
  opacity: 0.5; }

.video-upload .color--red {
  color: #ed1a3b; }

.video-upload__title {
  display: block;
  width: auto;
  margin: 0px auto 20px auto;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase; }

.video-upload__upload-area {
  line-height: 130%; }
  .video-upload__upload-area h3 {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    margin: 18px 0px 13px 0px; }

.video-upload__tips-info {
  display: block;
  max-width: 640px;
  margin: 0px auto;
  font-size: 14px;
  color: #666666; }
  .video-upload__tips-info--title {
    display: block;
    width: auto;
    margin: 0px auto 20px auto;
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase; }
  .video-upload__tips-info__container {
    display: flex; }
    .video-upload__tips-info__container--left {
      flex: 1; }
    .video-upload__tips-info__container--right {
      flex: 3;
      color: #000000; }
    .video-upload__tips-info__container b {
      color: #000000; }
  .video-upload__tips-info .txt-black {
    color: #000000; }
  .video-upload__tips-info .txt-red {
    color: #ED1A3B; }

.video-upload .video-upload__bar {
  display: block;
  height: 20px;
  margin: 0px auto 15px auto;
  background-color: #ececec;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: inset 10px 10px 15px -12px rgba(0, 0, 0, 0.4); }
  .video-upload .video-upload__bar__progress {
    display: none;
    width: 0%;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    background-color: #3366cc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px; }
    .video-upload .video-upload__bar__progress--completed {
      background-color: #39b54a !important; }

.video-upload--details {
  display: block;
  margin: 0px auto;
  text-align: center;
  font-size: 13px;
  color: #666666;
  margin-bottom: 30px; }
  .video-upload--details span {
    font-size: 13px;
    color: #ED1A3B; }

.video-upload .btn__text {
  background-color: white;
  border: 0; }

.video-upload__upload-area {
  position: relative; }

.video-upload__paused-block {
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -5px;
  left: -5px;
  background-color: #fff;
  opacity: 0.5; }

.add-to-playlists-container {
  font-size: 12px;
  height: 52px;
  overflow-x: hidden; }
  .add-to-playlists-container input {
    margin-right: 4px; }
  .add-to-playlists-container label {
    display: flex;
    justify-content: flex-start; }
    .add-to-playlists-container label .playlist-text {
      flex-grow: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.playlists-modal-button {
  text-transform: uppercase;
  color: #666666;
  font-size: 14px; }
  .playlists-modal-button:first-child {
    margin-right: 15px; }
  .playlists-modal-button:hover {
    text-decoration: none;
    color: black; }

.video-edit__title {
  display: block;
  width: auto;
  margin: 0px auto 20px auto;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase; }

.video-edit__setting {
  display: block;
  margin: 0px auto 40px auto;
  font-size: 14px; }

.video-edit .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  background-color: #000000;
  margin-bottom: 20px; }
  .video-edit .video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .video-edit .video img {
    width: 100%; }

.video-edit .btn__text {
  background-color: white;
  border: 0; }

.info-field-wrapper img {
  width: 16px;
  margin-right: 5px; }

.info-field-link {
  position: relative;
  font-size: 12px;
  display: flex;
  align-items: center;
  top: -15px;
  color: #3266cc; }

.sales__videos-wrapper {
  border-right: 1px solid #ececec; }
  .sales__videos-wrapper .filter__btn {
    padding: 0; }
    @media (max-width: 600px) {
      .sales__videos-wrapper .filter__btn {
        flex-grow: 2; } }
  @media (max-width: 960px) {
    .sales__videos-wrapper {
      border-right: none;
      padding-right: 6px; } }

.new-search-container {
  border-right: solid 1px #ececec;
  padding-right: 1.5rem; }
  .new-search-container .info {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: solid 1px #ececec; }
  .new-search-container .video__info {
    width: 100%;
    margin: 0 auto;
    display: block; }
    .new-search-container .video__info--left {
      vertical-align: middle;
      width: auto;
      display: block; }
      .new-search-container .video__info--left .name {
        display: block;
        margin-bottom: 3px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Roboto';
        font-size: 18px;
        color: black; }
      .new-search-container .video__info--left .stats {
        display: block;
        font-family: 'Roboto';
        font-size: 14px;
        color: #999999; }
        .new-search-container .video__info--left .stats a {
          color: #ed1a3b;
          text-decoration: none; }
  .new-search-container .empty-results {
    padding: 15px; }
  @media (max-width: 499px) {
    .new-search-container .videos {
      padding-left: 0;
      padding-right: 0;
      padding-top: 10px; }
      .new-search-container .videos .post__picture__preview {
        display: block;
        width: 100%;
        background-color: black;
        margin: 0 auto;
        position: relative;
        flex-shrink: 0;
        overflow: hidden; }
        .new-search-container .videos .post__picture__preview img {
          width: 100%;
          max-height: 100%;
          object-fit: contain;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto; } }
  @media (min-width: 500px) {
    .new-search-container .videos {
      margin: 0 auto 10px auto;
      border-bottom: solid 1px #ececec;
      padding-left: 0;
      padding-right: 0; }
      .new-search-container .videos .post {
        display: table;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px auto;
        border-bottom: solid 1px #ececec; }
        .new-search-container .videos .post:first-of-type {
          padding-top: 10px; }
        .new-search-container .videos .post__picture {
          display: table-cell;
          padding: 0 10px 10px 0;
          vertical-align: top; }
          .new-search-container .videos .post__picture__preview {
            width: 100%;
            height: 0;
            padding-top: 59.5%; }
            .new-search-container .videos .post__picture__preview img {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              object-fit: contain; }
        .new-search-container .videos .post .text {
          display: table-cell;
          width: auto;
          padding: 0 0 10px 0;
          vertical-align: top; }
          .new-search-container .videos .post .text .title {
            font-size: 15px; } }
  @media (min-width: 768px) {
    .new-search-container .videos .post__picture {
      width: 185px; }
    .new-search-container .videos .post .text .title {
      font-size: 17px; } }
  @media (min-width: 1200px) {
    .new-search-container .videos .post {
      height: auto; } }

.search-date-filter {
  padding: 15px 0;
  display: flex; }
  .search-date-filter__title, .search-date-filter a {
    margin-right: 15px; }
  .search-date-filter a.active {
    color: #ad0e27;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .search-date-filter {
      flex-direction: column; }
      .search-date-filter__title, .search-date-filter a {
        display: block;
        margin: 0 0 5px 0;
        font-size: 14px; } }

.info {
  display: block;
  margin: 0px auto;
  padding: 0px 15px;
  border-bottom: solid 1px #ECECEC; }

.channels__info {
  display: block;
  width: auto;
  margin: 0px auto 15px auto; }
  .channels__info--left {
    display: block;
    width: auto;
    padding-right: 15px;
    margin: 0px auto 10px auto; }
    .channels__info--left .name {
      display: block;
      margin-bottom: 3px;
      text-transform: capitalize;
      font-size: 22px;
      color: #000000; }
    .channels__info--left .stats {
      display: block;
      font-family: 'Roboto';
      font-size: 14px;
      color: #999999; }
      .channels__info--left .stats a {
        color: #ED1A3B;
        text-decoration: none; }
  .channels__info--right {
    display: block;
    width: auto; }

.sort_menu {
  position: relative; }

.channels_list {
  display: block;
  width: auto;
  margin: 0px auto; }
  .channels_list.no-border {
    margin-bottom: 15px; }
  .channels_list .post {
    display: flex;
    width: 100%;
    padding: 0px;
    margin: 0px auto 10px auto;
    border-bottom: solid 1px #ECECEC; }
    .channels_list .post__picture {
      display: block;
      width: 80px;
      padding: 0px 10px 10px 0px;
      vertical-align: top;
      margin: 0; }
    .channels_list .post__content {
      flex: 1;
      width: auto;
      padding: 0px 0px 10px 0px;
      vertical-align: top; }
      .channels_list .post__content__title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        font-weight: 700; }
        .channels_list .post__content__title a {
          color: #000000;
          text-decoration: none; }
  .channels_list .text {
    padding: 0;
    margin: 0; }
    .channels_list .text .post__details {
      margin-bottom: 15px; }
  .channels_list .title {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.following_channels {
  display: block;
  width: auto;
  margin: 0px auto; }
  .following_channels .table,
  .following_channels .table__row {
    display: block; }
  .following_channels .post {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px auto 10px auto;
    border-bottom: solid 1px #ECECEC; }
    .following_channels .post__picture {
      display: block;
      width: 80px;
      padding: 0px 10px 10px 0px;
      vertical-align: top; }
    .following_channels .post__content {
      display: block;
      width: auto;
      padding: 0px 0px 10px 0px;
      vertical-align: top; }
    .following_channels .post .action {
      display: none; }

.manage_channel {
  display: inline-block;
  margin: 0px;
  padding: 5px;
  font-family: 'Roboto';
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  color: #FFFFFF !important;
  border-radius: 3px;
  background-color: #ED1A3B;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none; }

.btn__un_follow {
  color: #999999 !important;
  background-color: #ECECEC !important; }

@media (min-width: 768px) {
  .following_channels .post .action {
    display: table-cell;
    width: 120px;
    padding: 0px 10px 10px 0px;
    vertical-align: middle;
    text-align: right; }
  .channels__info {
    display: table;
    width: 100%;
    margin: 0px; }
    .channels__info--left {
      display: table-cell;
      vertical-align: middle; }
    .channels__info--right {
      display: table-cell;
      vertical-align: middle;
      width: 160px; }
  .manage_channel {
    width: 120px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 12px 15px 13px 15px; } }

@media (min-width: 500px) {
  .following_channels .post__picture {
    width: 100px; }
  .following_channels .post .text .title {
    font-size: 17px; }
  .channels_list .post__picture {
    width: 100px;
    height: 100px;
    margin: 0; }
  .channels_list .post__content .channels_list .post__content__title {
    font-size: 17px; }
  .channels_list .post .text {
    margin: 0; } }

@media (min-width: 1200px) {
  .channels_list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #ECECEC;
    margin-bottom: 40px;
    padding: 0px 0px 20px 0px; }
    .channels_list.no-border {
      border-bottom: 0;
      margin-bottom: 0; }
    .channels_list .post {
      display: inline-block;
      vertical-align: top;
      width: calc(100%/10);
      padding: 0px 10px 0px 0px;
      margin: 0px;
      border-bottom: none 0px; }
      .channels_list .post__picture {
        display: block;
        width: auto;
        height: auto;
        padding: 0px;
        margin: 0px 0px 10px 0px; }
        .channels_list .post__picture__preview {
          width: 114px;
          height: 114px;
          margin: 0; }
          .channels_list .post__picture__preview img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
      .channels_list .post__content {
        display: block;
        width: auto;
        margin: 0px;
        padding: 0px 0px 15px 0px; }
      .channels_list .post__content__title {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .channels_list .post__content__details {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 12px; } }

.disabled {
  background-color: #ECECEC !important;
  cursor: not-allowed; }
  .disabled input {
    cursor: not-allowed; }
  .disabled span {
    color: #666666; }

.padding__top--right {
  padding: 0px; }

.link:hover {
  text-decoration: none; }

.label {
  display: table;
  margin: 0px 15px 15px 15px; }
  .label--left {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding: 0px;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 18px;
    font-weight: 700; }
    .label--left a {
      color: #000000; }
  .label--right {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    text-align: right;
    padding: 0px 10px;
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 18px; }
    .label--right a {
      color: #ED1A3B; }

.title {
  display: block;
  font-family: 'Roboto', serif;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin: 0px auto 20px auto;
  word-break: break-all; }

@media (min-width: 500px) {
  .info {
    padding: 0px 0px 15px 0px; }
  .label {
    display: table;
    margin: 0px 0px 15px 0px; }
  .padding__top--right {
    padding: 0px 10px 0px 0px; } }

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

@media (min-width: 1200px) {
  .label {
    display: table;
    margin: 0px 0px 10px 0px; } }

.info {
  display: block;
  margin: 0px auto;
  padding: 0px 15px;
  border-bottom: solid 1px #ECECEC; }

.channels__info {
  display: block;
  width: auto;
  margin: 0px auto 15px auto; }
  .channels__info--left {
    display: block;
    width: auto;
    padding-right: 15px;
    margin: 0px auto 10px auto; }
    .channels__info--left .name {
      display: block;
      margin-bottom: 3px;
      text-transform: capitalize;
      font-size: 22px;
      color: #000000; }
    .channels__info--left .stats {
      display: block;
      font-family: 'Roboto';
      font-size: 14px;
      color: #999999; }
      .channels__info--left .stats a {
        color: #ED1A3B;
        text-decoration: none; }
  .channels__info--right {
    display: block;
    width: auto; }

.sort_menu {
  position: relative; }

.channels_list {
  display: block;
  width: auto;
  margin: 0px auto; }
  .channels_list.no-border {
    margin-bottom: 15px; }
  .channels_list .post {
    display: flex;
    width: 100%;
    padding: 0px;
    margin: 0px auto 10px auto;
    border-bottom: solid 1px #ECECEC; }
    .channels_list .post__picture {
      display: block;
      width: 80px;
      padding: 0px 10px 10px 0px;
      vertical-align: top;
      margin: 0; }
    .channels_list .post__content {
      flex: 1;
      width: auto;
      padding: 0px 0px 10px 0px;
      vertical-align: top; }
      .channels_list .post__content__title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        font-weight: 700; }
        .channels_list .post__content__title a {
          color: #000000;
          text-decoration: none; }
  .channels_list .text {
    padding: 0;
    margin: 0; }
    .channels_list .text .post__details {
      margin-bottom: 15px; }
  .channels_list .title {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.following_channels {
  display: block;
  width: auto;
  margin: 0px auto; }
  .following_channels .table,
  .following_channels .table__row {
    display: block; }
  .following_channels .post {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px auto 10px auto;
    border-bottom: solid 1px #ECECEC; }
    .following_channels .post__picture {
      display: block;
      width: 80px;
      padding: 0px 10px 10px 0px;
      vertical-align: top; }
    .following_channels .post__content {
      display: block;
      width: auto;
      padding: 0px 0px 10px 0px;
      vertical-align: top; }
    .following_channels .post .action {
      display: none; }

.manage_channel {
  display: inline-block;
  margin: 0px;
  padding: 5px;
  font-family: 'Roboto';
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  color: #FFFFFF !important;
  border-radius: 3px;
  background-color: #ED1A3B;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none; }

.btn__un_follow {
  color: #999999 !important;
  background-color: #ECECEC !important; }

@media (min-width: 768px) {
  .following_channels .post .action {
    display: table-cell;
    width: 120px;
    padding: 0px 10px 10px 0px;
    vertical-align: middle;
    text-align: right; }
  .channels__info {
    display: table;
    width: 100%;
    margin: 0px; }
    .channels__info--left {
      display: table-cell;
      vertical-align: middle; }
    .channels__info--right {
      display: table-cell;
      vertical-align: middle;
      width: 160px; }
  .manage_channel {
    width: 120px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 12px 15px 13px 15px; } }

@media (min-width: 500px) {
  .following_channels .post__picture {
    width: 100px; }
  .following_channels .post .text .title {
    font-size: 17px; }
  .channels_list .post__picture {
    width: 100px;
    height: 100px;
    margin: 0; }
  .channels_list .post__content .channels_list .post__content__title {
    font-size: 17px; }
  .channels_list .post .text {
    margin: 0; } }

@media (min-width: 1200px) {
  .channels_list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #ECECEC;
    margin-bottom: 40px;
    padding: 0px 0px 20px 0px; }
    .channels_list.no-border {
      border-bottom: 0;
      margin-bottom: 0; }
    .channels_list .post {
      display: inline-block;
      vertical-align: top;
      width: calc(100%/10);
      padding: 0px 10px 0px 0px;
      margin: 0px;
      border-bottom: none 0px; }
      .channels_list .post__picture {
        display: block;
        width: auto;
        height: auto;
        padding: 0px;
        margin: 0px 0px 10px 0px; }
        .channels_list .post__picture__preview {
          width: 114px;
          height: 114px;
          margin: 0; }
          .channels_list .post__picture__preview img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
      .channels_list .post__content {
        display: block;
        width: auto;
        margin: 0px;
        padding: 0px 0px 15px 0px; }
      .channels_list .post__content__title {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .channels_list .post__content__details {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 12px; } }

.disabled {
  background-color: #ECECEC !important;
  cursor: not-allowed; }
  .disabled input {
    cursor: not-allowed; }
  .disabled span {
    color: #666666; }

.padding__top--right {
  padding: 0px; }

.link:hover {
  text-decoration: none; }

.label {
  display: table;
  margin: 0px 15px 15px 15px; }
  .label--left {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding: 0px;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 18px;
    font-weight: 700; }
    .label--left a {
      color: #000000; }
  .label--right {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    text-align: right;
    padding: 0px 10px;
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 18px; }
    .label--right a {
      color: #ED1A3B; }

.title {
  display: block;
  font-family: 'Roboto', serif;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin: 0px auto 20px auto;
  word-break: break-all; }

@media (min-width: 500px) {
  .info {
    padding: 0px 0px 15px 0px; }
  .label {
    display: table;
    margin: 0px 0px 15px 0px; }
  .padding__top--right {
    padding: 0px 10px 0px 0px; } }

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

@media (min-width: 1200px) {
  .label {
    display: table;
    margin: 0px 0px 10px 0px; } }

.premium-video-section__header .premium-video-header {
  display: block;
  width: auto;
  margin: 0px auto 15px auto; }
  .premium-video-section__header .premium-video-header__title {
    display: block;
    width: auto;
    padding-right: 15px;
    margin: 0px auto 10px auto; }
    .premium-video-section__header .premium-video-header__title .premium-video-title {
      display: block;
      margin-bottom: 3px;
      text-transform: capitalize;
      font-size: 22px;
      color: #000000; }

.premium-video-section__content .premium-video-absent {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 15px 0; }

.register__title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000; }

.register__submit {
  padding: 0 15px; }
  .register__submit__btn-group {
    margin-top: 8px;
    font-size: 14px; }
    .register__submit__btn-group button {
      font-size: 14px;
      margin-right: 8px; }

.captcha-wrapper {
  margin-bottom: 50px; }

.captcha-image {
  display: flex;
  align-items: flex-end;
  height: 50px;
  width: auto;
  margin-bottom: 15px; }
  .captcha-image img {
    height: 100%; }
  .captcha-image .btn {
    height: 32px;
    font-size: 12px; }

.captcha-input.form-control {
  border: 1px solid #ced4da !important;
  padding: 0 10px !important; }

.captcha-input-group {
  display: flex; }
  .captcha-input-group .form__input {
    margin: 0; }
  .captcha-input-group .btn {
    border: 1px solid #ced4da !important; }
    .captcha-input-group .btn:focus {
      box-shadow: none !important; }

.captcha-icon {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 2px;
  margin-right: 7px; }

.invitation__title {
  margin: 0px auto 20px auto;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000; }

.invitation input[type=submit] {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 15px 13px 15px; }

.invitation .col-lg-6:first-child {
  padding-right: 40px;
  border-right: solid 1px #ECECEC; }
  @media (max-width: 960px) {
    .invitation .col-lg-6:first-child {
      padding-right: 15px;
      border-right: none; } }

.invitation .col-lg-6:last-child {
  padding-left: 40px; }
  @media (max-width: 960px) {
    .invitation .col-lg-6:last-child {
      padding-left: 15px; } }

.custom_table {
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px; }
  .custom_table__header {
    font-weight: 700 !important;
    color: #000 !important; }
    .custom_table__header--center {
      text-align: center; }
    .custom_table__header--left {
      text-align: left; }
  .custom_table__col {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto';
    font-size: 12px;
    color: #666;
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #ececec; }
    .custom_table__col--center {
      text-align: center; }
    .custom_table__col--left {
      text-align: left; }
    .custom_table__col--no-left-padding {
      padding-left: 0; }
    .custom_table__col--no-right-padding {
      padding-right: 0; }
  .custom_table__row {
    display: table-row; }

@media (min-width: 500px) {
  .custom_table .custom_table__col {
    font-size: 14px; } }

