/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root{
    --mauchudao: #f0536a;
}

#header .header-bg-color{
    background-color:transparent!important;
}

.header-search-form .search-field{
    border-color: #fff!important;
    color:#fff!important;
    width: 240px;
}

.header-search-form .search-field::placeholder{
    color: #fff;
}

.header-search-form .ux-search-submit i{
    color: #fff!important;
}

.header-nav{
    gap: 15px;
}

.header-nav>li>a{
    color: #fff;
}

.header-nav>li>a:hover{
    color: var(--mauchudao);
}

.header-nav>li.current-menu-item>a{
    color: var(--mauchudao);
}

.header-nav>li>a:hover::before{
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    background-color: var(--mauchudao);
    width: 100%;
}

.header-nav>li.current-menu-item>a::before{
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    background-color: var(--mauchudao);
    width: 100%;
}

.sub-menu{
    padding: 0;
    border:0px!important
}

.header-nav li.has-dropdown:before{
    border: 0px!important;
}

.header-nav>li.current-menu-parent>a::before{
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    background-color: var(--mauchudao);
    width: 100%;
}

.header-nav>li.current-menu-parent>a{
    color: var(--mauchudao);
}

.sub-menu>li>a{
    margin: 0px!important;
    padding: 8px 10px!important;
    font-size: 14px;
    border-bottom: unset!important;
}

.sub-menu>li>a:hover{
    color: var(--mauchudao);
}

.stuck {
    background: #000;
}

.absolute-footer{
    display: none;
}

.text-absolute-ft p{
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}

.col-padding-clear{
    padding-bottom: 0px;
}

/* #footer{
    background: #212B36;
} */

.text-tt-ft{
    color: #fff;
    font-size: 15px;
}

.text-tt-ft a{
    color: #fff;
}

.text-tt-ft p{
    margin-bottom: 10px;
}

.title-footer .section-title-main{
    color: #fff;
    text-transform: none;
    font-size: 18px;
}

.title-footer .section-title-normal{
    border-bottom: 0px;
}

.section-title-normal span{
    border-bottom: 0px;
}

.section-title-container{
    margin-bottom: 0;
}

.menu-ft .ux-menu-link__link{
    color: #fff;
    font-size: 15px;
    min-height: unset!important;
}

.menu-ft .ux-menu-link__link:hover{
    color: var(--mauchudao);
}

.title-home .section-title-main{
    color: var(--mauchudao);
}

.title-home .section-title-normal{
    border-bottom-color: var(--mauchudao);
    margin-bottom: 25px;
}

.movie_block{
    /* margin-bottom: 35px; */
}

.sec-dangthinhhanh{
    padding-bottom: 5px!important;
}

.title-sidebar .section-title-main{
    font-size: 15px!important;
    color: #fff;
}

.title-sidebar .section-title-normal{
    border-width: 1px!important;
    border-color:var(--mauchudao);
    padding-bottom: 2px;
}

.title-sidebar .section-title-normal span{
    border-bottom: 4px solid var(--mauchudao)!important;
}

.MovieList{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.MovieList li{
    margin-left: 0px!important;
}

.title-sidebar{
    margin-bottom: 15px;
}

ul.MovieList.Newepisode li {
    padding: 5px 6px 5px 5px;
    font-size: 13px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #171515;
    margin-bottom: 0;
    margin-left: 0;
}

ul.MovieList.Newepisode li a {
    color: #ccc;
    padding: 5px 0;
    display: flex;
}

ul.MovieList.Newepisode li a span:first-child {
    color: #E2272DFF !important;
}

ul.MovieList.Newepisode li a span:first-child {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    vertical-align: middle;
    color: #ce9090;
}

ul.MovieList.Newepisode li a span:last-child {
    display: inline-block;
    width: 30%;
    text-align: right;
    color: #5f5f5f;
    font-style: italic;
}

.TPost.A {
    position: relative;
    padding-left: 65px;
    min-height: 85px;
}

.TPost .Top {
    color: #333;
}

.TPost .Top:before {
    border-bottom-color: #b5e745!important;
}

.TPost .Top:before, .TPost .Top:after {
    content: '';
    width: 0;
    top: 0;
    right: -5px;
    position: absolute;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
}

.TPost .Top>i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
}

