body {
    background-color: #fdfdfd;
    color: #292b2c;
    /* ‌font-family: 'Mukta Malar', sans-serif; */
    line-height: 1.3;
}


/* Scrollbar */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: #7f7f7f;
}

::-webkit-scrollbar-track {
    background: #272d35;
    border: 0px none #ffffff;
    border-radius: 52px;
}

::-webkit-scrollbar-track:hover {
    background: #161a1f;
}

::-webkit-scrollbar-track:active {
    background: #181b20;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


/* Stop select text */

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.btn {
    cursor: pointer;
}


/* Sidebar animation for pc and ipda */

.slide-fade-enter-active {
    animation: slide-fade-out .5s;
}

.slide-fade-leave-active {
    animation: slide-fade-in .5s;
}

@keyframes slide-fade-in {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeInLefslide-fade-outt {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* XS */

@media (min-device-width: 155px) and (max-device-width: 575px) {
    .default .profile-menu {
        height: auto !important;
        position: relative !important;
    }
	.vjs-time-control{
		display: none!important;
	}
}


/* LG & XL */

@media only screen and (min-device-width: 900px) and (max-device-width: 8000px) {}

.default .container-fluid {
    margin: 0;
}


/***************************
****************************
      Header Section
****************************
***************************/


/*================== Navbar for phone =====================*/

@media (max-width: 575px) {
    .default {
        margin-top: 90px;
    }
}

.default .navbar-phone {
    background: #fff;
    padding-bottom: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(153, 153, 153, 1);
    box-shadow: 2px 2px 5px 0px rgba(153, 153, 153, 1);
}

.default .navbar-phone .section1 .search .search-icon {
    position: absolute;
    padding: 10px;
    color: rgba(71, 83, 100, 0.78);
    cursor: pointer;
    right: 30px;
    top: 2px;
    width: 30px;
    height: 35px;
    font-size: 22px;
}

.default .navbar-phone .section1 .search input {
    position: relative;
    top: 3.5px;
    background-color: rgba(0, 134, 213, 0.02);
    color: #33343e;
    width: 100%;
    border: 1.2px solid #a5a5a5;
    display: block;
    border-radius: 50px;
    font-size: 16px;
}

.default .navbar-phone .section1 .avatar .avatar-img,
.default .sidebar-ipad .avatar-img {
    width: 45px;
    height: 45px;
    background-color: rgba(84, 84, 84, 0.45);
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.default .navbar-phone .section1 .avatar .avatar-img img,
.default .sidebar-ipad .avatar-img img {
    width: auto;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.default .navbar-phone .section2 {
    margin-top: 10px;
    padding: 0;
}

.default .navbar-phone .section2 .icon a {
    display: block;
    color: #000;
}

.default .navbar-phone .section2 .icon svg {
    padding: 1;
}

.default .navbar-phone .section2 .icon {
    border-bottom: 2px solid transparent;
}

.default .navbar-phone .section2 .icon:hover {
    border-bottom: 2px solid #03A9F4;
}

.default .navbar-phone .section2 .active {
    border-bottom: 2px solid #03A9F4;
}

.default a,
.default a:link,
.default a:hover,
.default a:active {
    color: #fff;
    text-decoration: none;
}

.default a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}


/***************************
****************************
      Main Section
****************************
***************************/

.default .back svg {
    /* Back icon */
    cursor: pointer;
    width: 40px;
}

.default .notfound svg {
    /* Not found icon */
    width: 60px;
    position: relative;
    top: 20px;
}


/*================== Alert notification =====================*/

.default .alert-notification {
    background-color: #f3f3f3;
}

.default .alert-notification .email-confirmed {
    padding: 20px;
}

.default .alert-notification .email-confirmed i {
    font-size: 70px;
    float: left;
    color: #FFC107;
}


/*================== Sidebar for ipad and pc =====================*/


/* spinner */

.spinner-load-show {
    background-color: rgba(0, 0, 0, 0.93) !important
}

.spinner-load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
}

.spinner-load .phone #main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
}

.profile-edit .spinner-load .phone #main {
    position: fixed;
    top: 0;
    left: 50%;
    padding-top: 100px;
    transform: translate(-50%, -50%);
    font-size: 64px;
}

.spinner-load .other #main {
    position: fixed;
    top: 40%;
    left: 56%;
    transform: translate(-50%, -50%);
    font-size: 64px;
}

.spinner-load-show .other #main {
    left: 50% !important;
}

.spinner-load .spinner {
    position: relative;
}

.spinner-load .spinner:before,
.spinner:after {
    content: "";
    position: relative;
    display: block;
}

.spinner-load .spinner:before {
    animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
    width: 1em;
    height: 1em;
    background-color: #03A9F4;
}

.spinner-load .spinner:after {
    animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
    bottom: -.5em;
    height: .25em;
    border-radius: 50%;
    background-color: #ccc;
}

@keyframes spinner {
    50% {
        border-radius: 50%;
        transform: scale(0.5) rotate(360deg);
    }
    100% {
        transform: scale(1) rotate(720deg);
    }
}

