.list-item {
  display: flex;
  padding: 15px 0; }
  .list-item__thumbnail {
    padding-right: 15px;
    width: 115px; }
    .list-item__thumbnail__wrapper {
      display: block;
      position: relative;
      width: 100%; }
      .list-item__thumbnail__wrapper img {
        width: 90px;
        height: 90px;
        border: none;
        object-fit: cover;
        padding: 0px;
        border-radius: 0px; }
  .list-item__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; }
  .list-item__totalview {
    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; }
  .list-item__content {
    flex: 1;
    vertical-align: top; }
  .list-item__title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000; }
    .list-item__title:hover {
      color: inherit;
      text-decoration: none; }
    @media (min-width: 1024px) {
      .list-item__title {
        font-size: 20px; } }
    @media (max-width: 600px) {
      .list-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; } }
  .list-item__detail {
    font-size: 12px;
    color: #666666; }
  .list-item__actions {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase; }
    .list-item__actions__item {
      display: inline-block;
      margin-right: 5px; }
      .list-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) {
          .list-item__actions__item button {
            font-size: 0.75rem; } }
        .list-item__actions__item button:hover {
          color: #ed1a3b;
          text-decoration: none;
          background: transparent; }
        .list-item__actions__item button:focus {
          outline: 0;
          box-shadow: none; }
        .list-item__actions__item button a {
          color: #666666;
          text-decoration: none; }
          .list-item__actions__item button a:hover {
            color: #ed1a3b; }

.pagination a:hover {
  text-decoration: none; }

.pagination-wrapper {
  justify-content: center;
  display: flex; }

.page-item {
  font-size: 14px; }
  .page-item.active .page-link {
    font-weight: bold;
    color: #000 !important;
    background-color: transparent !important;
    border: none;
    pointer-events: none;
    text-decoration: none; }
  .page-item button {
    color: #000000;
    border: none;
    background: transparent;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: underline; }
    .page-item button:hover {
      background: transparent;
      color: #999999;
      text-decoration: underline;
      outline: 0; }
    .page-item button:focus {
      box-shadow: none; }

.page-node__home, .page-node__next {
  background-color: #ffffff;
  text-align: center; }
  .page-node__home button, .page-node__next button {
    color: #999999;
    text-decoration: none;
    border: 1px solid #cccccc;
    border-radius: 3px; }
    .page-node__home button:hover, .page-node__next button:hover {
      color: #999999;
      background-color: #ececec !important;
      outline: 0;
      text-decoration: none; }

.page-node__next {
  margin-left: 15px; }

.page-node__home {
  margin-right: 15px; }

.list-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .list-header__title {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 600px) {
      .list-header__title {
        font-size: 14px; } }
  .list-header__btn {
    display: flex; }
    @media (max-width: 600px) {
      .list-header__btn {
        text-align: right; } }
    .list-header__btn button {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 2px;
      white-space: nowrap;
      font-weight: 700; }
      @media (max-width: 600px) {
        .list-header__btn button {
          padding: 8px;
          margin: 2px; } }
  .list-header .btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }

