html {
  scroll-behavior: smooth;
  /* font-family: Arial; */
  font: normal normal 400 8pt normal Tahoma, Verdana, Arial, Arial;
}
body {
  /* font-family: Arial !important; */
  font: normal normal 400 8pt normal Tahoma, Verdana, Arial, Arial;
}
a,
p,
div,
b,
button,
table {
  font-size: 12px;
}
button {
  background-color: #3760bb;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  height: 35px;
  border: 1px solid black;
  padding-left: 5px;
  padding-right: 5px;
}

label.one {
  margin-right: 0px;
}

a {
  color: #3760bb;

  text-decoration: none;
}

a:hover {
  color: #3760bb;
  text-decoration: underline;
}

/* table { */
/*   border-spacing: 0.5px; */
/* } */
/**/
/* table tr:nth-child(odd) { */
/*     background:#dfeffa; */
/*     border:1px solid #fff; */
/*     border-collapse:collapse; */
/* } */
/* table tr:nth-child(even) { */
/*     background:#e7f3fb; */
/*     border:1px solid #fff; */
/*     border-collapse:collapse; */
/* } */
/**/
th {
  background-color: #3760bb;
  color: white;
  padding: 0.5rem;
  /* text-decoration: underline; */
}

td,
th {
  border: 1px solid white;
  vertical-align: middle;
}
/**/
/* td:hover { */
/*   background-color:#d0d7e2; */
/* } */

button > a {
  color: white;
}

button > a:hover {
  color: white !important;
}

.logo {
  width: 100px;
}
.postBody {
  background-color: black;
}
.postCont {
  background-color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  text-align: center;
}

.postContL {
  background-color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 15px;
  position: relative;
}

.postContL a {
  font-weight: 700;
}

.postContUp {
  justify-content: flex-end;
  display: flex;
  position: relative;
}
.postContUp table {
  /* margin-top: -42px; */
  display: block;
  width: auto;
}
.page-item.active .page-link {
  z-index: 0 !important;
}
.wrapper {
  position: relative;
  transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
  background: #3760bb;
  bottom: 100%;
  color: #fff;
  display: block;
  left: 50%;
  margin-bottom: 15px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 110px;
  padding: 5px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #3760bb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}
.searchSec {
  background-color: #d3dde7;
  padding: 7px;
  width: 600px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
}
.cellName {
  text-align: left;
}
.topnav {
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}

.topnav #myLinks {
  display: none;
}
.showMob {
  display: none;
}
.topnav > a {
  color: white;
  padding: 0px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  color: #ffffff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px !important;
}

