/** Start Responsive **/

@media (min-width: 1300px) {
    .movie__trailer_iframe_popup {
        width: 50vw;
    }

    .main__panel {
        height: 100vh;
        padding: 9em 0 0 11px;
    }

    .sidebar {
        height: calc(100vh - 10px);
        position: fixed;
        z-index: 99;
    }

    .movie__footer {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        padding-bottom: 2em;
        border-bottom: solid 1px var(--sidebar-color);
    }

    .footer-top {
        padding-bottom: 0;
    }

    .main__panel .demo-cont,
    .main__panel .fnc-slider {
        height: 550px;
    }

    .info__panel {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .video__panel iframe {
        height: 500px;
    }
}

@media (max-width: 1300px) {
    .movie__trailer_iframe_popup {
        width: 50vw;
    }

    .sidebar {
        position: fixed;
        z-index: 99;
    }

    .main__panel {
        height: 100vh;
        padding: 9em 0 0 11px;
    }

    .movie__login_panel {
        width: 50vw !important;
    }

    .video__panel iframe {
        height: 450px;
    }

    .movie__footer {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        padding-bottom: 2em;
        border-bottom: solid 1px var(--sidebar-color);
    }

    .footer-top {
        padding-bottom: 0;
    }

    .main__panel .demo-cont,
    .main__panel .fnc-slider {
        height: 450px;
    }

    .info__panel {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}

@media (max-width: 991px) {
    .movie__trailer_iframe_popup {
        width: 80vw;
    }

    .movie_detail_container,
    .movie_detail_sidebar_right {
        padding: 0 5px 0 0px;
    }

    .sidebar {
        position: relative;
        top: 0;
        z-index: 99;
    }

    .main__panel {
        padding: 10px 4px 0 10px;
    }

    .movie__header {
        padding-bottom: 15px;
    }

    ul.nav.nav-sidebar li a {
        padding: 0.8em 0 0.8em 2em;
    }

    .movie__login_panel {
        width: 70vw !important;
    }

    .video__panel iframe {
        height: 400px;
    }

    .movie__footer {
        display: flex;
        flex-direction: column;
        padding-bottom: 2em;
        border-bottom: solid 1px var(--sidebar-color);
        align-content: space-between;
    }

    .footer-top {
        padding-bottom: 2em;
    }

    .main__panel .demo-cont,
    .main__panel .fnc-slider {
        height: 400px;
    }

    .info__panel {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}

@media (max-width: 640px) {
    .movie__trailer_iframe_popup {
        width: 80vw;
    }

    form.navbar-form.navbar-right {
        box-shadow: none;
    }

    .sidebar {
        position: relative;
        z-index: 99;
        top: 0px;
    }

    .main__panel {
        padding: 10px 4px 0 10px;
    }

    .movie__header {
        padding-bottom: 15px;
    }

    form.navbar-form.navbar-right {
        width: 100% !important;
        margin: 0;
    }

    .video__panel iframe {
        height: 300px;
    }

    .movie__footer {
        display: flex;
        flex-direction: column;
        padding-bottom: 2em;
        border-bottom: solid 1px var(--sidebar-color);
        align-content: space-between;
    }

    .footer-top {
        padding-bottom: 2em;
    }

    .main__panel .demo-cont,
    .main__panel .fnc-slider {
        height: 400px;
    }

    .info__panel {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .movie__trailer_iframe_popup {
        width: 80vw;
    }

    form.navbar-form.navbar-right {
        box-shadow: none;
    }

    .movie_detail_container,
    .movie_detail_sidebar_right {
        padding: 0 5px 0 0px;
    }

    .sidebar {
        position: relative;
        z-index: 99;
        top: 0px;
    }

    .main__panel {
        padding: 10px 4px 0 10px;
    }

    .movie__header {
        padding-bottom: 15px;
    }

    form.navbar-form.navbar-right {
        width: 100% !important;
        margin: 0;
    }

    .top-search {
        width: 70vw !important;
    }

    .movie__login_panel {
        width: 80vw !important;
    }

    .video__panel iframe {
        height: 300px;
    }

    .movie__footer {
        display: flex;
        flex-direction: column;
        padding-bottom: 2em;
        border-bottom: solid 1px var(--sidebar-color);
        align-content: space-between;
    }

    .footer-top {
        padding-bottom: 2em;
    }

    .main__panel .demo-cont,
    .main__panel .fnc-slider {
        height: 400px;
    }

    .info__panel {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}

/** End Responsive **/

body,
.main__panel {
    background: var(--main-bg);
}

.resent-grid-info {
    background-color: var(--main-video-bg) !important;
    border-radius: 0px 0px 8px 8px;
}

.sidebar {
    background: var(--sidebar-bg);
}

.footer,
.side-bottom {
    background-color: var(--nav-header-bg);
}

.resent-grid a img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: right top;
    border-radius: 8px 8px 0 0;
}

.single-right-grid-left a img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: right top;
}

.video__panel {
    width: 100%;
}

.w-100 {
    width: 100%;
}

.info__panel {
    width: 100%;
    margin: 1em 0 0 0;
    padding-left: 0;
    padding: 3em 1em;
    background: var(--main-publish-bg);
    border-radius: 8px;
}

.video__info__img {
    width: 150px;
    border-radius: 10px;
}

.video__info__img_panel {
    margin-left: 24px;
}

.info li {
    list-style: none;
    font-size: 12px;
    line-height: 2;
}

.recommended-info h3 {
    color: var(--main-title-color);
    margin: -32px 0 1em 0;
}

.page-item:first-child .page-link {
    border-radius: 8px 0px 0px 8px !important;
    border: none;
    background: var(--pagin-bg) !important;
    font-weight: 700;
}

.page-item:last-child .page-link {
    border-radius: 0px 8px 8px 0px !important;
    border: none;
    background: var(--pagin-bg) !important;
    font-weight: 700;
}

.page-link {
    background: var(--pagin-bg) !important;
    padding: 9px 12px !important;
    width: 110px;
    text-align: center;
    font-size: 12px;
}

.main-grids {
    background: var(--main-bg);
    min-height: 75vh;
}

.top-search form input[type="text"] {
    border-radius: 8px;
}

.services-icon {
    background: #ffffff;
    width: 86px;
    height: 75px;
}

.services-icon svg {
    width: 50px !important;
    height: 50px !important;
}

.news-icon span.glyphicon-user {
    margin: 0 2em 0 0;
    font-size: 16px !important;
}

.search__list_panel {
    margin-bottom: 10px;
}

.icon__gyp_title {
    font-size: 18px;
    color: #fd5b62;
    margin-right: 10px;
}

.panel__col_6 .panel__col_list {
    margin-bottom: 10px;
    padding: 0px 7px 0 1px;
}

.panel__icon_paly:hover .icon__play {
    visibility: visible;
    opacity: 1;
}

.icon__play {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    padding: 8px 8px 7px 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    -webkit-box-shadow: 1px 1px 21px 2px #06070c; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 21px 2px #06070c; /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 21px 2px #06070c; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.icon__play .fa {
    color: #fff;
    font-size: 24px;
}

nav.navbar.navbar-inverse.navbar-fixed-top {
    background: var(--nav-header-bg);
    border: none !important;
}

.resent-grid-info a.title-info,
.song-info h3,
.info li,
.published,
.single-right h3,
.single-right-grid-right a.title,
.movie__text_color {
    color: var(--main-title-color);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Battambang";
}

.recommended-grid-info a.title {
    color: var(--main-video-text-color);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Battambang";
}

.resent-grid-info a.title-info:hover,
.recommended-grid-info a.title:hover,
.single-right-grid-right a.title:hover {
    text-decoration: none;
}

.recommended-grid-info {
    box-shadow: var(--recommended-grid-info-shadow) !important;
}

.scrollable {
    overflow: overlay !important;
}

.scrollable::-webkit-scrollbar {
    width: 4px !important;
}

/* .scrollable:hover::-webkit-scrollbar {
    width: 8px !important;
} */

.scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
}

.scrollable::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #000000;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: rgb(167, 167, 167);
    border-radius: 4px;
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        color-stop(0.5, rgb(167, 167, 167)),
        color-stop(0.5, transparent),
        to(transparent)
    );
}