.videos-list-item {
  display: flex;
  padding: 15px 0; }
  .videos-list-item:hover {
    background-color: #f4f4f4;
    cursor: pointer; }
    .videos-list-item:hover .videos-list-item__order {
      opacity: 1; }
  .videos-list-item--selected {
    background-color: #e3fafd; }
    .videos-list-item--selected:hover {
      background-color: #e3fafd; }
  .videos-list-item__color-red {
    color: red !important; }
  .videos-list-item__thumbnail {
    padding-right: 15px; }
    .videos-list-item__thumbnail__wrapper {
      display: block;
      position: relative;
      background: black;
      width: 210px;
      height: 118px; }
      .videos-list-item__thumbnail__wrapper img {
        width: 100%;
        max-height: 100%;
        object-fit: contain; }
      @media (max-width: 600px) {
        .videos-list-item__thumbnail__wrapper {
          width: 115px;
          height: 68px; }
          .videos-list-item__thumbnail__wrapper .item-has-audio::before {
            font-size: 9px !important;
            width: 60px !important;
            height: 20px !important; } }
  .videos-list-item--small {
    min-height: 100px;
    padding-right: 10px; }
    .videos-list-item--small .videos-list-item__thumbnail__wrapper {
      width: 120px;
      height: 68px; }
  .videos-list-item__checkbox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    align-items: center; }
    .videos-list-item__checkbox input {
      cursor: pointer; }
  .videos-list-item__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; }
  .videos-list-item__number {
    padding: 8px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    position: absolute;
    top: 0;
    left: 0; }
  .videos-list-item__order {
    width: 16px;
    opacity: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 10px; }
    .videos-list-item__order__item {
      fill: #9c9c9c; }
      .videos-list-item__order__item:hover {
        fill: #6f6e6e; }
      .videos-list-item__order__item__first {
        display: block;
        width: 16px;
        height: 16px; }
      .videos-list-item__order__item__up {
        display: block;
        width: 16px;
        height: 16px;
        margin: 0px auto 8px; }
      .videos-list-item__order__item__down {
        display: block;
        width: 16px;
        height: 16px;
        margin: 0px auto; }
      .videos-list-item__order__item__last {
        display: block;
        width: 16px;
        height: 16px; }
      .videos-list-item__order__item__up--disabled, .videos-list-item__order__item__down--disabled, .videos-list-item__order__item__first--disabled, .videos-list-item__order__item__last--disabled {
        fill: #9c9c9c57; }
        .videos-list-item__order__item__up--disabled:hover, .videos-list-item__order__item__down--disabled:hover, .videos-list-item__order__item__first--disabled:hover, .videos-list-item__order__item__last--disabled:hover {
          fill: #9c9c9c57; }
  .videos-list-item__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([object Module]);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 5px center; }
  .videos-list-item__content {
    flex: 1;
    vertical-align: top;
    min-width: 0; }
  .videos-list-item__title {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: inline-block;
    overflow-wrap: break-word;
    word-break: break-word; }
    .videos-list-item__title:hover {
      color: inherit;
      text-decoration: none; }
    @media (min-width: 1024px) {
      .videos-list-item__title {
        font-size: 16px; } }
    @media (max-width: 600px) {
      .videos-list-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; } }
  .videos-list-item__detail {
    font-size: 12px;
    color: #666666; }
    .videos-list-item__detail .d-block {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .videos-list-item__actions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase; }
    @media (max-width: 600px) {
      .videos-list-item__actions {
        margin: 0 -1px; } }
    .videos-list-item__actions__item {
      display: inline-block;
      margin-right: 5px; }
      .videos-list-item__actions__item button {
        font-size: 12px;
        background-color: transparent;
        color: #666666;
        text-transform: uppercase;
        border: none; }
        @media (max-width: 600px) {
          .videos-list-item__actions__item button {
            font-size: 11px;
            padding: 1px; } }
        .videos-list-item__actions__item button:hover {
          color: #ed1a3b;
          text-decoration: none;
          background: transparent; }
        .videos-list-item__actions__item button:focus, .videos-list-item__actions__item button:active {
          outline: 0;
          background-color: transparent !important;
          box-shadow: none !important; }
        .videos-list-item__actions__item button.btn-link:active {
          background-color: transparent !important;
          box-shadow: none !important; }
  .videos-list-item__sales {
    text-align: right;
    padding: 0 20px; }
    @media (max-width: 600px) {
      .videos-list-item__sales {
        padding: 0 10px; } }
    .videos-list-item__sales__amount {
      color: black;
      font-weight: 700;
      font-size: 19px; }
    .videos-list-item__sales__link {
      font-size: 12px;
      color: #666666; }
      .videos-list-item__sales__link:hover {
        text-decoration: underline !important; }
  .videos-list-item__premium-item, .videos-list-item__free-premium-item, .videos-list-item__sponsored-item {
    display: flex;
    font-family: 'Roboto', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9rem;
    color: #68711d;
    text-shadow: #fc0 1px 0 10px; }
    @media (max-width: 990px) {
      .videos-list-item__premium-item, .videos-list-item__free-premium-item, .videos-list-item__sponsored-item {
        justify-content: flex-end; } }
  .videos-list-item__free-premium-item {
    color: #555a5a;
    text-shadow: #00c4ff 1px 0 10px; }
  .videos-list-item__sponsored-item {
    color: #4c5a3d;
    text-shadow: #00ff08 1px 0 10px; }

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

.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-label--reject {
    background-color: #df1e3a; }
  .item-label--under-review {
    background-color: #1c2e5a;
    min-width: 70px; }
  @media (max-width: 600px) {
    .item-label {
      font-size: 9px;
      width: 100%;
      text-align: center; } }

