@charset "UTF-8";
:root {
  --body-back-color: #fdfdfd;
  --header-back-color: #1a1a1a;
  --search-back-color: #3a3b3c;
  --search-icon-color: #ccc;
  --light-border-color: #e5e5e5;
  --dark-border-color: #383838;
  --dark-text-color: #191919;
  --grey-text-color: #727272;
  --light-text-color: #afafaf;
  --red-text-color: #aa0000;
  --highlight: #ff1e79;
  --play-btns-back: #26242a;
  --play-btns-border: #393939;
  --modal-back: #1F1D23;
  --fb-blue: #1877F1;
  --font: "Commissioner", Noir Pro, Regular, Sans-serif;
  --font-light: Noir Pro , Light, Sans-serif;
}

.hidden {
  display: none !important;
}

.nobox {
  display: contents;
}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
  z-index: 50 !important;
}

body {
  margin: 0;
  background-color: var(--body-back-color);
}
body::-webkit-scrollbar {
  width: 17px !important;
  background: #eee !important;
}

::-webkit-scrollbar-thumb {
  width: 12px;
  border: 2px solid #eee;
  background: #ccc;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  fill: #000;
  fill: var(--dark-text-color);
}
.icon.mid-dot {
  display: inline-flex;
  width: 0.25rem;
  height: 0.25rem;
  margin: auto 0;
  border-radius: 50%;
  background: var(--grey-text-color);
}

.arrow-left {
  transform: rotate(180deg);
}

.arrow-down {
  transform: rotate(90deg);
}

.avatar-wrap {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.avatar-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.admin-edit {
  /*    display: none;*/
  float: right;
  width: 5rem;
  font: italic 0.85rem var(--font);
}

.admin-note {
  /*    display: none;*/
  font: normal 0.8rem var(--font);
  color: var(--grey-text-color);
}

/* page elements */
.heading h1 {
  margin: 0;
  padding: 0;
  font: 700 3.25rem var(--font);
  color: var(--highlight);
}
.heading h1 .icon {
  width: 0.9em;
  height: 0.8em;
}

.search-pg .heading h1 {
  font: 700 1.9rem var(--font);
}
.search-pg .heading h1 .stat-info {
  color: var(--light-text-color);
}

.quizzes-pg .heading h1 {
  color: #fff;
}

p:empty {
  display: none;
}

a {
  color: var(--highlight);
}

.round-check,
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0 0.25rem 0 0;
  bottom: -0.15rem;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid var(--highlight);
  cursor: pointer;
}
.round-check:checked,
input[type=radio]:checked {
  border: 0.3rem solid #489EFF;
  cursor: default;
}

.note {
  text-align: left;
  font: 400 0.8rem var(--font);
  margin: 0.3rem 0 0;
  color: var(--grey-text-color);
}

.btn-cont {
  display: flex;
  padding-top: 0.5rem;
}
.btn-cont .def-btn {
  margin: auto;
}

.feed > .def-btn {
  margin: 1.5rem auto 0;
}

.def-btn {
  display: inline-flex;
  border: 1px solid #886CE4;
  color: #886CE4;
  font: 400 0.8rem/2rem var(--font);
  height: 2rem;
  padding: 0 1.8rem;
  border-radius: 1rem;
  text-decoration: none;
}
.def-btn:hover {
  background: #886CE4;
  color: #fff;
}
.def-btn:not(.disabled), .def-btn:not(:disabled) {
  cursor: pointer;
}

.moreLoadingBox-small,
.moreLoadingBox {
  display: none;
  stroke: var(--highlight);
  height: 7rem;
}
.moreLoadingBox-small .circular,
.moreLoadingBox .circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.moreLoadingBox-small .path,
.moreLoadingBox .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@media only screen and (max-width: 999px) {
  html {
    font: normal 17px var(--font);
  }

  body.locked {
    height: 100vh;
    overflow: hidden;
  }

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

  .heading {
    padding: 0;
    margin-bottom: 0;
  }
  .heading h1 {
    font: 800 2rem/1 var(--font);
  }

  .search-pg .heading h1 {
    font: 700 1.47rem var(--font);
  }

  .filters {
    padding: 0 11px;
  }
}
@media only screen and (min-width: 1000px) {
  html {
    font: normal 20px var(--font);
  }

  .hidden-dt {
    display: none !important;
  }
}
.drop-trgr .icon.x {
  display: none;
}
.drop-trgr.opn .icon.x {
  display: block;
}
.drop-trgr.opn .icon.x ~ .icon {
  display: none;
}

.drop-wrap {
  position: relative;
  overflow: visible;
}

.drop-menu {
  display: none;
  position: absolute;
}
.drop-menu .drop-trgr .icon.x {
  display: inline-block;
}
.drop-menu section {
  padding: 0.5rem 0;
}
.drop-menu section:last-child {
  border-bottom: none;
}
.drop-menu p {
  padding: 0.5rem 0.75rem;
  margin: 0;
}
.drop-menu p a {
  padding: 0;
  margin: 0;
  font-size: inherit;
  color: inherit;
}
.drop-menu a {
  display: flex;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
}
.drop-menu a .icon {
  margin-right: 0.75rem;
  width: 1.2rem;
  min-height: 1.2rem;
}
.drop-menu.open {
  display: block;
}
.drop-menu#notifications {
  overflow-x: hidden;
}

/* mob */
/* desktop */
/* header top row */
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
  z-index: 1100;
}
.site-container > header {
  padding: 0 !important;
}
header .top-row {
  display: grid;
  background: var(--header-back-color);
}
header .top-row a {
  color: #fff;
  text-decoration: none;
}
header .top-row .icon.x {
  fill: #fff;
}
header .top-row .icon.arrow-left {
  fill: #fff;
}
header .top-row .drop-menu {
  right: 0;
  background: var(--header-back-color);
  overflow: auto;
  scrollbar-width: thin;
}
header .top-row .drop-menu section {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--search-back-color);
}
header .top-row .drop-menu section:last-child {
  border-bottom: none;
}
header .top-row .drop-menu p {
  padding: 0.5rem 0.75rem;
  margin: 0;
  font-size: 0.75rem;
  color: var(--highlight);
}
header .top-row .drop-menu p a {
  padding: 0;
  margin: 0;
  font-size: inherit;
  color: inherit;
}
header .top-row .drop-menu a {
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
}
header .top-row .drop-menu a .icon {
  margin-right: 0.75rem;
  width: 1.2rem;
  min-height: 1.2rem;
  fill: #fff;
}
header .top-row .drop-menu a .icon.apple_outline {
  margin-top: -4px;
  height: 1.5rem;
}
header .top-row .drop-menu a .icon.trending_simp {
  margin-top: 0.2rem;
  min-height: 0.85rem;
  height: 0.8rem;
}
header .main-topics {
  display: flex;
}
header .searchnav {
  display: flex;
}
header .searchnav form.search {
  display: flex !important;
}
header .searchnav .search-btn {
  display: none;
}
header .searchnav .search-icon-dt {
  display: flex;
  margin: auto 0;
}
header .searchnav .search-icon-dt .icon {
  margin: auto 0;
}
header .main-nav {
  display: flex;
}
header .main-nav .avatar-wrap,
header .main-nav a.avatar-wrap {
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
header .main-nav > a {
  display: flex;
  margin: auto 0 auto;
  padding: 0.5rem;
}
header .main-nav > a .icon {
  margin: auto 0;
}
header .main-nav .notifications.active {
  position: relative;
}
header .main-nav .notifications.active:after {
  display: block;
  position: absolute;
  border-radius: 50%;
  content: "";
  background: var(--highlight);
  border: 1px solid var(--header-back-color);
}
header .main-nav .notifications.active.opn:after {
  display: none;
}
header .main-nav .notif-row {
  display: flex;
  background: transparent;
}
header .main-nav .notif-row > a img {
  position: static;
}
header .main-nav .notif-row .info-cont-notifi {
  flex: 0 0 60%;
  margin: 0 0.75rem 0 0.25rem;
}
header .main-nav .notif-row .label {
  display: inline-block;
  padding: 0.1rem 0.2rem 0;
  background: var(--highlight);
  font: normal 0.6rem var(--font);
  color: #fff;
}
header .main-nav .notif-row h3 {
  font: normal 0.75rem var(--font);
  padding: 0;
  margin: 0.25rem 0;
}
header .main-nav .notif-row .img-thumb {
  flex: 0 0 25%;
}
header .main-nav .notif-row .img-thumb img {
  max-width: 100%;
}
header .main-nav .notif-row p {
  padding: 0;
}

/* second row  */
.hot-topics-row {
  display: flex;
  width: 100%;
  height: 2.5rem;
  box-shadow: 0 0 0.25rem 0.15rem rgba(0, 0, 0, 0.05);
}
.hot-topics-row nav {
  display: flex;
  width: 100%;
  justify-content: center;
}
.hot-topics-row nav a {
  height: 100%;
  line-height: 2.6rem;
  margin: 0 0.75rem;
  color: var(--dark-text-color);
  text-decoration: none;
}

/* mob */
@media screen and (max-width: 999px) {
  header .top-row {
    grid-template-areas: "logo search main-nav";
    grid-template-columns: 169px 1fr auto;
  }
  header .top-row .logo {
    padding: 8px 13px 10px;
    font-size: 0;
  }
  header .top-row .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  header .top-row .icon.search-stroke {
    stroke-width: 1.7;
    stroke: #fff;
    height: 1.25rem;
  }
  header .top-row .icon.x {
    height: 1rem;
  }
  header .top-row .main-topics {
    display: none;
  }
  header .top-row .search-panel-btn {
    display: flex;
    margin: auto 0 auto auto;
    padding: 0.5rem;
  }
  header .top-row .search-panel-btn .icon {
    margin: auto 0;
  }
  header .top-row .search {
    justify-content: flex-end;
    height: 100%;
  }
  header .top-row .main-nav {
    display: flex;
    margin: 0 4px 0 0;
  }
  header .top-row .main-nav > .avatar-wrap, header .top-row .main-nav > a.avatar-wrap {
    width: 1.3rem;
    height: 1.3rem;
    margin: auto 0.65rem;
  }
  header .top-row .main-nav .notifications .icon.notifications-stroke {
    height: 1.3rem;
  }
  header .top-row .main-nav .notifications.active:after {
    top: 0.4rem;
    right: 0.5rem;
    width: 6px;
    height: 6px;
  }
  header .top-row .main-nav .notif-row {
    padding-right: 1rem;
  }
  header .top-row .main-nav .notif-row .label {
    display: inline-block;
    padding: 0.1rem 0.2rem;
    font: normal 0.6rem/1.3 var(--font);
  }
  header .top-row .drop-menu {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
  }
  header .top-row .drop-menu .avatar-wrap,
header .top-row .drop-menu a.avatar-wrap {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.75rem;
  }
  header .top-row .drop-menu a {
    line-height: 1.5;
  }
  header .top-row .drop-menu a .icon {
    width: 1.3rem;
    min-height: 1.9rem;
  }
  header .top-row .drop-menu a .icon.x {
    width: 1rem;
    height: 1rem;
  }
  header .top-row .drop-menu span {
    margin: auto auto auto 0;
  }
  header .top-row .drop-menu#profile-nav {
    top: 0;
  }
  header .top-row .drop-menu#profile-nav section:first-child {
    padding: 0;
  }

  .hot-topics-row {
    max-width: 100vw;
    height: 2.82rem;
    white-space: nowrap;
    overflow: auto;
  }
  .hot-topics-row::-webkit-scrollbar {
    display: none;
  }
  .hot-topics-row nav {
    justify-content: flex-start;
  }
}
/* desktop */
@media screen and (min-width: 1000px) {
  .top-row {
    grid-template-areas: "logo main-topics-nav search main-nav";
    grid-template-columns: 206px minmax(12rem, 16rem) 1fr auto;
    padding: 0 30px;
  }
  .top-row a {
    font-size: 0.85rem;
  }
  .top-row .icon {
    height: 1.1rem;
  }
  .top-row .icon.trending-light-grad {
    width: 1.2rem;
    height: 1.1rem;
  }
  .top-row .icon.quizbox {
    width: 1.3rem;
    height: 1.3rem;
  }
  .top-row .icon.search-stroke {
    width: 1.2rem;
    stroke-width: 1.7;
    stroke: var(--search-icon-color);
  }
  .top-row .icon.notifications-stroke {
    width: 1.3rem;
    height: 1.3rem;
  }
  .top-row .icon.profile {
    width: 1.3rem;
    height: 1.3rem;
  }
  .top-row .icon.hamburger {
    width: 1.25rem;
    height: 1.2rem;
  }
  .top-row .icon.x {
    width: 1.25rem;
    height: 1rem;
  }
  .top-row .logo {
    padding: 10px 0 13px;
  }
  .top-row .main-topics {
    display: flex;
    width: 100%;
    padding-left: 2rem;
    margin: 0 auto 0 0;
    box-sizing: border-box;
    justify-content: space-around;
  }
  .top-row .main-topics a {
    display: flex;
    margin: auto 0;
    padding: 0.5rem;
  }
  .top-row .main-topics .icon {
    margin: auto 0.4rem auto 0;
  }
  .top-row .main-topics span {
    padding-top: 0.2rem;
    margin: auto auto auto 0;
  }
  .top-row .searchnav {
    padding-left: 1.5rem;
  }
  .top-row .searchnav .search {
    position: relative;
    flex: 0 1 18.75rem;
    min-width: 12rem;
    height: 2.25rem;
    margin: auto 0 auto auto;
    padding-left: 0.5rem;
    background: var(--search-back-color);
    border-radius: 1.15rem;
  }
  .top-row .searchnav .search input {
    flex: 1 1 70%;
    border: none;
    outline: none;
    background: transparent;
    height: 2.25rem;
    font-size: 0.85rem;
    padding-left: 1.5rem;
    margin-left: -1rem;
    color: #fff;
  }
  .top-row .searchnav .search input::-moz-placeholder {
    color: var(--search-icon-color);
  }
  .top-row .searchnav .search input:-ms-input-placeholder {
    color: var(--search-icon-color);
  }
  .top-row .searchnav .search input::placeholder {
    color: var(--search-icon-color);
  }
  .top-row .main-nav {
    margin: 0 auto 0 0.65rem;
  }
  .top-row .main-nav > a {
    padding: 0.65rem;
  }
  .top-row .main-nav span {
    margin: auto auto auto 0;
  }
  .top-row .main-nav > .avatar-wrap, .top-row .main-nav > a.avatar-wrap {
    width: 1.3rem;
    height: 1.3rem;
    margin: auto 0.65rem;
  }
  .top-row .main-nav .notifications.active:after {
    top: 0.6rem;
    right: 0.65rem;
    width: 8px;
    height: 8px;
  }

  header .drop-menu {
    position: absolute;
    top: calc(100% - 17px);
    min-width: 15rem;
    max-width: 30rem;
    max-height: calc(100vh - 5rem);
    border: 1px solid var(--search-back-color);
  }
  header .drop-menu a {
    line-height: 1.3rem;
  }
  header .drop-menu .avatar-wrap,
header .drop-menu a.avatar-wrap {
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
  }
  header .drop-menu::-webkit-scrollbar-button {
    display: none;
  }
  header .drop-menu::-webkit-scrollbar, header .drop-menu::-webkit-scrollbar-thumb {
    width: 4px !important;
    border-radius: 2px;
    border: 0;
  }

  .hot-topics-row {
    font-size: 0.85rem;
  }
}
.player-content {
  display: none !important;
}

.play-pg .hot-topics-row {
  display: none !important;
}
.play-pg .player-content {
  padding-top: 1.5rem;
  position: absolute;
  display: grid !important;
  width: 100%;
  justify-content: center;
  align-content: start;
  grid-gap: 1.2rem 1.4rem;
  grid-template-columns: minmax(4rem, 5.6rem) minmax(28rem, 57rem) minmax(15rem, 21.5rem);
  align-items: start;
  grid-template-areas: "player player playlist";
}
.play-pg .player-content .video-player {
  position: relative;
  z-index: 100;
  grid-area: player;
  aspect-ratio: 16/9;
}
.play-pg .player-content .video-playlist-container {
  position: absolute;
  width: 100%;
  overflow: auto;
  z-index: 300;
}
.play-pg .player-content .video-playlist-container:empty {
  display: none !important;
}
.play-pg .player-content .video-playlist-container .playlist-wrap {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.play-pg .player-content .video-playlist-container .playlist-wrap.collapsed-toggle {
  height: auto;
}
.play-pg .player-content .playlist-head {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  padding: 0.5rem 1rem 0.5rem 1.4rem;
  background: var(--play-btns-back);
  border-bottom: 1px solid var(--play-btns-border);
}
.play-pg .player-content .playlist-head h1 {
  margin: 0;
}
.play-pg .player-content .playlist-head .channel {
  font: 400 0.75rem var(--font);
  color: var(--light-text-color);
  grid-column-start: 1;
  margin: 0;
}
.play-pg .player-content .playlist-head .channel .current-vid,
.play-pg .player-content .playlist-head .channel .total-vid {
  color: #fff;
}
.play-pg .player-content .playlist-head a.toggle-trigger {
  grid-column-start: 2;
  grid-row: 1/3;
  text-align: right;
  display: flex;
}
.play-pg .player-content .playlist-head a.toggle-trigger .icon {
  margin: auto 0 auto auto;
}
.play-pg .player-content .playlist-head .playlist-nav {
  grid-column-start: 1;
  grid-row-start: 3;
  padding-top: 0.5rem;
}
.play-pg .player-content .playlist-head .playlist-nav .icon {
  margin-right: 1rem;
}
.play-pg .player-content .playlist-head .icon {
  fill: #fff;
}
.play-pg .player-content .playlist-list {
  flex: 1 1 auto;
  overflow: auto;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 4.6rem);
  grid-auto-rows: 4.6rem;
}
.play-pg .player-content .playlist-list .card {
  padding: 0.3rem 0;
}
.play-pg .player-content .playlist-list::-webkit-scrollbar-button {
  display: none;
}
.play-pg .player-content .playlist-list::-webkit-scrollbar, .play-pg .player-content .playlist-list::-webkit-scrollbar-thumb {
  /*                width: 4px!important;
                  border-radius: 2px;
                  border: 0;*/
}