.song-info h3,
.info li,
.published,
.single-right h3,
.single-right-grid-right a.title,
.top-search form input[type="text"],
.box input[type="text"],
.box textarea,
.upload-info h5,
.movie_title_related {
    color: var(--nav-header-text-color) !important;
}

.published {
    background: var(--main-publish-bg) !important;
    border-radius: 8px;
}

.single-right {
    background: #18191a;
}

.movie__related_panel {
    padding: 5px;
    margin-right: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.movie__related_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.movie__related_img a {
    width: 100px !important;
    height: auto !important;
}

.movie__related_img img {
  border-radius: 8px;
}

.movie__related_desc {
    padding: 0 20px;
}

.movie__related_title,
a.movie__related_title {
    font-size: 10pt;
    text-decoration: none;
    color: var(--main-title-color);
}

.movie__related_desc_text {
    font-size: 8pt;
    color: #9e9e9e;
}

.movie__related_img .postify {
    height: 150px !important;
}

.movie__related_panel:hover {
    background: var(--main-publish-bg);
    cursor: pointer;
    border-radius: 8px;
}

.box input[type="text"],
.box textarea {
    outline: none;
    border: none;
    padding: 10px 10px;
    font-size: 13px;
    background: #3a3b3c;
    border-radius: 8px;
    width: 100%;
}

.all-comments {
    margin: 0;
    padding-left: 0;
    padding: 3em 1em;
    box-shadow: unset !important;
    min-height: 80vh;
}

.movie__button {
    padding: 5px 35px;
    border-radius: 6px;
    color: #d8e6eb;
    background-color: var(--nav-header-btn-login-bg) !important;
    border-color: var(--nav-header-btn-login-bg) !important;
}

.movie__button:hover,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: var(--main-login-btn-bg);
    border-color: var(--main-login-btn-bg) !important;
}