.TPost .Top {
    position: absolute;
    left: -5px;
    top: -4px;
    min-width: 22px;
    padding: 0 5px;
    border-radius: 3px 0 0 0;
    z-index: 1;
    font-size: .6rem;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    background-color: #b5e745;
}

.TPost.A .Image {
    position: absolute;
    width: 55px;
    left: 0;
    top: 0;
}

.TPost .Top>i:before {
    border-left: 11px solid transparent;
    float: right;
}

.TPost .Top>i:after {
    border-right: 11px solid transparent;
    float: left;
}

.TPost .Top>i:before, .TPost .Top>i:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
}

.TPost .Top>i:after, .TPost .Top>i:before {
    border-top-color: #b5e745;
}

/* .TPost.A .Image figure {
    padding-top: 85px;
} */

.TPost.A .TpMvPlay:before {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}

.NoBrdRa .TpMvPlay:after{
    border-radius: 3px !important;
}

.TpMvPlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.TpMvPlay:before, .TpMvPlay:after {
    transition: .2s;
    opacity: 0;
}

.TPost .Title {
    line-height: 20px;
    transition: .4s;
    max-height: 40px;
    overflow: hidden;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}

.TpMvPlay:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    z-index: 2;
    transform: scale(0);
}

.AAIco-play_arrow:before {
    content: '\f144';
    font-family: 'Font Awesome 5 Free';
}

.Vote::before{
    content: '';

}

p.Info {
    margin-bottom: 0;
    display: flex;
    gap: 0px;
    flex-wrap: nowrap;
}

p.Info>span.Vote {
    font-weight: 700;
}
p.Info>span {
    display: inline-block;
    vertical-align: top;
    font-size: .75rem;
    line-height: 20px;
    margin-right: .5rem;
    margin-bottom: 4px;
    color: #78909c;
    font-size: 11px;
}

.Vote::before {
    color: #b5e745;
    font-family: 'Font Awesome 5 Free';
    content: '\f005';
    margin-right: 8px !important;
}

.Time::before{
    color: #78909c;
    font-family: 'Font Awesome 5 Free';
    content: '\f017';
    margin-right: 8px !important;
}

.Date::before{
    color: #78909c;
    font-family: 'Font Awesome 5 Free';
    content: '\f133';
    margin-right: 8px !important;
}

p.Info>span.Vote:before{
    color: #b5e745;
}

p.Info>span:before {
    font-size: .875rem;
    margin-right: .2rem;
}

p.Info>span.Qlty, .Qlty {
    font-size: .625rem;
    color: #fff;
}

.TpMvPlay img{
    height: 100%;
    object-fit: cover;
}

.TpMvPlay{
    height: 75px;
}

