/* Datalife Engine template
name: Cool Serial (Light Blue Modern Redesign),
creation date: 13 april 2020 (Redesigned: July 2025),
version dle: 12-14
*/

/* SET BASE
----------------------------------------------- */
* {
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
article,
aside,
figure,
figure img,
hgroup,
footer,
header,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
}
.clr {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font: 15px 'Montserrat', sans-serif;
  line-height: normal;
  padding: 0;
  margin: 0;
  color: #303030; /* Dark text for contrast */
  background: #1c1c1c; /* Very light blue background */
  background-attachment: fixed;
  min-height: 100%;
  width: 100%;
  font-weight: 400;
}
a {
  color: #79c142; /* Vibrant blue for links */
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1c1c1c; /* Darker blue on hover */
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-size: 24px;
  color: #1e1e1e; /* Darker headings */
}

button,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: 'Tahoma' !important;
}

.button,
.btn,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]),
html input[type="button"],
input[type="reset"],
input[type="submit"],
.meta-fav a,
.usp-btn a {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-weight: 500;
  background-color: #79c142; /* Primary blue button */
  color: #ffffff; /* White text on blue buttons */
  font-size: 15px;
}
.button:hover,
.btn:hover,
.up-second li a:hover,
.usp-edit a:hover,
.qq-upload-button:hover,
.pagi-load a:hover,
.usp-btn a:hover,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]):hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.meta-fav a:hover {
  background-color: #1c1c1c; /* Darker blue on hover */
  color: #fff;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active {
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1); /* Standard inset shadow */
}

input[type="text"],
input[type="password"] {
  height: 40px;
  line-height: 40px;
  border: 1px solid #c2d4ea; /* Light blue-gray border */
  padding: 0 15px;
  background-color: #ffffff; /* White background for inputs */
  color: #333d47;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05); /* Very subtle inset shadow */
}
select {
  height: 40px;
  border: 1px solid #c2d4ea;
  padding: 0 15px;
  background-color: #ffffff;
  color: #333d47;
}
textarea {
  padding: 15px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  border: 1px solid #c2d4ea;
  background-color: #ffffff;
  color: #333d47;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #79c142; /* Blue border on focus */
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Blue glow on focus */
}
input::placeholder,
textarea::placeholder {
  color: #88949d; /* Softer placeholder color */
  opacity: 1;
  font-size: 14px;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

.img-box,
.img-wide,
.img-resp,
.img-resp-vert,
.img-fit {
  overflow: hidden;
  position: relative;
}
.img-resp {
  padding-top: 70%;
}
.img-resp-vert {
  padding-top: 140%;
}
.img-box img,
.img-resp img,
.img-resp-vert img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.img-resp img,
.img-resp-vert img {
  position: absolute;
  left: 0;
  top: 0;
}
.img-wide img {
  width: 100%;
  display: block;
}
.img-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fx-row,
#dle-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fx-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.fx-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fx-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fx-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.fx-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.fx-last {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.fx-1 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-width: 50px;
}
.fx-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

b,
strong,
.fw700 {
  font-weight: 600;
}
.icon-left [class*="fa-"],
.icon-left .icon {
  margin-right: 10px;
}
.icon-right [class*="fa-"],
.icon-right .icon {
  margin-left: 10px;
}
.hidden,
#dofullsearch {
  display: none;
}
.anim,
.btn,
button,
.topovik__item-img:before,
.sokthumb__item a,
.sidebar a,
.header-btn,
.sokthumb__img,
.footer a,
.side-nav a {
  transition: all 0.3s;
}
.mtitle,
.sub-title h1,
.form-wrap h1 {
  margin-bottom: 30px;
  font-size: 24px !important;
  font-weight: 600;
}
#dle-content > * {
  width: 100%;
}

/* BASIC GRID
----------------------------------------------- */
.wrap {
  min-width: 320px;
  position: relative;
  padding: 30px;
}
.wrap-center {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.wrap-main {
  background-color: #f7f7f7; /* White background for main content */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Lighter, more subtle shadow */
}
.header {
  padding: 20px 40px;
  background-color: #fff; /* Light blue header */
  border-bottom: 1px solid #d0e0f0; /* Subtle border */
  display: flex; /* Flexbox for layout */
  align-items: center; /* Vertically align items */
  justify-content: space-between; /* Space out items */
}
.cols {
  padding: 40px 40px;
}
.main {
  min-height: 100vh;
}
.sidebar {
  width: 300px;
  margin-right: 40px;
  background-color: #fff; /* Very light blue for sidebar */
  padding: 30px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05); /* Subtle inner shadow */
}

