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

.search__container {
  position: relative;
  margin-bottom: 0; }
  @media (max-width: 600px) {
    .search__container {
      width: 100%; } }
  .search__container .form__input {
    margin-bottom: 0px; }

.search__submit {
  position: absolute;
  cursor: pointer;
  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; } }

.video-filter-dropdown {
  padding: 10px;
  width: 250px; }
  .video-filter-dropdown .video-filter-item select {
    background-color: #ffffff; }
  .video-filter-dropdown .video-filter-item input[type="checkbox"] {
    margin-right: 15px; }
  .video-filter-dropdown .video-filter-item .form__input {
    margin-right: 0px;
    margin-bottom: 20px; }
  .video-filter-dropdown .video-filter-item .percentage-mark {
    padding-left: 5px;
    font-size: 12px;
    align-self: center; }

.sort-limit-block {
  display: flex;
  margin-top: 10px; }
  @media (max-width: 960px) {
    .sort-limit-block {
      position: relative !important;
      top: 10px !important; } }
  @media (min-width: 1025px) {
    .sort-limit-block {
      margin-top: 0px; } }
  .sort-limit-block .limit-dropdown {
    margin-left: auto; }
    @media (max-width: 960px) {
      .sort-limit-block .limit-dropdown {
        margin-left: auto; } }

.cBtn-sort {
  padding-left: 45px;
  color: #666666;
  width: 130px;
  font-weight: 400 !important;
  font-size: 12px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 18px center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }
  .cBtn-sort.sort-icon {
    background-image: url(/static/icons/Icon-sort.svg); }
  .cBtn-sort.view-filter-icon {
    background-image: url(/static/icons/Icon-Views.svg); }
  .cBtn-sort:focus {
    outline: 0; }

.filter__wrapper {
  display: flex;
  justify-content: space-between; }
  .filter__wrapper .search {
    display: flex; }
    .filter__wrapper .search .filter__button {
      margin-left: 10px; }

.filter__container {
  margin: 0px auto 20px auto;
  padding: 20px 40px;
  background: linear-gradient(to bottom, #ececec 0%, rgba(236, 236, 236, 0.5) 50%, rgba(255, 255, 255, 0) 100%); }
  .filter__container .row {
    border-bottom: none !important; }

.filter__setting {
  padding-left: 40px;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  background-image: url(/static/icons/Icon-Setting.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 13px center; }
  @media (max-width: 600px) {
    .filter__setting {
      padding-left: 35px; } }

.filter__title {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #cccccc; }

.filter__title {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #cccccc; }

.filter__btn {
  display: flex;
  justify-content: flex-end; }
  .filter__btn .dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .filter__btn .dropdown a {
      font-weight: 400;
      font-size: 12px;
      text-transform: capitalize; }
    .filter__btn .dropdown label {
      margin: 0; }
    .filter__btn .dropdown.limit-dropdown {
      padding-left: 15px; }

.filter__item {
  font-size: 14px;
  margin-bottom: 15px; }
  .filter__item a {
    color: #666666;
    text-decoration: none; }
    .filter__item a:hover {
      color: #333333; }
  .filter__item.active a {
    color: #ed1a3b;
    font-weight: bold; }
    .filter__item.active a:hover {
      color: #333333; }

.filter .form {
  margin: 0; }
  .filter .form__input {
    margin: 0px 20px 0 0; }

.sort-filter .dropdown-item {
  padding: 0; }
  .sort-filter .dropdown-item a {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #666666;
    font-size: 13px; }
    .sort-filter .dropdown-item a:hover {
      text-decoration: none;
      color: #000000; }
  .sort-filter .dropdown-item:active a,
  .sort-filter .dropdown-item:active a:hover, .sort-filter .dropdown-item:focus a,
  .sort-filter .dropdown-item:focus a:hover {
    color: #fff; }
  .sort-filter .dropdown-item.selected a {
    color: #ed1a3b; }
    .sort-filter .dropdown-item.selected a:hover {
      color: #ed1a3b; }
  .sort-filter .dropdown-item.selected:active a,
  .sort-filter .dropdown-item.selected:active a:hover, .sort-filter .dropdown-item.selected:focus a,
  .sort-filter .dropdown-item.selected:focus a:hover {
    color: #fff; }

.item-action {
  display: flex;
  width: 100%;
  margin: 16px 0; }
  @media (max-width: 600px) {
    .item-action {
      padding-bottom: 60px; } }
  .item-action input[type='checkbox'] {
    margin-right: 30px; }
    @media (max-width: 600px) {
      .item-action input[type='checkbox'] {
        transform: scale(1.2);
        margin-left: -6px;
        margin-right: 15px; } }
  .item-action button {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
    .item-action button span {
      display: block;
      width: auto;
      color: #666666;
      text-decoration: none;
      text-transform: capitalize;
      font-weight: initial; }

.search__pc {
  display: flex; }

.search__mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .search__pc {
    display: none; }
  .filter__btn {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .search__mobile {
    display: block;
    margin: 16px 0; } }

.dropdown-item a {
  color: #666666;
  font-size: 13px; }
  .dropdown-item a:hover {
    text-decoration: none;
    color: #000000; }

.dropdown-item:active a,
.dropdown-item:active a:hover, .dropdown-item:focus a,
.dropdown-item:focus a:hover {
  color: #fff; }

.dropdown-item.selected a {
  color: #ed1a3b; }
  .dropdown-item.selected a:hover {
    color: #ed1a3b; }

.dropdown-item.selected:active a,
.dropdown-item.selected:active a:hover, .dropdown-item.selected:focus a,
.dropdown-item.selected:focus a:hover {
  color: #fff; }

.sort-limit-block {
  display: flex; }
  @media (max-width: 600px) {
    .sort-limit-block {
      position: absolute;
      top: 50px; } }

.search__container {
  align-items: center;
  display: flex; }
  .search__container .form__input {
    margin-bottom: 0px; }