form.navbar-form.navbar-right {
    margin-right: 0 !important;
    width: 100%;
    margin-left: 0 !important;
    position: relative;
}

.movie__header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.upload,
.upload-right,
.services-icon {
    background: var(--main-ntfc-bg);
}

.movie__not_found_panel {
    min-height: 80vh;
}

.main__panel .demo-cont,
.main__panel .fnc-slider {
    max-height: 550px;
}

.main__panel .demo-cont {
    margin: 0 0 8px 0;
    width: 99%;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.warning_msg {
    color: #e44949;
    background-color: var(--msg-warning-bg);
    border-color: var(--msg-warning-bg);
}

.pagination > li > a,
.pagination > li > span {
    color: var(--pagin-color) !important;
    text-transform: uppercase;
}

.movie__dynamic_page {
    min-height: 80vh;
}

.movie__pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.movie__episode_panel {
    height: 486px;
    background: var(--main-eps-bg);
    border: 1px solid var(--main-eps-border);
    border-radius: 8px;
    overflow: auto;
}

.movie__episode_panel_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
}

.movie__episode_panel_item img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    object-position: right top;
    border-radius: 8px;
}

.movie__episode_panel_right {
    font-size: 13px;
    color: var(--main-video-sub-text-color);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Battambang";
    padding: 10px;
}

.movie__episode_panel_item:hover {
    background: var(--main-eps-bg-hover);
    border-radius: 8px;
    cursor: pointer;
}

.movie__episode_panel a {
    text-decoration: none;
}

.movie__sidebar_icon {
    padding-right: 10px;
}

.movie__sidebar_icon_cevron {
    margin-left: 10px;
}

.movie__sidebar_break_line {
    border-top: 1px solid #242526;
    margin: 5px;
}

ul.nav.nav-sidebar li a.movie__sidebar_catg {
    color: var(--sidebar-color);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 5em;
}