@keyframes shadow {
    50% {
        transform: scale(0.5);
        background-color: rgba(#000, 0.1);
    }
}

.default .hidden-sidebar-pc {
    position: fixed;
    left: -300px;
    transition-delay: 2ms;
}

.default .show-sidebar-pc {
    transition-delay: 2ms;
}

.default .sidebar-ipad,
.default .sidebar-pc {
    background-color: #21262b;
    color: #fdfdfd;
    position: fixed;
    height: 100%;
    width: auto;
    top: 0;
    z-index: 10000;
    border-right: 1px solid #212121;
    left: 0;
    padding: 0;
    width: 70px;
}

.default .sidebar-pc {
    width: 16.66666667%;
    max-width: 16.66666667%;
}

.default .sidebar-pc .header .current-page-name {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.default .sidebar-pc .header .current-page-name .title {
    position: relative;
    top: 50%;
    text-align: center;
}

.default .sidebar-pc .header .arrow-collapse {
    position: relative;
    left: 5;
    top: 10px;
    text-align: center;
    cursor: pointer;
}

.default .sidebar-pc .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    background-color: #283137;
}

.default .sidebar-pc .profile {
    padding: 10px;
    width: 100%;
}

.default .sidebar-pc .profile .avatar {
    position: relative;
    top: 5px;
}

.default .sidebar-pc .profile .avatar-img {
    width: 50px;
    height: 50px;
    background-color: #2196f3;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    left: 0;
    box-shadow: 1px 2px 2px 0px rgba(31, 31, 31, 0.884), 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
}

.default .sidebar-pc .profile .avatar-img img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    height: 140%;
    width: auto;
}

@media (min-width: 750px) and (max-width: 970px) {
    .default .sidebar-pc .profile .avatar-img {
        width: 30px !important;
        height: 30px !important;
    }
    .default .sidebar-pc {
        width: 25% !important;
        max-width: 25% !important;
    }
    .default .sidebar-pc .list-menu ul li a strong {
        top: -10px !important;
    }
}

.default .sidebar-pc .profile .setting-icon {
    position: absolute;
    right: 0;
    top: 25px;
}

.default .sidebar-pc .profile .setting-icon svg {
    width: 30px;
}

.default .sidebar-pc .profile .name {
    position: absolute;
    top: 28px;
    left: 50px;
    font-size: 17px;
    color: #9facb7;
}

.default .sidebar-pc .body {
    padding: 0;
}

.default .sidebar-pc .list-menu {
    width: 100%;
    top: 60px;
}

.default .sidebar-pc .list-menu svg {
    width: 20px;
}

.default .sidebar-pc .list-menu ul li a {
    width: 100%;
    display: block;
    padding: 3px;
    padding-left: 15px;
    /* font-family: sans-serif; */
    font-size: 15px;
    border-left: 3px solid transparent;
}

.default .sidebar-pc .list-menu ul li a strong {
    position: relative;
    top: -4px;
    left: 8px;
    font-weight: 500;
}

.default .sidebar-pc .list-menu ul li .router-link-exact-active {
    border-left: 3px solid #0ea4f0;
    color: #fff;
    background-color: #15191c;
}

