
body {
	font-family: lucida grande”,tahoma,verdana,arial,sans-serif; overflow-x: hidden !important; background: #111216; overflow-y: scroll; line-height: 1.4; color: #f1f1f1; font-size: 14px; font-weight: 400; margin: 0;
}
.hovering{
     position: relative; 
     overflow: hidden; 
}
.title {
	color: #f1f1f1;
	display: block;
	font-weight: bold;
	font-size: 1.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor:default;
}
.year{font-size: 12px; color: #7a7a7a; display: block; margin-top: 3px; cursor: default;}
.menuactive{background:#000000;color:white!important;}.primg{height: 43px; width: 61px; border-radius: 10%; margin-top: -10px; border: 2px solid #480000;}.menusort{display: block; text-align: center; background: #120c28; width: 100%; margin-top: 18px;}.ftbtm{position:fixed; left:0px;height:40px; bottom:0px; height:30px; width:100%;background-color: rgba(255, 255, 255, 0.8);}.ftcntnt{display: block; float: right; margin-top: -30px; margin-right: 19px;}.ftmail{font-size: 13px;text-decoration: none;color: #8C8C8C;margin-right: 19px;}.ftmaila{text-decoration: none;font-size: 13px;color: #8C8C8C;}
.mynav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 10px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 999;
}

.menu-icon,
.search-icon {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}
.user-icon {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    margin-left: 15px;
}

.logo {
    flex-grow: 1;
}


.menu-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    flex-direction: column;
    font-size: 25px;
    border:1px solid;
    background: #000;
    border-radius: 0.5rem;
    padding: 0.5rem 0.7rem;
    margin-left: 10px;
}

.menu-links a {
    text-decoration: none;
    color: #f1f1f1;
    text-align: left;
    display: block;
    padding: 0.2rem 2rem 0.2rem 0.5rem;
    margin: 0.2rem 0;
    font-weight: 600;
    font-size: 2rem;
    border-radius: 0.5rem;
    font-family: sans-serif;
}

.menu-links a:hover {
    background-color: #000;
    color:#ce0d0d;
}

.menu-links.active {
    display: flex;
}
.side-menu{font-size: 2rem;
    line-height: 16px;
    padding: 0 35px;
    border-right: 1px solid transparent;
    color: #9b9dab;
    white-space: nowrap;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;}
.browse.container.push-footer-wrapper{background: #14161d;border: 1px solid #1e2029;height: 100%!important;list-style: none;}

.search-form-container {
    position: absolute; top: 0; right: 0%; background-color: #120c28; padding: 10px; width: 75%; text-align: center; transition: all 0.3s ease-in-out;
}

.blurred {
    filter: blur(8px);
    pointer-events: none;
}
@media (max-width: 730px) {
    .logotext{display:none !important}
}


.searchinput{height: 40px;
    margin: 0;
    border-radius: 20px 0 0 20px;
    padding-right: 5px;
    background-color: rgb(0 0 0 / 49%);
    color: #a8a8b7;
    width: 60%;
    font-size: 1em;
    font-weight: 300;
    padding-left: 20px;
    border: none;
    outline: none;
}

.search-form-container.active {
    display: inline-block; /* or display: ; */
}


.movspan{border: 1px solid #121212; padding: 0px 5px 0px 5px; border-radius: 5px; background: #25293d;display:inline-block;margin-right: 5px;margin-bottom:5px}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.browse-grid .figured {
  opacity: 0; /* Initially hidden */
  animation: fadeIn 1s ease-out forwards; /* Fade in animation */
}

/* Staggering the fade-in using nth-child */
.browse-grid .figured:nth-child(1) {
  animation-delay: 0s;
}
.browse-grid .figured:nth-child(2) {
  animation-delay: 0.1s;
}
.browse-grid .figured:nth-child(3) {
  animation-delay: 0.2s;
}
.browse-grid .figured:nth-child(4) {
  animation-delay: 0.3s;
}
.browse-grid .figured:nth-child(5) {
  animation-delay: 0.4s;
}
.browse-grid .figured:nth-child(6) {
  animation-delay: 0.5s;
}
.browse-grid .figured:nth-child(7) {
  animation-delay: 0.6s;
}
.browse-grid .figured:nth-child(8) {
  animation-delay: 0.7s;
}
.browse-grid .figured:nth-child(9) {
  animation-delay: 0.8s;
}
.browse-grid .figured:nth-child(10) {
  animation-delay: 0.9s;
}
.browse-grid .figured:nth-child(11) {
  animation-delay: 1s;
}
.browse-grid .figured:nth-child(12) {
  animation-delay: 1.1s;
}
.browse-grid .figured:nth-child(13) {
  animation-delay: 1.2s;
}
.browse-grid .figured:nth-child(14) {
  animation-delay: 1.3s;
}
.browse-grid .figured:nth-child(15) {
  animation-delay: 1.4s;
}
.browse-grid .figured:nth-child(16) {
  animation-delay: 1.5s;
}
.browse-grid .figured:nth-child(17) {
  animation-delay: 1.6s;
}
.browse-grid .figured:nth-child(18) {
  animation-delay: 1.7s;
}
.browse-grid .figured:nth-child(19) {
  animation-delay: 1.8s;
}
.browse-grid .figured:nth-child(20) {
  animation-delay: 1.9s;
}
.browse-grid .figured:nth-child(21) {
  animation-delay: 2s;
}
.browse-grid .figured:nth-child(22) {
  animation-delay: 2.1s;
}
.browse-grid .figured:nth-child(23) {
  animation-delay: 2.2s;
}
.browse-grid .figured:nth-child(24) {
  animation-delay: 2.3s;
}

#search-results-container {
    position: relative;
    padding: 10px;
    z-index: 1000;
    display: none;
    background-color: #000;
    border: none;
    border-radius: 23px;
}

