
  #myFooter {
    background-color: #232323;
  }

  #myFooter .footer-copyright {
    background-color: #151414;



  }

  .form-control {
    box-shadow: 0 0 20px 2px #370f0f !important;
  }

  .topnav {
    position: fixed;
    width: 100%;
    background-color: #333333de;
    overflow: hidden;
    z-index: 10000;
  }

  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  /* Centered section inside the top navigation */
  .topnav-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

/* width */
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--background-color);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 2rem;
  }
  


  /* Right-aligned section inside the top navigation */
  .topnav-right {
    float: right;
    display: none;
  }

  /* The side navigation menu */
  .sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1000000;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    direction: rtl;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 0;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
  }

  /* The navigation menu links */
  .sidenav .link:hover {
    background: #E80913;
    border-radius: 50px;
    color: #fff;
  }

  .sidenav .link {
    padding: 5px 5px 0px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    margin: 0 10px 5px 10px;
  }

  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 36px;
    margin-right: 50px;
  }

  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }

  #rightMenu #logo {
    margin-left: 10px;
    margin-top: -60px;
    max-width: 130px;
  }

  #rightMenu #account {
    padding: 6px;
    color: white;
    text-decoration: none;
    width: 124px;
    text-align: center;
    display: table-caption;
    margin: 0;
  }

  #rightMenu #account i {
    font-size: 45px;
  }

  #rightMenu #account span {
    font-size: 14px;
  }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav a {
      font-size: 16px;
    }
  }

  .scrollmenu {
    overflow: auto;
    white-space: nowrap;
    direction: rtl;
  }

  .scrollmenu .scrollmenu-item {
    display: inline-block;
  }

  .overlay-div:before {
    right: auto;
  }

  #section-opt {
    padding: 0;
  }

  .openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
  }

  .openBtn:hover {
    background: #bbb;
  }

  .overlayx {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 11111;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.96);
  }

  .overlay-content {
    position: relative;
    top: 15%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }

  .overlayx .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }

  .overlayx .closebtn:hover {
    color: #ccc;
  }

  .scrollmenu-item {
    width: 120px;
    height: auto;
    margin-left: 5px;
  }

  .latest-movie-img-container {
    height: 180px;
    position: relative;

  }

  @media screen and (max-width:768px) {
    .scrollmenu .scrollmenu-item {
      height: auto;
      margin-left: 5px;
    }

    .latest-movie-img-container {
      width: 100%;
      margin-left: 5%;
    }

    .movies-list-wrap .ml-title span.title {
      font-size: 14px;

    }
  }

  .thumb-imdb {
    background: #eacb11;
    color: #000;
    padding: 0px 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    width: 3.7rem;
  }

  .thumb-year {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }

  .thumb-des h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    overflow-x: scroll;
  }

  .thumb-des h3 a:hover {
    text-decoration: none;
  }

  .cat-more {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
  }

  #section-opt .movies-list-wrap .ml-title span.title,
  .movie-heading span,
  div.movies-list-wrap .ml-title span.title {
    color: #fff;
  }

  .movies-list-wrap .ml-title span.title::before {

    /* width: 110px;
    height: 2px;
    background: #ff0000;
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    margin-right: 5px; */
  }

  .movies-list-wrap .ml-title div.title {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-right: 20px;
    position: relative;
  }

  .movies-list-wrap .ml-title div.title::before {
    width: 150px;
    height: 2px;
    background: #ff0000;
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    margin-right: 5px;
  }

  .thumb-des {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #5d5d5dd4;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }

  .thumb-des h3 a {
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .thumb-imdb__two {
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    text-align: left;
    padding-left: 0.6rem;
    width: 3.5rem;
    position: absolute;
    bottom: 5rem;
    left: 0;
  }


  .thumb-yars__two {
    position: absolute;
    top: 1rem;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.1rem;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    text-align: right;
    padding: 0.2rem 1rem 0.2rem 0rem;
    width: 4.5rem;
  }


  .thumb-year {
    font-size: 10px;
  }

  p,
  input,
  a,
  button,
  .btn {
    font-size: 11.5px;
    color: white !important;
  }

  .thumb-des h3 {
    font-size: 1rem;
  }

  .pull-left {
    position: absolute !important;
    right: 0;
  }

  .pull-left__two {
    position: absolute;
    bottom: 3rem;
    left: 0;
  }

  .thumb-des h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.7rem 1rem 0.1rem 0;
    display: flex;
    align-items: center;
  }

  .thumb-des h3 a {
    margin: 0 !important;
  }

  .navbar-res {
    display: none;
  }

  .navbar-toggle .icon-bar {
    background: white;
    height: 3px;
  }

  .link i {
    font-size: 22px;
  }

  .listOverlay li a {
    color: #999;
    padding: 5px 15px;
    display: inline-block;
    width: 130px;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 15px;
  }

  .listOverlay .closebtn {
    top: 0;
    right: 0;
  }

  .listOverlay .overlay-content {
    top: 15%;
    height: 80%;
    width: unset;
    overflow-y: scroll;
  }

  [slider] {
    width: 100%;
    position: relative;
    height: 5px;
    margin: 65px 0 20px 0;
    direction: ltr;
  }

  [slider]>div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 5px;
  }

  [slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }

  [slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }


  [slider]>div>[range] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 14px;
    background-color: #d02128;
  }

  [slider]>div>[thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 20px;
    width: 20px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
  }

  [slider]>input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    opacity: 0;
  }

  div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
  }

  div[slider]>input[type=range]:focus {
    outline: none;
  }

  div[slider]>input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
  }

  div[slider]>input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
  }

  div[slider]>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
  }

  div[slider]>input[type=range]::-ms-tooltip {
    display: none;
  }

  [slider]>div>[sign] {

    position: absolute;
    margin-left: -15px;
    top: -40px;
    z-index: 3;
    background-color: #ffffff;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  [slider]>div>[sign]>span {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
  }

  [slider]:hover>div>[sign] {
    opacity: 1;
  }

  [slider]>div>[sign2] {

    position: absolute;
    margin-left: -20px;
    top: -40px;
    z-index: 3;
    background-color: #ffffff;
    color: #fff;
    width: 50px;
    height: 28px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  [slider]>div>[sign2]>span {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
  }

  [slider]:hover>div>[sign2] {
    opacity: 1;
  }

  [slider]>div>[sign3] {

    position: absolute;
    margin-left: -11px;
    bottom: -45px;
    z-index: 3;
    background-color: #ffffff;
    color: #fff;
    width: 50px;
    height: 28px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  [slider]>div>[sign3]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    bottom: 24px;
    border-left: 16px solid transparent;
    border-right: 14px solid transparent;
    border-bottom-width: 16px;
    border-bottom-style: solid;
  }

  [slider]>div>[sign3]>span {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
  }

  [slider]:hover>div>[sign3] {
    opacity: 1;
  }

  .list_item_container {
    position: unset;
    margin-top: 0;
    width: 90%;
  }

  ul#ui-id-1 {
    width: 80% !important;
    max-width: 460px;
    position: fixed;
    height: 70%;
    overflow-y: scroll;
  }