.footer {
  background: #1e1e1e; /* Light blue footer */
  padding: 20px 40px;
  color: #fefefe; /* Soft gray for footer text */
  border-top: 1px solid #f7f7f7; /* Subtle border */
}
.footer a {
  color: #fff; /* Vibrant blue for footer links */
  text-decoration: underline;
}

#gotop {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 20px;
  bottom: 20px;
  z-index: 990;
  display: none;
  background-color: #79c142; /* Blue button */
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 123, 255, 0.25); /* Blue shadow */
}
#gotop:hover {
  background-color: #1c1c1c;
  box-shadow: 0 10px 20px rgba(0, 123, 255, 0.35);
}

/* HEADER
----------------------------------------------- */
.logo {
  display: flex; /* Ensure flex for logo icon/text alignment */
  align-items: center;
  font-family: 'Tahoma', sans-serif;
  text-decoration: none;
  /* Removed fixed width from previous version that might cause issues */
}

.logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #79c142; /* Primary accent blue */
  color: #ffffff; /* White text on blue */
  margin-right: 12px;
  font-size: 16px;
  border-radius: 8px;
}

.logo-text {
  font-size: 26px;
  font-weight: 700;
  color: #2e2e2e; /* Dark text for logo */
  letter-spacing: 1px;
}

.logo-text span {
  color: #79c142; /* Accent blue for span */
  font-weight: 800;
  position: relative;
}

.logo-text span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #79c142, transparent); /* Blue gradient */
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-right: 15px;
}

.footer-logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #79c142; /* Primary accent blue */
  color: #ffffff;
  margin-right: 10px;
  font-size: 14px;
}

.footer-logo-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer-logo-text span {
  color: #79c142;
}

.footer-copyright {
  font-size: 13px;
  color: #7b7b7b;
}

.footer-copyright a {
  color: #79c142;
  text-decoration: none;
  margin-left: 10px;
}

.footer-copyright a:hover {
  text-decoration: underline;
}
.header-btn {
  padding: 0 40px;
}
.search-wrap {
  position: relative;
  margin: 0 20px 0 40px; /* Adjusted margin for better spacing */
  flex-grow: 1; /* Allow search to take available space */
  max-width: 400px; /* Limit max width for desktop */
}
.search-box {
  display: flex; /* Use flexbox for input and button alignment */
  align-items: center;
}
.search-box input {
  flex-grow: 1; /* Input takes up most space */
  padding: 0 50px 0 16px; /* Space for icon */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Light input shadow */
}
.search-box input:not(:focus)::placeholder {
  color: #66788a; /* Medium gray-blue for placeholder */
  opacity: 1;
  font-size: 12px;
}
.search-box button {
  position: absolute; /* Position button inside search-wrap */
  right: 0px;
  top: 0px;
  z-index: 10;
  width: 50px;
  cursor: pointer;
  background: none;
  color: #79c142; /* Blue search icon */
  line-height: 40px;
  text-align: center;
  height: 40px; /* Ensure button height matches input */
}

.carou-content {
  height: 200px;
}
.carou-sect {
  padding: 20px 40px;
  background-color: #1c1c1c; /* Very light blue section */
  border-bottom: 1px solid #1e1e1e;
}
.carou-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #1c1c1c;
}
.carou-sect .carou-title {color:#fefefe}
.topovik__item-img {
  display: block;
    border-radius:6px;
  height: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft image shadow */
}
.topovik__item-title {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  color: #ffffff; /* White title on dark gradient */
  font-weight: 500;
  word-wrap: break-word;
}
.topovik__item-img:before {
  content: '';
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 100%
  ); /* Dark overlay for text readability */
  opacity: 1;
}
.topovik__item:hover .topovik__item-img:before,
.topovik__item:hover .topovik__item-title {
  opacity: 0;
}

/* SIDEBAR
----------------------------------------------- */
.side-box {
  margin-bottom: 40px;
}
.side-bt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #1e1e1e;
}
.mb-remove {
  margin-bottom: -20px;
}

.nav-col {
  width: 55%;
}
.nav-col + .nav-col {
  width: 40%;
}
.nav-title {
  font-weight: 500;
  margin-bottom: 9px;
  color: #1e1e1e;
}
.nav-menu + .nav-title {
  margin-top: 12px;
}
.nav-menu a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #676767; /* Soft gray for sidebar links */
}
.nav-menu a:hover,
a.sokthumb__title:hover,
.ltops__item:hover .ltops__item-title {
  text-decoration: underline;
  color: #79c142; /* Blue on hover */
}