.play-grid {
  grid-template-columns: 100%;
  justify-items: center;
}
.play-grid .item-content-wrap {
  display: grid !important;
  width: 100%;
  justify-content: center;
  align-content: start;
  grid-gap: 1.2rem 1.4rem;
  grid-template-columns: minmax(4rem, 5.6rem) minmax(28rem, 57rem) minmax(15rem, 21.5rem);
  align-items: start;
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "player player aside" "reactions info aside" "reactions more-from-channel aside" "reactions trending aside";
  background: #1F1D23;
  color: #fff;
}
.play-grid .item-content-wrap .player {
  grid-area: player;
  aspect-ratio: 16/9;
}
.play-grid .item-content-wrap .reactions {
  grid-area: reactions;
}
.play-grid .item-content-wrap .reactions .react-buttons {
  background: var(--play-btns-back);
  border: 1px solid var(--play-btns-border);
}
.play-grid .item-content-wrap .icon {
  fill: #fff;
}
.play-grid .item-content-wrap .video-info {
  grid-area: info;
}
.play-grid .item-content-wrap .video-info .video-options {
  display: inline-flex;
}
.play-grid .item-content-wrap .video-info .video-options .drop-trgr {
  margin: auto 0 auto 1rem;
}
.play-grid .item-content-wrap .video-info .video-options .drop-trgr .icon {
  height: 0.75rem;
}
.play-grid .item-content-wrap .video-info .video-options .drop-menu {
  z-index: 20;
  width: 10rem;
  left: 1rem;
  top: 2rem;
  background: var(--play-btns-back);
  border: 1px solid var(--play-btns-border);
  border-radius: 4px;
}
.play-grid .item-content-wrap .video-info .video-options .drop-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}
.play-grid .item-content-wrap .video-info .video-description a {
  color: var(--highlight);
}
.play-grid .item-content-wrap .more-from {
  grid-area: more-from-channel;
}
.play-grid .item-content-wrap .trending {
  grid-area: trending;
}
.play-grid .item-content-wrap .trending:before {
  display: none;
}
.play-grid .item-content-wrap .related {
  grid-area: aside;
  align-content: start;
}
.play-grid .item-content-wrap .card {
  background: transparent;
  color: inherit;
}
.play-grid .item-content-wrap .card .info-cont h3 a {
  color: inherit;
}
.play-grid .item-content-wrap .comments-btn .comments-label {
  position: relative;
}
.play-grid .item-content-wrap .comments-btn .comments-label .num {
  /*                margin-left: .35rem;*/
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  top: -1.4rem;
  right: 0.25rem;
  background: var(--red-text-color);
  color: #fff;
  text-align: center;
  font: 400 0.6rem/1rem var(--font);
}