.default .hr-style-one {
    height: 1.3px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.default .header-filter .search .search-icon {
    position: absolute;
    padding: 10px;
    color: rgba(71, 83, 100, 0.78);
    cursor: pointer;
    right: 30px;
    top: -3px;
    width: 30px;
    height: 35px;
    font-size: 22px;
}

.default .header-filter .search input {
    background-color: rgba(0, 134, 213, 0.02);
    color: #33343e;
    width: 100%;
    border: 1.2px solid #a5a5a5;
    display: block;
    border-radius: 50px;
    font-size: 16px;
}

.default .header-filter .arrow-collapse {
    position: relative;
    top: -1px;
    cursor: pointer;
}

.default .header-filter .arrow-collapse svg {
    width: 40px;
}

.default .header-filter .dropdown-item.active,
.default .header-filter .dropdown-item:active {
    color: #fff !important;
}

.default .list-menu .collection {
    height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}


/* Sidebar ipad */

.default .sidebar-ipad ul li svg {
    width: 30px;
    margin: 10px;
    cursor: pointer;
}

.default .sidebar-ipad ul li a {
    display: block;
    color: #000 !important;
}

.default .sidebar-ipad ul li a.router-link-exact-active {
    display: block;
    background-color: #38444c;
    color: #fff !important;
}

.default .sidebar-ipad ul li .dropdown-menu {
    position: absolute;
    left: 80px;
    top: 5px;
}


/*================== Search page =====================*/

.default .search-content {
    padding: 15px;
    padding-left: 0;
    overflow: hidden;
}

.default .search-content .search-input .search-icon {
    position: absolute;
    padding: 10px;
    color: rgba(71, 83, 100, 0.78);
    cursor: pointer;
    right: 30px;
    top: -3px;
    width: 30px;
    height: 35px;
    font-size: 22px;
}

.default .search-content .search-input input {
    background-color: rgba(0, 134, 213, 0.02);
    color: #33343e;
    width: 100%;
    border: 1.2px solid #a5a5a5;
    display: block;
    border-radius: 50px;
    font-size: 16px;
}

.default .search-content .cast .image {
    width: 140px;
    height: 140px;
    background-color: #222222;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    left: 0;
    box-shadow: 1px 2px 2px 0px rgba(31, 31, 31, 0.884), 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
}

.default .search-content .cast .image:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.default .search-content .cast .image .ovarlay {
    position: absolute;
    top: 0;
    width: 140px;
    height: 140px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: rgba(3, 169, 244, 0.6);
    border-radius: 50%;
}

.default .search-content .cast .image .ovarlay p {
    position: relative;
    top: 37%;
}


/*================== Home page =====================*/

.default .exit {
    font-size: 30px;
    margin: 5px;
    color: #E91E63;
    cursor: pointer;
    position: fixed;
    top: 0;
    z-index: 1000000;
    right: 0;
}

.default .filter-list {
    text-align: left;
    position: fixed;
    z-index: 222;
    right: 0;
    background-color: #ffffff;
    padding: 0;
    border-radius: 5px 5px 5px 5px;
    color: #475364;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-box-shadow: 1px 1px 5px 0px rgba(36, 36, 36, 1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(36, 36, 36, 1);
    box-shadow: 1px 1px 5px 0px rgba(36, 36, 36, 1);
    font-weight: bold;
}

.default .cast-content .cast .ipad-up .image {
    width: 180px;
    height: 180px;
    background-color: #222222;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    left: 0;
    box-shadow: 1px 2px 2px 0px rgba(31, 31, 31, 0.884), 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
}

.default .cast-content .cast .ipad-up h4 {
    position: absolute;
    left: 200px;
    top: 25px;
}

.default .cast-content .cast .phone .image {
    width: 120px;
    height: 120px;
    background-color: #222222;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    left: 0;
    box-shadow: 1px 2px 2px 0px rgba(31, 31, 31, 0.884), 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
}

.default .cast-content .cast .phone h4 {
    position: absolute;
    left: 140px;
    top: 30px;
    width: 70%;
}

.default .btn-circle {
    border-radius: 20px
}

.default .progress {
    background-color: rgba(73, 73, 73, 0.14);
}

.default .progress-bar {
    background-color: #03a9f4;
    height: 4px;
}
.default .progress {
    height: 4px;
}

/*================== Carousel =====================*/

.default div.VueCarousel-navigation>button.VueCarousel-navigation-button.VueCarousel-navigation-next {
    right: 25px;
}

.default div.VueCarousel-navigation>button.VueCarousel-navigation-button.VueCarousel-navigation-prev {
    left: 25px;
}

.default div.VueCarousel-navigation>button.VueCarousel-navigation-button.VueCarousel-navigation-next i {
    position: relative;
    left: 2px;
}

.default div.VueCarousel-navigation>button.VueCarousel-navigation-button.VueCarousel-navigation-prev i {
    position: relative;
    right: 2px;
}

.default div.VueCarousel-navigation>button.VueCarousel-navigation-button {
    color: #606060;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 2px 5px 0px rgb(0, 0, 0);
    box-shadow: 0px 2px 5px 0px rgb(0, 0, 0);
}


/*================== Top list  =====================*/

.default .top-film .film-cover {
    position: relative;
}

.default .top-film .film-cover .film-ovarlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0);
    background: -moz-linear-gradient(top, rgba(41, 41, 41, 0) 0%, rgba(18, 18, 18, 0.4) 40%, rgba(0, 0, 0, 0.99) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41, 41, 41, 0)), color-stop(40%, rgba(18, 18, 18, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.99)));
    background: -webkit-linear-gradient(top, rgba(41, 41, 41, 0) 0%, rgba(18, 18, 18, 0.4) 40%, rgba(0, 0, 0, 0.99) 100%);
    background: -o-linear-gradient(top, rgba(41, 41, 41, 0) 0%, rgba(18, 18, 18, 0.4) 40%, rgba(0, 0, 0, 0.99) 100%);
    background: -ms-linear-gradient(top, rgba(41, 41, 41, 0) 0%, rgba(18, 18, 18, 0.4) 40%, rgba(0, 0, 0, 0.99) 100%);
    background: linear-gradient(to bottom, rgba(41, 41, 41, 0) 0%, rgba(18, 18, 18, 0.4) 40%, rgba(0, 0, 0, 0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#000000', GradientType=0);
}

.default .top-film .film-cover .film-ovarlay .film-details {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
}

.default .top-film .film-cover .film-ovarlay .film-details .title h5 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.default .top-film .film-cover .film-ovarlay .film-details .overview p {
    color: #fff;
}

.default .top-film .film-cover .film-ovarlay .film-details .btn-plus svg {
    position: relative;
    top: 3px;
    width: 15px;
}


/*================== Poster style of movie and series  =====================*/

.default .recenlty .poster_img svg {
    width: 85px;
}

.default .film-list .animation {
    transition: all .3s ease-in-out;
}

.default .film-list .animation:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    padding: 3px;
}

.default .film-list .genre small {
    font-size: 15px;
    position: relative;
    top: -3px;
    left: 3px;
}

.default .poster .poster_img {
    position: relative;
}

.default .poster .poster_img svg {
    cursor: pointer;
}