.movie-4k {
    background: linear-gradient(81.43deg, #ff0000 1%, #1d1bb3 87.89%) !important;
}

p.Info>span.Qlty, .Qlty {
    font-size: .625rem;
}

.Qlty {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 .6rem;
    border-radius: 10px;
    font-weight: 700;
}

.col-sidebar .col-inner {
    padding: 20px 15px;
    background-color: #181d1f;
    border-radius: 10px;
}

.post-views-icon{
    display: none!important;
}

.movie-poster .post-views{
    float: right;
    margin-left: 2px;
}

.blog-archive .post-item .is-divider{
    display: none;
}

.blog-archive .page-title {
    font-size: 30px;
    margin-bottom: 0;
}

.category_post a{
    padding: 3px 15px;
    border-radius: 45px;
    background: #e82334;
    margin-top: 10px;
}

.category_post {
    margin-top: 10px;
}

.meta_post {
    display: flex;
    gap: 15px;
    font-size: 12px;
    margin-top: 10px;
}

.meta_post span{
    display: flex;
    gap: 5px;
    align-items: center;
}

.blog-archive .post-item .col-inner{
    background: rgb(37,37,37);
    border-radius: 15px;
}

.blog-archive .post-item .box-text{
    padding: 15px;
}

.blog-archive .post-item .image-cover{
    border-radius: 15px 15px 0px 0px;
}

.post-sidebar ul li{
    border-top:0px!important
}

.post-sidebar{
    border: 0px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

/* .blog-single #comments{
    display: none;
} */

.post-sidebar .is-divider{
    display: none;
}

.post-sidebar .widget-title {
    margin-bottom: 15px;
    display: inline-flex;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
}

.post-sidebar .widget-title span{
    border-bottom: 5px solid var(--mauchudao);
}

.post-sidebar .widget {
    padding: 20px 15px;
    background-color: #181d1f;
    border-radius: 10px;
}   

.post-sidebar .widget-title::before{
    content: '';
    width: 100%;
    height: 1px;
    background: var(--mauchudao);
    position: absolute;
    bottom: 5px;
}

.movie-box {
    display: flex;
    background: #212B36;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0px 0 20px;
}

.movie-box-img {
    min-width: 30%;
    margin: auto;
    padding: 20px;
    width: 200px;
}

.movie-box img {
    object-fit: cover;
    width: 100%;
}

.thumbnail {
    aspect-ratio: 2 / 3;
    width: 100%;
    background-color: #888;
    border-radius: var(--border-radius);
}

.movie-info {
    min-width: 70%;
    padding: 20px;
}

.tabbed-content {
    display: flex;
    flex-flow: row wrap;
}

.movie-info .tab-panels{
    
}

.movie-info__watch-button {
    a {
        text-align: center;
        color: white;
        width: 100%;
        background-color: var(--mauchudao);
        color: white;
        padding: 4px 8px;
        border-radius: 8px;
        cursor: pointer;
        text-align: center;
        display: block;
    }
}

.movie-title-detail {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.movie-original-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    display: -webkit-box;
    font-size: 0.875rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.movie-info__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
}

.movie-info__stats{
    display: flex;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
}

.movie-info__stats .stat-item{
    display: flex;
    align-items: center;
    gap: 5px;
}

.movie-info__rating .views-count{
    display: flex;
    gap: 10px;
    font-size: 14px;
    /* margin-top: 10px; */
}

.star-rating span:before{
    color: #FFC107!important;
}

.kksr-muted{
    display: none;
}

.movie-info__rating{
    display: flex;
    align-items: center;
    gap: 10px;
}

.movie-info__rating .kksr-icon{
    width: 18px!important;
    height: 18px!important;
}

.movie-info__rating{
    margin-top: 5px;
    margin-bottom: 5px;
}

.movie-info__rating .kk-star-ratings .kksr-legend{
    font-size: 14px!important;
}

.single-page .kk-star-ratings{
    display: none;
}

.ds_tapphim {
    color: var(--mauchudao)!important;
}

.episode-item {
    display: block;
    color: white;
    background: var(--mauchudao);
    padding: 5px 5px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.episodes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
    gap: 8px;
    max-height: 150px;
    overflow-y: auto;
    padding: 15px 0px 25px;
} 

pre{
    background: #000;
}

.movie-info-table {
    width: auto;
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 15px;
}

.movie-info-table th.tag-section {
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    padding-right: 8px;
    text-transform: none;
    
}

.movie-info-table th, .movie-info-table td {
    border:0px;
    padding-top: 5px;
    font-size: 14px;
}

/* .movie-info-table th, .movie-info-table td {
    padding: 0;
} */


.custom-meta-box-tags>.meta-tag-row>.meta-tag-values>span {
    background-color: #282ff5;
    color: #FFF;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: .9rem;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s ease;
    padding: 8px 15px;
    margin-right: 5px;
}

.single-movie .comments-area{
    margin: 15px auto!important;
}

.wpd-rating-title{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.block_rating .kk-star-ratings {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
}

.block_rating .kksr-stars-inactive{
    justify-content: center;
}

.block_rating .kksr-stars-active{
    /* margin: auto; */
    right: 0;
}

.block_rating{
    margin-top: 25px;
}

.kksr-legend{
    /* display: none; */
}

.block_rating .kksr-stars{

}

.custom-meta-box-tags>.meta-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.custom-meta-box-tags{
    margin-top: 20px;
}

.meta-tag-label{
    font-weight: bold;
    font-size: .9em;
}

.movie-item:hover img{
    transform: scale(1.1);
    transition: all 0.3s;
}

.movie-item img{
    transition: all 0.3s;
}

 .movie-item.item-7, .movie-item.item-7 .movie-meta{
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    /* padding: 0 !important; */
  }

  .movie-item.item-7 .movie-poster{
    position: relative;
  }

  .movie-item.item-7 .movie-poster{
    width: 100%;
    /* aspect-ratio: 2 / 3; */
    border-radius: 8px;
    overflow: hidden;
    height: 340px;
  }

  .movie-item.item-7 .movie-poster .movie-link,
.movie-item.item-7 .movie-poster img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

.movie-item.item-7 .view-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    /* Nền bán trong suốt */
    color: #46E1FF;
    /* Màu chữ giống view-count hiện tại */
    font-size: 12px;
    font-weight: 400;
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 1.2;
    z-index: 10;
    /* Đảm bảo nằm trên ảnh */
}

.movie-item.item-7 .movie-episode-last {
    /* display: inline-flex !important; */
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 11 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}
 
.movie-item.item-7 .movie-meta {
    margin-top: 10px !important;
    padding-top: 0 !important;
}

.movie-item.item-7 h3.movie-title,
.movie-item.item-7 h3.movie-title a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.movie-item.item-7 .movie-original-title {
    font-size: 12px;
    color: gainsboro;
    margin-top: 0 !important;
}

.movie-item.item-7 .movie-episode-last a {
    background: rgba(0, 0, 0, 0.72) !important;
    color: #ffc107 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) !important;
}
 
.movie-title a{
    color: #fff;
    font-size: 17px;

}

.movie-title{
    margin-bottom: 0px
}

.archive .movie_by_category {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 25px;
}

.archive .movie-item.item-7{
    width: 25%;
    padding: 0px 10px !important;
}

.archive .movie-poster{
    aspect-ratio:unset!important
}

.title_category{
    color: var(--mauchudao)!important;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.archive .rank-math-breadcrumb{
    padding: 0px 10px;
}

.archive p{
    margin-bottom: 12px;
}

.episode-number{
    font-size: 14px;
}

.related-movie{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 25px;
}

.related-movie .movie-item.item-7 {
    width: 25%;
    padding: 0px 10px !important;
}

.title-related{
    font-size: 1.6em;
}

#movie_player{
    height: 540px;
    margin-bottom: 20px;
}

.server-button {
    font-size: 0.9rem;
    margin: 0 5px;
    background: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.server_block{
    display: flex;
    justify-content: center;
    margin: 35px 0px;
}
/* 
.title_server{
    margin-bottom: 10px;
} */

.block_server_ep{
    margin-bottom: 25px;
}

.title_movie_player{
    margin-bottom: 15px;
}

.simple-acf-search-form input{
    color: #000 !important;
    border-color: #fff !important;
    width: 200px;
    border-radius: 45px;
}

.simple-acf-search-form button{
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    color: currentColor !important;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.search-header h1{
    margin-bottom: 25px;
}

.row-d-none{
    display: none;
}

.movie_block_row .movie-item{
    padding: 0px 10px !important;
    width: 25%!important;
}

.movie_block_row .swiper-wrapper{
    flex-wrap: wrap;
    row-gap: 25px;
}

.btn-xemthem{
    font-size: 14px;
    margin-bottom: 0!important;
}

.notify_notfound{
    padding: 0px 10px;
}

.icon-menu{
    color: #fff;
}

.live-search-results{
    display: none!important;
}

.header-nav .menu-item-has-block .sub-menu{
    padding: 10px 15px;
}

.menu-header .ux-menu-link__link {
    font-size: 14px;
    min-height: unset!important;
}

.item_schedule>h3{
    text-align: center;
    background: var(--mauchudao);
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 19px;
    margin-bottom: 30px;
}

.item_schedule .movie-item{
    width: 20% !important;
}

.title_lichchieu .section-title b{
    opacity: 1;
    background-color: rgb(229 35 52);
}

.time_coutdown{
    bottom: 0px!important;
    right: 0px!important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 0px!important;
    font-weight: bold!important;
    font-size: 13px!important;
}

.post_comments {
    display: none;
}

.title_lichchieu .section-title{
    margin-bottom: 30px;
}

.countdown_box{
    gap: 7px;
    display: flex;
}

.schedule_text{
    padding: 15px;
    background: var(--mauchudao);
    margin-bottom: 30px;
    border-radius: 15px;
}

.schedule_text p{
    margin-bottom: 10px;
}

.col-sidebar-home .col-inner{
    position: sticky;
    top: 100px;
}

.single-post .entry-category{
    display: none;
}

.single-post .entry-divider{
    display: none;
}

.single-post .entry-image img{
    border-radius: 10px;
}

.meta_post{
    gap: 15px;
    align-items: center;
    font-size: 14px;
}

.item-meta{
    gap: 10px;
    align-items: center;
}

.ez-toc-title-container .ez-toc-title{
    color: #444!important;
}

.ez-toc-icon-toggle-span svg{
    fill: #444!important;
    color: #444!important;
}

.ez-toc-title-container{
    margin-bottom: 5px;
}

.col-page-right-sidebar{
    border: 0!important;
    padding: 0 15px 30px!important;
}



.suggestion-result .title_movie{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 13px;
}

.image_feature{
    width: 20%;
    height: 50px;
    object-fit: cover;
}

.suggestion-result .col-innear .item-result{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* .suggestion-result .col-innear{
    width: 100%;
} */

/* HTML: <div class="loader"></div> */

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
    background: #212B36!important;
}

::-webkit-scrollbar-thumb {
    background: var(--mauchudao)!important;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--mauchudao)!important;
}

.block_weekday{
    padding: 17px 20px;
    background: #1a1a1a;
    margin-bottom: 30px;
    border: 1px solid #ffffff2b;
    border-radius: 20px;
    text-align: center;
}

.block_weekday ul{
    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: center;
    margin-bottom: 0px;
}

.block_weekday ul li a{
    padding: 10px 15px;
    border: 1px solid #ffffff2b;
    border-radius: 10px;
    background: #1a1a1a;
    transition: all 0.2s;
    cursor: pointer;
}

.block_weekday ul li{
    margin: 0px;
}

.weekday .active a{
    background: var(--mauchudao);
}

.weekday a:hover{
    background: var(--mauchudao);
    transition: all 0.2s;
}

.time_showing{
    width: 100%;
    top: 0!important;
    bottom: 0!important;
    right: 0!important;
    height: 100%;
    z-index: 9!important;
    background: rgb(0 0 0 / 35%)!important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px!important;
    font-weight: bold!important;
    color: #fff!important;
    text-transform: uppercase;
}

.wrap>a{
    position: absolute;
    inset: 0;
    z-index: 11;
}

.col-ongoing .movie_block_row .movie-item{
    width: 20% !important;
}

@keyframes l1 {to{transform: rotate(.5turn)}}

@media(max-width:549px){
    .time_coutdown{
        font-size: 11px !important;
        text-align: center;
    }

    #search-lightbox .searchform-wrapper input {
        background-color: rgb(255, 255, 255) !important;
        color: rgb(0, 0, 0)!important;
    }

    #search-lightbox .searchform-wrapper input::placeholder{
        color: rgb(0, 0, 0)!important;  
    }

    #search-lightbox .searchform-wrapper .ux-search-submit{
        color: #000!important;
    }

    .archive .movie-item.item-7{
        width: 50%;
    }

    .movie_block_row .movie-item{
        width: 50% !important;
    }

    .movie-item.item-7 .movie-poster img {
        object-fit: cover !important;
    }

    .related-movie .movie-item.item-7{
        width: 50%;
    }

    #movie_player{
        height: 260px;
    }

    .movie-box-img{
        min-width: 100%;
    }

    .movie-box{
        flex-wrap: wrap;
    }

    .movie-info__rating{
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .movie-item.item-7 .movie-poster{
        height: 250px;
    }
}

@media(min-width:550px) and (max-width:849px){
    .movie_block_row .movie-item{
        width: 33.33% !important;
    }

    .archive .movie-item.item-7{
        width: 33.33%;
    }
}

@media(max-width:849px){
    .mobile-nav .icon-search{
        color: #fff;
    }
}