.ltops__item {
  margin-bottom: 20px;
}
.ltops__item-img {
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
    border-radius:6px;
}
.ltops__item-title {
  font-weight: 500;
  color: #1e1e1e;
}
.ltops__item-info {
  color: #778899;
  margin-top: 10px;
  font-size: 13px;
}
.ltops__item-date {
  color: #778899;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 300;
}

.side-recommend-item {
  display: block;
  margin-bottom: 20px;
  width: 46.6%;
}
.side-recommend-item-img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.side-recommend-item:hover {
  opacity: 0.8;
}

.lcomm {
  margin-bottom: 20px;
}
.ltitle {
  display: block;
  line-height: 1;
  font-weight: 300;
  font-size: 13px;
  margin-top: 10px;
  padding-left: 2px;
}
.ltext {
  line-height: 1.3;
  background-color: #f7fcff; /* Very light blue for comments */
  border: 1px solid #1e1e1e;
  padding: 10px;
}
.lmeta {
  font-size: 13px;
  margin: 10px 0;
  color: #778899;
  font-weight: 300;
}
.ldate,
.lav,
.lname {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.lav {
  width: 20px;
  height: 20px;
}
.lcomm .comm-letter {
  line-height: 20px;
  font-size: 12px;
}
.lname {
  color: #556677;
  font-weight: 400;
}

/* SECTION
----------------------------------------------- */
.sect {
  margin-bottom: 40px;
}
.sect-header {
  margin-bottom: 20px;
}
.sect:last-child {
  margin-bottom: 0;
}
.sect-title {
  font-weight: 600;
  font-size: 21px;
  color: #1e1e1e;
}
.sect-title [class*=fa-],
.side-bt [class*=fa-],
.speedbar [class*=fa-],
.carou-title [class*=fa-] {
  color: #79c142; /* Accent blue for icons */
  margin-right: 15px;
}
.sorter,
.sect-link {
  position: relative;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin-left: 15px;
  padding: 0 10px;
  background-color: #1e1e1e; /* Light blue */
  border: 1px solid #d0e0f0;
  font-size: 13px;
  display: block;
}
.sorter:before {
  content: attr(data-label);
  display: inline-block;
  vertical-align: top;
}
.sorter > span {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
}
.sorter form {
  display: none;
  background-color: #ffffff; /* White background */
  padding: 10px;
  line-height: 26px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Lighter shadow */
  position: absolute;
  right: 0;
  top: 100%;
  width: 160px;
  z-index: 999;
  border: 1px solid #1e1e1e;
}
.sorter a:hover {
  text-decoration: underline;
}
.sort li.asc a:after,
.sort li.desc a:after {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: 10px;
  font-weight: 300;
}
.sort li.desc a:after {
  content: "\f062";
}
.sorter:hover,
.sect-link:hover {
  background-color: #79c142; /* Blue on hover */
  color: #fff;
}

/* SHORT ITEM
----------------------------------------------- */
.sokthumb__item {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffffff; /* White background for short item */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); /* Soft shadow */
    border-radius:8px;
}
.sokthumb__img {
  width: 170px;
  height: 250px;
  margin-right: 20px;
    border-radius:6px;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Slightly stronger image shadow */
}
.sokthumb__header {
  margin-bottom: 10px;
}
.sokthumb__title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #1e1e1e;
}
.sokthumb__text {
  font-size: 14px;
  line-height: 1.7;
  color: #333d47;
}
.sokthumb__list li {
  position: relative;
  padding-left: 120px;
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.5;
}
.sokthumb__list li > span:first-child {
  position: absolute;
  left: 0;
  top: 0;
  color: #696969; /* Medium gray-blue */
}
.sokthumb__list a {
  color: #79c142; /* Link color */
  border-bottom: 1px dotted #79c142;
}
.sokthumb__meta {
  margin-top: 10px;
  color: #778899;
  font-size: 13px;
  font-weight: 300;
}
.sokthumb__meta-item {
  margin-right: 20px;
}
.sokthumb__rates {margin-top:15px;}
.sokthumb__rating {
  line-height: 28px;
  background-color: #f0f7ff; /* Very light blue */
  padding: 0 10px;
  font-size: 13px;
  border: 1px solid #1e1e1e;
  margin-right: 20px;
}
.sokthumb__rating .fa-thumbs-up {
  color: #28a745; /* Green for likes */
  margin-right: 10px;
}
.sokthumb__rating .fa-thumbs-down {
  color: #dc3545; /* Red for dislikes */
  margin: 0 10px;
}
.sokthumb__label {
  background-color: #79c142; /* Accent blue for label */
  color: #ffffff; /* White text */
  padding: 3px 6px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.1);
}
.sokthumb__btn {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background-color: #79c142;
  color: #fff;
}
.sokthumb__rate-in {
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  opacity: 0.9;
  padding: 0 6px;
  width:40%;
  font-weight: 500;
  border-radius: 6px;
}
.sokthumb__rate-in:before {
  content: attr(data-text);
  display: inline;
  margin-right: 3px;
  text-transform: uppercase;
}
.sokthumb__rate-kp {
  background-color: #ffc107; /* Yellowish for KP, a common rating color */
  color: #1c1c1c;
}
.sokthumb__rate-imdb {
  background-color: #28a745; /* Greenish for IMDb, a common rating color */
  color: #fff;
}
.mrating {
  margin-right: 20px;
  overflow: hidden;
}
.mrating a {
  transition: none;
}
.sokthumb__img:hover {
  opacity: 0.9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {
  line-height: 1.7;
  color: #556677;
  font-size: 14px;
  padding-top: 40px;
  background-color: #ffffff;
}
.site-desc:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
}
.site-desc h1,
.site-desc h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1e1e1e;
}
.site-desc li {
  list-style-type: disc;
  margin-left: 40px;
}
.site-desc p {
  margin-bottom: 10px;
}
.site-desc > *:last-child {
  margin-bottom: 0;
}
.site-desc a {
  color: #79c142;
  text-decoration: underline;
}
.site-desc img {
  float: left;
  max-width: 200px;
  margin: 0 10px 10px 0;
}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
  margin-bottom: -10px;
  text-align: center;
}
.navigation a,
.navigation span,
.pnext a,
.pprev a,
.pprev > span,
.pnext > span {
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px 10px 0px;
  line-height: 50px;
  min-width: 50px;
  background-color: #1e1e1e; /* Light blue */
  border: 1px solid #d0e0f0;
  font-weight: 500;
  font-size: 18px;
  color: #333d47;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.navigation span:not(.nav_ext),
.pagi-nav a:hover {
  background-color: #79c142; /* Blue on active/hover */
  color: #ffffff;
  border-color: #79c142;
}

/* FULL
----------------------------------------------- */
.speedbar {
  font-size: 13px;
  color: #778899;
  margin-bottom: 20px;
}
.speedbar .fal {
  margin-right: 8px;
}
.season__left {
  width: 170px;
  margin-right: 20px;
}
.season__poster {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius:6px;
}
.ftext {
  margin: 20px 0;
  color: #333d47;
}
.fcols .sokthumb__meta-item:last-child {
  margin-right: 0;
}
h1 a {
  margin-left: 10px;
  font-size: 15px;
}
.fcols {
  padding: 20px;
  background-color: #ffffff; /* White background */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.frels .topovik__item-img:before {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  opacity: 1;
}

.fsubtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #1e1e1e;
}
.fplayer {
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin: 30px 0;
  overflow: hidden;
    border-radius:8px;
}