.default .poster .poster_img img {
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(179, 177, 179, 1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(179, 177, 179, 1);
    box-shadow: 0px 3px 10px 0px rgba(179, 177, 179, 1);
}

.default .poster .poster_img .poster_overlay_info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    border-radius: 3px;
}

.default .poster .poster_img .poster_overlay_info .body .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.default .poster .poster_img .poster_overlay_info .footer {
    position: absolute;
    top: 100%;
    transform: translate(0, -100%);
}

/*================== Show overview movie and series  =====================*/

.show .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 10px !important;
    z-index: 1;
}

.show .header .collection,
.show .header .like {
    position: relative;
    top: 13px;
    cursor:  pointer;
}

.show .header .collection svg,
.show .header .like svg {
    width: 17px;
}

.show .header .collection p,
.show .header .like p {
    float: right;
    position: relative;
    left: 5px;
    top: 2px;
    color: #fff;
    font-size: 13px;
}

.show .body {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #191919;
    overflow: auto;
    overflow-x: hidden;
}

.show .body .background-sm-up {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
}

.show .body .background-sm-down {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;

}

.show .body .background-sm-up::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.96);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.13) 80%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.96)), color-stop(20%, rgba(0,0,0,0.8)), color-stop(80%, rgba(0,0,0,0.13)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.13) 80%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.13) 80%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.13) 80%);
    background: linear-gradient(to right, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.13) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

}

.show .body .background-sm-down::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, #191919 83%, #191919 90%, #191919 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.4)), color-stop(83%, #191919), color-stop(90%, #191919), color-stop(100%, #191919));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, #191919 83%, #191919 90%, #191919 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%, #191919) 83%, #191919 90%, #191919 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%, #191919 83%, #191919 90%, #191919 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, #191919 83%, #191919 90%, #191919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.show .body .background-sm-down .play {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.show .body .overview {
    color: #fff;
}

.show .body .overview .title h5 {
    font-size: 45px;
}

.show .body .overview .title h5 .age-rating {
    font-size: 25px;
    color: #f4037a;
    position: relative;
    top: -4px;
}

.show .body .overview .more-details {
    font-size: 18px;
}

.show .body .overview .more-details .time .clock {
    position: relative;
    top: 5px;
}

.show .body .overview .more-details .year-genre p {
    display: inline;
}

.show .body .overview .more-details .year-genre .genre {
    font-size: 16px;
}

.show .body .overview .more-details .year-genre .circular-shape {
    margin-left: 5px;
    margin-right: 5px;
}

.show .body .overview .more-details .rate {
    padding-left: 13px;
}

.show .body .overview .more-details .rate h1 {
    font-size: 60px;
    color: #03A9F4;
}

.show .body .overview .more-details .rate small {
    font-size: 20px;
    color: #fff;
    position: relative;
    top: -12px;
    right: 7px;
}

.show .body .play-md-up {
    position: relative;
    top: 80px;
}

.show .body .soon-md-up {
    text-align: center;
    position: relative;
    top: 70px;
    font-size: 80px;
    left: 50px;
}

.show .body .soon-md-up h1 {
    font-size: 10vh;
}

.show .body .soon-sm {
    position: absolute;
    top: 120px;
    left: 50%;
    color: #fff;
    transform: translate(-50%);
}

.show .body .footer {
    position: absolute;
    left: 0;
/*    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 48%, rgba(0,0,0,0.96) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(48%, rgba(0,0,0,0.93)), color-stop(100%, rgba(0,0,0,0.96)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 48%, rgba(0,0,0,0.96) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 48%, rgba(0,0,0,0.96) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 48%, rgba(0,0,0,0.96) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 48%, rgba(0,0,0,0.96) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
}

.show .body .series-footer {
    position: relative !important;
    left: 0;
    height: 100%;
/*    background: rgba(12, 13, 12, 0);
    background: -moz-linear-gradient(top, rgba(12, 13, 12, 0) 0%, rgb(0, 0, 0) 18%, rgb(0, 0, 0) 24%, rgb(0, 0, 0) 72%, rgb(0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(12, 13, 12, 0)), color-stop(18%, rgb(0, 0, 0)), color-stop(24%, rgb(0, 0, 0)), color-stop(72%, rgb(0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(12, 13, 12, 0) 0%, rgb(0, 0, 0) 18%, rgb(0, 0, 0) 24%, rgb(0, 0, 0) 72%, rgb(0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(12, 13, 12, 0) 0%, rgb(0, 0, 0) 18%, rgb(0, 0, 0) 24%, rgb(0, 0, 0) 72%, rgb(0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(12, 13, 12, 0) 0%, rgb(0, 0, 0) 18%, rgb(0, 0, 0) 24%, rgb(0, 0, 0) 72%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(12, 13, 12, 0) 0%, rgb(0, 0, 0) 18%, rgb(0, 0, 0) 24%, rgb(0, 0, 0) 72%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0d0c', endColorstr='#0b0c0d', GradientType=0);*/
}

.show .body .footer .cast h3 {
    color: #fff;
    margin-left: 10px;
}

