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

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

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

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

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

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

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

.video-js .vjs-overlay{color:#fff;position:absolute;text-align:center}.video-js .vjs-overlay-no-background{max-width:33%}.video-js .vjs-overlay-background{background-color:#646464;background-color:rgba(255,255,255,0.4);border-radius:3px;padding:10px;width:33%}.video-js .vjs-overlay-top-left{top:5px;left:5px}.video-js .vjs-overlay-top{left:50%;margin-left:-16.5%;top:5px}.video-js .vjs-overlay-top-right{right:5px;top:5px}.video-js .vjs-overlay-right{right:5px;top:50%;transform:translateY(-50%)}.video-js .vjs-overlay-bottom-right{bottom:3.5em;right:5px}.video-js .vjs-overlay-bottom{bottom:3.5em;left:50%;margin-left:-16.5%}.video-js .vjs-overlay-bottom-left{bottom:3.5em;left:5px}.video-js .vjs-overlay-left{left:5px;top:50%;transform:translateY(-50%)}.video-js .vjs-overlay-center{left:50%;margin-left:-16.5%;top:50%;transform:translateY(-50%)}.video-js .vjs-no-flex .vjs-overlay-left,.video-js .vjs-no-flex .vjs-overlay-center,.video-js .vjs-no-flex .vjs-overlay-right{margin-top:-15px}

@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\F101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\F102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\F103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\F104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\F105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\F106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\F107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\F10A";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\F10B";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\F10C";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\F10D";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\F10E";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\F10F";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\F110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\F111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\F112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\F113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\F114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\F115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\F116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\F117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\F118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\F119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\F11A";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\F11B";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\F11C";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\F11D";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\F11E";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\F11F";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\F120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

/**
 * videojs-share
 * @version 3.2.1
 * @copyright 2020 Mikhail Khazov <mkhazov.work@gmail.com>
 * @license MIT
 */
.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-modal-dialog-content {
  display: flex;
  align-items: center;
  padding: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.77),
    rgba(0, 0, 0, 0.75)
  );
}
.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.25s ease-out;
}
.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button:before {
  content: '\D7';
  font-size: 20px;
  line-height: 15px;
}
.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button:hover {
  opacity: 1;
}
.video-js .vjs-share {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.video-js .vjs-share__top,
.video-js .vjs-share__middle,
.video-js .vjs-share__bottom {
  display: flex;
}
.video-js .vjs-share__top,
.video-js .vjs-share__middle {
  flex-direction: column;
  justify-content: space-between;
}
.video-js .vjs-share__middle {
  padding: 0 25px;
}
.video-js .vjs-share__title {
  align-self: center;
  font-size: 22px;
  color: #fff;
}
.video-js .vjs-share__subtitle {
  width: 100%;
  margin: 0 auto 12px;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
}
.video-js .vjs-share__short-link-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
  overflow: hidden;
  flex-shrink: 0;
}
.video-js .vjs-share__short-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
}
.video-js .vjs-share__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border: 0;
  color: #fff;
  background-color: #2e2e2e;
  background-size: 18px 19px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  transition: width 0.3s ease-out, padding 0.3s ease-out;
}
.video-js .vjs-share__btn svg {
  flex-shrink: 0;
}
.video-js .vjs-share__btn span {
  position: relative;
  padding-left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.video-js .vjs-share__btn:hover {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto;
  gap: 10px;
  text-align: center;
  background-image: none;
  padding: 0;
}
.video-js .vjs-share__btn .vjs-share__short-link-hidden{
  display: none;
}
.video-js .vjs-share__btn .vjs-share__btn-copy{
  display: flex;
  padding: 0px 10px;
}
.video-js .vjs-share__btn .vjs-share__btn-copy-current{
  display: none;
  background: #008080;
  height: 100%;
}
.video-js .vjs-share__btn > div{
  justify-items: center;
  justify-content: center;
  align-items: inherit;
}
.video-js .vjs-share__btn:hover .vjs-share__btn-copy-current{
  display: flex;
}
.video-js .vjs-share__btn:hover span {
  opacity: 1;
}
.video-js .vjs-share__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  transition: width 0.3s ease-out, height 0.3s ease-out;
}
.video-js .vjs-share__social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 8px;
  transition: transform 0.3s ease-out, filter 0.2s ease-out;
  border: none;
  outline: none;
}
.video-js .vjs-share__social:hover {
  filter: brightness(115%);
}
.video-js .vjs-share__social svg {
  overflow: visible;
  max-height: 24px;
}
.video-js .vjs-share__social_vk {
  background-color: #5d7294;
}
.video-js .vjs-share__social_ok {
  background-color: #ed7c20;
}
.video-js .vjs-share__social_mail,
.video-js .vjs-share__social_email {
  background-color: #134785;
}
.video-js .vjs-share__social_tw {
  background-color: #76aaeb;
}
.video-js .vjs-share__social_reddit {
  background-color: #ff4500;
}
.video-js .vjs-share__social_fbFeed {
  background-color: #475995;
}
.video-js .vjs-share__social_messenger {
  background-color: #0084ff;
}
.video-js .vjs-share__social_gp {
  background-color: #d53f35;
}
.video-js .vjs-share__social_linkedin {
  background-color: #0077b5;
}
.video-js .vjs-share__social_viber {
  background-color: #766db5;
}
.video-js .vjs-share__social_telegram {
  background-color: #4bb0e2;
}
.video-js .vjs-share__social_whatsapp {
  background-color: #78c870;
}
.video-js .vjs-share__social_allsocial {
  background-color: #df1f39;
}
.video-js .vjs-share__bottom {
  justify-content: center;
}
.video-js .vjs-share__start-at:focus {
  outline: none;
}
.video-js .vjs-share__start-at::-webkit-outer-spin-button,
.video-js .vjs-share__start-at::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.video-js .vjs-share__start-at {
  -moz-appearance: textfield;
  background: none;
  color: currentColor;
  box-shadow: none;
  border: 0;
  border-bottom: 3px solid #363636;
  padding: 0px 5px;
  width: 60px;
}
.video-js .vjs-share__start-at-label {
  margin-top: 10px;
  text-align: center;
}
.video-js .vjs-share__text-center {
  text-align: center;
}
@media (max-height: 220px) {
  .video-js .vjs-share .hidden-xs {
    display: none;
  }
}
@media (max-height: 350px) {
  .video-js .vjs-share .hidden-sm {
    display: none;
  }
}
@media (min-height: 400px) {
  .video-js .vjs-share__title {
    margin-bottom: 15px;
  }
  .video-js .vjs-share__short-link-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 5px;
    top: 10px;
  }
}
@media (min-width: 660px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 20px;
    top: 20px;
  }
  .video-js .vjs-share__social {
    width: 40px;
    height: 40px;
  }
}