.tabs-sel {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.tabs-sel::-webkit-scrollbar {
  height: 4px;
}

.tabs-sel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1); /* Subtle scrollbar */
}

.tab-btn {
  cursor: pointer;
  padding: 8px 15px;
  color: #1c1c1c;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.tab-btn.active {
  font-weight: 600;
}
.tab-btn:hover:not(.active) {
  background-color: #d0e0f0;
}

.fctrl {padding:10px;}

.video-box embed,
.video-box object,
.video-box video,
.video-box iframe,
.video-box frame {
  max-width: 100% !important;
  display: block;
  width: 100%;
  height: 400px;
}
.mejs-container {
  max-width: 100% !important;
}
.full-text {
  line-height: 1.7;
  font-size: 15px;
  color: #333d47;
}
.full-text img:not(.emoji) {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.full-text > img[style*="left"],
.full-text > .highslide img[style*="left"] {
  margin: 0 10px 10px 0;
}
.full-text > img[style*="right"],
.full-text > .highslide img[style*="right"] {
  margin: 0 0 10px 10px;
}
.full-text a {
  text-decoration: underline;
  color: #79c142;
}
.full-text a:hover {
  text-decoration: none;
}
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
}
.full-text p {
  margin-bottom: 10px;
}
.full-text > ul,
.full-text > ol {
  margin: 0;
}
.full-text > ul li {
  list-style: disc;
  margin-left: 40px;
}
.full-text > ol li {
  list-style: decimal;
  margin-left: 40px;
}