.show .body .footer .cast h6 {
    color: #fff;
    margin-left: 10px;
}
.show .body .footer .cast .image {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: inline-block;
}

.show .body .footer .cast .image img {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.show .body .footer .cast .image:hover {}

.show .body .footer .cast .image .ovarlay {
    position: absolute;
    top: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: rgba(3, 169, 244, 0.65);
    border-radius: 50%;
}

.show .body .footer .cast .image .ovarlay p {
    position: relative;
    top: 34%;
    font-size: 13px;
}

.show .body .footer .trailer {
    color: #fff;
}

.show .body .footer .trailer .plyr {
    border-radius: 15px;
}

.show .body .footer .similar {
    color: #fff;
}

.show .body .footer .similar img {
    border-radius: 20px;
    cursor: pointer;
}

.show .body .season {
    color: #fff;
}

.show .body .season .backdrop img {
    border-radius: 7px;
    transition: all .2s ease-in-out;
    border: 2px solid transparent;
}

.show .body .season .backdrop img:hover {
    border-radius: 7px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    border: 2px solid #03A9F4;
}

.show .body .season-list {
    margin-top: 80px;
    color: rgb(111, 111, 111);
    text-align: center;
    padding: 0;
    position: relative;
    left: 15px;
}

.show .body .season-list ul li.active {
    color: #fff;
}

.show .body .season-list ul li strong:hover {
    color: #03A9F4;
    cursor: pointer;
}


/* Collection */

.default .collection-content .colleciton-details .delete i {
    font-size: 25px;
    color: #ff2761;
    cursor: pointer;
}

.default .collection-content .colleciton-details .title .edit {
    display: flex;
}


/* Video Player */

.default #video-box {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
}

.default .video-player {
    width: 100%;
    height: 100%;
}


/* Danger input */

.default .is-danger {
    color: #ff2761;
}

.default .is-success {
    color: #2ab27b;
}

.default .input-danger,
.default .input-danger:focus,
.default .input-danger:hover {
    border-color: #ff2761;
}


/*================== Profile Manage And Setting Manage  =====================*/

.default .profile-menu {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #f3f3f3;
    padding: 0;
    z-index: 10000;
    color: #33343e;
    box-shadow: 0 1px 3px rgba(12, 13, 14, 0.42), 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
    overflow-x: hidden;
}

.default .profile-menu .list-group .list-group-item.active,
.default .profile-menu .list-group .router-link-active {
    z-index: 2;
    background-color: #f4f3f3 !important;
    color: #33343e !important;
    border-left: 3px solid #2196F3 !important;
    padding: 0.50rem 1.08rem;
    cursor: pointer;
    margin-bottom: 5px;
}

.default .profile-menu .list-group .list-group-item {
    background-color: #f4f3f3;
    border: none;
    color: #6b6b6b;
    border-radius: 0;
}

.default .profile-menu .list-group .list-group-item-action:focus,
.default .profile-menu .list-group .list-group-item-action:hover {
    color: #2f2f31;
    background-color: #e9e9e9;
    cursor: pointer;
}


/* profile */

.default .profile-edit #avatar-img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(84, 84, 84, 0.45);
    display: inline-block;
    border: 2px solid #33343e;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -20%);
}

.default .profile-edit #avatar-img img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: auto;
    height: 150px;
}

.default .profile-edit #avatar-img label {
    background-color: rgba(3, 169, 244, 0.77);
    color: black;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    font-size: 10px;
    opacity: 0;
}

.default .profile-edit #avatar-img label:hover {
    opacity: 1;
    cursor: pointer;
}

.default .profile-edit #avatar-img label i {
    position: relative;
    top: 40%;
    color: #fff;
    font-size: 12px;
}

.default .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


/* Biling Details */

.default .profile-edit #profile-details {
    margin: 0 auto;
}

.default .profile-edit .table-inverse {
    color: #33343e;
    background-color: #ffffff;
    font-size: 16px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
}


/* Change Plan ~ Note ~ :: There is relation with plan in Login And Register Section */

.default .profile-edit .plan-form .plan-content {
    border-bottom: 2px solid #c6c6e5;
    border-radius: 20px;
    padding: 5px;
    color: #33343e;
    cursor: pointer;
}


/* Alertify Alert */

.default .alertify-logs {
    z-index: 100000000;
}


/* language */

.default .language .flag {
    border: 2px solid #6d6d6d;
    border-radius: 10%;
}

.default .language .flag:hover {
    border-radius: 10%;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    cursor: pointer;
    border: 3px solid #2196F3;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.default .language .active {
    border-radius: 10%;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    cursor: pointer;
    border: 3px solid #2196F3;
}

.default .language .active:hover {
    border-radius: 10%;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    cursor: pointer;
    border: 3px solid #2196F3;
}


/*================== Login and Register  =====================*/

