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

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

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

.dashboard-access-denied {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .dashboard-access-denied h3 {
    margin-bottom: 30px;
    text-transform: uppercase; }
  .dashboard-access-denied a {
    display: block; }

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

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

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

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

.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/icons/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; }

.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__title__MP3 {
    margin-top: 20px; }

.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 .video .vjs-share__btn img {
    width: auto; }

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

.modal-reupoad-warning .modal-window__title {
  font-weight: bold;
  font-size: 1.75rem; }

.modal-reupoad-warning .reupload-warning-heading {
  color: #ed1a3b;
  font-weight: bold; }

.index_top_banner {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 0 15px 0; }

.index_top_banner img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.subscribed-channels .channels__info--left .name {
  font-family: 'Roboto';
  font-size: 18px; }

.subscribed-channels .channels_list .text .post__details {
  margin-bottom: 15px; }

@media (min-width: 500px) {
  .subscribed-channels .channels_list .post__picture {
    height: 100px; } }

@media (min-width: 1200px) {
  .subscription-videos .channels_list .post__picture {
    height: auto; }
    .subscription-videos .channels_list .post__picture__preview {
      width: 126px;
      height: 126px;
      margin: 0; }
      .subscription-videos .channels_list .post__picture__preview img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .subscription-videos .label {
    display: table;
    margin: 0px 0px 10px 0px; } }

.subscription-videos .channels__info--left .name {
  font-family: 'Roboto';
  font-size: 18px; }

.subscription-videos .channels_list .text .post__details {
  margin-bottom: 15px; }

@media (min-width: 500px) {
  .subscription-videos .channels_list .post__picture {
    height: 100px; } }

@media (min-width: 1200px) {
  .subscription-videos .channels_list .post__picture {
    height: auto; }
    .subscription-videos .channels_list .post__picture__preview {
      width: 126px;
      height: 126px;
      margin: 0; }
      .subscription-videos .channels_list .post__picture__preview img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .subscription-videos .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; }