.player-endscreen {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 15px;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-ended .player-endscreen {
  display: block; }

.player-endscreen__header {
  color: white;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
  margin: 0px 0px 12px; }

.player-endscreen hr {
  margin: 16px 0;
  border-top: 1px solid #252525; }

.player-endscreen__table {
  max-width: 690px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center; }

.player-endscreen__row {
  height: 50%;
  display: flex;
  flex-direction: column; }

.player-endscreen__row.player-endscreen__row__service__link {
  height: auto; }

.player-endscreen__videos {
  display: flex;
  justify-content: space-between; }
  .player-endscreen__videos__link a:hover {
    color: #ffffff; }
  .player-endscreen__videos__service__link a:hover {
    color: #999999; }

.player-endscreen__video {
  width: 30%;
  display: inline-block; }

.player-endscreen--play-next .player-endscreen__table {
  justify-content: space-between; }

.player-endscreen--play-next .player-endscreen__videos__link {
  align-items: center;
  justify-content: center; }

.player-endscreen--play-next .player-endscreen__row__service__link {
  margin-bottom: 30px;
  justify-content: center;
  justify-content: center; }

.player-endscreen--play-next .next-video-container {
  display: flex;
  flex-direction: column;
  align-self: start;
  width: 50%; }

.player-endscreen--play-next .play-next-btn-group {
  display: flex;
  justify-content: space-between; }
  .player-endscreen--play-next .play-next-btn-group .btn {
    margin-top: 5px;
    width: 49%;
    font-size: 14px; }
    .player-endscreen--play-next .play-next-btn-group .btn--cancel {
      background-color: #4d4d4d; }
      .player-endscreen--play-next .play-next-btn-group .btn--cancel:hover {
        background-color: #fff; }
    .player-endscreen--play-next .play-next-btn-group .btn--play {
      background-color: #01aef0; }

.player-next__video {
  display: inline-block; }

.player-endscreen__thumbnail {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  .player-endscreen__thumbnail__video {
    padding-bottom: 56.25%; }
  .player-endscreen__thumbnail__service {
    padding-bottom: 20%; }

.player-endscreen__video__duration {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.45);
  color: white;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 5px; }

.player-endscreen__video__title {
  margin-bottom: 5px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.player-endscreen__video__title a {
  text-decoration: none;
  color: white; }

.player-endscreen__video__subtitle {
  color: #999999;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

.player-endscreen__row__service__link {
  margin-top: 15px; }

@media only screen and (max-width: 1420px) {
  .player-endscreen__row__service__link .player-endscreen__video__subtitle {
    display: none; } }

@media only screen and (max-width: 1320px) {
  .player-endscreen__table {
    height: auto; }
  .player-endscreen__row.player-endscreen__row__service__link {
    display: none; }
  .player-endscreen__row__service__link .player-endscreen__video__subtitle {
    display: block; } }

@media only screen and (max-width: 1320px) {
  .player-endscreen__table {
    height: 50%; } }

@media only screen and (max-width: 1023px) {
  .player-endscreen__table {
    height: 100%; }
  .player-endscreen--play-next .player-endscreen__row__service__link {
    margin-top: 55px;
    margin-bottom: 10px; }
  .player-endscreen__row.player-endscreen__row__service__link {
    height: 50%;
    display: flex;
    flex-direction: column; } }

@media only screen and (max-width: 880px) {
  .player-endscreen__table {
    height: 75%; }
  .player-endscreen__row.player-endscreen__row__service__link {
    display: none; } }

@media only screen and (max-width: 760px) {
  .player-endscreen__table {
    height: 50%; }
  .player-endscreen__row.player-endscreen__row__service__link {
    display: none; }
  .player-endscreen__video__title,
  .player-endscreen__video__subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }

@media only screen and (max-width: 520px) {
  .player-endscreen__table {
    height: auto; }
  .player-endscreen__header {
    font-size: 15px;
    margin-bottom: 10px; }
  .player-endscreen__video__duration {
    font-size: 11px; }
  .player-endscreen__video__title {
    font-size: 12px;
    line-height: 14px; }
  .player-endscreen__video__subtitle {
    font-size: 9px; }
  .player-endscreen__video__title,
  .player-endscreen__video__subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .player-endscreen__row.player-endscreen__row__service__link {
    display: none; } }

@media only screen and (max-width: 380px) {
  .player-endscreen__table {
    display: none; } }

.feature {
  margin: 0 auto 30px auto; }
  .feature__fixed {
    display: block;
    width: 100%;
    z-index: 30000; }
  .feature__box {
    position: relative; }
  .feature__discretion {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    z-index: 10; }
    .feature__discretion button {
      background-color: #ed1a3b;
      padding: 10px 15px; }
  .feature #button-close {
    display: none; }
  @media (max-width: 500px) {
    .feature #button-close {
      display: block;
      position: absolute;
      z-index: 2;
      right: 10px;
      top: 10px;
      width: 10px;
      height: 10px;
      cursor: pointer; }
      .feature #button-close.hide {
        display: none; } }

.main-video-title {
  font-size: 20px;
  margin-bottom: 20px;
  word-break: break-word; }

.vjs-fluid {
  padding-top: 56.25% !important; }

.vjs-time-control span {
  line-height: 3em; }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #00aef0;
  color: #ffffff; }

.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 25px;
  line-height: 2em; }

.vjs-text-track-display {
  bottom: 4em; }

.vjs-share__middle {
  min-width: 50%; }

.video-js .vjs-share__subtitle {
  font-size: 12px; }

.vjs-brand-container {
  order: 1;
  margin-left: auto; }
  .vjs-brand-container img {
    height: 36px; }
  @media (max-width: 600px) {
    .vjs-brand-container {
      display: none; } }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 12px; }
  .video-js .vjs-progress-control:hover .vjs-progress-holder .vjs-time-tooltip {
    padding: 6px 8px 6px 8px; }

.vjs-control.vjs-quality-selector {
  order: 2; }
  @media (max-width: 600px) {
    .vjs-control.vjs-quality-selector {
      margin-left: auto; } }

.vjs-control.vjs-fullscreen-control {
  order: 4; }

.btn-video-share {
  order: 3; }

.vjs-control.vjs-icon-share {
  order: 3; }

.vjs-icon-share:before {
  font-size: 16px; }

.vjs-share__social {
  border-radius: 5px;
  padding: 0; }
  .vjs-share__social > svg {
    pointer-events: none; }

.vjs-modal-dialog .vjs-close-button:before {
  display: none; }

.player-container {
  max-height: 410px;
  max-width: 726px; }

.video-js .vjs-tech {
  outline: none; }

/* CSS for control bar */
.video-js .vjs-control-bar {
  height: 4em;
  flex-wrap: wrap;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  justify-content: flex-start;
  font-size: 12px;
  z-index: 1; }
  .video-js .vjs-control-bar > div,
  .video-js .vjs-control-bar button {
    height: 3em; }

.video-js .vjs-play-progress:before {
  color: #01aef0; }

.video-js .vjs-play-progress.vjs-slider-bar {
  background-color: #01aef0; }

.video-js .vjs-progress-control.vjs-control {
  flex: 1 0 auto;
  width: 100%;
  height: 1em;
  order: -1; }

.video-js .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
  margin-right: 10px; }

.video-js .vjs-duration.vjs-time-control.vjs-control,
.video-js .vjs-current-time.vjs-time-control.vjs-control {
  display: block; }

.video-js .vjs-remaining-time.vjs-time-control.vjs-control {
  display: none; }

.video-js .vjs-time-control {
  display: block;
  padding: 0; }

.video-js .vjs-time-control.vjs-time-divider {
  padding: 0 4px;
  min-width: 0; }

.video-js .vjs-volume-panel .vjs-volume-level {
  background-color: #01aef0; }

.video-js .vjs-logo-button.vjs-control.vjs-button {
  margin-left: auto;
  width: 100px;
  height: 75%; }

/* CSS for title overlay */
.video-js .vjs-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  height: 15%;
  width: 100%;
  padding: 1em 1em 2em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
  transition: all 0.2s ease; }

.video-js.vjs-paused:not(.vjs-ended):not(.vjs-scrubbing) .vjs-title-overlay {
  opacity: 1;
  visibility: visible; }

/* CSS for big play */
.video-js .vjs-big-play-button {
  outline: none; }

.video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none !important; }

@media (max-width: 600px) {
  .video-js .vjs-control {
    width: 32px; } }

.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,
.video-js.vjs-ended .vjs-big-play-button,
.video-js.vjs-paused .vjs-big-play-button {
  display: block; }

.video-js .vjs-load-progress div,
.vjs-seeking .vjs-big-play-button,
.vjs-waiting .vjs-big-play-button {
  display: none !important; }

.video-js.vjs-ended .vjs-big-play-button {
  display: block; }

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: none;
  border-radius: 50%;
  font-size: 3.5em;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  transition: border-color 0.4s, outline 0.4s, background-color 0.4s; }

.video-js .vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 2.5em;
  border-radius: 50%;
  height: 1.9em !important;
  line-height: 1.9em !important;
  margin-top: -0.95em !important; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus,
.video-js .vjs-big-play-button:active {
  background-color: #01aef0; }

@media (min-height: 400px) {
  .video-js .vjs-share__short-link-wrapper {
    margin-bottom: 10px; }
  .video-js .vjs-share__title {
    margin-bottom: 0;
    font-size: 20px; } }

@media (max-width: 500px) {
  .feature__fixed {
    position: sticky;
    top: 0;
    left: 0; }
  .feature__relative {
    position: relative;
    top: 0;
    left: 0; } }

.vjs-playback-rate-value {
  font-size: 1.2em !important;
  line-height: 2.4 !important; }

.vjs-menu {
  width: 70px !important; }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 24em !important; }

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

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

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

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

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

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

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

.toast__link {
  color: #fff;
  text-decoration: underline; }

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

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

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

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

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

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

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

.video-actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .video-actions--left .views {
    display: block;
    font-family: 'Roboto', serif;
    font-size: 15px;
    line-height: 120%;
    color: #666666; }
  .video-actions--right {
    display: block; }
  .video-actions .action_buttons {
    display: flex; }
    .video-actions .action_buttons > div {
      margin-left: 5px; }
  .video-actions .action_button {
    display: flex;
    font-size: 14px;
    color: #999999;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none; }
    .video-actions .action_button:hover, .video-actions .action_button:focus, .video-actions .action_button:active {
      color: #666666;
      background-color: #fff !important;
      box-shadow: none !important; }
  .video-actions .like {
    padding-left: 24px;
    line-height: 16px;
    padding-top: 0;
    padding-bottom: 0; }
  .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; } }

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

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

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

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

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

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

.account-page__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: 100px;
    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-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; }

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

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

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

.channels__payment-form {
  flex-grow: 1; }

.channels__payment-input {
  max-width: 300px;
  margin-bottom: 10px; }

.channels__list-item-actions {
  display: flex;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase; }

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

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

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

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

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


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

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

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

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

.modal-bookmark {
  max-height: 60vh;
  max-width: 500px;
  overflow-y: auto; }
  .modal-bookmark__end {
    display: flex;
    justify-content: end;
    margin-bottom: 16px; }
  .modal-bookmark .videos-list-item--playlist .item-list__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .modal-bookmark .videos-list-item--small {
    min-height: 50px; }

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

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

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