.default #background-image {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.default #background-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(233, 30, 99, 0.9);
    background: -moz-linear-gradient(-45deg, rgba(233, 30, 99, 0.9) 0%, rgba(255, 153, 0, 0.95) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(233, 30, 99, 0.9)), color-stop(100%, rgba(255, 153, 0, 0.95)));
    background: -webkit-linear-gradient(-45deg, rgba(233, 30, 99, 0.9) 0%, rgba(255, 153, 0, 0.95) 100%);
    background: -o-linear-gradient(-45deg, rgba(233, 30, 99, 0.9) 0%, rgba(255, 153, 0, 0.95) 100%);
    background: -ms-linear-gradient(-45deg, rgba(233, 30, 99, 0.9) 0%, rgba(255, 153, 0, 0.95) 100%);
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.9) 0%, rgba(255, 153, 0, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91e63', endColorstr='#ff9900', GradientType=1);
}

.default .plan {
    color: #141618;
    height: 100%;
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    overflow-x: auto;
}

.default .plan-form {
    padding: 20px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(133, 133, 133, 1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(133, 133, 133, 1);
    box-shadow: 1px 1px 2px 0px rgba(133, 133, 133, 1);
}

.default .plan .plan-form .plan-content {
    border-bottom: 2px solid #c6c6e5;
    border-radius: 20px;
    padding: 5px;
    color: #5f5f5f;
    cursor: pointer;
}

.default .plan .plan-form .plan-content h3 {
    font-size: 35px;
}

.default .plan .plan-form .plan-content h1,
.default .profile-edit .plan-form .plan-content h1 {
    font-size: 50px;
}

.default .plan .plan-form .plan-content small,
.default .profile-edit .plan-form .plan-content small {
    font-size: 25px;
}

.default .plan .plan-form div.offset-lg-4.offset-sm-4.mt-5>button,
.default .profile-edit .plan-form div.offset-lg-4.offset-sm-4.mt-5>button {
    width: 100%;
}

.default .plan .plan-form .active,
.default .profile-edit .plan-form .active,
.default .profile-edit .plan-form .active_choise {
    border-bottom: 2px solid #0275d8;
}

.default .custom-select:focus {
    border-color: #0275d8;
    outline: none;
}

.default .custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #848484;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #0275d8;
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
}


/* Login */

.default .login .login-form {
    color: #222222;
    -webkit-box-shadow: 1px 3px 7px 0px rgba(158, 158, 158, 1);
    -moz-box-shadow: 1px 3px 7px 0px rgba(158, 158, 158, 1);
    box-shadow: 1px 3px 7px 0px rgba(158, 158, 158, 1);
}

.default .login .side-cover {
    padding: 0;
    overflow: hidden;
}

.default .login .login-form a {
    color: #0275d8;
}


/*================== Tv Poster =====================*/

.default .tv-logo img {
    border: 2px solid #6d6d6d;
    border-radius:50%;
    border-radius: 10%;
    overflow: hidden;
}