.audio-player-container {
  margin-top: 10px; }
  .audio-player-container .rhap_container {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.11), 18px 12px 18px 12px rgba(0, 0, 0, 0.11);
    border: 1px solid #111;
    background-color: #111; }
  .audio-player-container .rhap_time {
    color: #fff; }
  .audio-player-container .rhap_play-pause-button {
    color: #E01F39; }
  .audio-player-container__header {
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px; }
  .audio-player-container__footer {
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 20px 0px; }

.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__control-bar {
  display: flex;
  justify-content: space-between; }

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

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

.channel-video-actions {
  margin-left: 8px; }
  .channel-video-actions .btnLogo {
    height: 16px;
    margin-right: 5px; }
  .channel-video-actions .btn-dropdown-caret {
    margin-right: 5px; }
  .channel-video-actions .action_button {
    font-size: 12px;
    margin-left: 8px; }

.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: 0.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 {
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: auto;
  margin: 0 auto;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-overflow: ellipsis; }

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

.modal-monero-cash-tip {
  max-width: 450px; }
  .modal-monero-cash-tip .desc {
    max-width: 350px; }
  .modal-monero-cash-tip .modal-window__title {
    height: 30px; }
  .modal-monero-cash-tip .epic-wallet-info-actions {
    display: flex;
    gap: 6px; }
    .modal-monero-cash-tip .epic-wallet-info-actions .row {
      width: 100%; }
    .modal-monero-cash-tip .epic-wallet-info-actions input {
      width: 100%; }
  .modal-monero-cash-tip .about-monero {
    color: #ed1a3b;
    cursor: pointer; }

.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: flex;
    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-video-actions {
  margin-left: 8px; }
  .channel-video-actions .btnLogo {
    height: 16px;
    margin-right: 5px; }
  .channel-video-actions .btn-dropdown-caret {
    margin-right: 5px; }
  .channel-video-actions .action_button {
    font-size: 12px;
    margin-left: 8px; }

.btn-dropdown-more-options {
  display: inline-block;
  background-color: #ececec;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  line-height: 1.75;
  border-radius: 0.25rem; }
  .btn-dropdown-more-options .dropdown-menu {
    width: 200px; }
  .btn-dropdown-more-options .dropdown-item {
    font-size: 14px;
    padding: 5px 15px; }
  .btn-dropdown-more-options .dropdown-item-color {
    color: #212529; }
  .btn-dropdown-more-options .btn-more-actions::after {
    content: 'More';
    border: 0px; }

.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;
    font-weight: 700; }
    .channel_buttons .btn img {
      height: 24px;
      margin-right: 10px; }
  .channel_buttons .btn-send-epic-cash {
    background: #000000;
    color: #ffffff; }

@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 .channel-video-actions {
        margin-left: 24px; }
      .channel_buttons--right .btn {
        margin-left: 5px;
        margin-bottom: 5px;
        font-weight: 700; }
    .channel_buttons .btn {
      font-size: 12px !important; }
    .channel_buttons .following {
      padding-left: 25px !important; } }

@media (min-width: 768px) {
  .video__info {
    flex-direction: row; }
  .channel-video-actions {
    margin-left: 8px; }
    .channel-video-actions .btnLogo {
      height: 20px;
      margin-right: 12px; }
    .channel-video-actions .btn-dropdown-caret {
      margin-right: 12px; }
    .channel-video-actions .action_button {
      font-size: 12px;
      margin-left: 8px; }
    .channel-video-actions .btn-more-actions::after {
      content: 'More Options'; } }

.video-actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .video-actions--left {
    display: flex; }
    .video-actions--left .published {
      display: flex; }
    .video-actions--left .views, .video-actions--left .formattedDate {
      font-family: 'Roboto', serif;
      font-size: 15px;
      line-height: 25px;
      color: #666666; }
    .video-actions--left .btn-comment {
      padding: 0px; }
  .video-actions--right {
    display: block; }
  .video-actions .action_buttons {
    display: flex; }
    .video-actions .action_buttons > div {
      margin-left: 5px; }
  .video-actions .like,
  .video-actions .donate,
  .video-actions .coin {
    padding-left: 24px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0; }
  .video-actions .donate {
    background-image: url(../../../../static/icons/Icon-Donate.svg); }
  .video-actions .coin {
    background-image: url(../../../../static/icons/Icon-Donate-Video.svg);
    height: 18px; }
  .video-actions .like {
    background-image: url(../../../../static/icons/Icon-Like.svg); }
  .video-actions .liked {
    background-image: url(../../../../static/icons/Icon-Liked.svg) !important; }
  .video-actions .watch-later {
    background-image: url(../../../../static/icons/Icon-Watch-Later.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 12px;
    height: 18px; }
  .video-actions .added-watch-later {
    background-image: url(../../../../static/icons/Icon-Watch-Later-Added.svg); }
  .video-actions .watch-later-added {
    background-image: url(../../../../static/icons/Icon-Watch-Later-Added.svg) !important; }
  @media (min-width: 500px) {
    .video-actions .actions {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      .video-actions .actions--left {
        display: flex;
        align-items: center;
        margin: 0; }
      .video-actions .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; }

.channel-template {
  max-width: 1400px !important;
  width: 100% !important; }
  .channel-template .btn-send-cash {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    padding: 9px 12px;
    margin-right: 15px;
    cursor: pointer; }
    .channel-template .btn-send-cash img {
      height: 24px;
      margin-right: 10px; }

.action_buttons {
  display: flex; }
  .action_buttons > div {
    margin-left: 5px; }

.channel_info--center {
  display: flex; }

@media (max-width: 960px) {
  .channel-button {
    flex-direction: column; }
    .channel-button .button-top {
      margin-bottom: 5px; } }

.featured-video-grid__wrapper {
  font-size: 13px;
  margin-bottom: 50px;
  display: flex;
  gap: 30px; }
  @media (max-width: 1024px) {
    .featured-video-grid__wrapper {
      display: block; } }
  .featured-video-grid__wrapper .post__details {
    margin: 5px 0; }

.featured-video-grid__featured_label {
  color: red; }

.featured-video-grid__video-name {
  margin: 10px 0; }

.featured-video-grid__thumbnail {
  max-width: 100%; }
  .featured-video-grid__thumbnail .post__picture {
    height: 52vw;
    max-height: 100%; }
  @media (min-width: 600px) {
    .featured-video-grid__thumbnail {
      min-width: 416px !important; }
      .featured-video-grid__thumbnail .post__picture {
        height: 234px; } }

.featured-video-grid__description {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis; }
  .featured-video-grid__description.show {
    max-height: 110px;
    margin-bottom: 0px; }

.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: 0.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: 0.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; } }

.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%; }
  .channel-playlists__post__details {
    display: block;
    width: auto;
    margin: 0px auto;
    font-family: 'Roboto';
    font-size: 12px;
    color: #666666; }

@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; } }

.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__content .videos .item-list__actions__item .btn {
    font-size: 12px;
    background-color: transparent;
    color: #666666ba;
    text-transform: uppercase;
    border: none;
    font-weight: bold; }
  .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/icons/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; } }

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

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

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

.date-range-modal {
  max-width: 480px; }
  .date-range-modal .dropdown-container {
    display: flex;
    align-items: center;
    margin-left: 15px; }
    .date-range-modal .dropdown-container .dropdown {
      margin-bottom: 0;
      margin-left: 10px; }
  .date-range-modal .btn-group-modal {
    text-align: end;
    margin-right: 20px; }
    .date-range-modal .btn-group-modal button {
      width: 100px;
      margin-left: 15px; }