#search-results-container a.result {
    display: block; border-bottom: 1px solid #000000; background: #14161d; color: #fff; text-decoration: none; cursor: pointer; margin-bottom: 10px;
}
.thumbsearch{border-radius: 0.5rem; overflow: hidden; width: 50px; height: 58px; float: left; display: inline-block;}
p.tmtitle{
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    text-align:center;
}
p.rating-and-type{
    color: #7b7b7b;
    text-align:center;
}
.browse-grid {
    
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .figured {
        overflow: hidden;
        
    }

    .figured a {
        background: #181818; height: auto;
    }

    /* Responsive layout for small screens (up to 767px) */
    @media (max-width: 767px) {
        #search-results-container{
            width: 95%!important;
    display: block;
    left: 2.5%!important;
        }
        }
        

/* For devices below 768px */
@media (max-width: 600px) {
    .browse-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0px; 
     margin-left: 0px; 
     margin-right: 0px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .browse-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* For devices between 768px and 960px */
@media (min-width: 767.01px) and (max-width: 959px) {
    .browse-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* For devices between 960px and 1300px */
@media (min-width: 960px) and (max-width: 1299px) {
    .browse-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* For devices above 1300px */
@media (min-width: 1300px) {
    .browse-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* For devices above 2500px */
@media (min-width: 2500px) {
    .browse-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}
 .tab-container {
            display: flex;
            justify-content: space-around;
            margin-top: 20px;
        }

        .tab {
    cursor: pointer;
    padding: 5px;
    border: 1px solid #ce0d0d;
    border-radius: 5px;
    color: #ce0d0d;
    width: auto; /* Add this line to set the width to auto */
    display: inline-block; /* Add this line to make the tabs inline */
}

.tab.active {
    background-color: #ce0d0d;
    color: #fff;
}

        .trendingmovz,
        .trendingshowz {
            display: none;
        }
        .latestmovz,
        .latestshowz {
            display: none;
        }

        .trendingmovz.active,
        .trendingshowz.active {
            display: block;
        }
        .latestmovz.active,
        .latestshowz.active {
            display: block;
        }
    .favmovz,
        .favshowz {
            display: none;
        }
        .favmovz.active,
        .favshowz.active {
            display: block;
        }
   img.img-responsive:hover { transform: scale(1.05); transition: all 0.2s ease-in-out; }
   .diz-title{
font-size: 1.3em; color: #c3c3c3; padding-left: 7px;}
.ploting{font-size: 1em; color: #919191;}
.main {
position: absolute;
    top: 43px;
    width: 100%;
    height: calc(100% - 43px);
    background-color: #120c28;
    overflow: auto;
}

.tblink{
    background:#EAEAEA;
}
.tblink_alt{
    background:#fff;
}
#optionz-group li
{

}
#optionz-group li:hover{
     background:#000;
}
li.optionz-list{
     background:#1d1d1d;
}
li.optionz-list:active{
     background:grey;color:white;
}

.btns-under-jumbo{width:100%;padding:0 50px}.btns-under-jumbo .btn{border-left:0;color:#fff;border-radius:0;border-top:0;border-bottom:0;background-color:inherit;border-color:#cfcfcf}.no-bord-left{border-left:0 transparent}.no-bord-right{border-right:0 transparent}.btns-under-jumbo .active,.btns-under-jumbo li a:active,.btns-under-jumbo li a:focus,.btns-under-jumbo li a:hover{color:#fff}.btns-under-jumbo .active a{color: #ffffff; background: linear-gradient(to bottom left, #9617f5, #42d3f9); border: 1px solid #3c3c3c;}.lists-form{display:inline-block}.btns-under-jumbo .lists:active,.lists:focus{outline:0;border-top:0;color:#cfcfcf}.btns-under-jumbo .watchlisted .fa-heart:before,.btns-under-jumbo .watchlisted .fa-plus:before{content:"\f00c"}.jumbo-watchlist-btns a:first-child,.jumbo-watchlist-btns form:first-child{padding-left:110px}.btns-under-jumbo .active{top:0}.title-dt-group{margin-bottom:10px}.title-desc-crew dt{width:initial;font-weight:400;font-family:Quando,serif;font-size:12px}.title-desc-crew dd{margin-left:100px;color:#b3b3b3}.title-ratings dd{margin-left:120px}.title-ratings dt{margin-bottom:10px}.title-ratings>dd>strong{margin-left:5px}.reviews-not-released{text-align:center}.search-page h3,.title-page h3{font-family:'Cantora One',sans-serif}.title-jumbo-text{margin-top:20px}.btns-under-jumbo ul{list-style:none;margin-bottom:0;margin-top:0}.btns-under-jumbo li{float:left;list-style-type: none;}.btns-under-jumbo{padding:0}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group-vertical>.btn:focus,.btn-group>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:after,.btn-toolbar:before{content:" ";display:table}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{font-size:12px;line-height:1.5;border-radius:3px;padding:1px 5px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified .btn{float:none;display:table-cell;width:1%}.btn-group .btn+.btn{margin-left:-1px}.btn-group .btn{color: #f1f1f1; background: #323852}.btn-group .drop-trans{color:#AAA}.trans-button .caret{border-top:4px solid #AAA}.drop-trans:hover{color:#FFF!important}.trans-button:active,.trans-button:focus,.trans-menu{border-radius:3px!important;background-color:rgba(76,76,76,.9)!important;border:1px solid rgba(86,86,86,.9)!important}.trans-menu a{color:#FFF!important}.edit-images-page .row{margin-left:20px}.edit-images-page .back-btn{margin-top:20px;margin-bottom:20px}.edit-images-page .col-sm-3{margin-top:10px}.search-page .btn-group{list-style:none;margin-bottom:0}.search-page .btn-group li{display:inline-block}.search-page .btn:active,.search-page .btn:focus{-webkit-box-shadow:initial;box-shadow:initial}.search-page .btn-group .active a{color:#F39C12;top:1px}.search-page .btn-group a{font-family:Ubuntu,sans-serif}.embed-youtube{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.embed-youtube embed,.embed-youtube iframe,.embed-youtube object{position:absolute;top:0;left:0;width:100%;height:100%}.trans-table{background-color:rgba(0,0,0,.6);color:#ccccd6;border:1px solid #4f5052}.trans-table td,.trans-table th{border:1px solid #4f5052!important}.browse .form-group,.user-profile .form-group{margin-right:10px;margin-left:10px}.browse .btn-group .form-control,.user-profile .btn-group .form-control{border-top:0;border-bottom:0;border-radius:0;margin-bottom:-12px;background-color:rgb(243, 243, 243);}.browse .btn-group .btn,.user-profile .btn-group .btn{padding:5px 12px}.no-bord-left{border-left:0 transparent}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default{color:#333;background-color:#000;border-color:#adadad}.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#000;border-color:#fff}
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b00000), color-stop(1, #000321));
	background:-moz-linear-gradient(top, #b00000 5%, #000321 100%);
	background:-webkit-linear-gradient(top, #b00000 5%, #000321 100%);
	background:-o-linear-gradient(top, #b00000 5%, #000321 100%);
	background:-ms-linear-gradient(top, #b00000 5%, #000321 100%);
	background:linear-gradient(to bottom, #b00000 5%, #000321 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b00000', endColorstr='#000321',GradientType=0);
	background-color:#b00000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #002404;
	display:inline-block;
	cursor:pointer;
	color:#e6e6e6;
	font-family:Arial;
	font-size:17px;
	padding:2px 8px;
	text-decoration:none;
	text-shadow:0px 0px 0px #000000;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000321), color-stop(1, #b00000));
	background:-moz-linear-gradient(top, #000321 5%, #b00000 100%);
	background:-webkit-linear-gradient(top, #000321 5%, #b00000 100%);
	background:-o-linear-gradient(top, #000321 5%, #b00000 100%);
	background:-ms-linear-gradient(top, #000321 5%, #b00000 100%);
	background:linear-gradient(to bottom, #000321 5%, #b00000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000321', endColorstr='#b00000',GradientType=0);
	background-color:#000321;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton2 {
	background-color: #4267b2; border-color: #4267b2; color: white;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #002404;
	display:inline-block;
	font-family:tahoma;
	font-size:17px;
	padding:2px 8px;
	text-decoration:none;
	text-shadow:0px 0px 0px #000000;
}
.tblink{
    background:#EAEAEA;
}
.tblink_alt{
    background:#fff;
}
a.visitedep{text-decoration: underline; color: #428bca; font-weight: 800; font-size: 15px; overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal; padding: 15px 0px 15px 30px; margin-left: -15px; margin-right: -15px; margin-bottom: -20px}




  .img-responsing {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

/* Media Queries in Reverse Order */
@media (min-width: 3850px) {
    .img-responsing {
        width: 100%;
        height: 1200px; /* Calculated value for 40vh */
    }
}

@media (max-width: 3850px) {
    .img-responsing {
        width: 100%;
        height: 1100px; /* Calculated value for 40vh */
    }
}

@media (max-width: 3450px) {
    .img-responsing {
        width: 100%;
        height: 950px; /* Calculated value for 85vh */
    }
}

@media (max-width: 3100px) {
    .img-responsing {
        width: 100%;
        height: 810px; /* Calculated value for 85vh */
    }
}

@media (max-width: 2850px) {
    .img-responsing {
        width: 100%;
        height: 710px; /* Calculated value for 85vh */
    }
}

@media (max-width: 2500px) {
    .img-responsing {
        width: 100%;
        height: 610px; /* Calculated value for 85vh */
    }
}

@media (max-width: 2200px) {
    .img-responsing {
        width: 100%;
        height: 550px; /* Calculated value for 85vh */
    }
}

@media (max-width: 1850px) {
    .img-responsing {
        width: 100%;
        height: 440px; /* Calculated value for 75vh */
    }
}

@media (max-width: 1500px) {
    .img-responsing {
        width: 100%;
        height: 350px; /* Calculated value for 60vh */
    }
}

@media (max-width: 1170px) {
    .img-responsing {
        width: 100%;
        height: 350px; /* Calculated value for 55vh */
    }
}

@media (max-width: 959px) {
    .img-responsing {
        width: 100%;
        height: 330px; /* Calculated value for 50vh */
    }
}

@media (max-width: 768px) {
    .img-responsing {
        width: 100%;
        height: 330px; /* Calculated value for 40vh */
    }
}

.push-footer-wrapper{min-width:80% !important;} 

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #000000;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background-image: linear-gradient(to bottom left, #9617f5, #42d3f9);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}    .seasonContainer {
        margin-bottom: 10px;
    }

    .seasonHeader {
    text-align: center; background: #0f0f0f; margin-left: -15px; margin-right: -15px;
    }

    .toggleArrow {
        font-size: 20px;
    }

    .episodeList {
        display: block;
    }

    .collapsed .episodeList {
        display: none;
    }
.episodeColorBlack {
    background-color: #111216;
}

.episodeColorGrey {
    background-color: #1c212f;
}.loader {
      position: relative;
      overflow: hidden;
    }
.hthis img {
  border-radius: 5px;
  user-drag: none;
  
  overflow:hidden;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hthis .fadez {
  opacity: 0; /* Initially hidden */
  transform: translateY(20px); /* Start slightly below */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* Add transition for both properties */
}

.hthis:hover .fadez {
  opacity: 1 !important; /* Fully visible */
  transform: translate(-50%, -50%);
  transform: translateY(0) !important; /* Slide into place */
}


.hthis .play-icon {
 position: absolute;
    top: 35%;
    left: 35%;
    width: 50px;
    font-size: 27px;
    margin-top: 5px;
    text-align: center;
    height: 50px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border: 2px solid white;
    box-shadow: none !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #01b2e0 !important;
    background: linear-gradient(to bottom left, #9617f5, #42d3f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hthis:hover .play-icon {
  opacity: 1; /* Show the icon when hovering */
}
.figured:hover .detz {
  color: #01b2e0!important;background: linear-gradient(to bottom left, #9617f5, #42d3f9); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position: relative; float: left; padding: 6px 12px; line-height: 1.428571429; text-decoration: none; background-color: #242731; color: #f1f1f1; border: 1px solid #232323; margin-left: 8px; margin-bottom: 6px;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:#000}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.bot-pagination{margin-top:20px;margin-bottom:0;padding-bottom:0}.pagination{margin-top:5px;margin-bottom:30px}.pagination .active span,.pagination .active span:hover{background-color:#f39c12;border-color:#f39c12}.pagination a{color:#5e5e5e;border-color:#262626!important}.pagination{margin-left:5px}.user-profile .reviews{padding:30px 30px 0}.user-profile .review-info strong{padding-left:10px}#edit .col-sm-12{padding:15px 20px 10px!important;margin-bottom:20px;overflow:hidden;-webkit-box-shadow:0 0 10px #ccc;-moz-box-shadow:0 0 10px #ccc;box-shadow:0 0 10px #ccc;background-color:#FFF}#edit p{color:#767676}#install{background:#E4E4E4!important}#install .col-sm-8{background:#FFF;margin-top:10%;box-shadow:0 0 10px #ccc;padding-bottom:20px}#master-news .bot-pagination{margin-bottom:50px}#edit .no-pad{overflow:visible}

.side-menu li {
        margin: 0;
    }

    .side-menu a {
        display: block;
        padding: 10px 20px;
        color: #9b9dab;
        text-decoration: none;
        transition: color 0.3s ease, background-color 0.3s ease;
    }

    .side-menu a:hover {
        color: #fff;
    }

    .side-menu a.active {
        color: #fff;
        border-right: 1px solid transparent;
        background: linear-gradient(to bottom left, #9617f5, #42d3f9) right / 5px 100% no-repeat;
        background-origin: border-box;
        background-color: #242731;
    }

    .side-menu a.active:hover {
        color: #fff;
    }
    

::-webkit-scrollbar {
    width: 10px;
    background: linear-gradient(to bottom, rgb(107 0 188), rgb(66, 211, 249)); border-radius: 12px;
}

::-webkit-scrollbar-track {
    background: #000000;
}

html ::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(107 0 188), rgb(66, 211, 249)); border-radius: 10px;
}
#extraDropdownMennu {
    display: none;
    position: fixed;
    bottom: 128px; 
    left: 0;
    width: 100%;
    background-color: rgba(39, 39, 42, .7);
    color: #f1f1f1;
    z-index: 999999998;
    padding: 0px 0px 10px 0px;
    justify-content: space-around;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.3);
}
#lastDropdownMennu {
    display: none;
    position: fixed;
    bottom: 192px; 
    left: 0;
    width: 100%;
    background-color: rgba(39, 39, 42, .7);
    color: #f1f1f1;
    z-index: 999999998;
    padding: 0px 0px 10px 0px;
    justify-content: space-around;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.3);
}
.bottom-menu-nav {
    display:none;
    position: fixed;
    bottom: 0;
    z-index: 9999999999999;
    width: 100%;
    background-color: rgba(39, 39, 42, .7);
    display: flex;
    justify-content: space-around;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    padding: 0px 0 16px;
    left: 0;
    right: 0;
}

/* Bottom Menu Items */
.bottom-menu-item {
    flex-grow: 1;
    text-align: center;
    color: #f1f1f1;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 0;
    border: 1px solid #00000087;
    width: 20% !important;
    margin-bottom: -12px;
}


.bottom-menu-hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px; 
    height: 64px; 
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px; 
    height: 22px; 
    margin-bottom: 5px; 
}

.bar {
    background-color: #f1f1f1;
    height: 3px;
    width: 100%;
    margin: 3px 0;
    transition: all 0.3s ease;
}


.bottom-menu-hamburger.open .bar:nth-child(1) {
    transform: rotate(45deg) translateY(7px);
}

.bottom-menu-hamburger.open .bar:nth-child(2) {
    opacity: 0;
}

.bottom-menu-hamburger.open .bar:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px);
}

/* Menu Text */
.bottom-menu-text {
    color: #f1f1f1;
    font-size: 12px;
}


.dropdown-mennu {
    display: none;
    position: fixed;
    bottom: 66px;
    left: 0;
    width: 100%;
    background-color: rgba(39, 39, 42, .7);
    color: #f1f1f1;
    z-index: 999999999;;
    padding: 0px 0px 10px 0px;
    justify-content: space-around;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.3);
}

.dropdown-mennu a {
    flex-grow: 1;
    text-align: center;
    color: #f1f1f1;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 0;
}

.dropdown-mennu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.bottom-menu-nav a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color:#f1f1f1;
    text-decoration:none;
}
body.menu-open {
    overflow: hidden; 
}

@media (min-width: 991px) {
    .bottom-menu-nav {
        display: none;
    }
    .dropdown-mennu{
        display: none !important;
    }
    #dropdownMennu{
        display: none;
    }
}

@media (max-width: 991.2px) {
    .sidebar {
        display: none;
    }
}
.logo a:hover img {
    filter: drop-shadow(0 0 5px #000)
            drop-shadow(0 0 5px #896aff)
            drop-shadow(0 0 5px #3527ef);
    transition: filter 0.3s ease;
}

.logo a img {
    transition: filter 0.3s ease;
}
.upvote-count{float:right;}
.upvote-btn{background: none; border: none;float:right;}
.comment{text-align:left;margin-bottom: 10px; border-radius: 10px; border: none!important;background: #111216;}
.txtarea {
    width: 100%;
    resize: vertical; /* allow vertical resize */
    background: #111216;
    border: 1px solid #282828;
    color: #f1f1f1;
    padding: 10px;
    min-height: 60px;
    max-height: 350px; /* max height */
    overflow-y: auto;
    box-sizing: border-box;
    line-height: 1.5;
    border-radius: 6px;
    font-size: 14px;
}
.comment{border-bottom: 1px solid #383838; padding: 15px;}
.reply{border-bottom: 1px solid #383838; padding: 5px 10px 30px 10px;}
.reply-btn{color: #a9a9a9;}
.reply-btn:hover{color:#6734e1;}
.reply-form-container{padding: 25px;}
.toggle-replies{color: #fff;text-decoration:underline;}
.toggle-replies:hover{color:#6734e1;}
.emoji{background: black; border: none;}
.spoiler-content {
  filter: blur(4px);
  transition: filter 0.3s ease;
  margin-left: 5px;
  cursor: pointer;
}

.spoiler-content.visible {
  filter: none;
}