.default .tv-logo img:hover {
    border-radius: 10%;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    cursor: pointer;
    border: 3px solid #2196F3;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}


/*
 *
 *      VIDOEJS CUSTOM STYLE
 *
 *********************************/


/* SERIES */

.video-js {
    width: 100% !important;
    height: 100% !important;
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.21);
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    border-color: rgba(255, 255, 255, 0.67);
    background-color: rgb(252, 252, 252);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #0275d8;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    text-align: center;
    position: absolute;
    width: 100px;
    height: 40px;
    left: 50%;
    font-size: 80px;
    transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button .vjs-icon-placeholder,
.vjs-big-play-button .vjs-icon-placeholder:focus {
    font-size: 100px;
    -webkit-transition: all 0.1 .7s;
    -moz-transition: all 0.1 .7s;
    -ms-transition: all 0.1 .7s;
    -o-transition: all 0.1 .7s;
    transition: all 0.1 .7s;
}


/* Control */

.video-js .vjs-control-bar {
    background-color: transparent;
    color: #ffffff;
    position: absolute;
    height: 70px;
    width: 100%;
    left: 0;
    font-size: 17px;
    background: rgba(51, 51, 51, 0);
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(100%, rgba(20, 20, 20, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(20, 20, 20, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#141414', GradientType=0);
}

.video-js .vjs-load-progress div {
    background: #3498db;
}

.video-js .vjs-progress-control {
    position: absolute;
    top: -40px;
    width: 100%;
}

.video-js .vjs-custom-control-spacer {
    width: 100%;
    display: inline !important;
}

.video-js .vjs-slider {
    background-color: #727272;
    background-color: rgba(85, 85, 86, 0.5);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgb(37, 39, 40);
    box-shadow: 0px 4px 6px 0px #171717;
}

.vjs-menu li {
    padding: 0;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    color: #ffffff;
    border-left: 2px solid #2196F3
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    color: #ffffff !important;
    border-left: 2px solid #2196F3 !important;
    background-color: #252728;
}

.video-js .vjs-volume-panel {
    padding: 8px;
    padding-left: 0;
}

.vjs-remaining-time-display {
    position: relative;
    height: 100px;
    width: 100%;
    top: 11px;
    font-size: 18px;
    font-weight: bold;
}

.vjs-resolution-button-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    font-size: 18px;
    font-weight: bold;
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 35px;
    line-height: 1.67;
}

.video-js .vjs-play-control .vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder {
    position: absolute;
    top: -6px;
    left: 50%;
    width: 100%;
    outline: none;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-js .vjs-play-control .vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before {
    font-size: 50px;
}

.video-js .vjs-volume-vertical {
    background-color: rgb(37, 39, 40);
}

.vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-playback-rate .vjs-playback-rate-value .vjs-icon-placeholder {
    position: absolute;
    top: 12%;
    left: 50%;
    width: 100%;
    outline: none;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
    color: #03a9f4;
    padding: 5px;
    text-shadow: 1px 1px 1px #000;
    outline: none !important;
}

.vjs-loading-spinner {
    border: 6px solid rgba(13, 118, 255, 0.36);
    background-color: rgba(255, 255, 255, 0.09);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.vjs-text-track-display div {
    font-size: 1.4em;
}

.vjs-menu-item-text {
    display: inline-flex;
    font-size: 14px;
}

.vjs-texttrack-settings {
    display: none;
}

#caption-label {
    text-transform: capitalize;
}

#caption-label {
    text-transform: capitalize;
    font-size: 9px;
    padding-left: 4px;
    color: #03A9F4;
    margin: 0;
}


/* Movie list */

button.vjs-control.vjs-button.icon-vidoejs-next-movie {
    display: none;
}


/* Episode list */

.video-js>div.season-list {
    position: fixed;
    top: 0;
    right: -11500px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100000;
    transition: all .3s ease-in-out;
}

.video-js>div.show {
    right: -15px;
}

.video-js>div.season-list .vjs-menu-listbox {
    background-color: rgba(0, 0, 0, 0.99);
    height: 100%;
    padding: 15px;
    overflow: auto;
    overflow-x: hidden;
}

.video-js>div.season-list .vjs-menu-listbox .image {
    position: relative;
    cursor: pointer;
}

.video-js>div.season-list .vjs-menu-listbox .image .ovarlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.video-js>div.season-list .vjs-menu-listbox .image .ovarlay .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.video-js>div.season-list .vjs-menu-listbox .image .ovarlay p {
    font-size: 50px;
    color: #03a9f4;
    font-weight: bold;
    padding: 10px;
    padding-top: 2px;
}

.video-js>div.season-list .vjs-menu-listbox .overview strong {
    font-size: 18px;
}

.video-js>div.season-list .vjs-menu-listbox .overview p {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.7);
}

.video-js>div.season-list .vjs-menu-listbox .image .episode {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.video-js>div.season-list .vjs-menu-listbox .toggle-playlist-hide {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    cursor: pointer;
    background-color: #000000;
    width: 16px;
}

.video-js>div.toggle-playlist-show {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
    width: 16px;
}

.video-js>div.toggle-playlist-show i, .video-js>div.season-list .vjs-menu-listbox .toggle-playlist-hide i {
    position: absolute;
    font-size: 120px;
    right: -90px;
    z-index: 10;
    top: 47%;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
    background-color: #4d98dc;
}
.video-js > .season-list.show .fa-angle-right:before{
    position: relative;
    top: -32px;
    left: 12px;
}
.video-js > .toggle-playlist-show .fa-angle-left:before{
    position: relative;
    top: -32px;
    left: 0px;
}
.video-js>div.season-list .vjs-menu-listbox .season button {
    background-color: rgba(36, 39, 43, 0.6);
    padding: 3px 8px;
    border: 1px solid #505050;
    cursor:  pointer;
}

.video-js>div.season-list .vjs-menu-listbox .season button.active {
    background-color: rgb(78, 152, 221);
    padding: 6px 10px;
    border: 1px solid #4e98dd;
    font-size:  13px;
    font-weight:  bold;
}


/* Report */

.icon-vidoejs-report:before {
    content: "\f059";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 32px;
    position: relative;
    top: 2px;
    color: #03A9F4;
    cursor: pointer;
}

button.vjs-control.vjs-button.icon-vidoejs-next-episode,
button.vjs-control.vjs-button.icon-vidoejs-next-season,
button.vjs-control.vjs-button.icon-vidoejs-next-movie {
    position: absolute;
    top: 45%;
    right: 10%;
    height: auto;
    width: auto;
    display: none;
}

button.vjs-control.vjs-button.icon-vidoejs-next-season:focus,
button.vjs-control.vjs-button.icon-vidoejs-next-episode:focus,
button.vjs-control.vjs-button.icon-vidoejs-next-movie:focus,
button.vjs-control.vjs-button.icon-vidoejs-exit:focus,
button.vjs-control.vjs-button.icon-vidoejs-exit:focus:before,
button.vjs-control.vjs-button.icon-vidoejs-exit:hover:before,
button.vjs-control.vjs-button.icon-vidoejs-exit:focus {
    background-color: transparent;
    color: #fff;
    padding: 0;
    text-shadow: none;
}


/* Series */

button.vjs-control.vjs-button.icon-vidoejs-next-season .body,
button.vjs-control.vjs-button.icon-vidoejs-next-episode .body,
button.vjs-control.vjs-button.icon-vidoejs-next-movie .body {
    /* Relation with Line 300 */
    position: absolute;
    padding: 20px;
    width: 100%;
    text-align: left;
    bottom: 0;
    margin: 0;
}

button.vjs-control.vjs-button.icon-vidoejs-next-season .body::before,
button.vjs-control.vjs-button.icon-vidoejs-next-episode .body::before,
button.vjs-control.vjs-button.icon-vidoejs-next-movie .body::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 83%, rgba(0, 0, 0, 0.88) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(83%, rgba(0, 0, 0, 0.88)), color-stop(100%, rgba(0, 0, 0, 0.88)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 83%, rgba(0, 0, 0, 0.88) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 83%, rgba(0, 0, 0, 0.88) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 83%, rgba(0, 0, 0, 0.88) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 83%, rgba(0, 0, 0, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

button.vjs-control.vjs-button.icon-vidoejs-next-season .title,
button.vjs-control.vjs-button.icon-vidoejs-next-episode .title,
button.vjs-control.vjs-button.icon-vidoejs-next-movie .title {
    position: relative;
    top: 20px;
    left: -10px;
}

div.vjs-control-bar>div.vjs-subs-caps-button.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button>button>span.vjs-icon-placeholder {
    top: 9px;
}

button.vjs-control.vjs-button.icon-vidoejs-exit::before {
    content: "\f190";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 55px;
    background-color: transparent;
    color: #fff;
}

button.vjs-control.vjs-button.icon-vidoejs-exit {
    position: absolute !important;
    top: 20px !important;
    height: auto !important;
    width: auto !important;
    left: 20px;
    cursor: pointer;
    display: block;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
    display: none;
}

.vjs-loading-spinner {
    border: 6px solid #03A9F4;
    background-color: rgba(255, 255, 255, 0.09);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    text-align: left;
    border: 6px solid #03A9F4;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
    border-color: #03A9F4;
    border-top-color: white;
}

.vjs-live-display {
    position: relative;
    top: 12px;
}

.vjs-menu li {
    text-transform: none;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #161616;
}

.video-js .vjs-time-control {
    display: block;
    position: relative;
    top: 13px;
    font-weight: bold;
}

.video-js .vjs-time-control.vjs-time-divider>div {
    position: relative;
    right: 20px;
}

.video-js .vjs-duration.vjs-time-control.vjs-control .vjs-duration-display {
    position: relative;
    right: 42px;
}

.video-js .vjs-remaining-time {
    display: none;
}

.video-js button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    display: none;
}

.vjs-poster {
    background-size: cover !important;
}

.vjs-poster:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0);
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(100%, rgba(20, 20, 20, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(20, 20, 20, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#141414', GradientType=0);
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    z-index: 100000;
}
.vjs-title-desc {

    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.84);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.84)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);

}
.vjs-title-desc .vjs-title-desc-div2 {
    padding: 30px;
    padding-left: 80px;
}
/* Movie box */

#report-icon {
    position: fixed;
    bottom: -40px;
    right: 20px;
    z-index: 1;
    font-size: 40px;
    background-color: #d9534f;
    padding: 10px;
    text-align: center;
}

#report-icon p {
    font-size: 12px;
    margin: 0;
}