.my-videos-stats {
  font-size: 14px; }
  .my-videos-stats b {
    color: #666666; }

.react-bootstrap-table th.sortable {
  cursor: pointer; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: ""; }

.dropup .caret {
  transform: rotate(180deg); }

.filter-right-container {
  padding-right: 0px;
  flex: 1;
  display: none;
  flex-direction: row-reverse; }
  @media (max-width: 960px) {
    .filter-right-container {
      display: none; } }
  @media (min-width: 1025px) {
    .filter-right-container {
      display: flex; } }
  .filter-right-container__mobile {
    margin-top: 10px; }
    @media (min-width: 1025px) {
      .filter-right-container__mobile {
        display: none; } }
    .filter-right-container__mobile .filter__btn {
      display: block; }
    .filter-right-container__mobile .filter-search {
      display: flex; }
    @media (max-width: 960px) {
      .filter-right-container__mobile .filter-search {
        padding: 0px; } }

.right-container {
  width: 100%; }
  .right-container .filter-tools {
    display: contents; }
    .right-container .filter-tools .show-featured {
      font-size: 14px;
      padding-left: 15px; }
      .right-container .filter-tools .show-featured input[type='checkbox'] {
        margin-right: 15px; }

.search__container {
  width: 100%; }
  .search__container .search__input {
    width: 100%; }

.my-videos__videos-wrapper {
  border-right: 1px solid #ececec; }
  .my-videos__videos-wrapper .filter__btn {
    padding: 0; }
    @media (max-width: 600px) {
      .my-videos__videos-wrapper .filter__btn {
        flex-grow: 2; } }
  .my-videos__videos-wrapper .item-action {
    display: block; }
    @media (min-width: 1025px) {
      .my-videos__videos-wrapper .item-action {
        display: flex; } }
  @media (max-width: 960px) {
    .my-videos__videos-wrapper {
      border-right: none;
      padding-right: 6px; } }
  .my-videos__videos-wrapper .my-videos-table {
    display: none; }
    @media (min-width: 1025px) {
      .my-videos__videos-wrapper .my-videos-table {
        display: table; } }
    @media (min-width: 1025px) {
      .my-videos__videos-wrapper .my-videos-table .item-list .row {
        border-bottom: 0px !important; } }
    @media (min-width: 1025px) {
      .my-videos__videos-wrapper .my-videos-table .item-list .row .list-item__content .video-like-item {
        display: none; } }
    @media (min-width: 1025px) {
      .my-videos__videos-wrapper .my-videos-table .list-item .video-like-item {
        display: none; } }
    .my-videos__videos-wrapper .my-videos-table thead tr th {
      font-size: 14px; }
    .my-videos__videos-wrapper .my-videos-table tbody td:not(:first-child) {
      font-size: 14px; }
    .my-videos__videos-wrapper .my-videos-table .react-bs-table-no-data {
      text-align: center;
      text-align: -webkit-center; }
  .my-videos__videos-wrapper .my-videos-list {
    display: block; }
    @media (min-width: 1025px) {
      .my-videos__videos-wrapper .my-videos-list {
        display: none; } }
  @media (min-width: 1025px) {
    .my-videos__videos-wrapper .list-container .list .row {
      border-bottom: 0px !important; } }

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

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

.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__tokens {
  margin-top: 50px; }
  .account-page__tokens h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .account-page__tokens .description {
    margin-bottom: 17px;
    font-size: 12px;
    color: #666666; }
  .account-page__tokens a {
    display: block;
    margin-bottom: 10px;
    width: 200px;
    font-size: 14px;
    color: #3366cc; }
    .account-page__tokens a:hover, .account-page__tokens a:active {
      color: #3366cc;
      text-decoration: underline; }

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

.account-page p.small {
  overflow-wrap: break-word; }

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

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

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

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

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

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

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

.modal-create-invite-url {
  top: 40%;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (max-width: 991px) {
    .modal-create-invite-url {
      position: absolute;
      top: 0;
      height: 100%;
      transform: translate(-50%, 0%); } }
  .modal-create-invite-url__title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0px auto 20px auto; }
  .modal-create-invite-url__form-footer {
    margin: 10px 20px 0px auto;
    float: right; }
  .modal-create-invite-url a {
    cursor: pointer;
    color: #666666;
    font-size: 12px; }
    .modal-create-invite-url a:hover {
      color: #ed1a3b;
      text-decoration: none; }
  .modal-create-invite-url label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px; }
  .modal-create-invite-url .modal-window__content {
    margin: 0;
    padding: 0;
    border: none; }
    @media (max-width: 600px) {
      .modal-create-invite-url .modal-window__content {
        background-color: #ffffff; } }
  .modal-create-invite-url .modal-window__footer {
    margin-top: 10px;
    margin-right: 20px; }

.invite-url__container .list__no-items {
  border: 0 !important; }

.invite-url__container .list-header {
  margin-bottom: 30px; }

.invite-url__container .list .row {
  border-bottom: none !important;
  border-top: 1px solid #ececec; }

@media (max-width: 960px) {
  .invite-url__table-content {
    overflow-x: auto; } }

.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); } }

.invite-url-item {
  display: flex;
  padding: 15px 0; }
  .invite-url-item__content {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    flex: 1;
    vertical-align: top; }
  .invite-url-item__title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: black; }
    .invite-url-item__title:hover {
      color: inherit;
      text-decoration: none; }
    @media (min-width: 1024px) {
      .invite-url-item__title {
        font-size: 20px; } }
    @media (max-width: 600px) {
      .invite-url-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; } }
  .invite-url-item__detail {
    font-size: 12px;
    color: #666666; }
    .invite-url-item__detail input {
      width: 200px;
      padding: 3px 10px; }
    .invite-url-item__detail.email {
      word-break: break-all; }
    .invite-url-item__detail.ACTIVE {
      color: #68caf6;
      font-weight: bold; }
    .invite-url-item__detail.USED {
      color: #95d49f;
      font-weight: bold; }
    .invite-url-item__detail.EXPIRED {
      color: #f3596d;
      font-weight: bold; }
  .invite-url-item__actions {
    display: block;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    margin: 0 -8px; }
    .invite-url-item__actions__item {
      display: inline-block;
      margin-right: 5px; }
      .invite-url-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) {
          .invite-url-item__actions__item button {
            font-size: 0.75rem; } }
        .invite-url-item__actions__item button:hover {
          color: #ed1a3b;
          text-decoration: none;
          background: transparent; }
        .invite-url-item__actions__item button:focus, .invite-url-item__actions__item button:active {
          outline: 0;
          box-shadow: none !important;
          background-color: transparent !important; }
        .invite-url-item__actions__item button a {
          color: #666666;
          text-decoration: none; }
          .invite-url-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; }