.detailTable {
  display: table;
  width: -webkit-fill-available;
  width: -moz-available;
}
.detailTable th {
  width: 75px;
  border-right: 1px solid #e5e5e5;
  text-align: left;
  border-radius: 2px;
}
.detailTable td {
  /* overflow: auto; */
  border-bottom: 1px solid #e5e5e5;
}
.detailTable tbody {
  background: #fff;
}
.similarTable {
  border-spacing: 2px;
  width: -webkit-fill-available;
  width: -moz-available;
}
.similarTable th {
  background: #7fa2c6;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 2px;
  text-align: left;
}
.singleThumb {
  width: 200px;
}
.tileCont {
  max-width: 1200px;
  margin: 15 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.tile {
  background-color: #3760bb;
  padding: 20px;
}
.tile a {
  color: #ffffff;
  font-size: 20px;
}
.tile i {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
}
.filtOptn {
  max-width: 700px;
  margin: 15 auto;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
.filtOptn > div {
  text-align: left;
}
.searchTerm {
  width: calc(100% - 93px);
  height: 32px;
  border: 3px solid #3760bb;
  border-right: none;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9dbfaf;
}

.searchTerm:focus {
  color: #3760bb;
}

.searchButton {
  width: 90px;
  height: 32px;
  border: 1px solid #3760bb;
  background: #3760bb;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}
.filterButton {
  width: auto;
  height: 32px;
  border: 1px solid #3760bb;
  background: #3760bb;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  margin-left: 5px;
}
.autoplay {
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
}
.autoplay img {
  width: 130px;
}
.movieCard {
  margin: 2px;
  border: 1px solid rgb(213, 216, 219);
}
.leftNav {
  padding-right: 0px !important;
}
.leftNav button {
  text-align: left;
  padding: 2px 10px;
}
.leftNav i {
  width: 17px;
}
.nav-item:hover {
  background: #d3dde7;
  text-decoration: none;
}
.nav-item a:hover {
  color: #3760bb;
}
/* autocomp */
@-webkit-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

.search-result-pop {
  background: #ffffff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  z-index: 6;
  list-style: none;
  display: none;
}
.nav {
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.loading-relative {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 50px;
}
.search-result-pop .loading-relative {
  min-height: 160px;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading > div {
  width: 18px;
  height: 18px;
  background-color: #aaa;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading .span1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading .span2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.loading-relative {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 50px;
}

.film-poster .loading-relative,
.loading-relative.loading-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

.nav-item {
  display: block;
  text-align: left;
  padding: 10px;
  width: 100%;
  border-bottom: 1px dashed #5c5d63;
  cursor: pointer;
  position: relative;
}
.film-poster {
  float: left;
  width: 50px;
  padding-bottom: 70px;
}
.film-poster {
  float: left;
  width: 50px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
}

.film-poster .film-poster-img,
.item-cover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.srp-detail {
  padding-left: 65px;
  font-size: 12px;
}
.film-name {
  font-size: 12px;
  line-height: 1.2em;
  max-width: 100%;
  margin-bottom: 5px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.alias-name {
  font-size: 13px;
  line-height: 1.2em;
  max-width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #aaa;
}
.nav-bottom {
  padding: 15px;
  background: #3760bb !important;
  font-size: 16px !important;
  color: #ffffff;
  text-align: center;
  border-bottom: none;
}
.media {
  border-left: 1px solid #cccccc;
}
/* autocomp */
@media only screen and (max-width: 800px) {
  .searchSec {
    width: 100% !important;
  }
  .adCont iframe {
    scale: 0.7;
    margin-left: -14vw;
  }
}
@media only screen and (max-width: 600px) {
  .sizeCell {
    font-size: 11px;
  }
  .postCont {
    display: block !important;
  }
  .logo {
    width: 100px;
    margin-bottom: 10px;
  }
  .hideCell {
    display: none;
  }
  .wrapper {
    font-size: 11px;
    overflow: auto;
  }
  .cellName {
    width: 55%;
  }
  table {
    table-layout: fixed;
    width: 100%;
  }
  .showMob {
    display: block;
  }
  .topnav button {
    position: inherit !important;
  }
  .detailTable {
    display: table;
    width: fit-content !important;
  }
  .detailTable td {
    width: calc(100vw - 105px);
  }
  .tile {
    padding: 15px;
  }
  .tile a {
    color: #ffffff;
    font-size: 12px;
  }
  .filtOptn {
    max-width: 400px;
  }
  .adCont {
    overflow: hidden;
  }

  .adCont iframe {
    scale: 0.4;
    margin-left: -53vw;
  }
  .page-link {
    padding: 0.375rem 0.5rem !important;
    font-size: 12px !important;
  }
  .autoplay img {
    width: 90px;
  }
}
@media only screen and (max-width: 350px) {
  .tileCont {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  }
  .adCont iframe {
    scale: 0.3;
    margin-left: -73vw;
  }
}

.btn-small {
  padding: 5px 10px;
  font-size: 11.9px;
  height: min-content;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-primary {
  color: #ffffff;
  background-color: #3860bb;
  border-color: #3860bb #3860bb #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /* *background-color: #3860bb; */
}
/* YOUTUBE */
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
  /* padding-bottom: 62.5%; - 16:10 aspect ratio */
  /* padding-bottom: 75%; - 4:3 aspect ratio */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rec-rating {
  position: inherit;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.dataTables_filter {
  float: left !important;
}
.hover tbody tr:hover td,
.hover tbody tr:hover th {
  background-color: #cee5fd;
}


/* BANNER BOX
--------------------------------------------------------------------------*/
.banner-box {
  margin-bottom: 25px;
  margin-left: -5px;
  margin-right: -5px;
}
.banner-box ul {
  padding: 0;
}
.banner-box li {
  list-style: none;
  border: 5px solid rgba(59, 59, 59, 0.8);
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 15.777778%;
  transition: all 0.2s ease;
}

.banner-box li a {
  display: block;
  color: white;
}
.banner-box li a:hover {
  opacity: 0.9;
}
.banner-box li img {
  display: block;
  width: 100%;
}
.banner-box .bx-wrapper img {
  width: 100%;
}
.banner-box li span {
  background-color: #d1d1d1;
  color: #3f3f3f;
  float: left;
  font-family: "Oswald Regular", sans-serif;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.banner-box li a:hover span {
  text-decoration: underline;
}
.banner-box.series li a {
  position: relative;
}
.banner-box.series li .slider-series-caption {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  height: 30px;
  left: 0;
  padding-left: 14px;
  padding-right: 12px;
  padding-top: 9px;
  position: absolute;
  width: 100%;
  color: #fff;
  font: 13px/1 "Oswald Regular", sans-serif;
}
.banner-box.series li .slider-series-caption .left {
  float: left;
}
.banner-box.series li .slider-series-caption .right {
  display: block;
  float: right;
}
.most-popular-poster {
  position: relative;
}
.most-popular-poster .green {
  background: #64c80a !important;
}
.most-popular-poster .yellow {
  background: #fd9b27 !important;
}
.most-popular-rating {
  position: absolute;
  bottom: 4px;
  z-index: 3;
  left: 4px;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