.add-comms {
  margin-bottom: 26px;
  padding: 20px;
  background-color: #ffffff; /* White background */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.ac-inputs input {
  width: 48.5%;
  margin-bottom: 15px;
}
.ac-textarea textarea {
  height: 100px;
  margin-bottom: 15px;
}
.add-comms input,
.add-comms textarea,
.ac-submit button {}
.ac-protect,
.ac-textarea .bb-editor + br {
  display: none;
}
.comments_subscribe input {
  margin-right: 10px;
}
.comments_subscribe {
  display: block;
}
.mass_comments_action {
  display: none;
}
.last-comm-link {
  display: inline-block;
  padding-bottom: 20px;
  color: #79c142;
  font-size: 18px;
}

.comm-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.comm-letter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #79c142; /* Blue background */
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.comm-item {
  font-size: 13px;
  padding-left: 55px;
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  color: #333d47;
}
.comm-two {
  margin: 5px 0 10px 0;
}
.comm-one > span {
  margin-right: 15px;
  opacity: 0.9;
}
.comm-one > span.comm-author,
.comm-one > span.comm-author a {
  font-weight: 500;
  opacity: 1;
  color: #1e1e1e;
}
.comm-three-left > a,
.comm-three-right li a {
  opacity: 0.9;
}
.comm-three-right li {
  display: inline-block;
  margin-left: 15px;
}
.comm-rate3 {
  white-space: nowrap;
  margin-right: 15px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -3px;
}
.comm-rate3 a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  opacity: 0.9;
}
.comm-rate3 a:first-child {
  top: -5px;
}
.comm-rate3 > span {
  margin: 0 5px;
}
.comm-rate3 > span > span.ratingtypeplus {
  color: #28a745; /* Green for likes */
}
.comm-rate3 > span > span.ratingplus {
  color: #218838; /* Darker green */
}
.comm-rate3 > span > span.ratingminus {
  color: #dc3545; /* Red for dislikes */
}
.comm-three a:hover {
  border-bottom-color: transparent;
}
.comm-three-left > a {
  opacity: 1;
  color: #556677;
  border-bottom: 1px dotted #556677;
}

/* LOGIN
----------------------------------------------- */
.overlay-box {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6; /* Slightly less opaque */
  background-color: #000;
  cursor: pointer;
}
.login-box {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff; /* White background */
  padding: 30px 60px 40px 60px;
  border-top: 5px solid #79c142; /* Vibrant blue border */
  width: 400px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); /* Lighter shadow */
}
.login-close {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
  color: #fff;
  background-color: #dc3545; /* Red close button */
}
.login-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  color: #1e1e1e;
}
.login-avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  background-color: #79c142; /* Blue avatar background */
  color: #ffffff;
}
.login-input {
  margin-bottom: 15px;
}
.login-btn button {
  width: 100%;
  margin: 15px 0;
}
.login-btm a {
  border-bottom: 1px dotted #79c142;
  color: #79c142;
  font-size: 13px;
}
.login-check {
  position: relative;
  font-size: 14px;
}
.login-check input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.login-check span {
  display: block;
  padding-left: 36px;
  height: 30px;
  line-height: 30px;
  color: #556677;
}
.login-check span:before,
.login-check span:after {
  content: '';
  position: absolute;
  top: 50%;
  transition: 0.3s;
}
.login-check span:before {
  left: 0;
  height: 10px;
  margin-top: -5px;
  width: 26px;
  background: #1e1e1e; /* Light blue track */
  border: 1px solid #d0e0f0;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
}
.login-check span:after {
  left: 1px;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  background: #79c142; /* Blue checkmark */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.login-check input:checked + span:before {
  background-color: #79c142;
  border-color: #79c142;
}
.login-check input:checked + span:after {
  left: 13px;
  background-color: #fff; /* White checkmark */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.login-menu {
  border-top: 1px solid #1e1e1e;
  border-left: 1px solid #1e1e1e;
}
.login-menu li {
  text-align: center;
  border-right: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  width: 50%;
}
.login-menu a {
  display: block;
  padding: 10px 5px;
  font-size: 13px;
  color: #333d47;
}
.login-menu li .fa {
  display: none;
  height: 28px;
  font-size: 22px;
  color: #79c142;
}
.login-admin {
  text-align: center;
  margin: -10px 0 25px 0;
}
.login-soc-title {
  display: flex;
  align-items: center;
  margin: 30px 0 15px 0;
}
.login-soc-title:before,
.login-soc-title:after {
  content: '';
  height: 1px;
  background-color: #d0e0f0;
  flex: 1;
}
.login-soc-title:before {
  margin-right: 15px;
}
.login-soc-title:after {
  margin-left: 15px;
}
.login-soc-btns {
  text-align: center;
}
.login-soc-btns a {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}
.login-soc-btns img {
  display: block;
  width: 30px;
  height: 30px;
}