#report-icon:hover {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 1;
    font-size: 40px;
    background-color: #d9534f;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.report-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.96);
    color: #fff;
    left: 0;
    padding: 0;
}

.report-modal #modal {
    position: fixed;
    top: 10%;
    z-index: 1;
    background-color: #1b1c1e;
    padding: 20px;
}

.report-modal #modal .header {
    margin: 10px;
    margin-top: 0;
}

.report-modal #modal .header #close {
    float: right;
    font-size: 30;
    cursor: pointer;
}
.report-modal #modal .header #close:hover {
    float: right;
    font-size: 30;
    color: #ff4d54;
}
.report-modal #modal .body {
    margin: 10px;
}

.report-modal #modal .body h1 {
    margin: 20px;
    margin-left: 0;
}

.report-modal #modal .body .custom-control-indicator {
    width: 1.2rem;
    height: 1.2rem;
}

.report-modal #modal .body h4 {
    font-size: 1.3rem;
    margin-left: 4px;
}

.report-modal #modal .body .textarea-details textarea {
    background-color: #131315;
    border: 2px solid #0c0c0c;
    resize: none;
    color: #fff;
}

.report-modal #modal .success {
    padding: 20px;
}

.alertify-logs.top {
    z-index: 1000000000;
}
/***************************
****************************
      Footer Section
****************************
***************************/

.default .footer-end {
    background-color: #f4f3f3;
    color: #33343e;
    padding: 10px;
    font-size: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.default .footer-end a {
    margin: 5px;
    color: #33343e;
}

.default .footer-end i {
    position: relative;
    top: 5px;
    color: #33343e;
    font-size: 1.8em;
}

.default .footer-end a:hover,
.default .footer-end i:hover {
    color: #33343e;
}


/* Contact us */

.default .contact-us {
    margin-top: 30px;
    background-color: #fcfcfc;
    position: fixed;
    left: 0;
    border: 1px solid #eaeaea;
}

.default .contact-us .title hr {
    border-color: #545454;
}

.default .contact-us .address {
    border-left: 2px solid #bcbcbc;
}

.default .contact-us .address li {
    margin: 5px;
}
img, svg {
    vertical-align: unset!important;
}
