/*
	Theme Name: قالب كاتس انمي اصدار 1.0
	Theme URI: https://www.elnooronline.com/
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
*/

.rtl {
	direction: rtl !important;
	unicode-bidi: embed;
}

.ltr {
	direction: ltr !important;
	unicode-bidi: embed;
}

:root {
	color-scheme: dark only;
}
header{
	min-height: 102px;
}
.headerbg{
	padding: 20px 0;
	transition: .5s;
	position: relative;
}
.headerbg{
	z-index: 99;
}
.headerbg .navbar-brand img{
	height: 62px;
	transition: .6s;
}
.headerbg .navbar .navbar-nav > .nav-item + .nav-item{
    margin-right: 30px;
}
.headerbg .navbar .navbar-nav .nav-item{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	font-weight: 500;
    padding: 0;
    color: #fff;
    position: relative;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar .navbar-nav .nav-item.active .nav-link,
.headerbg .navbar .navbar-nav .nav-item .nav-link.active {
    color: #f3225f;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-toggle {
    padding-left: 20px !important;
	margin-left: 0 !important;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-toggle::after {
    left: 0;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-menu{
	margin-top: 10px;
}
.headerbg.sticky{
	background-color: #fff;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
	padding: 10px 0;
	top: 0;
	transition: .8s;
}
.headerbg.sticky .navbar-brand img{
	height: 30px;
}
.headerbg.sticky .navbar .navbar-nav .nav-item .nav-link{
	font-size: 16px;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	left: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a{
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:hover{
	color: #f3225f;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: block;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #f3225f;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(21, 21, 21, 0.8);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
body.stop{
	overflow: hidden;
}
.iconbars{
	min-width: 30px;
	min-height: 19px;
}
.iconbars span + span{
	margin-top: 5px;
}
.iconbars span{
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 50px;
	background-color: #f3225f;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.iconbars:hover span,
.iconbars.active span{
	background-color: #f3225f;
}
.iconbars.active span:nth-child(1){
	transform: rotate(45deg)translateY(10px)translateX(5px)
}
.iconbars.active span:nth-child(3){
	transform: rotate(-45deg)translateY(-2px)translateX(-4px);
}
.iconbars.active span:nth-child(2){
	display: none;
}
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active{
    color: #fff;
}
.breadcrumb-item a:hover{
    color: #f3225f;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f060';
    font-family: 'fa5_f';
    font-weight: 900;
    font-size: 14px;
    padding-right: 2px;
	margin-top: 3px;
}
.btn{
	font-weight: 500;
}
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.boxshadow{
	box-shadow: 0 10px 30px 0 rgb(225 223 255 / 40%);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
body.stop{
	overflow: hidden !important;	
}
li::marker{
    color: #f3225f;
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #f3225f;
}
.footerbottom__links li + li{
	margin-right: 30px;
}
.singlecontentbg strong{
	color: #f3225f;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #f3225f;
	margin-bottom: 30px;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 20px;
	font-weight: 500;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.singlecontentbg li::marker{
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.font-12{
	font-size: 12px;
}
.img-h15{
	height: 17px;
}
.iconstar{
	top: 16px;
	right: 14px;
}
.boxkatsanime__content{
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, transparent 100%);
}
.boxkatsanime__color-2 .boxkatsanime__content{
	background: linear-gradient(0deg, #0D1840 0%, transparent 100%);
}
.boxkatsanime__thu img,
.boxkatsanime__content{
	transition: transform .8s, padding-top .8s;
}
.boxkatsanime:hover .boxkatsanime__thu img{
	transform: scale(1.09);
}
.boxkatsanime__content{
	padding-top: 80px;
}
.boxkatsanime:hover .boxkatsanime__content{
	padding-top: 180px;
}
.section__newshome .boxkatsanime{
	height: 300px;
}
.section__newshome .sliderslick .boxkatsanime{
	height: 616px;
}
.section__newshome .sliderslick .iconstar{
	top: 20px;
	right: 20px;
}
.section__newshome .sliderslick .slick-next,
.section__newshome .sliderslick .slick-prev {
	top: 45%;
}
.section__newshome .sliderslick .slick-prev {
	right: 25px;
}
.section__newshome .sliderslick .slick-next {
	left: 25px;
}
.section__newshome .sliderslick .slick-next:before,
.section__newshome .sliderslick .slick-prev:before {
	background-color: transparent;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
}
.section__newshome .sliderslick .slick-next:before {
	content: '\f053';
}
.section__newshome .sliderslick .slick-prev:before {
	content: '\f054';
}
.customform input{
	border-radius: 0 4px 4px 0;
	border-left: 0;
}
.customform button{
	border-radius: 4px 0 0 4px;
}
.section__newshome-boxsearch{
	bottom: -100px;
	margin-top: -100px;
}
.space__afterboxsearch{
	height: 100px;
}
.text-decoration{
	text-decoration: underline;
}
.sliderslick__customarrow .slick-track .slick-slide:nth-child(1n+0) .boxkatsanime__colors .boxkatsanime__content{
	background: rgba(153, 74, 0, 0.63);
}
.sliderslick__customarrow .slick-track .slick-slide:nth-child(2n+0) .boxkatsanime__colors .boxkatsanime__content{
	background: rgba(25, 124, 0, 0.63);
}
.sliderslick__customarrow .slick-track .slick-slide:nth-child(3n+0) .boxkatsanime__colors .boxkatsanime__content{
	background: rgba(112, 8, 114, 0.63);
}
.sliderslick__customarrow .slick-track .slick-slide:nth-child(4n+0) .boxkatsanime__colors .boxkatsanime__content{
	background: rgba(100, 0, 0, 0.63);
}
.sliderslick__customarrow .slick-track .slick-slide:nth-child(5n+0) .boxkatsanime__colors .boxkatsanime__content{
	background: rgba(0, 85, 112, 0.63);
}
.sliderslick__customarrow .slick-track .slick-slide:nth-child(6n+0) .boxkatsanime__colors .boxkatsanime__content{
	background: rgba(0, 13, 126, 0.63);
}
.sliderslick__customarrow-buttons .btn.slick-disabled{
	opacity: .3;
}
.sliderslick__customarrow-buttons .btn,
.sliderslick__customarrow-buttons-2 .btn{
	transition: .6s;
	width: 40px;
	height: 40px;
	min-height: 40px;
}
.boxepisodes__icon .thu{
	transition: .6s;
}
.boxepisodes__icon:hover .thu{
	transform: scale(1.08);
}
.boxepisodes__icon .icon{
	top: 0;
	right: 0;
}
.boxepisodes{
	cursor: pointer;
}
.btn{
	overflow: hidden;
	position: relative;
}
.btn:before{
	position: absolute;
	content: '';
	width: 200px;
	height: 80px;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .4) 100%);
	top: -10px;
	left: -200px;
	transform: rotate(-45deg);
	transition: all .4s ease-in-out;  
}
.btn:hover:before{
	margin-left: 300%;
}
.section__newshome__pages{
	min-height: 200px;
}
.section__newshome__single{
	min-height: 280px;
}
.page-link{
	background-color: transparent;
	border-color: #283248;
	padding: 15px 25px;
}
.page-link:hover{
	background-color: #283248;
	border-color: #283248;
}
.boxlinkaccount li + li{
	margin-top: 15px	
}
.boxlinkaccount li a{
	font-size: 18px;
    font-weight: 500;
}
.boxlinkaccount li.line{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 10px;
}
.boxlinkaccount li a [class^="fa"]{
	width: 30px;
	text-align: center;
}
.boxlinkaccount li.active a{
	color: #f3225f;
	font-weight: 700;
}
.customtable.table{
	color: #fff;
}
.customtable.table td,
.customtable.table th{
	border-color: #34373F;
	padding: 10px 16px;
	vertical-align: middle;
	font-size: 16px;
}
.customtable.customtable__width_1.table th:nth-child(1){
	width: 40%;
}
.customtable.customtable__width_1.table th:nth-child(2){
	width: 40%;
}
.customtable.customtable__width_1.table th:nth-child(3){
	width: 20%;
}
.toponsection__newshome{
	margin-top: -200px;
	z-index: 10;
}
.singleanime__icon .fa{
	top: 0;
	right: 0;
	color: #ffffff36;
}
.singleanime__tags li{
	margin-left: 10px;
	margin-bottom: 10px;
}
.singleanime__tags li a{
	display: block;
	padding: 6px 24px;
	border-radius: 50px;
	background-color: #283248;
	color: #fff;
}
.singleanime__tags li a:hover{
	background-color: #f3225f;
}
.linksepisodes li{
	position: relative;
}
.linksepisodes li a{
	display: block;
	padding: 14px 20px;
	border-bottom: 1px solid #34373F;
}
.linksepisodes li:last-child a{
	border-bottom: 0;
}
.linksepisodes li.active a{
	background-color: #262a35;
	color: #f3225f;
}
.boxsepisodes__list{
	overflow-x: hidden;
	overflow-y: scroll;
	height: 394px;
}
.boxsepisodes__list.boxsepisodes__list_2{
	height: 213px;
}
.nav-tabs.customtabs__2 {
    border-bottom: none;
    padding: 0;
}
.nav-tabs.customtabs__2 .nav-item {
	margin: 0;
}
.nav-tabs.customtabs__2 .nav-item:first-child .nav-link{
	border-radius: 0 0.55rem 0 0;
}
.nav-tabs.customtabs__2 .nav-link {
	padding: 15px;
    border: 0;
    border-radius: 0;
    min-width: 100px;
    text-align: center;
	font-weight: 700;
}
.nav-tabs.customtabs__2 .nav-item.show .nav-link,
.nav-tabs.customtabs__2 .nav-link.active,
.nav-tabs.customtabs__2 .nav-link:hover {
	background-color: #262a35;
    color: #f3225f;
}
.customradiostyle{
	padding-right: 0;
}
.customradiostyle .custom-control-label::before,
.customradiostyle .custom-control-label::after{
	display: none;
}
.customradiostyle .custom-control-label{
	background-color: #262a35;
	width: 100%;
	padding: 20px;
	border-radius: 6px;
	transition: .6s;
}
.customradiostyle .custom-control-input:checked ~ .custom-control-label{
	background-color: #f3225f;
}
.bg-white2{
	background-color: #fff;
}
/*--------- Responsive ----- */
@media (max-width: 992px) {
	.section__newshome .sliderslick .boxkatsanime{height: 400px}
	.boxlogin__thu{border-radius: 10px 10px 0 0 !important}
	.boxlogin{border-radius: 0 0 10px 10px !important;border-top: 0 !important;}
}
@media (max-width: 768px) {
}
@media (max-width: 500px) {
	.customform input,.customform button{border-radius: 4px}
	.page-link{padding: 10px 12px;}
}
@media (max-width: 375px) {
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}

.profile-select:hover{
	border: 3px solid #fb0606 !important;
	opacity: 70%;
}

.pin-code {
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;

}

.pin-code input {
	border: none;
	text-align: center;
	width: 60px;
	height: 60px;
	font-size: 36px;
	color: white;
	background-color: #34373F;
	margin-right: 10px;
}

.edit-icon-container {
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.profile-edit {
	opacity: 50%;
}