/* OWL CAROUSEL & ADAPTIVE */

/**
В * Owl Carousel v2.3.4
В * Copyright 2013-2018 David Deutsch
В * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
В */
.owl-carousel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  position: relative;
  z-index: 10;
}
.owl-carousel .owl-stage {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-loaded,
.owl-carousel.owl-loading,
.no-js .owl-carousel {
  display: block;
  opacity: 1;
}
.owl-carousel.owl-loading,
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-drag .owl-item {
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.owl-prev,
.owl-next {
  display: block;
  cursor: pointer;
  background: none;
  color: #79c142; /* Blue for nav arrows */
  box-shadow: none;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -46px;
  box-shadow: none;
  font-size: 28px;
}
.owl-prev {
  right: 45px;
  color: #79c142;
}
.owl-next {
  right: 0px;
}
.owl-prev:hover,
.owl-next:hover {
  color: #1c1c1c;
}

.btn-menu {
  display: none;
}
.side-panel {
  width: 280px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff; /* White sidebar */
  padding: 20px;
  z-index: 9999;
  position: fixed;
  left: -320px;
  top: 0;
  transition: left 0.4s;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}
.side-panel.active {
  left: 0;
}
.close-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Lighter overlay */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  display: none;
}
.btn-close {
  cursor: pointer;
  display: block;
  left: 280px;
  top: -40px;
  position: fixed;
  z-index: 9999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #dc3545; /* Red close button */
  color: #fff;
  transition: top 0.4s;
}
.btn-close.active {
  top: 0px;
}
body.opened-menu {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.side-panel .side-nav a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side-panel .side-box {
  margin-bottom: 20px;
}
.movie-info-block-full {
  background: #f7f7f7; /* White background */
  padding: 2px;
  border-radius:8px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.movie-info-block-full::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background:#78c142;
}

.movie-info-inner {
  padding: 15px 20px;
}

.movie-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  margin: 0;
  position: relative;
}

.movie-info-row:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #f2f2f2;
}

.movie-info-label {
  color: #1c1c1c; /* Soft gray for labels */
  font-weight: 500;
  font-size: 15px;
}

.movie-info-value {
  color: #595959;
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  text-shadow: none; /* Removed text shadow */
}