.movie__btn_login {
    padding: 5px 33px;
    background: var(--nav-header-btn-login-bg);
    font-size: 12pt;
    border-radius: 6px;
    color: var(--nav-header-btn-login-color);
}

a.movie__btn_login {
    text-decoration: none;
}

a.movie__btn_login:hover {
    color: var(--nav-header-btn-login-text-hover);
    background: var(--nav-header-btn-login-bg-hover);
}

.movie__panel_search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.top-search {
    width: 50vw;
}

.movie__login_panel {
    width: 25vw;
    background: var(--main-login-bg);
    padding: 45px 35px;
    border-radius: 10px;
    box-shadow: var(--recommended-grid-info-shadow);
}

.movie__login_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    height: 80vh;
}

.movie__input__field {
    outline: none;
    border: none;
    padding: 10px 10px;
    font-size: 13px;
    background: var(--main-login-input-bg);
    border-radius: 8px;
    width: 100%;
    margin: 5px 0;
    color: var(--main-login-input-color);
}

.movie__check_agree_with {
    display: flex;
    align-items: center;
    align-content: center;
}

.movie__login_text_agree {
    padding: 3px 8px;
}

.movie__login_agree_checkbox {
    margin-top: -3px;
}

.movie__avatar {
    width: 35px;
    height: 35px;
    background: #bbbbbb;
    font-size: 18pt;
    border-radius: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

a.movie__avatar {
    text-decoration: none;
    color: var(--icon-title-text);
    text-transform: uppercase;
}

.movie__panel_btn_login {
    display: flex;
}

.movie__panel_btn_login .dropdown-menu {
  background: var(--msg-warning-bg);
  padding: 8px;
  border-radius: 10px;
  border: none;
  margin-top: 10px;
}

.movie__panel_btn_login .dropdown-menu .movie__profile_dropdown_panel{
  display: flex;
  width: 250px;
  flex-wrap: wrap;
}

.movie__prf_logout {
  width: 100% !important;
  border-radius: 8px;
  margin-top: 5px;
  background: var(--main-list-bg-hover);
}

.movie__prf_logout:hover span{
  color: #f16c6c !important;
}

.movie__prf_logout span {
  color: #ff7c7c;
}

.movie__panel_btn_login .dropdown-menu a,
.movie_his_panel a {
    text-decoration: none;
    color: var(--main-title-color);
}

.movie__panel_btn_login .movie__dropdown {
    padding: 10px;
    cursor: pointer;
    color: var(--main-title-color);
    width: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.movie__prf_label {
  padding-top: 10px;
}

.movie__panel_btn_login .movie__home_icon {
  margin-right: 0px !important;
}

.movie__panel_btn_login .movie__dropdown:hover {
    background: var(--main-list-bg-hover);
    border-radius: 10px;
}

.movie_his_panel {
    padding: 0 15px;
}

.movie_his_img {
    width: 120px;
    height: 130px;
}

.movie_his_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
    object-position: right top;
}

.movie_his_item {
    display: flex;
    align-content: center;
    padding: 5px;
    margin-bottom: 5px;
    align-items: center;
}

.movie_his_text {
    padding: 5px 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.movie_his_item:hover {
    background: var(--main-list-bg-hover);
    border-radius: 10px;
}

.movie_his_delete {
    font-size: 15pt;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.movie_his_item:hover .movie_his_delete {
    transition: all 1s ease-in;
    opacity: 1;
}

.movie__btn_reaction {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    align-content: space-between;
    overflow: overlay;
}

.movie__home_title {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    padding: 7px 0;
    margin-bottom: 10px;
}

.movie__home_text {
    font-size: 16pt;
}

.movie__home_icon {
    width: 35px;
    height: 35px;
    background: var(--icon-title-bg);
    color: var(--icon-title-text);
    border-radius: 50%;
    margin-right: 11px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 14pt;
}

.recommended-grids {
    margin: 0;
}

.movie__text_success_color {
    color: #7ca75c;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Battambang";
    font-size: 10pt;
}

.movie__ntfc_icon {
    font-size: 15pt;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: var(--ntfc-icon-color);
}

a.movie__ntfc_icon {
    text-decoration: none;
}

.movie__ntfc_icon:hover {
    background: var(--ntfc-icon-hover-bg);
    color: var(--ntfc-icon-hover-color);
}

.movie__reaction_btn_panel,
.movie__option_btn_panel {
    width: 35px;
    height: 35px;
    background: #bbbbbb;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.movie__like_btn_panel,
.movie__unlike_btn_panel,
.movie__more_btn_panel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.movie__reaction_panel {
    display: flex;
    flex-direction: row;
}

.movie__like_text,
.movie__more_text {
    padding: 8px;
    font-size: 10pt;
}

.movie__unlike_btn_panel,
.movie__more_btn_panel {
    margin-left: 10px;
}

.movie__like_btn_panel .movie__reaction_btn_panel:hover,
.movie__like_btn_active {
    background: #3a9efe;
}

.movie__unlike_btn_panel .movie__reaction_btn_panel:hover,
.movie__unlike_btn_active {
    background: #ff3259;
}

.movie__more_btn_panel .movie__option_btn_panel:hover {
    background: #ddd;
}

.movie_reaction_list_icon {
    margin: 10px;
}

.movie__slider {
    display: none;
}

.movie__theme_mode_btn {
    margin-left: 5px;
}

a.movie__theme_mode_btn {
    color: #bbb;
}

ul.nav.nav-sidebar li a {
    color: var(--sidebar-color);
    margin: 5px 8px;
    padding: 0.8em 0 0.8em 2.5em;
}

ul.nav.nav-sidebar li.active a,
.sidebar ul.nav-sidebar li a:hover,
.sidebar ul.nav-sidebar li.active a {
    background-color: var(--sidebar-bg-active) !important;
    color: var(--sidebar-color-active);
    border-radius: 8px;
}

.sidebar ul.nav-sidebar li.active {
    background-color: var(--sidebar-bg) !important;
    color: var(--sidebar-color-active);
}

.resent-grid-info p.views,
.resent-grid-info p.author {
    color: var(--main-video-sub-text-color);
}

.single-right-grid-right p.views {
    color: var(--main-video-sub-text-color) !important;
}

.footer-top-nav ul li a,
.footer-bottom-nav ul li a,
.footer-bottom-nav ul li a:hover,
.top-navigation {
    color: var(--nav-header-text-color) !important;
}

.recommended-info p {
    color: var(--recommended-info-p) !important;
}

.demo-cont {
    background-color: var(--slide-bg) !important;
}

.movie__theme_mode_btn .fa-sun {
    color: #ffc700;
}

.movie__sidebar_icon_svg {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.movie__sidebar_icon_svg svg {
    width: 22px;
    height: 22px;
}

.resent-grid-info ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.movie__subtitle_posts {
    display: flex;
    justify-content: space-between;
    font-size: 8pt;
    color: var(--main-video-text-color);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Battambang";
}

.movie__title_posts,
a.movie__title_posts {
    font-size: 12pt;
    color: var(--main-video-text-color);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Battambang";
    text-decoration: none;
}

.movie__captcha_panel {
    margin: 5px 0 10px;
    overflow-x: overlay;
    overflow-y: hidden;
}

.movie__login_panel label,
.movie__login_panel p {
    font-size: 9pt;
    font-weight: 500;
}

.movie__fb_page {
    width: 300px;
}

.footer-top {
    border-bottom: 0px !important;
}

.movie__copyright_text {
    display: flex;
    justify-content: center;
    padding: 9px 0 0px;
    font-size: 9pt;
    color: var(--sidebar-color);
}

.footer {
    padding: 2em 3em 0 !important;
    margin-bottom: -10px;
}

.width-100 {
    width: 100%;
}

.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.width-30 {
    width: 30%;
}

.width-20 {
    width: 20%;
}

.width-10 {
    width: 10%;
}

.panel__icon_paly:hover .icon__play {
    visibility: visible;
    opacity: 1;
}

.icon__play {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    padding: 8px 8px 7px 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: visibility 0s, opacity 0.5s linear;
    -webkit-box-shadow: 1px 1px 21px 2px #06070c;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 21px 2px #06070c;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 21px 2px #06070c;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.postify {
    z-index: 1;
}

.icon__play .fa {
    color: #fff;
    font-size: 24px;
}

.movie__top_slider {
    margin: 0px 5px 10px 0px;
}

.owl-nav button {
    display: none;
}

.feature__slider_panel .feature__slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.feature__slider_panel {
    height: 150px;
    padding: 5px;
    border-radius: 10px;
}

.feature__slider_title {
    position: absolute;
    bottom: 5px;
    color: #fff;
    font-size: 12pt;
    padding: 8px;
    width: 97%;
    border-radius: 0 0 10px 10px;
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(19, 41, 61, 0.9) 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(19, 41, 61, 0.9) 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(19, 41, 61, 0.9) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#E613293D', GradientType=0);
}

.movie__btn_server {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-around;
    flex-direction: row;
}

.movie__btn_server button {
    margin: 5px;
}

.movie__telegram_content {
    display: flex;
    justify-content: center;
}

a.telegram_link {
    text-decoration: none;
}

.movie__telegram_panel {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 300px;
    border: 1px solid #32a9dd;
    border-radius: 10px;
    margin: 5px;
}

.movie__telegram_logo {
    border-radius: 50%;
    width: 70px;
    height: 48px;
    margin-left: 5px;
}

.movie__telegram_logo svg {
    width: 100%;
    height: 100%;
}

.movie__telegram_desc {
    padding: 5px;
    font-size: 12pt;
    color: #32a9dd;
}

.movie__pin_telegram_panel {
    position: fixed;
    top: 49%;
    right: 2px;
    z-index: 999;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
}

.movie__pin_telegram_panel_animate {
    background: rgba(52, 172, 224, 1);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
    animation: pulse-blue 2s infinite;
}

.movie__shadow_pulse_animate {
    background: rgba(52, 172, 224, 1);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
    animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}

.movie__pin_telegram_logo {
    width: 45px;
    height: 45px;
}

.movie__top_slider .owl-dots {
    display: none;
}

.movie_his_panel .pagination > li > a,
.pagination > li > span {
    border: none !important;
}

.movie_his_panel .page-item.active .page-link {
    background-color: var(--nav-header-btn-login-bg) !important;
    color: #d8e6eb !important;
}

.movie_his_panel .page-item .page-link {
    background: var(--main-list-bg-hover) !important;
    width: 45px !important;
}

.movie_his_panel .pagination > li > a,
.pagination > li > span {
    color: var(--sidebar-color) !important;
}

.movie__title_icon_deep_purple {
    background: var(--title-icon-bg-deep-purple);
    color: var(--icon-title-text);
}

.movie__title_icon_purple {
    background: var(--title-icon-bg-purple);
    color: var(--icon-title-text);
}

.movie__title_icon_blue {
    background: var(--title-icon-bg-blue);
    color: var(--icon-title-text);
}

.movie__title_icon_pink {
    background: var(--title-icon-bg-pink);
    color: var(--icon-title-text);
}

.movie__title_icon_teal {
    background: var(--title-icon-bg-teal);
    color: var(--icon-title-text);
}

.movie__title_section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.movie__trailer_iframe_popup {
    background: var(--main-bg);
}

.movie__trailer_iframe_popup #movie__trailer_iframe {
    height: 50vh !important;
}

.movie__trailer_iframe_popup .swal-content {
    padding: 0 8px;
    margin-top: 8px;
}

.movie__trailer_iframe_popup .swal-content:last-child {
    margin-bottom: 5px;
}

.movie__input_search_panel {
  display: flex;
  flex-direction: row;
  align-content: center;
  background: var(--nav-header-input-bg);
  border-radius: 8px;
}

.movie__input_search_panel button {
  width: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.movie__input_search_panel input,
.movie__input_search_panel button,
.movie__input_search_panel input:focus {
  border: none !important;
  background: unset;
  color: var(--nav-header-text-color) !important;
}

.movie__input_search_panel input {
  padding: 6px 0 6px 15px !important;
}

.movie__input_search_panel svg path {
  fill: var(--nav-header-text-color) !important;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.movie__input_search_panel button:hover > svg path {
  fill: var(--sidebar-color) !important;
}

.movie__input_search_panel input:-webkit-autofill,
.movie__input_search_panel input:-webkit-autofill:hover, 
.movie__input_search_panel input:-webkit-autofill:focus, 
.movie__input_search_panel input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: var(--nav-header-text-color) !important;
}

.video__panel iframe {
  border-radius: 8px;
}

.mv__text_mark {
    background: #ff0 !important;
}

.collection__slider_panel .collection__slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.collection__slider_img_panel {
    width: 25%;
}

.collection__slider_text_panel {
    width: 72%;
}

.collection__slider_text_panel_text_small {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    text-align: justify;
}

.collection__slider_title_img {
    width: 100% !important;
    height: 156px !important;
    object-fit: cover;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 21px 2px #06070c; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 21px 2px #06070c; /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 21px 2px #06070c; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.collection__slider_panel {
    height: 350px;
    padding: 5px;
    border-radius: 10px;
}

.collection__slider_btn {
    font-size: 9px;
    background: #ff5f5f;
}

.collection__slider_title {
    display: flex;
    gap: 9px;
    flex-direction: row;
    align-content: center;
    align-items: center;

    position: absolute;
    bottom: 5px;
    color: #fff;
    font-size: 12pt;
    padding: 8px;
    width: calc(100% - 10px);
    border-radius: 0 0 10px 10px;
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(19, 41, 61, 0.9) 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(19, 41, 61, 0.9) 100%
    );
    background-image: linear-gradient(
        to bottom, 
      rgb(255 255 255 / 0%) 0%, 
      rgb(0 0 0 / 90%) 80%)
      ;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#E613293D', GradientType=0);
}


.collection__explore_panel .collection__explore_img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
}

.collection__explore_img_panel {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection__explore_text_panel {
    width: 72%;
}

.collection__explore_text_panel_text_small {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    text-align: justify;
}

.collection__explore_text_panel_title {
    font-size: 22px;
}


.collection__explore_title_img {
    width: 161px !important;
    height: 216px !important;
    object-fit: cover;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 21px 2px #06070c; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 21px 2px #06070c; /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 21px 2px #06070c; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.collection__explore_panel {
    height: 480px;
    border-radius: 10px;
    background-position: top center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; 
    margin-bottom: 10px;
}

.collection__explore_btn {
    font-size: 9px;
    background: #ff5f5f;
}

.collection__explore_title {
    display: flex;
    height: 480px;
    gap: 21px;
    flex-direction: row-reverse;
    align-content: center;
    align-items: flex-end;
    color: #fff;
    font-size: 12pt;
    padding: 35px;
    border-radius: 0 0 10px 10px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(19, 41, 61, 0.9) 100%);
    background-image: -o-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(19, 41, 61, 0.9) 100% );
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 90%) 80%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#E613293D', GradientType=0);
}

.collection__explore_title_panel {
    width: 100%;
    height: 100%;
}

.mv__eps_panel {
    position: absolute;
    top: 7px;
    right: 16px;
    font-size: 14px;
    background: #ff5c5c;
    z-index: 111;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
     -webkit-box-shadow: 1px 1px 21px 2px #06070c; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 21px 2px #06070c; /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 21px 2px #06070c; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.mv__search_option {
    width: 110px !important;
    font-size: 12px;
    color: var(--nav-header-text-color) !important;
    border-radius: 8px 0 0 8px;
    background: unset;
        border: none;
    border-right: 1px solid #72727259 !important;
}

.mv__search_option option {
    background-color: var(--nav-header-bg);
    color: var(--nav-header-text-color) !important;
}