.invite-list-dashboard-table td {
  vertical-align: middle; }

.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__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__menu .search__container {
    position: relative;
    width: auto !important; }
  .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__wrapper-title {
    display: flex;
    justify-content: space-between; }
    .modal-videos__wrapper-title .modal-videos__cBtn {
      display: block;
      flex: inherit; }
      .modal-videos__wrapper-title .modal-videos__cBtn button {
        font-size: 12px;
        font-weight: 700;
        margin-right: 0; }
  .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__max-select {
    color: #ed1a3b; }

.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:hover .item-list__order {
    opacity: 1; }

.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: 0.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; }

.item-list__order {
  width: 16px;
  opacity: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 10px; }
  .item-list__order__item {
    fill: #9c9c9c; }
    .item-list__order__item:hover {
      fill: #6f6e6e; }
    .item-list__order__item__first {
      display: block;
      width: 16px;
      height: 16px; }
    .item-list__order__item__up {
      display: block;
      width: 16px;
      height: 16px;
      margin: 0px auto 8px; }
    .item-list__order__item__down {
      display: block;
      width: 16px;
      height: 16px;
      margin: 0px auto; }
    .item-list__order__item__last {
      display: block;
      width: 16px;
      height: 16px; }
    .item-list__order__item__up--disabled, .item-list__order__item__down--disabled, .item-list__order__item__first--disabled, .item-list__order__item__last--disabled {
      fill: #9c9c9c57; }
      .item-list__order__item__up--disabled:hover, .item-list__order__item__down--disabled:hover, .item-list__order__item__first--disabled:hover, .item-list__order__item__last--disabled:hover {
        fill: #9c9c9c57; }

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

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

.sales__videos-wrapper {
  border-right: 1px solid #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; }

.thumbnail-info {
  font-size: 13px;
  color: #666666; }

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

.playlist__container .item-has-audio::before {
  right: 0;
  left: auto; }

@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__button {
    position: relative;
    z-index: 2; }
  .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: 991px) {
      .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; }

.dropzone__disabled {
  opacity: 0.5; }

.audio-player {
  background-color: none !important; }

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

.featured-video__description {
  margin-bottom: 20px; }

.featured-video__wrapper {
  margin-bottom: 50px; }

.featured-video__action {
  display: flex; }

.featured-video__btn-primary {
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 16px; }

.featured-video__btn-text {
  text-transform: uppercase;
  padding: 4px 10px;
  background: none;
  color: #666666; }