@media (max-width: 768px) {
  .movie-info-inner {
    padding: 20px;
  }
  .movie-info-row {
    padding: 10px 0;
  }
  .movie-info-label {
    font-size: 15px;
  }
  .movie-info-value {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .movie-info-inner {
    padding: 16px 15px;
  }
  .movie-info-label {
    font-size: 14px;
  }
  .movie-info-value {
    font-size: 15px;
  }
}


/* РљРѕРЅС‚РµР№РЅРµСЂ РїР»РµРµСЂРѕРІ */
.tabs-container {
  position: relative;
  width: 100%;
}

.video-box {
  display: none;
  width: 100%;
  background: #000;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.video-box.active {
  display: block;
}

/* РЎРѕС†РёР°Р»СЊРЅС‹Рµ РєРЅРѕРїРєРё */
.fshare {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.fshare span {
  cursor: pointer;
  color: #556677;
  font-size: 16px;
  transition: color 0.3s;
}

.fshare span:hover {
  color: #79c142;
}

/* РђРґР°РїС‚Р°С†РёСЏ РґР»СЏ РјРѕР±РёР»СЊРЅС‹С… */
@media (max-width: 768px) {
  .fplayer {
    padding: 15px;
    margin: 20px 0;
  }

  .tab-btn {
    padding: 6px 12px;
    font-size: 13px;
  }

  .tabs-sel {
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .fplayer {
    padding: 12px;
    margin: 15px 0;
  }

  .tab-btn {
    padding: 5px 10px;
    font-size: 12px;
  }

  .tabs-sel {
    gap: 5px;
  }
}
@media screen and (max-width: 1220px) {
  .wrap {
    padding: 0;
    overflow: hidden;
  }
  .header,
  .footer,
  .cols,
  .carou-sect {
    padding-left: 20px;
    padding-right: 20px;
    background-image: none;
  }
  .wrap-center {
    max-width: 1000px;
  }
  .sidebar {
    display: none;
  }
  .btn-menu {
    display: block;
    font-size: 28px;
    margin-left: 20px;
    cursor: pointer;
    color: #79c142;
  }
  .cols {
    padding-top: 20px;
  }

  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 100%;
  }
}

@media screen and (max-width: 950px) {
  .wrap-center {
    max-width: 768px;
  }
  .sokthumb__meta-item:not(.mrating-count) {
    display: none;
  }
  .footer {
    display: block;
    text-align: center;
  }
  .footer-copyright {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 760px) {
  .wrap-center {
    max-width: 640px;
  }
  .not-logged .login-avatar {
    display: none;
  }
  .login-close {
    top: -5px;
  }
  .login-title {
    font-size: 18px;
  }
  .login-box {
    max-width: calc(100% - 60px);
    padding: 15px;
  }
  .search-wrap {
    /* Adjusted for better mobile layout */
    -ms-flex-order: 2; /* Move search below logo on small screens */
    -webkit-order: 2;
    order: 2;
    min-width: 100%;
    margin: 15px 0 0 0; /* Add top margin */
  }
  .header-btn {
    padding: 0 10px;
  }
  .logo {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: none;
    min-width: 0;
    margin-right: 0;
    -ms-flex-order: 1; /* Keep logo first */
    -webkit-order: 1;
    order: 1;
  }
  .header {
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
    justify-content: space-between;
  }
  .fcols {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .season__left {
    margin: 0 auto 10px auto;
  }
  .fcols:after {
    content: "";
    display: table;
    clear: both;
  }
  .sokthumb__rates {
    width: 100%;
    margin: 10px 0 0 -10px;
    justify-content: flex-start;
  }
  .fcols .sokthumb__list li {
    padding-left: 100px;
  }
  .mrating-count {
    text-align: right;
    margin-right: 0;
    margin-left: -20px;
  }
  .ffav,
  .fcompl {
    display: none;
  }
  .fctrl {
    padding: 0;
  }

  .dcont button {
    font-size: 12px;
    padding: 0 15px !important;
  }
  .comments-tree-list .comments-tree-list {
    padding-left: 0px !important;
  }
  .comments-tree-list .comments-tree-list:before {
    display: none;
  }
  .mass_comments_action {
    display: none;
  }
}

@media screen and (max-width: 590px) {
  .wrap-center {
    max-width: 480px;
  }
  .sokthumb__item {
    width: 47% !important;
    margin-bottom: 10px;
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  .sokthumb__item .sokthumb__img {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding-top: 140%;
    height: auto;
  }
  .sokthumb__item .sokthumb__meta,
  .sokthumb__item .sokthumb__list,
  .sokthumb__item .sokthumb__rates,
  .sect-title .fal {
    display: none;
  }
  .sokthumb__item .sokthumb__title {
    white-space: normal;
    font-size: 15px;
  }
  .sokthumb__item .sokthumb__img img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .navigation {
    justify-content: center;
  }
  .sect-title,
  .logo {
    font-size: 18px;
  }

  .ac-inputs input {
    width: 100%;
  }
  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 100%;
  }

  .ui-dialog {
    width: 100% !important;
  }
  .upop-left,
  .upop-right {
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0 20px;
  }
  .upop-left {
    margin-bottom: 10px;
    text-align: center;
  }
  .ui-dialog-buttonset button {
    display: block;
    margin: 0 0 5px 0;
    width: 100%;
  }
  #dofullsearch,
  #searchsuggestions span.seperator {
    display: none !important;
  }
  .attach .download-link {
    margin: 0 -15px 0 0;
    float: none;
    display: block;
    padding: 0 10px;
  }
  .attach-info {
    float: none;
  }
}

@media screen and (max-width: 470px) {
  .wrap-center22 {
    max-width: 360px;
  }

  .season__left {
    width: 100%;
  }
  .season__poster {
    height: 140px;
  }
  .season__poster img {
    height: 100%;
    object-fit: cover;
  }
  .season__poster:before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
    opacity: 1;
  }
  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 100%;
  }
}
.search-result-item {
  padding: 15px 0;
  border-bottom: 1px solid #1e1e1e; /* Light blue border */
  margin-bottom: 15px;
}

.search-result-title {
  margin: 0 0 5px 0;
  font-size: 18px;
}

.search-result-title a {
  color: #1e1e1e; /* Dark text for search result titles */
  text-decoration: none;
  transition: color 0.2s;
}

.search-result-title a:hover {
  color: #79c142; /* Blue on hover */
}

.search-result-meta {
  margin-bottom: 8px;
  font-size: 13px;
  color: #778899;
}

.search-result-excerpt {
  margin: 0 0 10px 0;
  color: #333d47;
  font-size: 14px;
  line-height: 1.5;
}

.search-result-footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.search-rating span {
  margin-right: 10px;
  padding: 2px 5px;
}

.kp-rating {
  background-color: #ffc107; /* Yellowish for KP */
  color: #333d47;
}

.imdb-rating {
  background-color: #28a745; /* Greenish for IMDb */
  color: #fff;
}

.search-date {
  color: #778899;
}
/* РЎС‚РёР»Рё РґР»СЏ СЃРєСЂС‹С‚РёСЏ С‚РµРєСЃС‚Р° РЅР° РјРѕР±РёР»СЊРЅС‹С… СѓСЃС‚СЂРѕР№СЃС‚РІР°С… */
@media (max-width: 768px) {
  .ftext {
    /* РќР°С‡Р°Р»СЊРЅР°СЏ (СЃРІС‘СЂРЅСѓС‚Р°СЏ) РІС‹СЃРѕС‚Р° Р±Р»РѕРєР° СЃ С‚РµРєСЃС‚РѕРј */
    max-height: 120px;
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }

  /* РџР»Р°РІРЅС‹Р№ РїРµСЂРµС…РѕРґ РґР»СЏ С‚РµРєСЃС‚Р° РїСЂРё СЃРІРѕСЂР°С‡РёРІР°РЅРёСЏ */
  .ftext::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(
      to bottom,
      transparent,
      #f7fcff
    ); /* Very light blue matching player background */
    pointer-events: none;
    transition: opacity 0.3s;
  }

  /* РљР»Р°СЃСЃ РґР»СЏ СЂР°Р·РІС‘СЂРЅСѓС‚РѕРіРѕ СЃРѕСЃС‚РѕСЏРЅРёСЏ */
  .ftext.expanded {
    /* Р’С‹СЃРѕС‚Р° СЂР°СЃРєСЂС‹С‚РѕРіРѕ Р±Р»РѕРєР°. РЈРІРµР»РёС‡СЊС‚Рµ, РµСЃР»Рё С‚РµРєСЃС‚ РЅРµ РІР»РµР·Р°РµС‚ */
    max-height: 1000px;
  }

  /* РЈР±РёСЂР°РµРј РіСЂР°РґРёРµРЅС‚, РєРѕРіРґР° С‚РµРєСЃС‚ РїРѕР»РЅРѕСЃС‚СЊСЋ РїРѕРєР°Р·Р°РЅ */
  .ftext.expanded::after {
    opacity: 0;
  }

  /* РЎС‚РёР»Рё РґР»СЏ РєРЅРѕРїРєРё "РџРѕРєР°Р·Р°С‚СЊ РїРѕР»РЅРѕСЃС‚СЊСЋ" */
  .read-more-btn {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    background-color: #79c142; /* Blue for button */
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
  }
}