@media only screen and (max-width: 999px) {
  .play-pg .hot-topics-row {
    display: none !important;
  }
  .play-pg .player-content {
    padding-top: 0;
    position: fixed;
    top: 53px;
    z-index: 100;
    display: grid !important;
    width: 100%;
    justify-content: center;
    align-content: start;
    grid-gap: 0.7rem 0;
    grid-template-columns: 1fr;
    align-items: start;
  }
  .play-pg .player-content .video-player {
    position: relative;
    aspect-ratio: 16/9;
  }
  .play-pg .player-content .video-playlist-container {
    position: fixed;
    bottom: 0;
    background: #1F1D23;
  }
  .play-pg .player-content .playlist-head {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5rem;
    padding: 1.5rem 1rem 0.9rem 1.4rem;
    background: var(--play-btns-back);
    border-bottom: 1px solid var(--play-btns-border);
  }
  .play-pg .player-content .playlist-head h1 {
    font: 400 0.9rem var(--font);
  }
  .play-pg .player-content .playlist-head .playlist-nav .icon {
    width: 1.3rem;
    margin-right: 1rem;
  }
  .play-pg.plylst-opn .player-content .video-playlist-container {
    top: calc(56.25vw + 53px);
  }

  .play-pg.plylst-cls .player-content .video-playlist-container {
    top: auto;
    opacity: 0.94;
    max-height: 100%;
  }
  .play-pg.plylst-cls .player-content .playlist-head {
    padding: 0.75rem 1rem 1rem 1.4rem;
  }
  .play-pg.plylst-cls .player-content .playlist-head .channel {
    display: none;
  }
  .play-pg.plylst-cls .player-content a.toggle-trigger {
    grid-row-end: 3;
    display: flex;
  }
  .play-pg.plylst-cls .player-content a.toggle-trigger .icon {
    margin: auto;
    width: 100%;
    transform: rotate(-90deg);
  }
  .play-pg.plylst-cls .player-content .playlist-nav {
    display: none;
  }
  .play-pg.plylst-cls .player-content .playlist-list {
    flex: 0 0 0px;
    overflow: hidden;
  }

  .play-grid .item-content-wrap {
    display: grid !important;
    width: 100%;
    justify-content: center;
    align-content: start;
    grid-gap: 0.7rem 0;
    grid-template-columns: 1fr;
    align-items: start;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "player" "info" "reactions" "more-from-channel" "trending" "aside";
    padding-bottom: 1.5rem;
  }
  .play-grid .item-content-wrap > * {
    padding-left: 11px;
    padding-right: 11px;
    box-sizing: border-box;
  }
  .play-grid .item-content-wrap .player {
    width: 100vw;
  }
  .play-grid .item-content-wrap > .reactions {
    display: flex;
    width: 100%;
    margin: 0 auto 0.2rem 0;
    padding: 0 11px 0.9rem 11px;
    border-bottom: 1px solid var(--play-btns-border);
  }
  .play-grid .item-content-wrap > .reactions .react-buttons.reacted {
    margin-bottom: 1rem;
  }
  .play-grid .item-content-wrap > .reactions .sticky {
    display: contents;
  }
  .play-grid .item-content-wrap > .reactions .sticky .comments-btn {
    margin: auto 0 auto 1rem;
  }
  .play-grid .item-content-wrap .video-info .video-options .drop-menu {
    width: auto;
    left: auto;
    right: 0;
  }
  .play-grid .item-content-wrap .video-info .video-options .drop-menu a {
    margin: 0.5rem 0.5rem;
    white-space: nowrap;
    font-size: 0.9rem;
  }
  .play-grid .item-content-wrap .mobile-tabs {
    position: fixed;
    top: calc(56vw - 3.6rem);
    left: 0;
    right: 0;
    width: 100%;
    height: 3.55rem;
    padding-left: 11px;
    box-sizing: border-box;
    overflow: auto;
    display: flex;
    white-space: nowrap;
    justify-content: start;
    z-index: 90;
    background: var(--dark-text-color);
    border-bottom: 1px solid var(--play-btns-border);
    transition: top 0.2s ease-in;
  }
  .play-grid .item-content-wrap .mobile-tabs::-webkit-scrollbar {
    display: none;
  }
  .play-grid .item-content-wrap .mobile-tabs.shown {
    top: calc(56.25vw + 53px);
  }
  .play-grid .item-content-wrap .mobile-tabs a {
    display: inline-block;
    height: 2.25rem;
    padding: 0 1.35rem;
    margin: auto 11px auto 0;
    font: 300 0.9rem/2.2rem var(--font);
    text-decoration: none;
    color: var(--grey-text-color);
    background: var(--play-btns-back);
    border: 1px solid var(--play-btns-border);
    border-radius: 1.25rem;
  }
  .play-grid .item-content-wrap .mobile-tabs a.active {
    background: var(--light-text-color);
    color: #fff;
  }
  .play-grid .item-content-wrap .mobile-tabs a.trend {
    position: relative;
    background: linear-gradient(90deg, #FF1E79 0%, #489EFF 100%);
    color: #FF1E79;
    text-transform: uppercase;
  }
  .play-grid .item-content-wrap .mobile-tabs a.trend span {
    position: relative;
    opacity: 0.8;
  }
  .play-grid .item-content-wrap .mobile-tabs a.trend:before {
    border-radius: 1.25rem;
    position: absolute;
    display: block;
    content: "";
    width: auto;
    height: auto;
    grid-row: unset;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: var(--dark-text-color);
  }
  .play-grid .item-content-wrap .more-from,
.play-grid .item-content-wrap .trending,
.play-grid .item-content-wrap .related {
    display: grid;
    grid-gap: 0.7rem;
  }
  .play-grid .item-content-wrap .more-from .card:nth-child(n+3) {
    display: none;
  }
  .play-grid .item-content-wrap .trending .card:nth-child(n+4) {
    display: none;
  }
  .play-grid .item-content-wrap .related .card:nth-child(n+6) {
    display: none;
  }
  .play-grid .item-content-wrap.show-all {
    /* same as default */
  }
  .play-grid .item-content-wrap.show-more-from .more-from .card:nth-child(n+3) {
    display: flex;
  }
  .play-grid .item-content-wrap.show-more-from .trending {
    display: none;
  }
  .play-grid .item-content-wrap.show-more-from .related {
    display: none;
  }
  .play-grid .item-content-wrap.show-trending .more-from {
    display: none;
  }
  .play-grid .item-content-wrap.show-trending .trending .card:nth-child(n+4) {
    display: flex;
  }
  .play-grid .item-content-wrap.show-trending .related {
    display: none;
  }
  .play-grid .item-content-wrap.show-related {
    /* not used */
  }
  .play-grid .item-content-wrap.show-related .more-from {
    display: none;
  }
  .play-grid .item-content-wrap.show-related .trending {
    display: none;
  }
  .play-grid .item-content-wrap.show-related .related .card:nth-child(n+6) {
    display: flex;
  }
  .play-grid .video-info {
    display: grid;
    grid-template-columns: 1fr 2rem;
    grid-gap: 0.7rem;
  }
  .play-grid .video-info .channel-opt {
    margin-top: 0;
    grid-column: span 2;
  }
  .play-grid .video-info h1 {
    margin: 0;
    font: 400 1rem var(--font);
  }
  .play-grid .video-info .hidden-dt.toggle-trigger {
    text-align: right;
  }
  .play-grid .video-info .hidden-dt.toggle-trigger.open-trig .icon {
    transform: rotate(-90deg);
  }
  .play-grid .video-info .det-info {
    grid-column: span 2;
    display: none;
    display: grid;
    grid-template-columns: inherit;
    grid-gap: inherit;
    overflow: hidden;
  }
  .play-grid .video-info .det-info.collapsed-toggle {
    display: none;
  }
  .play-grid .video-info .det-info.open-toggle {
    display: grid;
    overflow: visible;
  }
  .play-grid .video-info .video-stat {
    display: flex;
    font: 300 0.8rem/1rem var(--font);
  }
  .play-grid .video-info .video-stat span {
    margin: auto 0.8rem auto 0.3rem;
    color: var(--light-text-color);
  }
  .play-grid .video-info .video-stat .icon {
    margin: auto 0 auto 0;
  }
  .play-grid .video-info .video-stat .icon.time {
    width: 0.7rem;
  }
  .play-grid .video-info .video-description {
    grid-column: span 2;
    font: 400 0.85rem var(--font);
  }
  .play-grid .video-info .full-description {
    display: none;
  }
  .play-grid .video-info .full-description .to-short, .play-grid .video-info .full-description .to-all {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .play-pg .player-content {
    grid-template-areas: "player player playlist";
  }
  .play-pg .player-content .video-playlist-container {
    grid-area: playlist;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 300;
  }
  .play-pg .player-content .video-playlist-container .playlist-wrap {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    border: 1px solid var(--play-btns-border);
  }
  .play-pg .player-content .video-playlist-container .playlist-wrap.collapsed-toggle {
    height: auto;
    border-bottom: 0;
  }
  .play-pg .player-content .playlist-head {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5rem;
    padding: 0.5rem 1rem 0.5rem 1.4rem;
    background: var(--play-btns-back);
    border-bottom: 1px solid var(--play-btns-border);
  }
  .play-pg .player-content .playlist-head h1 {
    font: 600 0.85rem var(--font);
    margin: 0;
  }
  .play-pg .player-content .playlist-head .channel {
    font: 400 0.75rem var(--font);
    color: var(--light-text-color);
    grid-column-start: 1;
    margin: 0;
  }
  .play-pg .player-content .playlist-head .channel .current-vid,
.play-pg .player-content .playlist-head .channel .total-vid {
    color: #fff;
  }
  .play-pg .player-content .playlist-head a.toggle-trigger {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .play-pg .player-content .playlist-head .playlist-nav {
    grid-column-start: 1;
    grid-row-start: 3;
    padding-top: 0.5rem;
  }
  .play-pg .player-content .playlist-head .playlist-nav .icon {
    margin-right: 1rem;
  }
  .play-pg .player-content .playlist-list {
    flex: 1 1 auto;
    overflow: auto;
    display: grid;
    grid-gap: 0;
    grid-template-rows: repeat(auto-fill, 4.6rem);
    grid-auto-rows: 4.6rem;
    scrollbar-width: thin;
    background: #1F1D23;
  }
  .play-pg .player-content .playlist-list .card {
    padding: 0.3rem 0;
  }
  .play-pg .player-content .playlist-list::-webkit-scrollbar-button {
    display: none;
  }
  .play-pg .player-content .playlist-list::-webkit-scrollbar, .play-pg .player-content .playlist-list::-webkit-scrollbar-thumb {
    width: 4px !important;
    border-radius: 2px;
    border: 0;
  }
  .play-pg .comments-wrap.open {
    max-height: none;
  }

  .play-pg.theater-mode .player-content {
    padding-top: 0;
    grid-template-areas: "player player player" ".         .   playlist";
  }
  .play-pg.theater-mode .player-content .video-player {
    max-height: calc(100vh - 190px);
    width: 100%;
    aspect-ratio: none;
  }
  .play-pg.theater-mode .play-grid .item-content-wrap {
    padding-top: 0;
    grid-template-areas: "player player player" "reactions info aside" "reactions more-from-channel aside" "reactions trending aside" !important;
  }
  .play-pg.theater-mode .play-grid .player {
    max-height: calc(100vh - 190px);
    aspect-ratio: none;
  }

  .play-pg.plylst-opn .play-grid .item-content-wrap {
    grid-template-areas: "player player . " "reactions info aside" "reactions more-from-channel aside" "reactions trending aside";
  }
  .play-pg.plylst-opn .play-grid .player {
    aspect-ratio: none;
  }
  .play-pg.plylst-opn .play-grid .related .card:nth-child(n+8) {
    display: none;
  }
  .play-pg.plylst-opn.theater-mode .player-content .video-playlist-container {
    height: 25rem;
  }
  .play-pg.plylst-opn.theater-mode .related {
    margin-top: 26rem;
  }

  .play-pg.plylst-cls .player-content .video-playlist-container {
    height: auto;
  }
  .play-pg.plylst-cls .toggle-trigger .icon {
    transform: rotate(-90deg);
  }
  .play-pg.plylst-cls .playlist-nav {
    display: none;
  }
  .play-pg.plylst-cls .playlist-list {
    flex: 0 0 0px;
    overflow: hidden;
  }
  .play-pg.plylst-cls .related {
    margin-top: 4rem;
  }

  .play-grid .item-content-wrap {
    position: relative;
    z-index: 1;
    padding-top: 1.5rem;
    padding-bottom: 5rem;
    margin-bottom: 3rem;
  }
  .play-grid .item-content-wrap .mobile-tabs {
    display: none !important;
  }
  .play-grid .item-content-wrap .reactions {
    position: static;
  }
  .play-grid .item-content-wrap .reactions .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
  }
  .play-grid .item-content-wrap .reactions .react-buttons {
    position: static;
    width: 3.25rem;
    margin: 0 auto 0 0;
  }
  .play-grid .item-content-wrap .reactions .comments-btn {
    padding: 1.5rem 0.5rem 0;
  }
  .play-grid .item-content-wrap .video-info,
.play-grid .item-content-wrap .more-from,
.play-grid .item-content-wrap .trending {
    max-width: 51rem;
    box-sizing: border-box;
  }
  .play-grid .item-content-wrap .more-from, .play-grid .item-content-wrap .trending {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem;
    border-radius: 3px;
    background: var(--play-btns-back);
    border: 1px solid var(--play-btns-border);
  }
  .play-grid .item-content-wrap .more-from .card .info-cont, .play-grid .item-content-wrap .trending .card .info-cont {
    border: none !important;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "title title" "reactions channel";
  }
  .play-grid .item-content-wrap .more-from .card .info-cont h3, .play-grid .item-content-wrap .trending .card .info-cont h3 {
    grid-area: title;
    font: 400 0.85rem var(--font);
    padding: 0;
    margin: 0.35rem 0;
  }
  .play-grid .item-content-wrap .more-from .card .info-cont .reactions, .play-grid .item-content-wrap .trending .card .info-cont .reactions {
    grid-area: reactions;
    display: flex;
    margin: 0.5rem 0 auto 0;
  }
  .play-grid .item-content-wrap .more-from .card .info-cont .channel-opt, .play-grid .item-content-wrap .trending .card .info-cont .channel-opt {
    grid-area: channel;
    margin: 0;
  }
  .play-grid .item-content-wrap .more-from .card .info-cont .channel-opt a, .play-grid .item-content-wrap .trending .card .info-cont .channel-opt a {
    color: var(--light-text-color);
  }
  .play-grid .item-content-wrap .more-from .card .info-cont .channel-opt .channel-name span, .play-grid .item-content-wrap .trending .card .info-cont .channel-opt .channel-name span {
    margin: 0.5rem 0.5rem auto 0;
    font: 400 0.75rem var(--font);
    max-width: 8rem;
  }
  .play-grid .item-content-wrap .more-from .card:nth-child(n+4), .play-grid .item-content-wrap .trending .card:nth-child(n+4) {
    display: none;
  }
  .play-grid .item-content-wrap .trending {
    margin-top: 1rem;
    position: relative;
    background: linear-gradient(90deg, #FF1E79 0%, #489EFF 100%);
    border: none;
  }
  .play-grid .item-content-wrap .trending:before {
    border-radius: 3px;
    position: absolute;
    display: block;
    content: "";
    width: auto;
    height: auto;
    grid-row: unset;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: var(--play-btns-back);
    z-index: 1;
  }
  .play-grid .item-content-wrap .trending .card {
    position: relative;
    z-index: 10;
  }
  .play-grid .item-content-wrap .trending .card .info-cont {
    border: none !important;
  }
  .play-grid .video-info {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .play-grid .video-info .channel-opt {
    margin-top: 0;
  }
  .play-grid .video-info .channel-opt .channel-name .avatar-wrap {
    width: 2.2rem;
    height: 2.2rem;
  }
  .play-grid .video-info .channel-opt .channel-name span {
    font-size: 0.9rem;
  }
  .play-grid .video-info h1 {
    grid-column-end: span 2;
    max-width: 32rem;
    margin: 1rem 0 0.5rem;
    font: 400 1.15rem var(--font);
  }
  .play-grid .video-info .det-info {
    display: contents;
  }
  .play-grid .video-info .video-stat {
    grid-column-end: span 2;
    display: flex;
    font: 300 0.7rem/1rem var(--font);
  }
  .play-grid .video-info .video-stat span {
    margin: auto 0.8rem auto 0.3rem;
    color: var(--light-text-color);
  }
  .play-grid .video-info .video-stat .icon.time {
    width: 0.7rem;
  }
  .play-grid .video-info .video-options {
    grid-row: 1;
    grid-column: 2;
  }
  .play-grid .video-info .video-description {
    grid-column-end: span 2;
    margin-top: 0.5rem;
    position: relative;
    font: 300 0.95rem var(--font);
  }
  .play-grid .video-info .video-description.collapsed-toggle-dt {
    max-width: 32rem;
    max-height: 2.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 2;
  }
  .play-grid .video-info .video-description.open-toggle-dt {
    max-height: none;
    -webkit-line-clamp: none;
  }
  .play-grid .video-info .full-description {
    position: relative;
    display: block;
    margin-top: -1rem;
    padding: 1.5rem 0 0.2rem 0;
    color: var(--light-text-color);
    cursor: pointer;
    font: 300 0.75rem/1 var(--font);
    background: linear-gradient(to top, #1F1D23, #1F1D23 55%, transparent 100%);
  }
  .play-grid .video-info .full-description.collapsed-trig-dt {
    max-width: 32rem;
  }
  .play-grid .video-info .full-description.collapsed-trig-dt .to-short {
    display: none;
  }
  .play-grid .video-info .full-description.open-trig-dt {
    margin-top: 0;
  }
  .play-grid .video-info .full-description.open-trig-dt .to-all {
    display: none;
  }
}
.search-panel {
  display: none;
}

.autocomplete-res-container {
  display: none;
  color: #fff;
  background: var(--header-back-color);
  overflow: auto;
  scrollbar-width: thin;
}
.autocomplete-res-container section {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--search-back-color);
}
.autocomplete-res-container section:last-child {
  border-bottom: none;
}
.autocomplete-res-container p {
  padding: 0.5rem 0.75rem;
  margin: 0;
  color: var(--search-icon-color);
}
.autocomplete-res-container a {
  display: flex;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  color: inherit;
  text-decoration: none;
}
.autocomplete-res-container a span {
  margin: auto 0 auto 0.5rem;
}
.autocomplete-res-container .avatar-wrap {
  flex: 0 0 2rem;
}

form.search .icon.clear-search {
  display: none;
  margin: auto 0 auto auto;
  padding: 0.5rem;
  align-self: flex-end;
  fill: var(--search-icon-color);
  width: 0.8rem;
}
form.search.active .icon.clear-search {
  display: block;
  cursor: pointer;
}

/* results page */
.filters {
  position: relative;
}
.filters .icon {
  width: 1.1rem;
  height: 1.1rem;
}
.filters > form {
  display: flex;
  justify-content: space-between;
}
.filters .filter-radio label {
  margin-right: 1.5rem;
  cursor: pointer;
}
.filters .filter-radio label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin: 0 0.25rem 0 0;
  bottom: -0.15rem;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid var(--highlight);
}
.filters .filter-radio label input:checked {
  border: 0.3rem solid #489EFF;
}
.filters .drop-menu {
  top: 100%;
  border-radius: 3px;
  border: 1px solid var(--light-border-color);
  background: #fff;
  box-shadow: 0 0 0.25rem 0.15rem rgba(0, 0, 0, 0.05);
  z-index: 100;
}
.filters .drop-menu.open {
  display: grid;
}
.filters .drop-menu.open a {
  color: inherit;
  text-decoration: none;
}
.filters .drop-menu.open a:first-child {
  font-weight: bold;
}
.filters .drop-menu.open a.active, .filters .drop-menu.open a:hover {
  color: var(--highlight);
  font-weight: normal;
}

/* mob */
@media screen and (max-width: 999px) {
  form.search {
    position: absolute;
    left: 105%;
    width: 0;
    overflow: hidden;
  }
  form.search.active {
    left: 0;
    right: 0;
    width: 100vw;
    background: var(--header-back-color);
    z-index: 100;
  }
  form.search > * {
    margin: auto;
  }
  form.search input {
    flex: 1 1 auto;
    background: var(--header-back-color);
    color: #fff;
    border: none;
    outline: none;
    font-size: 0.95rem;
  }
  form.search .icon {
    padding: 0.5rem;
  }

  .autocomplete-res-container {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: auto;
    background: var(--header-back-color);
    border-top: 1px solid var(--search-back-color);
    color: #fff;
    overflow: auto;
    scrollbar-width: thin;
  }

  /*results page */
  .filters .filter-radio {
    font: 700 0.9rem var(--font);
  }
  .filters .drop-menu {
    right: 0.65rem;
    padding: 0;
  }
  .filters .drop-menu.open {
    grid-gap: 0;
    grid-template-columns: initial;
  }
  .filters .drop-menu.open section {
    border-bottom: 1px solid var(--light-border-color);
  }
  .filters .drop-menu.open a {
    font: 400 0.9rem/1.45 var(--font);
  }
}
/* desktop */
@media screen and (min-width: 1000px) {
  .autocomplete-res-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -1px 0 0;
    border: 1px solid var(--search-back-color);
  }
  .autocomplete-res-container p {
    font-size: 0.75rem;
  }
  form.search .icon.clear-search {
    width: 0.6rem;
    margin-right: 0.25rem;
  }

  .filters .filter-radio {
    font: 700 0.8rem var(--font);
  }
  .filters .drop-menu {
    right: 0;
    padding: 0 0.5rem;
  }
  .filters .drop-menu.open {
    grid-gap: 1.6rem;
    grid-template-columns: auto auto auto auto;
  }
  .filters .drop-menu.open section {
    border-bottom: none;
  }
  .filters .drop-menu.open a {
    font: 400 0.75rem/1.45 var(--font);
  }
}
/* wrappers */
.homegrid,
.basic-grid,
.item-grid,
.play-grid {
  display: grid;
  justify-content: center;
  grid-auto-flow: dense;
}
.homegrid .native-ads-load,
.basic-grid .native-ads-load,
.item-grid .native-ads-load,
.play-grid .native-ads-load {
  display: none;
}

.block-cards {
  display: grid;
  grid-auto-flow: dense;
}

/* main areas */
.top-news, .feed {
  display: grid;
  align-content: flex-start;
}

.posters {
  overflow: hidden;
}

.banner-load {
  display: none;
}

.heading {
  grid-column: 1/-1;
}

.filters {
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 999px) {
  /* wrappers */
  .homegrid {
    max-width: 100vw;
    overflow: hidden;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(1, minmax(auto, 700px));
  }
  .homegrid .trending {
    grid-row-start: 2;
  }

  .basic-grid {
    padding-top: 1.6rem;
    max-width: 100vw;
    overflow: hidden;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(1, minmax(auto, 700px));
  }
  .basic-grid .quizbox {
    grid-row-start: 25;
  }
  .basic-grid .heading {
    padding: 0 11px 1.5rem;
    position: relative;
  }

  .item-grid {
    position: relative;
    padding-top: 1.6rem;
    max-width: 100vw;
    overflow: hidden;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(1, minmax(auto, 700px));
  }
  .item-grid .content {
    display: grid;
    max-width: 100vw;
    overflow: hidden;
    grid-template-columns: 16.2rem 1fr;
    padding-bottom: 3.25rem;
    align-content: start;
  }
  .item-grid .content > * {
    grid-column: 1/-1;
  }
  .item-grid .content .reactions {
    grid-column: 1;
    grid-row: 5;
  }
  .item-grid .content .comments-btn {
    grid-column: 2;
    grid-row: 5;
  }
  .item-grid .sidebar .banner:first-child {
    padding-top: 0;
  }
  .item-grid .trending {
    grid-row-start: auto;
    margin-top: 1.15rem;
    margin-bottom: 1.15rem;
  }
  .item-grid .feed {
    display: grid;
    grid-row-start: auto;
    margin-top: 1rem;
    grid-gap: 0.5rem;
  }

  .quizzes-pg {
    position: relative;
    padding: 0 11px;
    grid-gap: 2rem 14px;
    grid-template-columns: repeat(2, calc(50% - 7px));
  }
  .quizzes-pg .heading {
    padding: 1.6rem 0 0;
    position: relative;
  }
  .quizzes-pg .sidebar-block {
    grid-column: 1/-1;
  }
  .quizzes-pg::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    grid-row: 1/5;
    z-index: 0;
    background: linear-gradient(156deg, #886CE4, #31D2F7);
  }

  .search-pg .heading {
    margin: 0 0 2.4rem;
    padding: 0 11px !important;
  }

  .feed, .content, .sidebar {
    display: contents;
  }

  .trending {
    grid-row-start: 15;
  }

  .posters {
    grid-row-start: 8;
  }

  .quizbox {
    grid-row-start: 15;
  }

  .banner, .banners-load {
    display: none;
    grid-column: 1/-1;
  }
  .banner.pos-1, .banners-load.pos-1 {
    grid-row-start: 30;
  }
  .quizzes-pg .banner.pos-1, .quizzes-pg .banners-load.pos-1 {
    grid-row-start: 20;
  }
  .banner.pos-2, .banners-load.pos-2 {
    grid-row-start: 50;
  }
  .banner.pos-3, .banners-load.pos-3 {
    grid-row-start: 65;
  }

  .quizbox_section {
    grid-column: 1/-1;
    grid-row-start: 8;
    margin: 0.75rem 1rem 0.75rem 0;
  }
}
@media only screen and (min-width: 1000px) {
  /* wrappers */
  .homegrid {
    padding-top: 2.5rem;
    max-width: 100vw;
    overflow: hidden;
    grid-gap: 0 52px;
    grid-template-columns: repeat(3, minmax(290px, 452px));
    grid-auto-flow: dense;
    grid-gap: 3rem 52px;
    grid-template-areas: "topnews topnews topnews" "feed feed sidebar";
  }
  .homegrid .top-news {
    grid-template-columns: repeat(3, minmax(330px, 490px));
    grid-template-rows: auto auto;
  }
  .homegrid .top-news .card:nth-child(1) {
    grid-column: 1/span 3;
  }
  .homegrid .top-news .card:nth-child(2),
.homegrid .top-news .card:nth-child(3),
.homegrid .top-news .card:nth-child(4) {
    grid-column-end: span 1;
  }
  .homegrid .feed .posters {
    grid-row: 6/7;
  }

  .basic-grid {
    padding-top: 1.8rem;
    max-width: 100vw;
    overflow: hidden;
    grid-gap: 0 52px;
    grid-template-columns: repeat(3, minmax(290px, 452px));
    grid-auto-flow: dense;
    grid-template-areas: "heading heading heading" "content content sidebar";
  }
  .basic-grid.search-pg {
    grid-template-areas: "heading heading heading" "filters filters ." "content content sidebar";
  }
  .basic-grid.quizzes-pg {
    background: linear-gradient(90deg, #886CE4, #31D2F7);
    background-size: 100% 648px;
    background-repeat: no-repeat;
  }

  /* item pages grids */
  .item-grid {
    position: relative;
    padding-top: 1.8rem;
    grid-gap: 0 52px;
    grid-template-columns: repeat(3, minmax(290px, 452px));
    grid-auto-flow: dense;
    grid-template-areas: "content content sidebar" "recommended recommended recommended" "feed feed .";
  }
  .item-grid .content {
    display: grid;
    grid-gap: 0 2rem;
    grid-template-columns: 3.2rem 1fr;
    margin-bottom: 3rem;
    align-content: start;
  }
  .item-grid .content .reactions {
    grid-column: 1;
    grid-row: 1/-1;
    grid-row: 1/5;
  }
  .item-grid .sidebar {
    margin-bottom: 3rem;
  }
  .item-grid .recommended {
    position: static !important;
    grid-area: recommended;
    width: 100%;
  }
  .item-grid .feed {
    margin-top: 3rem;
  }
  .item-grid.article-grid.powered-by-article {
    grid-template-areas: "sponsor sponsor sponsor" "content content sidebar" "recommended recommended recommended" "feed feed .";
  }
  .item-grid.article-grid .comments-wrap {
    /*                display: none;*/
  }
  .item-grid .banner {
    display: none;
  }

  /* main areas */
  .content,
.content.feed {
    grid-area: content;
  }

  .feed {
    grid-area: feed;
    grid-gap: 0.9rem;
  }
  .feed > * {
    grid-column: 1/-1;
  }

  .block-cards {
    grid-gap: 1rem 0.5rem;
    grid-template-columns: repeat(6, 1fr);
  }
  .block-cards .card {
    grid-column: span 2;
    border: 1px solid var(--light-border-color);
  }

  .top-news {
    grid-area: topnews;
  }

  .sidebar {
    display: grid;
    grid-area: sidebar;
    align-content: start;
    grid-gap: 1rem;
  }
  .sidebar .banner > *:not(:empty) {
    margin: 2rem auto;
  }

  .heading {
    grid-area: heading;
    margin: 0 0 3rem;
  }

  .filters {
    grid-area: filters;
  }

  .quizbox_section {
    grid-column: 1/-1;
    grid-row-start: 5;
    margin: 2rem 1.25rem 2rem 0;
  }
}
/* mixins */
/* cards */
/* common card styles */
.card {
  display: flex;
  background: #fff;
  overflow: hidden;
}
.card a {
  text-decoration: none;
}
.card > a {
  position: relative;
  /*video*/
  /*quiz*/
}
.card > a picture {
  display: block;
  font-size: 0;
}
.card > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.card > a .dur {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 0.25rem 0.4rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.6rem;
}
.card > a .thumb-play {
  display: none;
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  overflow: hidden;
}
.card > a .thumb-play .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  fill: #fff;
}
.card > a .hadivvid {
  -o-object-fit: cover;
     object-fit: cover;
}
.card > a .thumb-label {
  position: absolute;
  display: inline-block;
  background: #886CE4;
  color: #fff;
  text-transform: uppercase;
}
.card .info-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.card .info-cont .trending_back {
  display: none;
}
.card .info-cont h3 {
  flex: 0 0 auto;
}
.card .info-cont h3 a {
  color: var(--dark-text-color);
}
.card .info-cont .reactions {
  display: none;
  grid-area: reactions;
  margin: 0.5rem 0 auto 0;
}
.card .info-cont .reactions .icon {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: -3px;
}
.card .info-cont .reactions span {
  font: 300 0.75rem var(--font);
  margin: 0 0.5rem auto 8px;
}
.card .info-cont .reactions span:first-child {
  display: none;
}
.card .info-cont .card-description,
.card .info-cont a.card-description {
  flex: 1 0 auto;
  color: var(--grey-text-color);
}
.card .info-cont .channel-opt {
  flex: 0 0 auto;
  order: 2;
}
.card .info-cont .channel-opt a {
  color: var(--highlight);
}
.card .info-cont .channel-opt .avatar-wrap {
  display: none;
}

/* types of cards */
.top-news .card:first-child > a img {
  position: static;
}
.top-news .card:first-child .info-cont {
  background: linear-gradient(136deg, #002A67, #A1006A);
  color: #fff;
}
.top-news .card:first-child .info-cont h3 a {
  color: inherit;
  text-transform: uppercase;
  background: var(--header-back-color);
  box-shadow: -0.2em -0.1em 0 0 var(--header-back-color), 0.2em -0.1em 0 0 var(--header-back-color), -0.2em 0.1em 0 0 var(--header-back-color), 0.2em 0.1em 0 0 var(--header-back-color);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.top-news .card:first-child .info-cont .card-description,
.top-news .card:first-child .info-cont a.card-description {
  flex-grow: 0;
  color: #fff;
}
.top-news .card:first-child .info-cont .channel-opt {
  display: none;
}
.top-news .card:nth-child(2),
.top-news .card:nth-child(3),
.top-news .card:nth-child(4) {
  width: 100%;
  flex-direction: column;
}
.top-news .card:nth-child(2) > a,
.top-news .card:nth-child(3) > a,
.top-news .card:nth-child(4) > a {
  /*        width: 100%;*/
  position: relative;
  aspect-ratio: 16/9;
  /*        height: 0;
         padding-bottom: 56.25%;*/
}
.top-news .card:nth-child(2) > a img,
.top-news .card:nth-child(3) > a img,
.top-news .card:nth-child(4) > a img {
  position: absolute;
}
.top-news .card:nth-child(2) .info-cont,
.top-news .card:nth-child(3) .info-cont,
.top-news .card:nth-child(4) .info-cont {
  flex: 1 0 auto;
}
.top-news .card:nth-child(2) .info-cont h3,
.top-news .card:nth-child(3) .info-cont h3,
.top-news .card:nth-child(4) .info-cont h3 {
  margin: 0.9rem;
}
.top-news .card:nth-child(2) .info-cont .card-description,
.top-news .card:nth-child(3) .info-cont .card-description,
.top-news .card:nth-child(4) .info-cont .card-description {
  margin: 0 0.9rem 0.9rem;
  font: 300 0.95rem var(--font);
}
.top-news .card:nth-child(2) .info-cont .channel-opt,
.top-news .card:nth-child(3) .info-cont .channel-opt,
.top-news .card:nth-child(4) .info-cont .channel-opt {
  margin: 0.9rem;
  font: 300 0.85rem var(--font);
}
.top-news .card:nth-child(2) .info-cont,
.top-news .card:nth-child(3) .info-cont,
.top-news .card:nth-child(4) .info-cont {
  border: 1px solid var(--light-border-color);
  border-top: none;
  border-right: none;
}
.top-news .card:nth-child(2) .info-cont h3,
.top-news .card:nth-child(3) .info-cont h3,
.top-news .card:nth-child(4) .info-cont h3 {
  font: normal 1.15rem var(--font);
}
.top-news .card:nth-child(2).card:last-of-type .info-cont,
.top-news .card:nth-child(3).card:last-of-type .info-cont,
.top-news .card:nth-child(4).card:last-of-type .info-cont {
  border-right: 1px solid var(--light-border-color);
}

.feed .card {
  border: 1px solid var(--light-border-color);
  background: #fff;
}
.feed .card .info-cont {
  padding: 1.5rem 1rem 0.75rem;
}
.feed .card .info-cont .trending_back {
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
}
.feed .card .info-cont h3 {
  margin: 0 auto 0.7rem 0;
  font: normal 1.15rem var(--font);
}
.feed .card .info-cont .card-description {
  margin: 0;
  font: 300 0.95rem var(--font);
}
.feed .card .info-cont .channel-opt {
  margin: 0.9rem 0 0;
  font: 300 0.85rem var(--font);
}
.feed .card.video-cell .info-cont:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 0.21rem;
  height: auto;
  background: linear-gradient(180deg, #489EFF, #FF0CAE);
}
.feed .channel-card > a .avatar-wrap {
  flex: 0 0 8rem;
}
.feed .channel-card .info-cont {
  padding: 0 1rem;
}

/* portrait sidebar */
.sidebar-block .card-portrait {
  flex-direction: column;
}
.sidebar-block .card-portrait .info-cont {
  margin: 0 0.55rem;
}
.sidebar-block .card-portrait .info-cont:before {
  display: block;
  content: "";
  width: 100%;
  font-size: 0;
}
.sidebar-block .card-portrait .info-cont h3 {
  margin: 0.45rem 0;
}
.sidebar-block .card-portrait.video-cell .info-cont:before {
  background: linear-gradient(90deg, #489EFF, #FF0CAE);
}
.sidebar-block .card-portrait.article-cell .info-cont:before {
  background: linear-gradient(90deg, #FF1E79, #FF0CAE);
}
.sidebar-block .card-portrait.quiz-cell .info-cont:before {
  background: linear-gradient(90deg, #886CE4, #FF0CAE);
}

/* mini landscape */
.related {
  display: grid;
  grid-gap: 0.6rem;
}
.related .card {
  display: flex;
  align-items: start;
  overflow: hidden;
}
.related .card > a {
  /*        width: 100%;*/
  position: relative;
  aspect-ratio: 16/9;
  /*        height: 0;
         padding-bottom: 56.25%;*/
  flex: 0 0 143px;
  margin-right: 0.4rem;
}
.related .card > a img {
  position: absolute;
}
.related .card .info-cont {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title title" "reactions channel";
}
.related .card .info-cont h3 {
  grid-area: title;
  margin: 0;
  font: 400 14px var(--font);
}
.related .card .info-cont .reactions {
  display: flex;
}
.related .card .info-cont .reactions .icon:nth-child(n+4) {
  display: none;
}
.related .card .info-cont .channel-opt {
  grid-area: channel;
  margin: 0;
}
.related .card .info-cont .channel-opt .channel-name span {
  margin: 0.5rem 0 auto;
  font: 400 0.75rem var(--font);
  max-width: 8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related .card .info-cont .channel-opt a {
  color: var(--light-text-color);
}
.playlist-wrap .card {
  display: flex;
  align-items: start;
  overflow: hidden;
  position: relative;
  background: transparent;
}
.playlist-wrap .card > a {
  /*        width: 100%;*/
  position: relative;
  aspect-ratio: 16/9;
  /*        height: 0;
         padding-bottom: 56.25%;*/
  flex: 0 0 143px;
  margin-right: 0.4rem;
}
.playlist-wrap .card > a img {
  position: absolute;
}
.playlist-wrap .card .info-cont {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title title" "reactions channel";
}
.playlist-wrap .card .info-cont h3 {
  grid-area: title;
  margin: 0;
  font: 400 14px var(--font);
}
.playlist-wrap .card .info-cont .reactions {
  display: flex;
}
.playlist-wrap .card .info-cont .reactions .icon:nth-child(n+4) {
  display: none;
}
.playlist-wrap .card .info-cont .channel-opt {
  grid-area: channel;
  margin: 0;
}
.playlist-wrap .card .info-cont .channel-opt .channel-name span {
  margin: 0.5rem 0 auto;
  font: 400 0.75rem var(--font);
  max-width: 8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playlist-wrap .card .info-cont .channel-opt a {
  color: var(--light-text-color);
}
.playlist-wrap .card.active, .playlist-wrap .card:hover {
  background: var(--play-btns-back);
}
.playlist-wrap .card.active > a .crnt-item .item-num, .playlist-wrap .card:hover > a .crnt-item .item-num {
  display: none;
}
.playlist-wrap .card.active > a .crnt-item .icon, .playlist-wrap .card:hover > a .crnt-item .icon {
  display: block;
  fill: #fff;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
}
.playlist-wrap .card > a {
  display: flex;
  flex: 0 0 100%;
  aspect-ratio: auto;
  color: #fff;
}
.playlist-wrap .card > a .crnt-item {
  display: flex;
  flex: 0 0 1.4rem;
}
.playlist-wrap .card > a .crnt-item .item-num {
  margin: auto;
  font: 400 0.7rem/1 var(--font);
}
.playlist-wrap .card > a .crnt-item .icon {
  display: none;
}
.playlist-wrap .card > a .thumb-cont {
  position: relative;
  flex: 0 0 7.15rem;
  aspect-ratio: 16/9;
}
.playlist-wrap .card > a .thumb-cont .dur {
  display: none;
}
.playlist-wrap .card .info-cont {
  flex: 0 1 auto;
  padding: 1px 0 0 0.4rem;
}
.playlist-wrap .card .icon {
  fill: #fff;
  width: 1.1rem;
}
.playlist-wrap .card .icon.user-playlist-video-delete {
  display: none;
  position: absolute;
  right: 0.2rem;
  top: 1.75rem;
  width: 0.7rem;
  height: 0.7rem;
}
.playlist-wrap .card:hover .icon.user-playlist-video-delete {
  display: block;
}

.card.poster-cell {
  width: 14rem;
  height: 18rem;
  overflow: hidden;
  border: none;
}
.card.poster-cell > a {
  flex: 0 0 100% !important;
}
.card.poster-cell > a img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.quizzes-pg .card .thumb-label {
  display: none;
}

.block-cards .card {
  flex-direction: column;
}
.block-cards .card > a {
  /*        width: 100%;*/
  position: relative;
  aspect-ratio: 16/9;
  /*        height: 0;
         padding-bottom: 56.25%;*/
}
.block-cards .card > a img {
  position: absolute;
}
.block-cards .card .info-cont {
  padding: 0;
}
.block-cards .card .info-cont h3 {
  margin: 0;
  font: 600 0.85rem/1.15 var(--font);
}
.block-cards .card .info-cont h3 a {
  display: block;
  padding: 1.3rem 0.5rem;
}
.block-cards .card .info-cont .channel-opt,
.block-cards .card .info-cont .stats {
  display: none;
}
.block-cards .card:nth-child(10n+1) {
  /*        grid-column: 1/-1;*/
}

.quizbox_section .card {
  grid-column: auto !important;
}

.recommended .card {
  width: 100%;
  flex-direction: column;
  margin: 0;
  position: relative;
}
.recommended .card > a {
  /*        width: 100%;*/
  position: relative;
  aspect-ratio: 16/9;
  /*        height: 0;
         padding-bottom: 56.25%;*/
}
.recommended .card > a img {
  position: absolute;
}
.recommended .card .info-cont {
  flex: 1 0 auto;
}
.recommended .card .info-cont h3 {
  margin: 0.9rem;
}
.recommended .card .info-cont .card-description {
  margin: 0 0.9rem 0.9rem;
  font: 300 0.95rem var(--font);
}
.recommended .card .info-cont .channel-opt {
  margin: 0.9rem;
  font: 300 0.85rem var(--font);
}
.recommended .card .info-cont {
  border: 1px solid var(--light-border-color);
  border-top: none;
  border-right: none;
}
.recommended .card .info-cont h3 {
  font: normal 1.15rem var(--font);
}
.recommended .card.card:last-of-type .info-cont {
  border-right: 1px solid var(--light-border-color);
}

.channel-card {
  width: 100%;
}
.channel-card > a {
  display: flex;
  text-decoration: none;
  color: inherit;
}
.channel-card > a img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.channel-card .info-cont {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1rem 0.75rem;
}
.channel-card .info-cont h3 {
  margin: 0 0 0.9rem;
  font: normal 1.15rem var(--font);
}
.channel-card .info-cont .channel-info-subscr {
  margin: 0;
  font: 300 0.95rem var(--font);
}

@media only screen and (max-width: 999px) {
  .card > a .dur {
    padding: 0.35rem 0.6rem;
  }
  .card > a .thumb-label {
    padding: 0.35rem 0.5rem;
    font: 300 0.7rem/1 var(--font);
  }

  .top-news {
    /* portrait special */
  }
  .top-news .card:first-child {
    flex-direction: column;
  }
  .top-news .card:first-child > a {
    flex: auto;
  }
  .top-news .card:first-child .info-cont {
    position: relative;
    margin: -2.5rem 0 0.5rem 0.5rem;
    padding: 1.2rem 1.75rem 1.2rem 1.4rem;
  }
  .top-news .card:first-child .info-cont h3 {
    margin: auto 0 1rem 0;
  }
  .top-news .card:first-child .info-cont h3 a {
    font: 800 1.4rem/1.2 var(--font);
  }
  .top-news .card:first-child .info-cont .card-description,
.top-news .card:first-child .info-cont a.card-description {
    font: 300 0.85rem/1.15 var(--font);
    margin: 0 0 auto 0;
  }
  .top-news .card:first-child .info-cont *:last-child {
    margin-bottom: 0;
  }
  .top-news .card:nth-child(2),
.top-news .card:nth-child(3),
.top-news .card:nth-child(4) {
    margin-bottom: 0.5rem;
  }
  .top-news .card:nth-child(2) > a,
.top-news .card:nth-child(3) > a,
.top-news .card:nth-child(4) > a {
    aspect-ratio: 9/4;
    /*        padding-bottom: 44.44%;*/
  }
  .top-news .card:nth-child(2) .info-cont h3,
.top-news .card:nth-child(3) .info-cont h3,
.top-news .card:nth-child(4) .info-cont h3 {
    margin: 0.9rem;
  }
  .top-news .card:nth-child(2) .info-cont .card-description,
.top-news .card:nth-child(3) .info-cont .card-description,
.top-news .card:nth-child(4) .info-cont .card-description {
    display: none;
  }
  .top-news .card:nth-child(2) .info-cont .channel-opt,
.top-news .card:nth-child(3) .info-cont .channel-opt,
.top-news .card:nth-child(4) .info-cont .channel-opt {
    display: none;
  }
  .top-news .card:nth-child(2) .info-cont,
.top-news .card:nth-child(3) .info-cont,
.top-news .card:nth-child(4) .info-cont {
    border: 1px solid var(--light-border-color);
  }
  .top-news .card:nth-child(2) .info-cont h3,
.top-news .card:nth-child(3) .info-cont h3,
.top-news .card:nth-child(4) .info-cont h3 {
    font: normal 0.95rem var(--font);
  }

  /* portrait sidebar */
  .sidebar-block .card-portrait > a {
    min-height: 6.8rem;
    margin-left: -1px;
    margin-right: -1px;
  }
  .sidebar-block .card-portrait .info-cont:before {
    height: 0.24rem;
  }
  .sidebar-block .card-portrait .info-cont h3 {
    font: 500 0.94rem var(--font);
  }

  /* landscape feed */
  .feed .card {
    border-left: none;
    min-height: 8rem;
  }
  .feed .card > a {
    flex: 0 0 8rem;
  }
  .feed .card .info-cont h3 {
    font: normal 0.95rem var(--font);
  }
  .feed .card .info-cont .card-description {
    display: none;
  }
  .feed .card .info-cont .channel-opt {
    display: none;
  }

  .card-landsc-mb {
    display: flex;
    align-items: start;
    overflow: hidden;
  }
  .card-landsc-mb > a {
    /*        width: 100%;*/
    position: relative;
    aspect-ratio: 16/9;
    /*        height: 0;
           padding-bottom: 56.25%;*/
    flex: 0 0 143px;
    margin-right: 0.4rem;
  }
  .card-landsc-mb > a img {
    position: absolute;
  }
  .card-landsc-mb .info-cont {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "title title" "reactions channel";
  }
  .card-landsc-mb .info-cont h3 {
    grid-area: title;
    margin: 0;
    font: 400 14px var(--font);
  }
  .card-landsc-mb .info-cont .reactions {
    display: flex;
  }
  .card-landsc-mb .info-cont .reactions .icon:nth-child(n+4) {
    display: none;
  }
  .card-landsc-mb .info-cont .channel-opt {
    grid-area: channel;
    margin: 0;
  }
  .card-landsc-mb .info-cont .channel-opt .channel-name span {
    margin: 0.5rem 0 auto;
    font: 400 0.75rem var(--font);
    max-width: 8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-landsc-mb .info-cont .channel-opt a {
    color: var(--light-text-color);
  }

  .card.poster-cell {
    width: 7rem;
    height: 10.6rem;
  }

  .block-cards .card > a {
    /*        width: 100%;*/
    position: relative;
    aspect-ratio: 16/9;
    /*        height: 0;
           padding-bottom: 56.25%;*/
  }
  .block-cards .card > a img {
    position: absolute;
  }
  .block-cards .card > a img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .block-cards .card .info-cont h3 {
    font: 600 0.85rem/1.15 var(--font);
  }
  .block-cards .card .info-cont h3 a {
    padding: 0.5rem 0 0;
  }
  .block-cards .card:nth-child(10n+1) {
    margin-left: -11px;
    margin-right: -11px;
    grid-column: 1/-1;
  }
  .block-cards .card:nth-child(10n+1) > a {
    aspect-ratio: 9/4;
    /*        padding-bottom: 44.44%;*/
  }
  .block-cards .card:nth-child(10n+1) .info-cont h3 {
    font: 400 0.94rem var(--font);
  }
  .block-cards .card:nth-child(10n+1) .info-cont h3 a {
    padding: 0.75rem 0.5rem 0;
  }

  .quizzes-pg .content > .card:nth-child(-n+4) {
    margin: 0 -11px;
    grid-column: 1/-1;
  }
  .quizzes-pg .content > .card:nth-child(-n+4) .info-cont h3 a {
    font-weight: 300;
    color: #fff;
  }
  .quizzes-pg .content > .card:nth-child(-n+4) > a {
    aspect-ratio: 9/4;
    /*        padding-bottom: 44.44%;*/
  }
  .quizzes-pg .content > .card:nth-child(-n+4) .info-cont h3 {
    font: 400 0.94rem var(--font);
  }
  .quizzes-pg .content > .card:nth-child(-n+4) .info-cont h3 a {
    padding: 0.75rem 0.5rem 0;
  }
  .quizzes-pg .content > .card:nth-child(-n+4):nth-child(1) {
    grid-row: 2;
  }
  .quizzes-pg .content > .card:nth-child(-n+4):nth-child(2) {
    grid-row: 3;
  }
  .quizzes-pg .content > .card:nth-child(-n+4):nth-child(3) {
    grid-row: 4;
    margin-bottom: 1.5rem;
  }

  .quizzes-pg .quizbox_section .card {
    grid-column: 1/-1;
  }
  .quizzes-pg .quizbox_section .card > a {
    aspect-ratio: 9/4;
    /*        padding-bottom: 44.44%;*/
  }
  .quizzes-pg .quizbox_section .card .info-cont h3 {
    font: 400 0.94rem var(--font);
  }
  .quizzes-pg .quizbox_section .card .info-cont h3 a {
    padding: 0.75rem 0.5rem 0;
  }
  .quizzes-pg .quizbox_section .card .info-cont h3 a {
    padding: 0.5rem 0;
  }

  .recommended .card {
    margin-bottom: 0.5rem;
  }
  .recommended .card > a {
    aspect-ratio: 9/4;
    /*        padding-bottom: 44.44%;*/
  }
  .recommended .card .info-cont h3 {
    margin: 0.9rem;
  }
  .recommended .card .info-cont .card-description {
    display: none;
  }
  .recommended .card .info-cont .channel-opt {
    display: none;
  }
  .recommended .card .info-cont {
    border: 1px solid var(--light-border-color);
  }
  .recommended .card .info-cont h3 {
    font: normal 0.95rem var(--font);
  }

  .channel-card .info-cont h3 {
    font: normal 0.95rem var(--font);
  }
}
@media only screen and (min-width: 1000px) {
  .card > a .thumb-label {
    padding: 0.35rem 0.9rem;
    font: 300 0.8rem/1 var(--font);
  }

  .top-news .card:first-child > a {
    flex: 0 0 66.6%;
  }
  .top-news .card:first-child > a picture {
    height: 100%;
  }
  .top-news .card:first-child .info-cont {
    margin: 0;
    padding: 0;
  }
  .top-news .card:first-child .info-cont h3 {
    margin: auto 2rem 2rem 2rem;
  }
  .top-news .card:first-child .info-cont h3 a {
    font: 800 1.65rem/1.36 var(--font);
  }
  .top-news .card:first-child .info-cont .card-description,
.top-news .card:first-child .info-cont a.card-description {
    font: 300 1rem/1.15 var(--font);
    margin: 0 3rem auto 2rem;
  }
  .top-news .card:first-child .info-cont *:last-child {
    margin-bottom: auto;
  }

  .card-portrait-dt {
    width: 100%;
    flex-direction: column;
  }
  .card-portrait-dt > a {
    /*        width: 100%;*/
    position: relative;
    aspect-ratio: 16/9;
    /*        height: 0;
           padding-bottom: 56.25%;*/
  }
  .card-portrait-dt > a img {
    position: absolute;
  }
  .card-portrait-dt .info-cont {
    flex: 1 0 auto;
  }
  .card-portrait-dt .info-cont h3 {
    margin: 0.9rem;
  }
  .card-portrait-dt .info-cont .card-description {
    margin: 0 0.9rem 0.9rem;
    font: 300 0.95rem var(--font);
  }
  .card-portrait-dt .info-cont .channel-opt {
    margin: 0.9rem;
    font: 300 0.85rem var(--font);
  }

  /* portrait sidebar */
  .sidebar-block .card-portrait > a {
    min-height: 7.5rem;
  }
  .sidebar-block .card-portrait .info-cont:before {
    height: 0.21rem;
  }
  .sidebar-block .card-portrait .info-cont h3 {
    font: 500 0.9rem var(--font);
  }

  /* landscape feed */
  .feed .card {
    min-height: 9rem;
  }
  .feed .card > a {
    flex: 0 0 17.45rem;
  }
  .feed .card .info-cont h3 {
    font: normal 1.15rem var(--font);
  }
  .feed .channel-card > a .avatar-wrap {
    flex: 0 0 17.45rem;
    border-radius: initial;
    aspect-ratio: auto;
    text-align: center;
  }
  .feed .channel-card > a img {
    width: auto;
    height: 100%;
  }
  .feed .channel-card .info-cont h3 {
    font: normal 0.95rem var(--font);
  }
  .card.poster-cell {
    width: 14rem;
    height: 18rem;
  }

  .block-cards .card .info-cont {
    padding: 0;
  }
  .block-cards .card .info-cont h3 {
    margin: 0;
    text-align: center;
    font: 600 0.85rem/1.15 var(--font);
  }
  .block-cards .card .info-cont h3 a {
    display: block;
    padding: 1.3rem 0.5rem;
  }
  .block-cards .card .info-cont .channel-opt,
.block-cards .card .info-cont .stats {
    display: none;
  }
  .block-cards .card:nth-child(10n+1) {
    flex-direction: row;
    grid-column: 1/-1;
  }
  .block-cards .card:nth-child(10n+1) > a {
    flex: 0 0 50%;
    /*                padding-bottom: 28.10%;*/
  }
  .block-cards .card:nth-child(10n+1) .info-cont h3 {
    margin: auto;
    font: 400 1.1rem/1.14 var(--font);
  }
  .block-cards .card:nth-child(10n+1) .info-cont h3 a {
    padding: 1.3rem 2.5rem;
  }
  .block-cards .card:nth-child(2), .block-cards .card:nth-child(3) {
    grid-column: span 3;
  }
  .block-cards .card:nth-child(2) .info-cont h3, .block-cards .card:nth-child(3) .info-cont h3 {
    font: 400 1.1rem/1.14 var(--font);
  }
  .block-cards .card:nth-child(2) .info-cont h3 a, .block-cards .card:nth-child(3) .info-cont h3 a {
    padding: 1.3rem;
  }
  .block-cards .card:nth-child(2) {
    margin-right: 0.25rem;
  }
  .block-cards .card:nth-child(3) {
    margin-left: 0.25rem;
  }

  .quizbox_section .card {
    flex-direction: row;
    margin: 0 !important;
  }
  .quizbox_section .card:nth-child(3) .info-cont {
    order: -1;
  }
  .quizbox_section .card > a {
    flex: 0 0 50%;
    /*            padding-bottom: 28.10%;*/
  }
  .quizbox_section .card .info-cont h3 {
    margin: auto;
    font: 400 1.1rem/1.14 var(--font);
  }
  .quizbox_section .card .info-cont h3 a {
    padding: 1.3rem 2.5rem;
  }

  .related .card > a {
    flex: 0 0 9.25rem;
  }
  .related .card .info-cont h3 {
    font: 300 0.8rem var(--font);
  }
}
.slider-wrap {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-size: 0;
}
.slider-wrap .view-back,
.slider-wrap .view-right {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  z-index: 10;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.25s ease-out;
}
.slider-wrap .view-back:hover,
.slider-wrap .view-right:hover {
  opacity: 1 !important;
}
.slider-wrap .view-back.endposition, .slider-wrap .view-back.endposition:hover,
.slider-wrap .view-right.endposition,
.slider-wrap .view-right.endposition:hover {
  opacity: 0.2 !important;
  cursor: default;
}
.slider-wrap .view-back > *,
.slider-wrap .view-right > * {
  width: 1.9rem;
  height: 1.9rem;
  margin: auto;
  box-sizing: border-box;
  padding: 0.55rem;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  fill: #fff;
}
.slider-wrap .view-back {
  left: 0;
  background: linear-gradient(90deg, #000, transparent);
}
.slider-wrap .view-back > * {
  margin-left: 0.7rem;
}
.slider-wrap .view-right {
  right: 0;
  background: linear-gradient(-90deg, #000, transparent);
}
.slider-wrap .view-right > * {
  margin-right: 0.7rem;
}

.slider-content {
  flex-wrap: nowrap;
  width: auto;
  display: inline-flex;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
  transition-duration: 400ms;
  transition-timing-function: ease;
  transition-property: transform;
}

.posters {
  background: #000;
}
.posters .card {
  border: none;
}
.posters .card .info-cont {
  display: none;
}

@media only screen and (max-width: 999px) {
  .slider-wrap {
    overflow: auto;
  }
  .slider-wrap::-webkit-scrollbar, .slider-wrap::-webkit-scrollbar-thumb {
    display: none;
  }

  .posters {
    padding: 0.47rem;
    margin: 1.2rem 0;
  }
  .posters .card {
    margin-right: 0.47rem;
  }
}
@media only screen and (min-width: 1000px) {
  .posters {
    padding: 0.65rem;
    margin: 0;
  }
  .posters .card {
    margin-right: 0.65rem;
  }
}
.sidebar-block {
  display: grid;
  background: #fff;
  border: 1px solid var(--light-border-color);
  border-top: none;
}
.sidebar-block:before {
  display: block;
  content: "";
  width: calc(100% + 2px);
  margin: -1px;
  font-size: 0;
}
.sidebar-block.trending:before {
  background: linear-gradient(90deg, #FF1E79, #489EFF);
}
.sidebar-block.quizbox:before {
  background: linear-gradient(90deg, #886CE4, #FF0EAD);
}
.sidebar-block h2 a {
  display: inline-flex;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--highlight);
  line-height: 2rem;
}
.sidebar-block h2 .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
}

.sidebar .banner {
  display: flex;
  padding: 0;
}
.sidebar .banner.richmedia-desktop {
  display: none;
}
.sidebar .banner > *:not(:empty) {
  position: relative;
  margin: 3rem auto;
}
.sidebar .banner > *:not(:empty):before {
  display: block !important;
  position: absolute;
  top: -0.9rem;
  left: 0px;
  content: "реклама";
  font: normal 0.75rem/1.2 var(--font);
  color: var(--grey-text-color);
  z-index: 100;
}

@media only screen and (max-width: 999px) {
  .sidebar-block {
    margin: 0.65rem;
  }
  .sidebar-block:before {
    height: 0.65rem;
  }
  .sidebar-block h2 {
    margin: 0.9rem 0.7rem;
    font: 600 1.4rem var(--font);
  }
  .sidebar-block .card {
    margin: 0 0 1.1rem;
  }
}
@media only screen and (min-width: 1000px) {
  .sidebar-block {
    margin: 0;
  }
  .sidebar-block:before {
    height: 0.5rem;
  }
  .sidebar-block h2 {
    margin: 1.5rem 1rem;
    font: 600 1.6rem var(--font);
  }
  .sidebar-block .card {
    margin: 0 0.8rem 1.4rem;
  }
}
.arr-prev use {
  transform: rotate(180deg);
  transform-origin: 46% 49%;
}

/* QUIZ Batman block */
.quizbox_section {
  position: relative;
  display: grid;
  background: #fff;
}
.quizbox_section h2 {
  position: absolute;
  text-transform: uppercase;
  background: linear-gradient(0deg, #fff, #fff 47%, var(--body-back-color) 55%, var(--body-back-color));
}

/* RECOMMENDED block */
.recommended {
  display: grid;
  grid-gap: 0;
}
.recommended::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

.gr-main ~ .recommended::before {
  display: none;
}

@media only screen and (max-width: 999px) {
  .quizbox_section {
    grid-gap: 1rem;
    padding: 2.5rem 1rem 1.2rem;
    border: 1px solid #000;
    box-shadow: 1rem 1rem 0px #886CE4;
  }
  .quizbox_section h2 {
    height: 1.5rem;
    margin: 0;
    padding: 0 0.35rem;
    top: -0.8rem;
    left: 1.3rem;
    font: 600 1.47rem/1 var(--font);
  }

  .recommended {
    position: relative;
    width: 100%;
    overflow: hidden;
    grid-template-columns: 1fr;
    padding: 1.65rem 0;
  }
  .article-grid .recommended::before {
    background: linear-gradient(153deg, #002A67, #A1006A);
  }
  .quiz-grid .recommended::before {
    background: linear-gradient(155deg, #886CE4, #489EFF);
  }
}
@media only screen and (min-width: 1000px) {
  .quizbox_section {
    grid-gap: 0.75rem;
    padding: 2.5rem 1.25rem;
    border: 2px solid #000;
    box-shadow: 1.25rem 1.25rem 0px #886CE4;
  }
  .quizbox_section h2 {
    height: 2.5rem;
    margin: 0;
    padding: 0 1.3rem;
    top: -1.25rem;
    left: 4.5rem;
    font: 600 2rem/1 var(--font);
  }

  .recommended {
    grid-template-columns: repeat(3, minmax(330px, 490px));
    padding: 3.5rem 0;
  }
  .recommended::before {
    grid-row: inherit;
  }
  .article-grid .recommended::before {
    background: linear-gradient(107deg, #002A67, #A1006A);
  }
  .quiz-grid .recommended::before {
    background: linear-gradient(107deg, #886CE4, #489EFF);
  }
}
.reactions {
  position: relative;
}
.reactions .react-buttons {
  display: grid;
  grid-gap: 0.4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 55vh;
  bottom: calc(50vh - 2rem);
  margin-top: 10rem;
  margin-bottom: 10rem;
  padding: 0.6rem 0;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.12);
  border-radius: 1.7rem;
}
.reactions .react-buttons a {
  position: relative;
  display: flex;
  width: 100%;
}
.reactions .react-buttons a .icon {
  position: relative;
  z-index: 10;
  margin: auto;
}
.reactions .react-buttons a .icon-like-num {
  position: absolute;
  display: none;
  width: 2rem;
  height: 0.7rem;
  right: 0;
  color: var(--grey-text-color);
}
.reactions .react-buttons a.voted .icon-like-num {
  color: var(--highlight);
}
.reactions .react-buttons a.voted[data-reaction=laugh] .icon-like-num, .reactions .react-buttons a.voted[data-reaction=cry] .icon-like-num {
  color: #F7A80D;
}
.reactions .react-buttons.reacted a .icon-like-num {
  display: block;
  right: -2.3rem;
}

@media only screen and (max-width: 999px) {
  .reactions {
    margin: 1rem auto 0 11px;
  }
  .reactions .react-buttons {
    position: static;
    grid-template-columns: repeat(5, 2.25rem);
    grid-gap: 0.6rem;
    padding: 0.6rem;
    margin: auto 0;
    height: 2.4rem;
    justify-content: center;
    border-radius: 2rem;
  }
  .reactions .react-buttons a {
    height: 100%;
  }
  .reactions .react-buttons a .icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .reactions .react-buttons.reacted a .icon-like-num {
    right: auto;
    top: auto;
    bottom: -1.5rem;
    text-align: center;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1000px) {
  .reactions .react-buttons {
    position: -webkit-sticky;
    position: sticky;
    top: 55vh;
    bottom: calc(50vh - 2rem);
    margin: 10rem 0;
    padding: 0.4rem 0;
    height: auto;
    grid-template-columns: auto;
    grid-gap: 0;
  }
  .reactions .react-buttons a {
    width: 100%;
    height: 2.6rem;
  }
  .reactions .react-buttons a .icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    transition: width 0.1s ease-out, height 0.1s ease-out, transform 0.1s ease-in;
  }
  .reactions .react-buttons a .icon-like-num {
    top: 0.65rem;
    font-size: 0.65rem;
  }
  .reactions .react-buttons a:hover .icon {
    width: 2.6rem;
    height: 2.6rem;
    transform: rotate(4deg);
  }
  .reactions .react-buttons.reacted a .icon-like-num {
    right: -2.3rem;
  }
}
.item-pg .content {
  color: var(--dark-text-color);
}
.item-pg .content header {
  position: static;
  padding: 0 5.75rem 1.5rem 4.25rem;
  z-index: 1;
}

h1.item-title {
  margin: 0 0 1rem;
  padding: 0;
  font: 700 1.9rem/1.2 var(--font);
}

.stats {
  display: flex;
}
.stats .icon {
  margin: auto 0;
}

h2.item-description {
  margin: 0.75rem 0 0;
  padding: 0;
  font: normal 1.1rem var(--font);
}

.channel-opt {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.channel-opt .channel-name {
  display: flex;
  text-decoration: none;
  color: inherit;
}
.channel-opt .channel-name .avatar-wrap {
  width: 1.9rem;
  height: 1.9rem;
  margin: auto 0.5rem auto 0;
}
.channel-opt .channel-name span {
  margin: auto 0;
  font: normal 0.85rem var(--font);
}
.channel-opt .foll-wr {
  margin: auto 0 auto auto;
  font: 400 0.8rem var(--font);
  text-transform: uppercase;
  cursor: pointer;
}
.channel-opt .foll-wr .num {
  margin-left: 0.25rem;
}
.channel-opt .foll-wr.followed {
  color: var(--light-text-color);
}
.channel-opt .foll-wr.follow {
  color: var(--highlight);
}
.channel-opt .foll-wr.follow .num {
  color: var(--light-text-color);
}

.article-content a {
  color: var(--highlight);
}
.article-content .embed-video,
.article-content p.embed-video {
  position: relative;
}
.article-content .embed-video:first-child,
.article-content p.embed-video:first-child {
  margin-top: 0;
  padding-top: 0;
}
.article-content .embed-video iframe,
.article-content p.embed-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}
.article-content .embed-wrap iframe,
.article-content p.embed-wrap iframe {
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-content .embed-wrap-center,
.article-content p.embed-wrap-center {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.article-content .embed-wrap-center iframe,
.article-content p.embed-wrap-center iframe {
  margin: auto;
}
.article-content figure.image {
  width: 100% !important;
  margin: 0.75rem 0;
  padding: 0.9rem;
  background: #FFEAEE;
}
.article-content figure.image img {
  width: 100%;
  height: auto;
}
.article-content figure.image figcaption {
  margin: 0.5rem 0 0.3rem;
  padding: 0 0.75rem;
  font: 300 0.9rem var(--font);
}
.article-content p, .article-content h2 {
  margin: 0;
  line-height: 1.3;
  word-break: break-word;
}
.article-content p:empty, .article-content h2:empty {
  display: none;
}
.article-content h2 {
  font: 400 1.25rem var(--font);
}
.article-content .listicle,
.article-content p.listicle {
  display: flex;
  font: 400 1.3rem var(--font);
}
.article-content .listicle .number,
.article-content p.listicle .number {
  padding: 2rem 0.8rem 1rem;
  margin: -1rem 0.5rem -1rem 0;
  min-width: 2.4rem;
  text-align: center;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='46.237' height='49.04' viewBox='0 0 46.237 49.04'><g id='bullet'><path id='Path_28639' data-name='Path 28639' d='M22.744,48.54c12.222,0,22.994-14.658,22.994-26.881S31.044.5,18.822.5.5,7.668.5,19.892,10.522,48.54,22.744,48.54Z' transform='translate(0 0)' fill='none' stroke='%23ff1e79' stroke-width='1'/></g></svg>");
  background-repeat: no-repeat;
  background-position: left 1.65rem;
  background-size: contain;
}
.article-content .listicle .text,
.article-content p.listicle .text {
  padding: 1rem 0;
}
.article-content .listicle .number,
.article-content .listicle .text,
.article-content p.listicle .number,
.article-content p.listicle .text {
  display: inline-block;
  font: 400 1.3rem var(--font);
}
.article-content i {
  font-weight: 300;
}
.article-content img {
  max-width: 100%;
}
.article-content blockquote:not(:empty) {
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.12);
  border-radius: 1.5rem;
  /*        &:before,
          &:after {
              content: "„";
          }*/
}
.article-content .see-more,
.article-content p.see-more {
  padding: 0.75rem 4.25rem 0.75rem 5.75rem;
  margin: 0;
  line-height: 1.3;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16.004' height='22.133' viewBox='0 0 16.004 22.133'><g transform='translate(15.504 21.633) rotate(180)'><path id='Path_28639' data-name='Path 28639' d='M7.017,14.192c4.054,0,7.34-5.329,7.34-9.38S10.131,0,6.077,0,0,2.378,0,6.431,2.963,14.192,7.017,14.192Z' transform='translate(0.324 7.441)' fill='%23ff1e79'/><path id='Path_29481' data-name='Path 29481' d='M7.378,15.933c4.054,0,7.627-4.861,7.627-8.915S10.131,0,6.077,0,0,2.378,0,6.431,3.324,15.933,7.378,15.933Z' transform='translate(0 0)' fill='none' stroke='%2319191b' stroke-width='1'/></g></svg>");
  background-repeat: no-repeat;
}
.article-content .see-more a,
.article-content p.see-more a {
  color: var(--dark-text-color);
  box-shadow: inset 0 -0.25rem 0 0 var(--highlight);
  text-decoration: none;
}
.article-content .see-more a:hover,
.article-content p.see-more a:hover {
  box-shadow: inset 0 -0.25rem 0 0 var(--dark-text-color);
  color: var(--highlight);
}
.article-content .instagram-media,
.article-content figure.image, .article-content > iframe {
  max-width: initial !important;
}

#insta-sources {
  padding: 1rem 4.25rem;
}
#insta-sources .insta-source {
  position: relative;
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  margin-right: 1rem;
}
#insta-sources .insta-source img {
  border-radius: 50%;
  max-width: unset !important;
  width: 100%;
  height: 100%;
}
#insta-sources .insta-source .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  padding: 0.22rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  overflow: visible;
}

.comments-btn {
  display: flex;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.comments-btn .icon {
  display: inline-block;
  width: 2.2rem;
  flex: 0 0 2.2rem;
  height: 2rem;
  margin: auto 0.75rem auto 0;
}
.comments-btn .comments-label {
  margin: auto 0;
  font: 600 0.85rem var(--font);
}
.comments-btn .comments-label .num {
  margin-left: 0.35rem;
  color: var(--red-text-color);
}

@media only screen and (max-width: 999px) {
  .item-pg .content header {
    padding: 0 11px 1rem;
  }

  h1.item-title {
    margin: 0 0 0.7rem;
    font: 700 1.5rem/1.2 var(--font);
  }

  .stats {
    font-size: 0.76rem;
  }
  .stats .icon {
    width: 0.7rem;
    height: 0.7rem;
  }
  .stats .icon.views {
    width: 1.15rem;
  }
  .stats span {
    margin: auto 0.75rem auto 0.3rem;
  }

  .channel-opt {
    margin: 1.3rem 0 0;
  }
  .channel-opt .channel-name .avatar-wrap {
    width: 2.06rem;
    height: 2.06rem;
  }

  .article-content {
    padding-right: 0;
  }
  .article-content .embed-video,
.article-content p.embed-video {
    width: calc(100% - 22px);
    padding: 0 0 calc(56.25% - 12px);
    margin-top: 0.5rem;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 0.5rem;
  }
  .article-content .embed-wrap,
.article-content p.embed-wrap {
    padding: 0.5rem 11px;
    width: 100%;
    box-sizing: border-box;
  }
  .article-content figure.image {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0.5rem 0;
    padding: 0.9rem 11px;
  }
  .article-content p, .article-content h2 {
    padding: 0.5rem 11px;
  }
  .article-content .listicle .number,
.article-content p.listicle .number {
    padding: 1.5rem 0.3rem 0.5rem;
    margin: -0.5rem 0.5rem auto 0;
    min-width: 1.8rem;
    background-position: left 0.6rem;
    background-size: 100% 100%;
  }
  .article-content blockquote {
    padding: 0.5rem 0.9rem;
    margin: 0.5rem 11px;
  }
  .article-content .see-more,
.article-content p.see-more {
    padding: 0.5rem 11px 0.5rem 2.18rem;
    background-position: 11px 0.5rem;
  }

  .card.native {
    display: none;
    margin: 1rem 11px;
  }
  .card.native a.thumb-cont {
    flex: 0 0 7rem;
  }
  .card.native .info-cont {
    margin-left: 0.5rem;
  }
  .card.native .info-cont h3 {
    margin-top: 0;
    font: 400 1.1rem var(--font);
  }
  .card.native .info-cont .channel-name a {
    color: var(--highlight);
  }

  #insta-sources {
    padding: 1rem 11px;
  }
  #insta-sources .insta-source {
    width: 2.95rem;
    height: 2.95rem;
  }
  #insta-sources .insta-source .icon {
    width: 1.3rem;
    height: 1.3rem;
    padding: 0.22rem;
  }

  .comments-btn {
    padding: 0;
    margin: 1.75rem 0 auto 0.5rem;
  }
  .comments-btn .icon {
    width: 2.5rem;
    height: 2.25rem;
  }
  .comments-btn .comments-label {
    position: relative;
  }
  .comments-btn .comments-label .num {
    /*                margin-left: .35rem;*/
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    top: -1.5rem;
    right: 0.25rem;
    background: var(--red-text-color);
    color: #fff;
    text-align: center;
    font: 400 0.75rem/1.2rem var(--font);
  }
}
@media only screen and (min-width: 1000px) {
  .stats {
    font-size: 0.7rem;
  }
  .stats .icon {
    width: 0.65rem;
    height: 0.65rem;
  }
  .stats .icon.views {
    width: 1rem;
  }
  .stats span {
    margin: auto 0.65rem auto 0.3rem;
  }

  .channel-opt {
    margin: 1.65rem 0 0;
  }
  .channel-opt .channel-name .avatar-wrap {
    width: 1.9rem;
    height: 1.9rem;
  }

  .article-content {
    padding-right: 1.5rem;
  }
  .article-content .embed-video,
.article-content p.embed-video {
    width: 100%;
    padding: 0;
    aspect-ratio: 16/9;
    /*            height: 0;
                padding-bottom: 56.25%;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  .article-content .embed-wrap,
.article-content p.embed-wrap {
    padding: 0.75rem 0;
  }
  .article-content .twitter-tweet {
    max-width: 100% !important;
    width: 100% !important;
    justify-content: center;
  }
  .article-content .twitter-tweet iframe {
    flex-grow: 0 !important;
    margin: auto;
    width: 550px !important;
    min-height: 375px;
  }
  .article-content figure.image {
    width: 100% !important;
    margin: 0.75rem 0;
  }
  .article-content p, .article-content h2 {
    padding: 0.75rem 4.25rem;
  }
  .article-content p img {
    max-width: calc(100% - 8.5rem) !important;
    overflow: hidden;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .article-content .listicle-item,
.article-content p.listicle-item,
.article-content h2.listicle-item {
    background-position: 4.25rem 1rem;
  }
  .article-content blockquote {
    padding: 0.75rem 0.9rem;
  }
  .article-content .see-more,
.article-content p.see-more {
    padding: 0.75rem 4.25rem 0.75rem 5.75rem;
    background-position: 4.25rem 1rem;
  }

  .comments-btn {
    padding: 2rem 4.25rem 3rem;
    padding: 2rem 0 0;
  }
}
.quiz-content .embed-video,
.quiz-content p.embed-video {
  position: relative;
  margin-top: 0;
  padding-top: 0;
}
.quiz-content .embed-video iframe,
.quiz-content p.embed-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}
.quiz-content .label {
  text-align: center;
  font: 400 0.9rem var(--font);
  padding: 1.5rem 0 0;
}
.quiz-content .question-cont.pic-back {
  position: relative;
  display: flex;
  text-align: center;
  min-height: 7rem;
  padding: 1.5rem;
  margin: 0.8rem 0 1rem;
  border-radius: 0.35rem;
  background-color: #000;
  overflow: hidden;
}
.quiz-content .question-cont.pic-back img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.65;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiz-content .question-cont.pic-back h3 {
  display: block;
  margin: auto !important;
  padding: 0;
  min-height: unset;
  background: transparent;
}
.quiz-content h3 {
  position: relative;
  display: flex;
  text-align: center;
  min-height: 7rem;
  padding: 1.5rem;
  margin: 0.8rem 0 1rem;
  border-radius: 0.35rem;
  background: linear-gradient(90deg, #886CE4, #FF1E79);
  color: #fff;
  font: 500 1.2rem var(--font);
  z-index: 10;
}
.quiz-content h3 span {
  margin: auto;
}
.quiz-content .answers-cont {
  display: grid;
  padding-bottom: 1rem;
}
.quiz-content .answers-cont.box-type {
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(15rem, auto);
}
.quiz-content .answers-cont.box-type input {
  display: none;
}
.quiz-content .answers-cont.box-type label {
  position: relative;
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 0.35rem;
  overflow: hidden;
  background: linear-gradient(135deg, #886CE4, #489EFF);
  color: #fff;
  cursor: pointer;
}
.quiz-content .answers-cont.box-type label.green-brand {
  background: green;
}
.quiz-content .answers-cont.box-type label.orange-brand {
  background: orange;
}
.quiz-content .answers-cont.box-type label.red-brand {
  background: red;
}
.quiz-content .answers-cont.box-type label.blue-brand {
  background: blue;
}
.quiz-content .answers-cont.box-type label.pink-brand {
  background: pink;
}
.quiz-content .answers-cont.box-type label.yellow-brand {
  background: yellow;
  color: #000;
}
.quiz-content .answers-cont.box-type label span {
  margin: auto;
  padding: 0 1rem;
  font: 400 1.2rem var(--font);
  text-align: center;
}
.quiz-content .answers-cont.box-type label img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiz-content .answers-cont.box-type label .caption > p,
.quiz-content .answers-cont.box-type label .caption > span {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  margin: 0;
  box-sizing: border-box;
  font: italic 0.8rem var(--font);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.quiz-content .answers-cont.box-type label .caption > p:empty,
.quiz-content .answers-cont.box-type label .caption > span:empty {
  display: none;
}
.quiz-content .answers-cont.box-type label .answ-mark {
  display: none;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fff;
  border-radius: 5px;
  z-index: 20;
}
.quiz-content .answers-cont.box-type label .answ-mark .icon {
  display: none;
  width: 1rem;
  height: 1rem;
  margin: auto;
  fill: #fff;
}
.quiz-content .answers-cont.box-type.answrd input[type=radio]:checked + .answer .answ-mark {
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  border: none;
}
.quiz-content .answers-cont.box-type.answrd input[type=radio]:checked + .answer .icon.check {
  display: block;
}
.quiz-content .answers-cont.box-type.answrd.true-false label:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
  z-index: 20;
}
.quiz-content .answers-cont.box-type.answrd.true-false label:not(.answered) {
  opacity: 1;
}
.quiz-content .answers-cont.box-type.answrd.true-false label:not(.answered):after {
  display: none;
}
.quiz-content .answers-cont.box-type.answrd.true-false label:not(.answered) .answ-mark {
  display: flex;
}
.quiz-content .answers-cont.box-type.answrd.true-false label.true .answ-mark {
  display: flex;
  background: #22B200 !important;
  border: 1px solid #fff !important;
}
.quiz-content .answers-cont.box-type.answrd.true-false label.true .answ-mark .icon.check {
  display: block;
}
.quiz-content .answers-cont.box-type.answrd.true-false label.true .answ-mark .icon.x {
  display: none !important;
}
.quiz-content .answers-cont.box-type.answrd.true-false label.false .answ-mark {
  background: #FF0000 !important;
  border: 1px solid #fff !important;
}
.quiz-content .answers-cont.box-type.answrd.true-false label.false .answ-mark .icon.check {
  display: none !important;
}
.quiz-content .answers-cont.box-type.answrd.true-false label.false .answ-mark .icon.x {
  display: block !important;
}
.quiz-content #quizResult {
  margin-top: 2.5rem;
  background: #886CE4;
  color: #fff;
  border-radius: 0.35rem;
  text-align: center;
}
.quiz-content #quizResult > p {
  padding: 1rem;
}
.quiz-content #quizResult .quiz-result h1 {
  margin: 0 0.9rem;
  padding: 0.75rem 0.5rem;
  background: #4B38A8;
  border-radius: 0.35rem;
  font: 600 1rem var(--font);
}
.quiz-content #quizResult img {
  margin: 0.4rem 0.9rem;
  border-radius: 0.35rem;
  width: calc(100% - 1.8rem);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiz-content #quizResult .result-content {
  text-align: left;
  padding: 0 0.9rem 0.5rem;
  font: 300 italic 0.8rem var(--font);
}
.quiz-content #quizResult .btm-options {
  padding: 0 0 0.4rem;
}
.quiz-content #quizResult .btm-options a {
  display: flex;
  justify-content: center;
  font: 400 0.8rem/2.1rem var(--font);
  color: #fff;
  text-decoration: none;
}
.quiz-content #quizResult .btm-options .def-btn {
  display: flex;
  justify-content: center;
  margin: 0.4rem 0.9rem;
  padding: 0 0.5rem;
  border-radius: 0.35rem;
  font: 400 0.8rem/2.1rem var(--font);
  background: #694CC9;
}
.quiz-content #quizResult .btm-options .def-btn .icon {
  margin: auto 0.5rem auto 0;
}
.quiz-content #quizResult .btm-options .def-btn.fb-share-btn {
  background: #1877F1;
}
.quiz-content #quizResult .btm-options .def-btn.fb-share-btn a {
  display: flex;
  flex: 1 1 100%;
}
.quiz-content #quizResult .btm-options .simple-btn {
  margin: 0.5rem 0.9rem 0.2rem;
  padding: 0.5rem;
}

@media only screen and (max-width: 999px) {
  .quiz-content {
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .quiz-content .embed-video,
.quiz-content p.embed-video {
    width: calc(100% - 22px);
    padding: 0 0 calc(56.25% - 12px);
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 0.5rem;
  }
  .quiz-content p, .quiz-content h2 {
    padding: 0.5rem 11px;
  }
  .quiz-content .question {
    padding: 0 11px;
  }
  .quiz-content .label {
    margin: 0;
  }
  .quiz-content .question-cont.pic-back {
    min-height: unset;
    padding: 1rem 1.5rem;
    margin: 0.8rem 0;
  }
  .quiz-content h3 {
    min-height: unset;
    padding: 1rem 1.5rem;
    margin: 0.8rem 0;
    font: 500 1rem var(--font);
  }
  .quiz-content .answers-cont.box-type {
    grid-gap: 0.5rem;
    grid-template-rows: minmax(30vw, auto);
  }
  .quiz-content .answers-cont.box-type label span {
    font: 400 1rem var(--font);
  }
  .quiz-content .answers-cont.box-type label .answ-mark {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 7px;
  }
  .quiz-content .answers-cont.box-type label .answ-mark .icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .quiz-content .btn-cont {
    padding-top: 0.75rem;
  }
  .quiz-content .btn-cont .def-btn {
    font: 400 0.9rem/2rem var(--font);
    height: 2.2rem;
    padding: 0 1.5rem;
    border-radius: 1.2rem;
    text-decoration: none;
  }
  .quiz-content .btn-cont .def-btn:hover {
    background: #886CE4;
    color: #fff;
  }
  .quiz-content #quizResult {
    margin: 1.5rem 11px 0;
  }
  .quiz-content #quizResult > p {
    margin: 0;
  }
  .quiz-content #quizResult img {
    margin-bottom: 0;
  }
  .quiz-content #quizResult .btm-options a {
    font: 400 0.9rem/2.5rem var(--font);
  }
  .quiz-content #quizResult .btm-options .def-btn {
    margin: 0.3rem 0.9rem;
    font: 400 0.9rem/2.5rem var(--font);
  }
  .quiz-content #quizResult .btm-options .def-btn.fb-share-btn a {
    display: flex;
  }
  .quiz-content #quizResult .btm-options .simple-btn {
    margin: 0 11px;
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .quiz-content {
    padding-right: 1.5rem;
  }
  .quiz-content .embed-video,
.quiz-content p.embed-video {
    width: 100%;
    padding: 0;
    aspect-ratio: 16/9;
    /*            height: 0;
                padding-bottom: 56.25%;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }

  .quiz-grid .comments-btn {
    padding-left: 0;
  }
}
.has-branding {
  background-position: 50% 130px !important;
}
.has-branding .hot-topics-row {
  background: #fff !important;
  z-index: 10 !important;
  cursor: default !important;
  position: relative;
}
.has-branding .content {
  background: transparent !important;
}
.has-branding .item-grid {
  grid-gap: 0;
  margin-top: 180px !important;
  grid-template-columns: repeat(3, minmax(290px, 420px));
}
.has-branding .item-grid > *, .has-branding .item-grid ~ * {
  cursor: default;
}
.has-branding .item-grid > .content, .has-branding .item-grid > .sidebar {
  position: relative;
  background: #fff !important;
  z-index: 10 !important;
  cursor: default !important;
  padding-top: 2rem;
}
.has-branding .item-grid > .content.sidebar, .has-branding .item-grid > .sidebar.sidebar {
  z-index: 5 !important;
}

.text-ad-links {
  display: none;
}

body:not(.has-branding) #clickArea01 {
  z-index: -1 !important;
}

@media only screen and (max-width: 999px) {
  .leader-board {
    display: flex;
    display: none;
  }
  .leader-board > * {
    margin: auto;
  }

  .has-branding .item-grid {
    grid-template-columns: repeat(1, minmax(auto, 700px));
  }
}
@media only screen and (min-width: 1000px) {
  .sidebar .banner:first-child > *:not(:empty) {
    margin-top: 0 !important;
  }
}
.sticky-wrapper .icon.closeBtn {
  display: none;
}
.sticky-wrapper h2.title-mb {
  display: none;
  font: 400 0.8rem var(--font);
  margin: 0;
  padding: 0.4rem 0 0.4rem 0.5rem;
}
.sticky-wrapper .player-stuck {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  display: grid;
  z-index: 500;
}
.sticky-wrapper .player-stuck iframe {
  grid-area: player;
}
.sticky-wrapper .player-stuck .icon.closeBtn {
  display: block;
  grid-area: close;
  fill: var(--grey-text-color);
  cursor: pointer;
}

@media only screen and (max-width: 999px) {
  .sticky-wrapper .player-stuck {
    width: calc(100% - 1rem);
    height: 4rem;
    left: 0.5rem;
    grid-template-columns: 7.1rem 1fr 3rem;
    grid-template-areas: "player title close";
    background: #fff;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
  }
  .sticky-wrapper .player-stuck .icon.closeBtn {
    display: block;
    margin: auto;
  }
  .sticky-wrapper .player-stuck h2.title-mb {
    grid-area: title;
    display: block;
    display: -webkit-box;
    max-lines: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .sticky-wrapper .player-stuck {
    width: 17rem;
    height: auto;
    left: auto;
    grid-template-areas: "close" "player";
    grid-template-rows: 2rem 9.56rem;
  }
  .sticky-wrapper .player-stuck iframe {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  }
  .sticky-wrapper .player-stuck .icon.closeBtn {
    margin: auto 0 0 auto;
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
}
.footer-area {
  margin-top: 3rem;
}
.footer-area .moreLoadingBox {
  position: fixed;
  bottom: calc(50vh - 6rem);
  height: 12rem;
  width: 100%;
}
.footer-area .ftr-grd {
  padding: 2rem 2rem 0;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-gap: 0 1rem;
  grid-template-columns: auto repeat(3, minmax(5rem, 8rem)) 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "app groups flw law portfolio" "app groups flw law about" "app groups flw law ni-copyright";
  align-items: start;
  background: #161517;
  color: #fff;
  font: 300 0.7rem var(--font);
}
.footer-area .ftr-grd p {
  padding: 0 0 1rem;
  margin: 0;
}
.footer-area .ftr-grd a {
  color: inherit;
  text-decoration: none;
}
.footer-area .ftr-grd a .icon {
  height: 0.9rem;
  vertical-align: text-bottom;
  margin-right: 0.3rem;
}
.footer-area .ftr-grd .apps-ar {
  padding-right: 3rem;
}
.footer-area .ftr-grd .apps-ar img {
  margin-bottom: 2rem;
}
.footer-area .ftr-grd .portfl-ar,
.footer-area .ftr-grd .aboutus-ar,
.footer-area .ftr-grd .ni-ar {
  text-align: right;
  padding-left: 3rem;
}
.footer-area .ftr-grd .portfl-ar p,
.footer-area .ftr-grd .aboutus-ar p,
.footer-area .ftr-grd .ni-ar p {
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 0rem;
}

@media only screen and (max-width: 999px) {
  .footer-area {
    display: none !important;
  }
}
.comments-btn {
  cursor: pointer;
}

.comments-wrap {
  max-height: 0;
  overflow: hidden;
}
.comments-wrap.open {
  z-index: 100;
  overflow: auto;
}
.comments-wrap .comment-first-btn {
  display: block;
  margin: 1rem 0 3rem;
  font: 400 0.8rem/2rem var(--font);
  text-decoration: none;
  color: var(--highlight);
}
.comments-wrap .comment-first-btn .comment-login-btn {
  display: inline-block;
  margin: 0 0 0 1.5rem;
  border: 1px solid var(--highlight);
  height: 2rem;
  padding: 0 1.8rem;
  border-radius: 1rem;
  text-decoration: none;
}

.filter-wrap {
  position: relative;
  text-align: right;
}
.filter-wrap .drop-menu {
  right: 0;
  background: #fff;
  border: 1px solid var(--light-border-color);
  border-radius: 3px;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.12);
}
.filter-wrap .drop-menu a {
  margin: 0;
  text-decoration: none;
  color: var(--dark-text-color);
  font: 400 0.75rem/2rem var(--font);
  white-space: nowrap;
}
.filter-wrap .drop-menu a.selected, .filter-wrap .drop-menu a:hover {
  background: var(--light-border-color);
}

.main-comment-cont, .comment-reply-container {
  margin-top: 2rem;
  display: grid;
  grid-gap: 0.5rem 0;
  grid-template-columns: 2rem 1fr 1.5rem;
  grid-template-rows: auto auto;
}
.main-comment-cont.comment-reply-container, .comment-reply-container.comment-reply-container {
  margin-top: -1.5rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.main-comment-cont .avatar-wrap, .comment-reply-container .avatar-wrap {
  width: 1.51rem;
}
.main-comment-cont .avatar-wrap img[src=""], .comment-reply-container .avatar-wrap img[src=""] {
  background: #ccc;
}
.main-comment-cont textarea, .comment-reply-container textarea {
  border: 0;
  border-bottom: 1px solid var(--light-border-color);
  height: 1.5rem;
  font: 300 0.76rem/1.5rem var(--font);
  padding: 0;
  margin: 0;
  background: transparent;
  resize: none;
}
.main-comment-cont textarea:focus, .comment-reply-container textarea:focus {
  outline: 0;
  border: 0;
  border-bottom: 1px solid var(--light-border-color);
}
.main-comment-cont .send-comment-btn, .main-comment-cont .send-reply-btn, .comment-reply-container .send-comment-btn, .comment-reply-container .send-reply-btn {
  height: 1.5rem;
}
.main-comment-cont .send-comment-btn .icon, .main-comment-cont .send-reply-btn .icon, .comment-reply-container .send-comment-btn .icon, .comment-reply-container .send-reply-btn .icon {
  width: 100%;
  height: 100%;
}
.main-comment-cont .typing-opt, .comment-reply-container .typing-opt {
  grid-column-start: 2;
}
.main-comment-cont .typing-opt .em-menu-btn, .comment-reply-container .typing-opt .em-menu-btn {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.main-comment-cont .typing-opt .em-menu-btn img, .comment-reply-container .typing-opt .em-menu-btn img {
  width: 1rem !important;
  height: 1rem;
}
.main-comment-cont .typing-opt .emoticons-box, .comment-reply-container .typing-opt .emoticons-box {
  position: relative;
}
.main-comment-cont .typing-opt .emoticons-box .em-menu-play, .comment-reply-container .typing-opt .emoticons-box .em-menu-play {
  display: none;
  position: absolute;
  width: 16rem;
  padding: 0.5rem;
  max-width: 100%;
  grid-gap: 0.35rem;
  grid-template-columns: repeat(auto-fill, 1rem);
  grid-template-rows: repeat(auto-fill, 1rem);
  background: #fff;
  border: 1px solid var(--play-btns-border);
  border-radius: 3px;
  z-index: 5;
}
.main-comment-cont .typing-opt .emoticons-box .em-menu-play.opened, .comment-reply-container .typing-opt .emoticons-box .em-menu-play.opened {
  display: grid;
}
.main-comment-cont .typing-opt .emoticons-box .em-menu-play.opened a, .comment-reply-container .typing-opt .emoticons-box .em-menu-play.opened a {
  color: #000;
  width: 100%;
  overflow: hidden;
}
.main-comment-cont.typing textarea, .comment-reply-container.typing textarea {
  resize: vertical;
}

.item-comment .parent-comment, .item-comment.subcomment, .item-comment.just-added {
  margin: 2rem 0;
  display: grid;
  grid-gap: 0.5rem 0;
  grid-template-columns: 2rem 1fr;
  grid-template-rows: auto auto auto;
}
.item-comment .parent-comment .avatar-wrap, .item-comment.subcomment .avatar-wrap, .item-comment.just-added .avatar-wrap {
  width: 1.51rem;
  grid-row: 1/3;
}
.item-comment .parent-comment .comment-info, .item-comment.subcomment .comment-info, .item-comment.just-added .comment-info {
  font: 300 0.85rem var(--font);
}
.item-comment .parent-comment .comment-info .comment-author, .item-comment.subcomment .comment-info .comment-author, .item-comment.just-added .comment-info .comment-author {
  font-weight: 600;
}
.item-comment .parent-comment .comment-info .comment-date, .item-comment.subcomment .comment-info .comment-date, .item-comment.just-added .comment-info .comment-date {
  color: var(--grey-text-color);
}
.item-comment .parent-comment .comment-info .comment-author,
.item-comment .parent-comment .comment-info .comment-date, .item-comment.subcomment .comment-info .comment-author,
.item-comment.subcomment .comment-info .comment-date, .item-comment.just-added .comment-info .comment-author,
.item-comment.just-added .comment-info .comment-date {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.item-comment .parent-comment .comment-info .comment-author a,
.item-comment .parent-comment .comment-info .comment-date a, .item-comment.subcomment .comment-info .comment-author a,
.item-comment.subcomment .comment-info .comment-date a, .item-comment.just-added .comment-info .comment-author a,
.item-comment.just-added .comment-info .comment-date a {
  text-decoration: none;
  color: inherit;
}
.item-comment .parent-comment .comment-text, .item-comment.subcomment .comment-text, .item-comment.just-added .comment-text {
  font: 400 0.8rem var(--font);
  margin: 0;
}
.item-comment .parent-comment .comment-opt, .item-comment.subcomment .comment-opt, .item-comment.just-added .comment-opt {
  grid-column-start: 2;
  display: flex;
  font: 400 0.7rem/1rem var(--font);
  color: var(--grey-text-color);
}
.item-comment .parent-comment .comment-opt .icon.mid-dot, .item-comment.subcomment .comment-opt .icon.mid-dot, .item-comment.just-added .comment-opt .icon.mid-dot {
  margin: auto 0.5rem auto 0;
}
.item-comment .parent-comment .comment-opt .comment-btn, .item-comment .parent-comment .comment-opt .comment-delete, .item-comment.subcomment .comment-opt .comment-btn, .item-comment.subcomment .comment-opt .comment-delete, .item-comment.just-added .comment-opt .comment-btn, .item-comment.just-added .comment-opt .comment-delete {
  display: inline-flex;
  margin: auto 0.5rem auto 0;
  cursor: pointer;
}
.item-comment .parent-comment .comment-opt .comment-btn .icon, .item-comment .parent-comment .comment-opt .comment-delete .icon, .item-comment.subcomment .comment-opt .comment-btn .icon, .item-comment.subcomment .comment-opt .comment-delete .icon, .item-comment.just-added .comment-opt .comment-btn .icon, .item-comment.just-added .comment-opt .comment-delete .icon {
  width: 0.8rem;
  fill: var(--highlight) !important;
}
.item-comment .parent-comment .comment-opt .comment-delete .icon, .item-comment.subcomment .comment-opt .comment-delete .icon, .item-comment.just-added .comment-opt .comment-delete .icon {
  width: 0.7rem;
  fill: var(--red-text-color) !important;
}
.item-comment.subcomment {
  margin-top: -1rem;
  padding-left: 2rem;
}

.play-pg .comments-wrap {
  display: none;
  margin-top: 6.5rem;
  grid-row: 2/-1;
  grid-column: 2/3;
  place-self: stretch;
  max-width: 51rem;
  max-height: none;
  background: var(--play-btns-back);
  border: 1px solid var(--play-btns-border);
  border-radius: 3px;
}
.play-pg .comments-wrap.open {
  display: block;
}
.play-pg .comments-title {
  padding: 1.25rem 1.45rem 1.25rem;
  border-bottom: 1px solid var(--play-btns-border);
}
.play-pg .comments-title h3 {
  display: inline-block;
  font: 400 0.8rem/1.2rem var(--font);
  margin: 0;
  vertical-align: top;
}
.play-pg .filter-wrap {
  display: inline-block;
  float: right;
}
.play-pg .filter-wrap .icon {
  fill: #fff !important;
}
.play-pg .filter-wrap .icon.filter {
  width: 1.1rem;
  height: 1.1rem;
}
.play-pg .filter-wrap .comments-close.hidden-dt {
  display: inline-flex !important;
  margin: auto 0;
}
.play-pg .filter-wrap .drop-trgr {
  margin-right: 0.75rem;
  text-decoration: none;
}
.play-pg .filter-wrap .drop-menu {
  background: #1F1D23;
  border: 1px solid var(--dark-border-color);
  right: 1.75rem;
}
.play-pg .filter-wrap .drop-menu a {
  color: var(--light-text-color);
}
.play-pg .filter-wrap .drop-menu a.selected, .play-pg .filter-wrap .drop-menu a:hover {
  background: #929292;
  color: #fff;
}
.play-pg .comment-write-container,
.play-pg .comments-cont {
  padding: 0 1.45rem;
}
.play-pg .comment-write-container textarea,
.play-pg .comments-cont textarea {
  color: #fff;
}
.play-pg .main-comment-cont .typing-opt .emoticons-box .em-menu-play {
  background: #1F1D23;
  border: 1px solid var(--play-btns-border);
}
.play-pg .main-comment-cont .typing-opt .emoticons-box .em-menu-play.opened a {
  color: #fff;
}

/*== EMOSTICONS COPIED ==*/
.emoticon {
  background: url("//i49.vbox7.com/design/icons/emotiSprite.png?v=1") repeat scroll -5px -4px transparent;
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.emoticon:hover {
  text-decoration: none;
  background-color: var(--highlight);
}

.emoticon span {
  display: inline-block;
  opacity: 0;
  font-size: 0;
}

.em_smile {
  background-position: -5px -4px;
}

.em_sad {
  background-position: -32px -4px;
}

.em_laugh {
  background-position: -59px -4px;
}

.em_wink {
  background-position: -86px -4px;
}

.em_unhappy {
  background-position: -113px -4px;
}

.em_speechless {
  background-position: -140px -4px;
}

.em_sealedlips {
  background-position: -167px -4px;
}

.em_moustaches {
  background-position: -194px -4px;
}

.em_cheeky {
  background-position: -5px -31px;
}

.em_worried {
  background-position: -32px -31px;
}

.em_crying {
  background-position: -59px -31px;
}

.em_surprised {
  background-position: -86px -31px;
}

.em_mmmm {
  background-position: -113px -31px;
}

.em_smirk {
  background-position: -140px -31px;
}

.em_angel {
  background-position: -167px -31px;
}

.em_devil {
  background-position: -194px -31px;
}

.em_blush {
  background-position: -5px -58px;
}

.em_laugh2 {
  background-position: -32px -58px;
}

.em_angry {
  background-position: -59px -58px;
}

.em_nerdy {
  background-position: -86px -58px;
}

.em_cool {
  background-position: -113px -58px;
}

.em_kiss {
  background-position: -140px -58px;
}

.em_dull {
  background-position: -167px -58px;
}

.em_wow {
  background-position: -194px -58px;
}

.em_chuckle {
  background-position: -5px -85px;
}

.em_wasntme {
  background-position: -32px -85px;
}

.em_think {
  background-position: -59px -85px;
}

.em_horny {
  background-position: -86px -85px;
}

.em_inlove {
  background-position: -113px -85px;
}

.em_bow {
  background-position: -140px -85px;
}

.em_hug {
  background-position: -167px -85px;
}

.em_party {
  background-position: -194px -85px;
}

.em_nosebleed {
  background-position: -5px -112px;
}

.em_hi {
  background-position: -32px -112px;
}

.em_pilot {
  background-position: -59px -112px;
}

.em_vampire {
  background-position: -86px -112px;
}

.em_pirate {
  background-position: -113px -112px;
}

.em_envy {
  background-position: -140px -112px;
}

.em_drunk {
  background-position: -167px -112px;
}

.em_fubar {
  background-position: -194px -112px;
}

.em_swear {
  background-position: -5px -139px;
}

.em_ninja {
  background-position: -32px -139px;
}

.em_sweat {
  background-position: -59px -139px;
}

.em_headbang {
  background-position: -86px -139px;
}

.em_wait {
  background-position: -113px -139px;
}

.em_emo {
  background-position: -140px -139px;
}

.em_frozen {
  background-position: -167px -139px;
}

.em_yawn {
  background-position: -194px -139px;
}

.em_shock {
  background-position: -5px -166px;
}

.em_hazy {
  background-position: -32px -166px;
}

.em_what {
  background-position: -59px -166px;
}

.em_rain {
  background-position: -86px -166px;
}

.em_snow {
  background-position: -113px -166px;
}

.em_sun {
  background-position: -140px -166px;
}

.em_dance {
  background-position: -167px -166px;
}

.em_music {
  background-position: -194px -166px;
}

.em_tea {
  background-position: -5px -193px;
}

.em_beer {
  background-position: -32px -193px;
}

.em_burger {
  background-position: -59px -193px;
}

.em_gift {
  background-position: -86px -193px;
}

.em_flower {
  background-position: -113px -193px;
}

.em_love {
  background-position: -140px -193px;
}

.em_broken {
  background-position: -167px -193px;
}

.em_cake {
  background-position: -194px -193px;
}

.em_star {
  background-position: -5px -220px;
}

.em_handshake {
  background-position: -32px -220px;
}

.em_yes {
  background-position: -59px -220px;
}

.em_no {
  background-position: -86px -220px;
}

.em_monkey {
  background-position: -113px -220px;
}

.em_alien {
  background-position: -140px -220px;
}

.em_drink {
  background-position: -167px -220px;
}

.em_coffee {
  background-position: -194px -220px;
}

.em_donut {
  background-position: -5px -247px;
}

.em_riceball {
  background-position: -32px -247px;
}

.em_bg {
  background-position: -59px -247px;
}

.em_rock {
  background-position: -86px -247px;
}

.em_vbox7 {
  background-position: -113px -247px;
}

.em_alienc {
  background-position: -140px -247px;
}

.em_santa {
  background-position: -167px -247px;
}

.em-info {
  display: none;
}

@media only screen and (max-width: 999px) {
  .comments-wrap {
    transition: top 0.25s ease-out, max-height 0.25s ease-out;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100vh;
    z-index: 200;
  }
  .comments-wrap.open {
    top: 50px;
    max-height: calc(100vh - 50px);
    height: calc(100vh - 50px);
    box-sizing: border-box;
    overflow: auto;
    background: #000;
  }
  .comments-wrap.open .comments {
    max-height: calc(100vh - 7.5rem);
    height: 100%;
    border-radius: 10px 10px 0 0;
    background: #fff;
    overflow: auto;
  }
  .comments-wrap.open .comment-write-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem;
    min-height: 2rem;
    border-top: 1px solid var(--light-border-color);
    background: #fff;
  }
  .comments-wrap.open .comment-write-container .main-comment-cont {
    margin-top: 0.5rem;
  }
  .comments-wrap.open .comment-write-container textarea, .comments-wrap.open .comment-write-container .send-comment-btn {
    border-bottom: none;
    font-size: 1rem;
  }
  .comments-wrap.open .comment-write-container .typing-opt {
    display: none;
  }
  .comments-wrap.open .comments-cont {
    padding: 0 0.5rem 3rem;
    background: #fff;
  }
  .comments-wrap .comments-cont {
    background: #fff;
  }

  .comments-title {
    padding: 1.5rem 0.76rem 1rem;
    border-bottom: 1px solid var(--light-border-color);
  }
  .comments-title h3, .comments-title .filter-wrap {
    display: inline-block;
  }
  .comments-title h3 {
    margin: 0;
    font: 400 0.9rem var(--font);
  }
  .comments-title .filter-wrap {
    float: right;
  }
  .comments-title .filter-wrap .icon.filter {
    width: 1.3rem;
    height: 1.12rem;
  }
  .comments-title .filter-wrap .drop-trgr {
    margin-right: 1rem;
    text-decoration: none;
  }

  .play-pg .player-content {
    display: none;
  }
  .play-pg .comments-wrap {
    max-width: none;
    top: calc(56.25vw + 53px);
    margin: 0;
    padding: 0;
    background: var(--play-btns-back);
    color: #fff;
  }
  .play-pg .comments-wrap.open .comments {
    max-height: calc(100vh - 56.25vw - 53px);
    border-radius: 10px 10px 0 0;
    background: var(--play-btns-back);
    color: #fff;
    overflow: auto;
  }
  .play-pg .comments-wrap.open .comments-cont {
    background: transparent;
  }
  .play-pg .comments-wrap.open .comment-write-container {
    background: var(--dark-text-color);
    border-top: 1px solid var(--play-btns-border);
  }
  .play-pg .comments-wrap.open .comment-write-container textarea {
    color: #fff;
  }
  .play-pg .comments-title {
    padding: 1.5rem 0.5rem 1rem;
  }
  .play-pg .comments-title h3, .play-pg .comments-title .filter-wrap {
    display: inline-block;
  }
  .play-pg .comments-title h3 {
    margin: 0;
    font: 400 0.9rem var(--font);
  }
  .play-pg .comments-title .filter-wrap {
    float: right;
  }
  .play-pg .comments-title .filter-wrap .drop-trgr {
    margin-right: 1rem;
    text-decoration: none;
  }

  footer {
    /*        display: none!important*/
  }
}
@media only screen and (min-width: 1000px) {
  .item-pg .comments-wrap {
    /*            margin-top: -1.25rem;*/
  }
  .item-pg .comments-wrap h3 {
    display: none;
  }

  .comments-wrap.open {
    max-height: 90vh;
    overflow: auto;
    scrollbar-width: thin;
  }
  .comments-wrap.open::-webkit-scrollbar-button {
    display: none;
  }
  .comments-wrap.open::-webkit-scrollbar, .comments-wrap.open::-webkit-scrollbar-thumb {
    width: 4px !important;
    border-radius: 2px;
    border: 0;
  }
}
.modal-wrap,
.alert-bg {
  display: flex;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}
.modal-wrap.alert-bg,
.alert-bg.alert-bg {
  display: flex;
}
.modal-wrap .modal-cont,
.modal-wrap .alert,
.alert-bg .modal-cont,
.alert-bg .alert {
  position: relative;
  margin: auto;
  padding: 1rem 0.8rem;
  background: var(--modal-back);
  border: 1px solid var(--play-btns-border);
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.modal-wrap .modal-cont .icon,
.modal-wrap .alert .icon,
.alert-bg .modal-cont .icon,
.alert-bg .alert .icon {
  fill: #fff;
}
.modal-wrap .modal-cont .icon.dialog-close,
.modal-wrap .alert .icon.dialog-close,
.alert-bg .modal-cont .icon.dialog-close,
.alert-bg .alert .icon.dialog-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  cursor: pointer;
}
.modal-wrap .modal-cont h2,
.modal-wrap .alert h2,
.alert-bg .modal-cont h2,
.alert-bg .alert h2 {
  font: 400 1.15rem var(--font);
}
.modal-wrap .modal-cont .msg,
.modal-wrap .alert .msg,
.alert-bg .modal-cont .msg,
.alert-bg .alert .msg {
  margin: 2rem 0;
  font: 400 0.8rem var(--font);
}
.modal-wrap .modal-cont .btns-cont,
.modal-wrap .alert .btns-cont,
.alert-bg .modal-cont .btns-cont,
.alert-bg .alert .btns-cont {
  display: flex;
  justify-content: center;
}
.modal-wrap .modal-cont .def-btn,
.modal-wrap .alert .def-btn,
.alert-bg .modal-cont .def-btn,
.alert-bg .alert .def-btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0 1.8rem;
  border: 1px solid var(--highlight);
  background: transparent;
  height: 2rem;
  border-radius: 1rem;
  text-decoration: none;
  font: 400 0.8rem/2rem var(--font);
  text-decoration: none;
  color: var(--highlight);
  cursor: pointer;
}
.modal-wrap .modal-cont .def-btn:hover,
.modal-wrap .alert .def-btn:hover,
.alert-bg .modal-cont .def-btn:hover,
.alert-bg .alert .def-btn:hover {
  color: #fff;
  background: var(--highlight);
}
.modal-wrap .modal-cont .field-wrap,
.modal-wrap .alert .field-wrap,
.alert-bg .modal-cont .field-wrap,
.alert-bg .alert .field-wrap {
  margin: 1.4rem 0;
}
.modal-wrap .modal-cont .left,
.modal-wrap .alert .left,
.alert-bg .modal-cont .left,
.alert-bg .alert .left {
  text-align: left;
}
.modal-wrap .modal-cont label,
.modal-wrap .alert label,
.alert-bg .modal-cont label,
.alert-bg .alert label {
  font: 300 0.8rem var(--font);
  cursor: pointer;
}
.modal-wrap .modal-cont label.left,
.modal-wrap .alert label.left,
.alert-bg .modal-cont label.left,
.alert-bg .alert label.left {
  text-align: left;
}
.modal-wrap .modal-cont textarea,
.modal-wrap .modal-cont #linkvideo,
.modal-wrap .modal-cont #share-code,
.modal-wrap .alert textarea,
.modal-wrap .alert #linkvideo,
.modal-wrap .alert #share-code,
.alert-bg .modal-cont textarea,
.alert-bg .modal-cont #linkvideo,
.alert-bg .modal-cont #share-code,
.alert-bg .alert textarea,
.alert-bg .alert #linkvideo,
.alert-bg .alert #share-code {
  display: block;
  width: 100%;
  margin: 0.3rem 0;
  padding: 0.7rem 0.8rem;
  box-sizing: border-box;
  background: #2E2E2E;
  color: #fff;
  border: 0;
  outline: none;
  font: 300 0.8rem var(--font);
}
.modal-wrap .modal-cont textarea#share-code,
.modal-wrap .modal-cont #linkvideo#share-code,
.modal-wrap .modal-cont #share-code#share-code,
.modal-wrap .alert textarea#share-code,
.modal-wrap .alert #linkvideo#share-code,
.modal-wrap .alert #share-code#share-code,
.alert-bg .modal-cont textarea#share-code,
.alert-bg .modal-cont #linkvideo#share-code,
.alert-bg .modal-cont #share-code#share-code,
.alert-bg .alert textarea#share-code,
.alert-bg .alert #linkvideo#share-code,
.alert-bg .alert #share-code#share-code {
  width: 35rem;
  max-width: 80vw;
}
.modal-wrap .modal-cont .share-btn,
.modal-wrap .alert .share-btn,
.alert-bg .modal-cont .share-btn,
.alert-bg .alert .share-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.55rem;
  margin: 0.5rem 0;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.modal-wrap .modal-cont .share-btn .icon,
.modal-wrap .alert .share-btn .icon,
.alert-bg .modal-cont .share-btn .icon,
.alert-bg .alert .share-btn .icon {
  margin-right: 0.5rem;
}
.modal-wrap .modal-cont .share-btn .label,
.modal-wrap .alert .share-btn .label,
.alert-bg .modal-cont .share-btn .label,
.alert-bg .alert .share-btn .label {
  font: 300 0.8rem var(--font);
}
.modal-wrap .modal-cont .fb,
.modal-wrap .alert .fb,
.alert-bg .modal-cont .fb,
.alert-bg .alert .fb {
  background: var(--fb-blue);
}
.modal-wrap .modal-cont .copy-link,
.modal-wrap .alert .copy-link,
.alert-bg .modal-cont .copy-link,
.alert-bg .alert .copy-link {
  background: var(--highlight);
}
.modal-wrap .alert,
.alert-bg .alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  padding: 1rem;
  max-width: 95vw;
  max-height: 85vh;
  border-radius: 50%;
  text-align: center;
}
.modal-wrap .alert .alert-icon,
.alert-bg .alert .alert-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.7rem;
  fill: var(--highlight);
}
.modal-wrap .alert .alert-cont,
.alert-bg .alert .alert-cont {
  font-size: 1.3rem;
}
.modal-wrap .alert .alert-cont .follow-confirm,
.modal-wrap .alert .alert-cont .cancel-alert,
.alert-bg .alert .alert-cont .follow-confirm,
.alert-bg .alert .alert-cont .cancel-alert {
  cursor: pointer;
}

.single-grid {
  width: 600px;
  max-width: 95vw;
  margin: auto;
  min-height: calc(100vh - 435px);
}
.single-grid h2 {
  margin: 2rem 0;
}
.single-grid h2.note-error-red {
  color: var(--red-text-color);
}
.single-grid.error-page-wrap {
  text-align: center;
}

.paginationNew {
  grid-column: 1/3;
  margin: 2rem 0;
}

.paginationInfo {
  display: none;
}

.pagination {
  display: flex;
  max-width: 95%;
  margin: auto;
  padding: 0;
  justify-content: center;
  font: bold 0.8rem/2.5 var(--font);
}

.page-item {
  display: flex;
  flex: 0 1 2rem;
  margin: 0 0.3rem;
  list-style: none;
  text-align: center;
}
.page-item.active {
  border-bottom: 2px solid var(--highlight);
  padding: 0.5rem;
  margin-bottom: -2px;
}
.page-item .disabled {
  opacity: 0.6;
}
.page-item .page-link {
  display: inline-flex;
  box-sizing: border-box;
  padding: 0.5rem;
  text-decoration: none;
  color: inherit;
}
.page-item .page-link[aria-label] {
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: auto 0.8rem;
  border-radius: 50%;
  background: var(--light-text-color);
  text-align: center;
  font-size: 0;
  color: var(--dark-text-color);
}
.page-item .page-link[aria-label].disabled {
  display: none;
}
.page-item .page-link[aria-label] .icon {
  margin: auto;
  fill: var(--dark-text-color);
}
.page-item span {
  margin: auto;
}

@media only screen and (max-width: 999px) {
  .paginationNew {
    grid-column: auto;
    margin: 1rem 0 3rem;
  }

  .pagination {
    max-width: 95%;
  }

  .page-item {
    flex: 1 1 1.25rem;
    margin: 0;
    justify-content: center;
  }
  .page-item.active {
    padding: 0;
  }
  .page-item .page-link {
    flex: 1 1 auto;
    padding: 0;
    margin: auto;
    justify-content: center;
  }
  .page-item .page-link[aria-label] {
    flex: 0 0 1.25rem;
    height: 1.25rem;
    margin: auto 0.2rem;
  }
  .page-item .page-link[aria-label] .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
/*
Class Naming Convention 

Resolutions              // - 20px for scroll         
*-mb  - 576px - 1000px    //Mobile/Smartphone
*-tb  - 1000px - 1280px   //Tablet
*-dt  - 1280px - 1920px  //Desktop

Elements orientation
* - landscape
* - portrait
*/