#searchsuggestions .updli-1 {float:left;margin-top:10px;margin-left:5px;margin-right:10px;}
#searchsuggestions .updli-1 {width:80px!important;height:120px!important;left;}
#searchsuggestions .updli {height:150px;display:block;width:100%!important;position:relative;}
#searchsuggestions .updli:hover {background:#111111}
#searchsuggestions .updli:hover .line-clamp {color:#46be3d}
#searchsuggestions .line-clamp {font-size:17px;color:#f7f7f7;padding-top:5px;font-weight:600;}
#searchsuggestions .line-clamp:hover{color:#78c142}
#searchsuggestions .line-clamp-gray {font-size:15px;color:#c8c8c8;}
#searchsuggestions .text__search {font-size:13px;margin-top:15px;display:block;line-height:20px;color:#fff}

.adlook_ibv_onlypc, .adlook_ibv_mobpc  {margin-bottom: 1rem; margin-top: 1rem}
@media (max-width: 640px) {
    .adlook_ibv_onlypc { display: none; }
    .adlook_ibv_mobpc { width: 90%; }
}

.jc-space-between {justify-content: space-between;}
.d-flex {display: flex; flex-wrap: wrap; flex-direction: row;}
.ai-center {align-items: center;}


.page__rating-ext {position: relative; z-index: 10; font-size: 13px;margin-top:5px;}
.page__rating-ext a {display: flex; align-items: center; padding: 0 10px; font-weight: 500; gap: 10px; height: 40px;color:#1c1c1c}
.page__rating-ext a .fal {display: grid; place-items: center; width: 30px; height: 30px; border-radius: 6px; 
	font-size: 16px; color: #fff; background-color: #46be3d;}
.page__rating-ext a + a .fal {background-color: #eb4d4b;}



