/* =====================================================
Template Name   : Vidstream
Description     : Movie & Tv Show Responsive Bootstrap 4 Template
Author          : Youtoview
Version         : 1.1
=======================================================*/

:root {
	--lesson-background: #110819;
	--lesson-surface: rgba(20, 11, 35, 0.92);
	--lesson-surface-alt: rgba(26, 14, 42, 0.9);
	--lesson-surface-soft: rgba(17, 8, 25, 0.88);
	--lesson-border: rgba(132, 88, 211, 0.35);
	--lesson-border-strong: rgba(132, 88, 211, 0.55);
	--lesson-primary-gradient: linear-gradient(135deg, #7f4ae0, #5b2bb2);
	--lesson-primary-soft: rgba(132, 88, 211, 0.22);
	--lesson-primary-glow: rgba(91, 43, 178, 0.4);
	--lesson-text-strong: #f7f0ff;
	--lesson-text-muted: rgba(247, 240, 255, 0.65);
}

html,
body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.app-shell {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	min-height: 100%;
}

.app-shell__content {
	flex: 1 0 auto;
}

.app-shell__footer {
	margin-top: auto;
	background: rgba(10, 8, 20, 0.95);
	border-top: 1px solid rgba(132, 88, 211, 0.35);
	box-shadow: 0 -12px 25px rgba(8, 5, 16, 0.35);
}

/*---------------------------------------------------------------------
   Header
-----------------------------------------------------------------------*/

header#main-header {
	position: fixed;
	left: 0px;
	right: 0px;
	text-align: center;
	z-index: 99;
	background: transparent !important;
}

header .navbar-light .navbar-brand img.logo {
	width: 130px;
}

.header-auth-btn {
	border-radius: 999px;
	padding: 0.45rem 1.2rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.header-auth-btn.btn-outline-light:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.iq-search-bar .search-input {
	width: 100%;
	height: 60px;
	padding: 4px 15px 5px 40px;
	border: none;
	border-top: 3px solid #5f18fa;
	border-radius: 0;
	color: var(--iq-white);
	background: var(--iq-bg1);
}

.iq-search-bar .searchbox .search-link {
	position: absolute;
	left: 15px;
	top: 18px;
	font-size: 18px;
}

.nav-item span.dots {
	height: 10px;
	width: 10px;
	font-size: 0;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 3px;
	right: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.menu-right .nav-item span.dots {
	right: 0;
}

.navbar-right li .iq-sub-dropdown .iq-sub-card {
	position: relative;
	font-size: inherit;
	padding: 15px 15px;
	line-height: normal;
	color: inherit;
	text-align: left;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #233A50;
}

.navbar-right li .iq-sub-dropdown .iq-sub-card h6:hover {
	color: #5f18fa;
	transition: all .3s ease-in;
}

.iq-sub-card.setting-dropdown {
	padding: 15px 15px 15px 0 !important;
}

.navbar-right li .iq-sub-dropdown a.iq-sub-card:last-child {
	border-bottom: 0;
}

.notify-bg {
	overflow: hidden;
	z-index: 99;
}

.notify-bg:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	width: 70px;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
	filter: blur(30px);
	transform: translateX(-100px) skewX(-30deg);
	animation: noti-before-animation 2s infinite 2s;
}

.notify-bg:after {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	width: 30px;
	height: 100%;
	left: 30px;
	top: 0;
	opacity: 0;
	filter: blur(5px);
	transform: translateX(-100px) skewX(-30deg);
	animation: noti-after-animation 2s infinite 2s;
}

.notification-card {
	max-height: 500px;
	overflow: auto;
}

.navbar-right .iq-sub-dropdown .iq-card-body div {
	border-radius: 0;
}

.navbar-right .iq-show .iq-sub-dropdown,
.iq-show .search-box {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.navbar-right .iq-sub-dropdown {
	width: 220px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0px;
	border-radius: 10px;
	background: var(--iq-bg1);
	transform: translate(0, 70px);
	-webkit-transform: translate(0, 70px);
	transition: all 0.3s;
	padding: 10px 0;
	-webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 1;
}

.navbar-light .navbar-toggler-icon {
	background: url(../images/menu.png) no-repeat scroll center center;
}


.search-toggle:hover,
header .navbar ul li.menu-item a:hover {
	color: var(--iq-primary) !important;
}

.search-wrapper {
	position: relative;
	display: inline-block;
	height: 36px;
	vertical-align: bottom;
}

.searchbutton {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding: 0;
	right: 16px;
	color: var(--iq-body-text);
}

.search:focus+.searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	color: var(--iq-primary);
}

.search:hover+.searchbutton {
	color: var(--iq-white);
}

.search {
	position: absolute;
	left: 49px;
	background-color: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid transparent;
	padding: 0 0 0 16px;
	width: 0;
	height: 100%;
	z-index: 10;
	color: var(--iq-white);
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search:focus,
.search:hover {
	width: 350px;
	padding: 0 0 0 0;
	border-color: var(--iq-body-text)
}

.expandright {
	left: auto;
	right: -6px;
	bottom: -2px;
}

.search::placehoder {
	color: var(--iq-white) !important;
}

.noti-svg {
	-webkit-animation: notify 1.5s ease infinite;
	animation: notify 1.5s ease infinite;
	fill: var(--iq-body-text);
}

.noti-svg-simple {
	fill: var(--iq-body-text);
}

.noti-svg:hover,
.noti-svg-simple:hover {
	fill: var(--iq-primary);
}

.search-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 46px;
	min-width: 25rem;
	width: 100%;
	z-index: -1;
	opacity: 0;
	transform: translate(0, 70px);
	-webkit-transform: translate(0, 70px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.search-toggle {
	padding: 0 !important;
}

/*--------------------------------------------------------------
                       Navigation
--------------------------------------------------------------*/

header#main-header.menu-sticky {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}

header#main-header.menu-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	/* background: rgba(20, 20, 20, 0.9) !important; */
	background: #64248f !important;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	z-index: 999;
}

header .navbar .menu-header-menu-container,
header .navbar .menu-all-pages-container,
header .navbar .menu-testing-menu-container,
header .navbar .menu-short-container,
header .navbar .menu-main-menu-container {
	display: inline-block;
	width: 100%;
}

header .navbar ul.navbar-nav {
	display: block;
	text-align: center;
}

header .navbar ul li {
	list-style: none;
	margin-right: 18px;
	position: relative;
	transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display: inline-block;
}

header .navbar ul li.menu-item a {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding: 0px 0px 0px 10px;
	line-height: 70px;
	position: relative;
	z-index: 9;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-transform: capitalize;
}

header .navbar ul li.active a {
	color: #fff;
	font-weight: 600;
}

header .navbar ul li.nav-item a:hover {
	color: #fff;
}

header .navbar ul li a i {
	font-size: 20px;
	vertical-align: -4.5px;

}

.nav-open .nav-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.nav-overlay {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 900;
	display: block;
	width: 100%;
	position: fixed;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.icon-question {
	cursor: pointer;
	font-size: 3rem;
}

.more-toggle {
	color: var(--iq-white) !important;
	font-size: 25px;
}

.dropdown-toggle.more-toggle::after {
	content: none;
}

.mobile-more-menu {
	display: none;
}

.more-menu {
	position: absolute;
	top: 50px;
	left: auto;
	right: 0;
	min-width: 18rem;
	padding: 0.35rem 0.5rem;
	border-radius: 8px;
	margin: 0;
	opacity: 0;
	text-align: initial;
	transform: translate(0, 70px);
	-webkit-transform: translate(0, 70px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background: var(--iq-bg1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
	visibility: hidden;
	z-index: 999;
}

.more-menu.show {
	opacity: 1;
	transform: translate(0, 0);
	visibility: visible;
}

.more-menu img {
	border-radius: 10px;
}

header .navbar ul li:last-child {
	margin-right: 0;
}

.search-toggle {
	font-size: unset;
}

.navbar-left .iq-sub-dropdown {
	width: 220px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	margin-top: 20px;
	border-radius: 10px;
	background: var(--iq-bg1);
	transform: translate(0, 70px);
	-webkit-transform: translate(0, 70px);
	transition: all 0.3s;
	padding: 10px 0;
	-webkit-box-shadow: 0px 0 20px 0 rgb(0 0 0 / 50%);
	-moz-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0 20px 0 rgb(0 0 0 / 50%);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 1;
}


.navbar-left .iq-show .iq-sub-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}


.navbar-left li .iq-sub-dropdown .iq-sub-card {
	position: relative;
	font-size: inherit;
	padding: 15px 15px;
	line-height: normal;
	color: inherit;
	text-align: left;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #233A50;
}

.navbar-left li .iq-sub-dropdown a.iq-sub-card:last-child {
	border-bottom: 0;
}

.navbar-left li .iq-sub-dropdown h6:hover {
	color: #ba1f24;
	transition: all .3s ease-in;
}

.navbar-left .mega-menu {
	width: 450px;
}


.navbar-right .notification-menu {
	width: 300px;
}

.navbar-right .notification-menu img {
	border-radius: 6px;
}

@media (max-width:991px) {
	.navbar-left .mega-menu {
		width: 220px;
		max-height: 500px;
		overflow-y: auto;
	}

	.navbar-left .iq-sub-dropdown {
		max-height: 450px;
		overflow-y: auto;
	}

}



/*--------------------------------------------------------------
                       Main Slider
--------------------------------------------------------------*/

#home-slider ul.slick-dots {
	bottom: 30px;
}

#home-slider .slick-dots li {
	height: auto;
	width: auto;
}

#home-slider .slick-dots li button {
	height: 2px;
	width: 30px;
	background: rgb(103 67 143 / 40%);
	padding: 0;
}

#home-slider .slick-dots li.slick-active button {
	background: var(--iq-primary);
}

#home-slider li {
	position: relative;
}

.slider-description {
	position: absolute;
	top: 15%;
	left: 80px;
}

#home-slider h1.slider-text {
	font-size: 50px;
	margin: 15px 0;
}

#home-slider p {
	margin: 20px 0;
	width: 90%;
}

#home-slider .slick-bg {
	padding: 100px 0 20px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 85vh;
	position: relative;
	z-index: 1;
}

.home-slider-2 {
	padding-top: 80px;
}

.container-slide {
	padding: 0 60px;
}

.slide-home {
	padding-top: 55%;
}


.trailor-video {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
}

.channel-name {
	color: var(--iq-primary);
	font-size: 20px;
	margin-left: 10px;
	letter-spacing: 2.5px;
	font-weight: 500;
}

.c-logo {
	width: 130px;
}

.channel-logo {
	border-left: 5px solid var(--iq-primary);
	border-right: 5px solid var(--iq-primary);
	background: rgba(34, 33, 82, 1);
	padding: 10px 10px 10px 15px;
	width: 255px;
	position: relative;
	overflow: hidden;
}

.channel-logo img {
	border: none;
}

.circle {
	stroke: var(--iq-primary);
	stroke-dasharray: 650;
	stroke-dashoffset: 650;
	-webkit-transition: all 0.5s ease-in-out;
	opacity: 0.3;
}

.playbtn {
	display: inline-block;
	-webkit-transition: all 0.5s ease;
}

.playbtn .triangle {
	-webkit-transition: all 0.7s ease-in-out;
	stroke-dasharray: 240;
	stroke-dashoffset: 480;
	stroke: var(--iq-white);
	transform: translateY(0);
}

.playbtn:hover .triangle {
	stroke-dashoffset: 0;
	opacity: 1;
	stroke: var(--iq-primary);
	animation: trailorPlay 0.7s ease-in-out;
}

.playbtn:hover .circle {
	stroke-dashoffset: 0;
	opacity: 1;
}

.w-trailor {
	font-size: 17px;
	letter-spacing: 3.5px;
	font-weight: 600;
	color: var(--iq-white);
	margin-left: 5px;
}

.slider-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.big-title {
	color: #fff;
}

.slick-track {
	margin: unset !important;
}

/*---------------------------------------------------------------------
                      Pages Content
-----------------------------------------------------------------------*/

.main-content {
	padding-top: 40px;
}

.block-space {
	padding: 40px 0;
}

.s-margin {
	margin-top: 40px;
}

.iq-main-header {
	margin-bottom: 40px;
}

.iq-main-courses {
	margin-bottom: 25px;
}

.main-title a:hover,
.main-title a:focus {
	color: var(--iq-primary) !important;
}

:focus {
	outline: none !important;
}

/*--------------------------*/

.favorites-slider .slick-list,
#top-ten-slider-nav .slick-list {
	overflow: visible;
	padding-bottom: 0px !important;
}

.favorites-slider li.slide-item {
	float: left;
	width: 25%;
}

.favorites-slider .slick-list {
	overflow: visible;
}

li.slide-item {
	position: relative;
	padding: 0 15px;
}

li.slide-item .block-images {
	position: relative;
	width: 100%;
	border-radius: 10px;
	transition: all 0.45s ease 0s;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

li.slide-item:hover .block-images {
	overflow: visible;
}

li.slide-item:hover .block-images .img-box {
	position: relative;
}

li.slide-item:hover .block-images {
	z-index: 99;
	transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
	transform-origin: 50% 50%;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9);
}

.block-social-info {
	position: absolute;
	top: 8px;
	left: auto;
	bottom: 0;
	right: 10px;
	z-index: 999;
	display: flex;
	align-items: center;
	opacity: 0;
}

.music-play-lists li {
	padding: 4px;
	margin-bottom: 7px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.30);
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
}

.music-play-lists span {
	position: relative;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	background: var(--iq-white);
	color: var(--iq-primary);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	cursor: pointer;
}

.music-play-lists li.active span {
	background: var(--iq-primary);
	color: var(--iq-white);
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.block-description {
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
}

.block-description>h6 {
	font-size: 1em;
	padding-right: 10px;
}

.block-description .movie-time span {
	font-size: 14px !important;
}

li.slide-item .block-images::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 10px;
	border: 3px solid #6a6bec;

}

li.slide-item:hover .block-images::before {
	opacity: 1;
	z-index: 9;
}

li.slide-item:hover .block-description {
	animation: fadeIn 0.6s ease-in-out;
	opacity: 1;
}

li.slide-item:hover .block-social-info {
	animation: fadeIn 0.6s ease-in-out;
	opacity: 1;
}

.hover-buttons .btn {
	padding: 5px 15px;
	font-size: 12px;
}

li.slide-item.slick-current:hover .block-images {
	transform: scale3d(1.3, 1.3, 1) translate3d(11%, 0, 0) perspective(500px);
}

.block-images .hover-buttons {
	margin-top: 5px;
}

.block-social-info .music-play-lists li {
	padding: 4px;
}

.block-social-info .music-play-lists span {
	width: 30px;
	height: 30px;
}

.block-social-info .music-play-lists span i {
	font-size: 15px;
}

/*-------------------*/

.movie-content li {
	position: relative;
	padding-right: 20px;
}

.m.movie-content li:last-child {
	padding-right: 0px;
}

.movie-content li:before {
	content: "";
	height: 3px;
	width: 3px;
	background: #dddddd;
	position: absolute;
	top: 10px;
	right: 8px;
	border-radius: 50%;
}

.movie-detail .movie-content li:before {
	width: 5px;
	height: 5px;
}

.movie-content li:last-child:before {
	display: none;
}

li.slide-item .block-description .ratting-start {
	font-size: 12px;
}

li.slide-item .block-description .badge {
	background-color: rgb(72, 72, 72, 0.61);
}

li.slide-item .block-description .parallax-ratting span {
	font-size: 14px;
}

.slick-vertical .slick-slide.slick-current.slick-active .block-description {
	left: 25px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	opacity: 1;
}

.slick-vertical .slick-slide .block-images {
	overflow: visible;
}


.slick-vertical .slick-slide.slick-current.slick-active .block-images::before {
	opacity: 1;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.slick-vertical .slick-slide.slick-current.slick-active .block-images {
	width: 100%;
	overflow: visible;
	transform-origin: 100% 100%;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	z-index: 9;
}

.slick-vertical li.slick-slide.slick-current.slick-active {
	transition: all 0.45s ease 0s;
}

.slick-vertical li.slick-slide.slick-current.slick-active img {
	border: 3px solid #5f18fa;
}

.slick-vertical .slick-slide {
	margin-bottom: 18px;
}

.slick-vertical li.slick-slide:last-child {
	margin-bottom: 0 !important;
}

/*---------------------*/

#trending-slider .tranding-block,
.banner-wrapper {
	background-size: cover;
	background-position: top right;
	position: relative;
}

.trending-pills {
	background: rgb(0, 0, 0, 0.25);
	border-radius: 20px 20px 0 0;
}

.trending-info {
	padding: 60px 0;
}

.tab-title-info {
	z-index: 99;
}

.trending-content .tab-pane.fade {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.trending-content .tab-pane.fade.active.show {
	display: block;
	visibility: visible;
	opacity: 1;
}


.trending-content .tab-pane {
	width: 100%;
	height: 100%;
}

.trending-pills.nav-pills .nav-item a {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	text-transform: uppercase;
	margin-left: 15px;
	margin-right: 15px;
}

.trending-pills.nav-pills .nav-item a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 3px;
	background: var(--iq-primary);
	opacity: 0;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
}

.trending-pills.nav-pills .nav-item a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 55, 65, 0.2);
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, 50%, 0);
	-moz-transform: translate3d(0, 50%, 0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.trending-pills.nav-pills .nav-item a.show:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.trending-pills.nav-pills .nav-item a.show:after {
	opacity: 1;
	width: 100%;
}

.trending-pills.nav-pills .nav-item a:hover {
	color: var(--iq-primary);
}

.trending-content {
	padding: 0px 50px;
	display: flex;
}

.p-btns {
	display: flex;
	align-items: center;
}

.trending-info .trending-text {
	font-size: 60px;
	line-height: 100px;
	margin: 15px 0;
}

.trending-info .text-detail {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin-bottom: 30px;
}

.trending-info .text-detail .badge {
	font-size: 20px;
}

.badge.badge-trend {
	background: rgb(0, 0, 0, 0.42);
}

.text-detail .trending-year {
	position: relative;
	padding-left: 30px;
}

.text-detail .trending-year:before {
	content: "";
	height: 6px;
	width: 6px;
	background: var(--iq-white);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 13px;
	border-radius: 50%;
}

.overview-tab:before,
.slick-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	background: linear-gradient(90deg, rgba(20, 20, 20, 1) 0%, rgba(36, 36, 36, 1) 35%, rgba(83, 100, 141, 0) 100%);
	z-index: 1;
	border-radius: 10px 0 0 10px;
}

.slick-bg:before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 35%, rgba(83, 100, 141, 0) 100%);
	width: 100%;
	z-index: -1;
}

.bg-ravi {
	background-image: url(/assets/images/ravi/bg-simple-page.webp);
}

.bg-ravi:before {
	content: none;
}

.overlay-tab:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 36, 36, 0.8);
	z-index: 1;
	border-radius: 20px;
}

#home .slick-bg:before {
	border-radius: 0px !important;
}


.trending-info {
	position: relative;
	z-index: 99;
}

.trending-info .trending-dec {
	margin-bottom: 30px;
	width: 35%;
}

.trending-info .block-social {
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	margin-left: 15px;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
}

.trending-info .block-social a {
	position: relative;
	display: block;
	height: 32px;
	width: 32px;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	background: var(--iq-white);
	color: var(--iq-primary);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.trending-info .block-social.social1 a {
	background: var(--iq-primary);
	color: var(--iq-white);
}

.trending-list .title {
	font-size: 18px;
	font-weight: 500;
}

.trending-list .title span {
	font-size: 16px;
	font-weight: 400;
}

.trending-info .iq-dropdown .form-control {
	background: rgb(0, 0, 0, 0.20);
	border-radius: 5px;
	color: var(--iq-white);
}

/*-----------------------*/

#trending-slider-nav .slick-list {
	padding-bottom: 35px !important;
}

#trending-slider-nav .movie-slick {
	border: 6px solid transparent;
	transition: all 0.4s ease;
}

.slick-current .movie-slick img {
	border: 4px solid #5f18fa;
}

#trending-slider-nav .slick-current.slick-active .movie-slick {
	transition: all 0.4s ease;
}

#trending-slider-nav .movie-slick:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 26px solid #5f18fa;
	opacity: 0;
	transition: all 0.4s ease;
	z-index: 999;
}

#trending-slider-nav .slick-current.slick-active .movie-slick:before {
	opacity: 1;
}

.e-item:hover .episodes-description {
	color: var(--iq-white) !important;
}

.episodes-description a:hover {
	color: var(--iq-primary);
}

.episode-number {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: var(--iq-white);
	background: rgb(134, 134, 134, 0.6);
	border-radius: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.e-item:hover .episode-number {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.episode-play-info {
	position: absolute;
	left: 0;
	right: 0;
	top: 38%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.e-item:hover .episode-play-info {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.episode-play {
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
}

.episode-play a {
	position: relative;
	display: block;
	height: 32px;
	width: 32px;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	background: var(--iq-white);
	color: var(--iq-primary);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.episodes-slider1 .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	color: #fff;
}

.episodes-slider1 .owl-nav button.owl-prev,
.episodes-slider1 .owl-nav button.owl-next {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 55, 65, 0.8);
	line-height: 23px;
	font-size: 27px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.episodes-slider1 .owl-nav button.owl-next {
	float: right !important;
}

/* parallax */

.parallax-img img {
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.6);
	border-radius: 10px;
}

.parallax-window {
	height: 100%;
	padding: 100px 0;
	position: relative;
	background: url(../images/parallax/p1.jpg)center center;
	background-size: cover;
	background-attachment: fixed;
}

.parallax-window::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
}

.parallaxt-details {
	z-index: 9;
	position: relative;
}

/*-----------------------*/

.topten-contens {
	position: relative;
	overflow: hidden;
}

.topten-title {
	position: absolute;
	left: 70px;
	top: 50px;
	z-index: 99;
}

.topten-title-sm {
	display: none;
}

.vertical_s {
	position: absolute;
	top: 95px;
	right: 0;
	bottom: 0;
	left: 70px;
	overflow: hidden;
}

#top-ten-slider-nav {
	width: 200px;
	height: 100%;
	position: relative;
}

#top-ten-slider-nav .slick-list.draggable {
	height: 100% !important
}

#top-ten-slider-nav .slick-prev,
#top-ten-slider-nav .slick-next {
	left: 0;
	right: 0;
	margin: 0 auto;
}

#top-ten-slider-nav .slick-prev {
	top: 0;
	bottom: auto;
}

#top-ten-slider-nav .NextArrow,
#top-ten-slider-nav .PreArrow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 60px;
	width: 100%;
	z-index: 1;
}

#top-ten-slider-nav .NextArrow {
	bottom: -10px;
}

#top-ten-slider-nav .PreArrow {
	bottom: 40px;

}

#top-ten-slider-nav .NextArrow:before,
#top-ten-slider-nav .PreArrow:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
}

#top-ten-slider-nav .slick-next:before,
#top-ten-slider-nav .slick-prev:before {
	display: none;
}

.slick-arrow {
	cursor: pointer;
}

/* page title */

.page-title-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.page-title-box {
	position: relative;
	background-image: url(/assets/images/banner/simple-page.webp);
}

.page-title-box .page-title {
	position: relative;
	padding-top: 140px;
	padding-bottom: 60px;
	z-index: 2;
}

.page-title-box .page-title h2 {
	font-size: 4.3rem;
}

.page-title-box .page-title .breadcrumb {
	background: transparent;
	padding-left: 0px;
}

.page-title-box .page-title .breadcrumb .breadcrumb-item a {
	color: #fff;
}

.page-title-box .page-title .breadcrumb .breadcrumb-item a:hover {
	color: #fff;
	font-weight: 700;
}

.page-title-box .page-title .breadcrumb .breadcrumb-item.active {
	color: #fff;
	font-weight: 700;
}

@media(max-width:991px) {
	.page-title-box .page-title {
		padding-top: 200px;
		padding-bottom: 80px;
	}
}

@media(max-width:767px) {
	.page-title-box .page-title {
		padding-top: 60px;
		padding-bottom: 50px;
	}
}


/* about us */
.about-section {
	margin-top: 100px;
	margin-bottom: 100px;
}


/* error */
.error-section .error {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.error-section .error h1 {
	font-size: 200px;
	color: #5f18fa;
}

/* faq */
.faq {
	background: #0B1A2A;
	cursor: pointer;
}

.faq i {
	padding-top: 12px;
}


/* blog */
.blog-single {
	background: #0B1A2A;
	border-radius: 20px;
	padding: 20px;
}

.blog-single img {
	border-radius: 20px;
}

.blog-single .blog-content {
	padding: 20px 4px;
}

.blog-single .blog-content h3 {
	color: #5f18fa;
	transition: all .4s ease-in;
}

.blog-single .blog-content h3:hover {
	color: #ba1f24;
}

.blog-single .blog-content .content {
	height: 80px;
}

.blog-search input {
	padding-right: 60px;
}

.blog-search button {
	position: absolute;
	right: 50px;
	top: 54px;
	background: transparent;
	color: #e50914;
	border-radius: 50px;
	padding: 6px 20px;
	border: none;
	cursor: pointer;
	font-size: 20px;
}

.blog-category ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.blog-category ul li {
	margin-bottom: 10px;
}

.blog-category ul li a:hover {
	color: #5f18fa;
}

.blog-tag a {
	background: #0B1A2A;
	padding: 6px 10px;
	margin: 8px 6px;
	display: inline-block;
	border-radius: 5px;
}

.blog-tag a:hover {
	color: #5f18fa;
}


/* pagination */
.pagination .page-link {
	background: #0B1A2A;
	color: #fff;
	margin: 0 10px;
	padding: 10px 18px;
	border-radius: 5px;
	border: none;
}

.pagination .page-link:hover {
	background: #e50914;
}

.pagination .active {
	background: #e50914;
}

@media (max-width:991px) {
	.pagination .page-item i {
		display: none;
	}
}

/* contact */

.contact-form {
	background: #0B1A2A;
	padding: 30px;
	border-radius: 10px;
}



/*-----------------------*/

footer {
	background: #67438f;
}

ul.f-link li {
	margin-bottom: 4px;
}

ul.f-link li a {
	margin-bottom: 4px;
	color: var(--iq-body-text);
}

ul.f-link li a:hover {
	color: var(--iq-primary);
}

.s-icon {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	margin-right: 12px;
	color: var(--iq-white);
	font-size: 17px;
	background: #233A50;
	transition: all 0.4s ease;
}

.s-icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--iq-primary);
	transition: all 0.4s ease;
	transform: scale(.9);
	z-index: -1;
}

.s-icon:hover:before {
	transform: scale(1.1);
	box-shadow: 0 0 15px var(--iq-primary);
}

.s-icon:hover {
	box-shadow: 0 0 10px var(--iq-primary);
	text-shadow: 0 0 2px var(--iq-primary);
	color: var(--iq-primary);
	transition: all 0.4s ease;
}

.footer-title {
	color: #5f18fa;
	margin-bottom: 16px;
}

.subscribe input {
	border-radius: 50px;
}

.copyright {
	border-top: 2px dashed #233A50;
}

/*-----------------------*/

.banner-wrapper {
	padding: 60px 0;
	z-index: 1;
	width: 100%;
	height: 550px;
	background-image: url(../images/shows-banner/single-show.jpg);
	background-position: top left;
}

.overlay-wrapper:before,
.shows-img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.8) 70%, var(--iq-black) 100%)
}

.banner-caption,
.overlay-s-name {
	position: absolute;
	bottom: 30px;
	left: 80px;
}

.movie-detail .trending-info {
	padding: 0 0 20px 0;
	border: 1px solid;
	border-image-slice: 1;
	border-width: 0 0 1px 0;
}

.movie-detail .trending-info.g-border {
	border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}

.share-icons.music-play-lists li {
	display: inline-flex;
	margin-right: 7px;
	width: 45px;
	height: 45px;
}

.share-icons.music-play-lists li span {
	width: 32px;
	height: 32px;
}

.share-icons.music-play-lists li span i {
	font-size: 15px;
}

.movie-detail .trending-info .trending-text {
	font-size: 50px;
	line-height: 1.5;
	margin: 0;
}

.main-content.movi {
	padding-top: 30px;
}

.share {
	position: relative;
}

.share-box {
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
	display: none;
	position: absolute;
	width: 130px;
	left: -130px;
	bottom: -60px;
	background-color: var(--iq-bg1);
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	z-index: 2;
	animation: slide-in 0.5s forwards;
	margin-bottom: 10px;
}

.share:hover .share-box {
	display: inline-block;
}

.share-box a {
	background: transparent !important;
	color: var(--iq-body) !important;
	margin-right: 15px;
}

.share-box i {
	font-size: 25px !important;
}

.share-box a:hover {
	color: var(--iq-primary) !important;
}

.banner-wrapper .trending-info .trending-dec {
	width: 100%;
}

.play-ico {
	font-size: 22px;
}

.play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	display: block;
	padding-left: 5px;
	text-align: center;
}

.play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #ba1f24;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: var(--iq-primary);
	border-radius: 50%;
	transition: all 200ms;
}

.play-button:hover:after {
	background-color: darken(#5f18fa, 10%);
}

.play-button i {
	display: block;
	position: relative;
	z-index: 3;
	font-size: 20px;
	color: var(--iq-white);
}

.w-name {
	margin-left: 70px;
}

video {
	display: block;
	width: 100%;
	height: 100%;
}

.video-container {
	width: 100%;
	height: 650px;
	overflow: hidden;
	position: relative;
}

.video-container.overlay-wrapper:before,
.overlay-s-name {
	z-index: 1;
}

/*-----------------------*/

.seasons .iq-dropdown .form-control {
	background: var(--iq-secondary);
	color: var(--iq-white);
}

.seasons .trending-pills {
	background: var(--iq-bg1);
}

.seasons .trending-pills.nav-pills .nav-item a {
	margin-left: 0;
}

.epi-box .episode-number,
.epi-box .episode-play-info {
	opacity: 1;
}

.epi-box .episode-number {
	background: rgb(0, 0, 0, .7);
}

.epi-desc {}

.epi-name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.epi-box {
	-webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
	background: #0B1A2A;
	border-radius: 15px;
}

.epi-img {
	overflow: hidden;
	border-radius: 15px;
}

.img-zoom {
	-webkit-transition: transform 2s ease-in-out;
	-o-transition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out;
	transform-origin: center center;
	border-radius: 15px;
}

.epi-box:hover .img-zoom {
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.episode-name span {
	font-size: 28px;
}

.episode-name .trending-year:before {
	top: 22px !important;
	left: 12px !important;
}

.season-info .big-title {
	font-size: 22px !important;
}

/*-----------------------*/

#tvshows-slider li {
	float: left;
}

.shows-img {
	position: relative;
}

.shows-content {
	position: absolute;
	bottom: 30px;
	left: 25px;
	z-index: 99;
}

.shows-img:before {
	background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.6) 75%, var(--iq-black) 100%);
	z-index: 1;
}

#tvshows-slider .slick-slide {
	opacity: 0.4;
	filter: blur(3px);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12)
}

#tvshows-slider .slick-slide.slick-current.slick-center {
	opacity: 1;
	filter: blur(0);
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
}

#tvshows-slider .NextArrow,
#tvshows-slider .PreArrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 999;
	background: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.9);
	font-size: 65px;
	z-index: 1;
}

#top-ten-slider .NextArrow,
#top-ten-slider .PreArrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 999;
	width: 40px;
	height: 40px;
	background: rgba(255, 55, 65, 0.8);
	border-radius: 50%;
	border: none;
	color: rgba(255, 255, 255, 0.9);
	font-size: 27px;
	display: inline-block;
	z-index: 1;
	line-height: 26px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#tvshows-slider .NextArrow,
#top-ten-slider .NextArrow {
	right: 10px;
}

#tvshows-slider .PreArrow,
#top-ten-slider .PreArrow {
	left: 10px;
}

.iq-main-slider {
	position: relative;
}

.genres-box {
	position: absolute;
	top: 100px;
	left: 15%;
}

.genres-box .btn-secondary {
	background-color: rgba(108, 117, 125, 0.8);
	border-color: transparent;
	position: relative;
}

.genres-box .btn-secondary:focus {
	box-shadow: none !important;
}

.genres-box .dropdown-toggle::after {
	content: '\ea41';
	position: absolute;
	right: 37px;
	top: 10px;
	font-family: 'remixicon';
	border: none !important;
	transition: all 0.4s ease;
	vertical-align: middle !important;
}

.genres-box .btn {
	padding: 9px 42px 9px 25px;
}

.genres-box .dropdown-menu {
	background-color: rgb(36, 36, 36, 0.9);
	border: transparent;
	color: var(--iq-white) !important;
	border-radius: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.genres-box .dropdown-menu.show {
	transform: translate(0, 70px);
}

.genres-box .dropdown-item {
	color: var(--iq-white);
}

.genres-box .dropdown-item:focus,
.genres-box .dropdown-item:hover {
	background-color: transparent;
	color: var(--iq-primary);
}

.genres-box .btn-secondary:not(:disabled):not(.disabled).active,
.genres-box .btn-secondary:not(:disabled):not(.disabled):active,
.genres-box.show>.btn-secondary.dropdown-toggle {
	background-color: rgba(108, 117, 125, 0.8) !important;
	border-color: transparent !important;
}

/*---------------------------*/

.m-profile {
	padding-top: 120px;
	padding-bottom: 60px;
}

.manage-p {
	height: 100vh;
}

.m-profile .sign-user_card {
	background: var(--iq-bg1);
}

.m-profile .iq-custom-select .select2-container--bootstrap4 .select2-selection,
.m-profile .select2-dropdown {
	border: 1px solid var(--iq-body-text);
	background: transparent;
}

.m-profile .form-group {
	margin-bottom: 1.2rem;
}

.m-profile .sign-user_card {
	padding: 30px;
}

.m-profile .select2-dropdown {
	top: 0;
}

.m-profile .select2-search--dropdown .select2-search__field {
	display: none !important;
}

.lang-dropdown {
	margin-left: 30px;
}

.m-profile .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
	background: transparent;
}

.m-profile .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
	border: none;
	background: var(--iq-bg1);
	border-radius: 0;
	color: #f2f2f2;
}

.manage-gen .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: calc(1.5em + 1.3rem);
	padding-left: 10px;
	font-size: 14px;
}

.manage-dd .select2-container {
	width: 100% !important;
}

.manage-dd .select2-search--dropdown .select2-search__field {
	width: 98%;
}

.lang-dropdown .select2-container .select2-search--inline .select2-search__field {
	margin-top: 11px;
	font-size: 14px;
}

.a-border {
	border-bottom: 2px dashed #233A50;
}

/*-----------------------*/

.setting a:hover {
	color: var(--iq-primary) !important;
}

.edit-icon {
	position: absolute;
	right: 25px;
	top: 25px;
}

.setting-wrapper .btn-hover {
	white-space: normal;
}

.pricing .table {
	color: var(--iq-body-text);
}


.pricing .table th {
	border-top: none;
}

.pricing .table th {
	border-bottom: 1px solid var(--iq-body-bg);
}

.prc-box {
	background: var(--iq-body-bg);
	padding: 15px;
	position: relative;
	transition: all 0.4s ease;
	border-radius: 0 0 40px 40px;
}

.type {
	position: absolute;
	background: var(--iq-primary);
	padding: 9px 25px;
	color: var(--iq-white);
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	font-weight: 500;
	border-radius: 0 0 20px 20px;
}

.type:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: -14px;
	top: 1px;
	border-left: 14px solid var(--iq-primary-hover);
	border-top: 14px solid transparent;
}

.type:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: -14px;
	top: 1px;
	border-right: 14px solid var(--iq-primary-hover);
	border-top: 14px solid transparent;
}

.prc-box.active {
	background: var(--iq-primary);
}

.prc-box.active .type {
	background: #fff;
	color: var(--iq-primary);
}

.prc-box.active .type:before {
	border-left: 14px solid var(--iq-primary-hover);
	right: -14px;
}

.prc-box.active .type:after {
	border-right: 14px solid var(--iq-primary-hover);
	left: -14px;
}

.prc-wrap {
	border-bottom: none !important;
}

.pricing .table td {
	border-top: none !important;
}

.pricing .table tr {
	border-bottom: 1px solid var(--iq-body-bg);
}

.pricing .table tr:last-child {
	border-bottom: 0;
}

.i_close {
	font-size: 22px;
}

.p-image {
	position: absolute;
	top: auto;
	right: 6px;
	bottom: 10px;
	transition: all .3s ease;
	background: var(--iq-primary);
	color: var(--iq-white);
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

.upload-button {
	font-size: 1.5em;
}

.file-upload {
	display: none;
}

.upload_profile {
	position: relative;
}

.child-cell {
	transition: all 0.4s ease;
}

.child-cell.active {
	color: var(--iq-primary);
}

/*-----------------------*/

.flatpickr-input[readonly] {
	background-color: transparent !important;
}

.flatpickr-calendar,
.flatpickr-months .flatpickr-month,
span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months {
	background: var(--iq-body-bg);
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
	background: var(--iq-primary);
	border-color: transparent;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
	background: var(--iq-primary);
	border-color: transparent;
}

.flatpickr-day.today {
	border-color: var(--iq-primary);
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
	border-color: var(--iq-primary);
	background: var(--iq-primary);
	color: var(--iq-white);
}

/*-----------------------*/

.favorites-slider .slick-arrow,
#trending-slider-nav .slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 30px;
	text-align: center;
	opacity: 1;
	z-index: 9;
	top: -46px;
	background: var(--iq-primary) 0% 0% no-repeat padding-box;
	margin: 0 0 0 20px;
	line-height: 5px;
	box-shadow: 0px 9px 19px #01041B0D;
	font-size: 0;
	transform: none;
	border-radius: 5px;
	color: var(--iq-white);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.favorites-slider .slick-arrow:hover,
#trending-slider-nav .slick-arrow:hover {
	background: var(--iq-white);
	color: var(--iq-primary) !important;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.favorites-slider .slick-prev,
#trending-slider-nav .slick-prev {
	color: var(--iq-white);
	right: 60px;
	left: auto;
}

.favorites-slider .slick-next,
#trending-slider-nav .slick-next {
	color: var(--iq-white);
	right: 20px;
}

.favorites-slider .slick-prev:before,
.favorites-slider .slick-next:before,
#trending-slider-nav .slick-prev:before,
#trending-slider-nav .slick-next:before {
	font-size: 0;
}

.favorites-slider .slick-arrow i,
#trending-slider-nav .slick-arrow i {
	font-size: 17px;
}

/*---------------------------------------------------------------------
                      Courses
-----------------------------------------------------------------------*/
.courses-empty-state {
	background: rgba(17, 8, 25, 0.92);
	border: 1px solid rgba(132, 88, 211, 0.35);
	border-radius: 20px;
	padding: 2.4rem 2.6rem;
	text-align: center;
	color: #f7f0ff;
	box-shadow: 0 24px 45px rgba(10, 6, 20, 0.4);
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	align-items: center;
	justify-content: center;
}

.courses-empty-state__icon {
	width: 72px;
	height: 72px;
	background: linear-gradient(135deg, #7f4ae0, #5b2bb2);
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	box-shadow: 0 16px 30px rgba(91, 43, 178, 0.4);
}

.courses-empty-state h5 {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
}

.courses-empty-state p {
	margin: 0;
	max-width: 420px;
	color: rgba(247, 240, 255, 0.72);
	line-height: 1.6;
}

.courses-empty-state__actions {
	display: flex;
	gap: 0.65rem;
	flex-wrap: wrap;
	justify-content: center;
}

.courses-empty-state__actions .btn {
	border-radius: 999px;
	padding: 0.5rem 1.35rem;
	font-weight: 600;
}

/*---------------------------------------------------------------------
                      Lessons
-----------------------------------------------------------------------*/
.main-content-lesson {
	padding-top: 40px;
}

.lesson-fluid {
	padding: 0 50px
}

.all-contents {
	display: none;
	justify-content: end;
	margin-bottom: 15px;
}

.area-list-content-course {
	position: sticky;
	top: 40px;
	align-self: flex-start;
	height: calc(100vh - 85px);
	display: flex;
	flex-direction: column;
}

.area-list-content-course .content-list {
	flex: 1;
	border-radius: 20px;
	background: var(--lesson-surface);
	border: 1px solid var(--lesson-border);
	box-shadow: 0 18px 40px rgba(10, 6, 20, 0.45);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.area-list-content-course .capsules {
	flex: 1;
	overflow-y: auto;
	padding-right: 0.6rem;
}

.area-list-content-course .content-list .capsules {
	flex: 1;
	overflow-y: auto;
	padding-right: 0.6rem;
}

.area-list-content-course .content-list .capsules::-webkit-scrollbar {
	width: 6px;
}

.area-list-content-course .content-list .capsules::-webkit-scrollbar-thumb {
	background: rgba(132, 88, 211, 0.35);
	border-radius: 999px;
}

.hidden {
	opacity: 0;
	height: 0;
	padding: 0;
}

.step-icon {
	background-color: #6e50b5;
	padding: 2px 12px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 1.1rem;
	border-radius: 3px;
	cursor: pointer;
}

.title-course {
	width: 80%;
}

.aula-home {
	border-radius: 10px;
}

.iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 55.25%;
	border: 3px solid #6a6bec;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.timer {
	background: #000000a3;
	top: 0;
}

.timer-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	color: #fff;
}

.timer-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #000;
}

.timer-section span {
	font-size: 2rem;
	font-weight: bold;
}

.timer-section label {
	margin-top: 5px;
	font-size: 1rem;
}

.title-lesson-current {
	font-size: 1.4rem;
	color: #fff;
}

.title-video-current {
	font-size: 1.3rem;
}

.btn-question-ravi {
	background: #951b81;
	font-size: .8rem;
	padding: 3px 11px;
	font-weight: 700;
	border-radius: 10px;
	color: #fff;
	width: 190px;
}

.btn-question-ravi:hover {
	color: #fff;
}

.btn-completed-video {
	background: #42306d;
	font-size: .8rem;
	padding: 3px 11px;
	font-weight: 700;
	border-radius: 10px;
	color: #fff;
	width: 190px;
}

.btn-completed-video:hover {
	background: #fff;
	color: #42306d;
}

.about-video {
	cursor: pointer;
}

.about-video .area-content {
	border: 2px solid #fff;
	margin: 0px 10px 15px 0px;
	padding: 5px 10px;
	border-radius: 10px;
	height: 80px;
}

.about-video .area-content:hover {
	border: 2px solid #42306d;

}

.about-video .area-content .number {
	background: #3e285b;
	margin-right: 10px;
	padding: 3px 8px;
	border-radius: 50%;
	font-size: .7rem;
}

.about-video .area-content .title {
	font-size: .9rem;
	font-weight: 100;
}

.about-video .area-content .title.active {
	font-weight: 700;
}

.about-video .area-content .icon-video-completed {
	border: 1px solid #fff;
	padding: 2px 4px;
	font-size: .4rem;
	border-radius: 50%;
	margin-right: 4px;
}

.about-video .area-content .icon-video-completed.active {
	border: none;
	background-color: #42306d;
}

.about-video .area-content .icon-video-completed i {
	margin-top: 2px;
}

.about-video .area-content .status {
	font-size: .7rem;
	margin-top: 3px;
}

.content-list {
	border: 2px solid #42306d;
	padding: 15px;
	border-radius: 15px;
	position: sticky;
	top: 0;
	z-index: 100;
}

.hide-list {
	border: 1px solid #fff;
	color: #fff;
	font-size: .7rem;
	padding: 2px 5px;
	font-weight: 700;
	border-radius: 7px;
	cursor: pointer;
}

.title-area {
	color: #fff;
}

.capsules__accordion {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.capsule {
	border: 1px solid transparent;
	border-radius: 20px;
	background: var(--lesson-surface-alt);
	box-shadow: 0 22px 40px rgba(8, 5, 18, 0.45);
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.capsule:hover {
	transform: translateY(-2px);
	box-shadow: 0 28px 60px rgba(10, 6, 20, 0.55);
	border-color: var(--lesson-border);
}

.capsule__header {
	padding: 0;
	background: var(--lesson-surface);
	border-bottom: 1px solid var(--lesson-border);
}

.capsule__toggle {
	width: 100%;
	border: none;
	background: transparent;
	color: var(--lesson-text-strong);
	padding: 1rem 1.4rem;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.4rem;
	align-items: center;
	text-align: left;
}

.capsule__index {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: var(--lesson-primary-soft);
	font-weight: 700;
	font-size: 1.1rem;
	color: var(--lesson-text-strong);
}

.capsule__progress {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--lesson-text-muted);
	font-size: 0.9rem;
	letter-spacing: 0.01em;
}

.capsule__progress .porcentage {
	min-width: 48px;
	padding: 0.3rem 0.6rem;
	border-radius: 12px;
	background: var(--lesson-primary-soft);
	color: var(--lesson-text-strong);
	text-align: center;
}

.capsule__progress .bar {
	flex: 1;
	display: flex;
	align-items: center;
}

.capsule__progress .progressive-bar {
	width: 100%;
	height: 8px;
	border-radius: 999px;
	background: rgba(66, 37, 108, 0.55);
	overflow: hidden;
	position: relative;
}

.capsule__progress .progressive-bar>div {
	height: 100%;
	border-radius: inherit;
	background: var(--lesson-primary-gradient);
	box-shadow: 0 0 18px var(--lesson-primary-glow);
	transition: width 0.3s ease;
}

.capsule__progress .icon-capsule-completed {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: var(--lesson-primary-gradient);
	color: #f7f0ff;
	box-shadow: 0 16px 32px var(--lesson-primary-glow);
}

.capsule__progress .status {
	font-weight: 600;
	color: var(--lesson-text-strong);
}

.capsule__lessons {
	background: var(--lesson-surface-soft);
}

.capsule__body {
	padding: 1.2rem 1.4rem 1.6rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.lesson-item {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	background: var(--lesson-surface);
	border-radius: 16px;
	padding: 0.9rem 1rem;
	border: 1px solid transparent;
	color: var(--lesson-text-strong);
	transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.lesson-item--active {
	border-color: var(--lesson-border-strong);
	background: var(--lesson-surface-alt);
	box-shadow: 0 14px 28px rgba(10, 6, 20, 0.45);
}

.lesson-item__body {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: none;
	border: none;
	color: inherit;
	text-align: left;
	padding: 0;
	cursor: pointer;
}

.lesson-item__index {
	width: 36px;
	height: 36px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: var(--lesson-primary-soft);
	font-weight: 600;
	font-size: 1rem;
	color: var(--lesson-text-strong);
}

.lesson-item__title {
	flex: 1;
	font-size: 0.98rem;
	font-weight: 500;
}

.lesson-item__status {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.lesson-item__status-icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(247, 240, 255, 0.12);
	color: rgba(247, 240, 255, 0.55);
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.lesson-item__status-icon.is-completed {
	background: var(--lesson-primary-gradient);
	color: #f7f0ff;
	box-shadow: 0 12px 26px var(--lesson-primary-glow);
}

.lesson-item__status-icon:hover {
	transform: translateY(-2px);
	background: var(--lesson-primary-soft);
	color: var(--lesson-text-strong);
}

.content-list .capsule {
	background: #02090f;
	cursor: pointer;
	border-bottom: 1px solid #67438f;
}

.content-list .capsule .card-header {
	padding: 10px 0;
	border: none;
	background-color: #02090f;
}

.content-list .capsule .card-header .card-number {
	width: 20%;
	padding: 0px 0.5rem;
}

.content-list .capsule .card-header .card-number div {
	background: #3e285b;
	font-size: 1.5rem;
	padding: 6px 0px;
	border-radius: 50%;
	width: 45px;
}

.content-list .capsule .card-header .about {
	width: 60%;
	padding-left: 7px;
}

.content-list .capsule .card-header .about h6 {
	font-weight: 100;
}

.content-list .capsule .card-header .about .icon-capsule-completed {
	background-color: #42306d;
	padding: 2px 4px;
	font-size: .5rem;
	border-radius: 50%;
	margin-right: 4px;
}

.content-list .capsule .card-header .about .status {
	font-size: .7rem;
	margin-top: 3px;
	color: #fff;
}

.content-list .capsule .card-header .about .porcentage {
	width: 15%;
	font-size: .8rem;
}

.content-list .capsule .card-header .about .bar {
	width: 85%;
}

.content-list .capsule .card-header .about .progressive-bar {
	background-color: #424141;
	width: 100%;
	height: 7px;
	border-radius: 10px;
}

.content-list .capsule .card-header .about .progressive-bar div {
	height: 7px;
	background-color: #42306d;
	border-radius: 10px;
}


.content-list .capsule .card-header .icon-down {
	width: 20%;
	font-size: 1.3rem;
}

.content-list .capsule .card-body {
	color: #fff;
	padding: 0rem;
	border-bottom: 1px solid #67438f;
}

.content-list .capsule .card-body .about-lesson-other {
	padding: 5px 0;
}

.content-list .capsule .card-body .about-lesson-other.active {
	background-color: #42306d59;
}

.content-list .capsule .card-body .about-lesson-other:hover {
	background-color: #42306d85;
}

.content-list .capsule .card-body .lesson-number {
	font-size: .8rem;
	width: 15%;
}

.content-list .capsule .card-body .lesson-title {
	width: 75%;
}

.content-list .capsule .card-body .lesson-title div {
	width: 90%;
}

.content-list .capsule .card-body .lesson-completed {
	width: 10%;
}

.content-list .capsule .card-body .lesson-completed .icon {
	position: relative;
	border: 1px solid #fff;
	height: 22px;
	font-size: .6rem;
	border-radius: 50%;
	width: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-list .capsule .card-body .lesson-completed .icon.active {
	border: none;
	background-color: #42306d;
}

.description {
	border: 2px solid #42306d;
	padding: 3rem;
	border-radius: 15px;
	word-break: break-all;
}

.material {
	background: #222152;
	margin: 15px 0;
	padding: 25px 20px;
	color: #fff;
	border-radius: 20px;
}

.material .area-download {
	height: 100%;
}

.material audio {
	width: 100%;
}

.material-title {
	width: 60%;
	font-size: 1.2rem;
	padding: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.material-download {
	width: 40%;
}

.btn-material-download {
	background-color: #6a6bec;
	color: #fff;
	padding: 10px;
	width: 90%;
	font-weight: 600;
}

.btn-material-download:hover {
	color: #6a6bec;
	background: #fff;
}

.btn-material-download i {
	background: #fff;
	padding: 5%;
	color: #6a6bec;
	font-size: .8rem;
	border-radius: 50%;
	margin-right: 5px;
}

@media(max-width:767px) {
	.main-content-lesson {
		padding-top: 20px;
	}
}

.lesson-tablist {
	background: var(--lesson-surface-soft);
	border: 1px solid var(--lesson-border);
	overflow: hidden;
	box-shadow: 0 18px 35px rgba(12, 6, 20, 0.45);
}

.lesson-tablist .nav-tabs {
	background: var(--lesson-surface);
	border-bottom: 1px solid var(--lesson-border);
	margin-bottom: 0;
	backdrop-filter: blur(6px);
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: thin;
	scrollbar-color: rgba(132, 88, 211, 0.45) transparent;
}

.lesson-tablist .nav-tabs::-webkit-scrollbar {
	height: 6px;
}

.lesson-tablist .nav-tabs::-webkit-scrollbar-track {
	background: transparent;
}

.lesson-tablist .nav-tabs::-webkit-scrollbar-thumb {
	background: rgba(132, 88, 211, 0.45);
	border-radius: 999px;
}

.lesson-tablist .nav-item {
	flex: 0 0 auto;
}

.lesson-tablist .nav-link {
	white-space: nowrap;
}

.lesson-tablist .nav-tabs .nav-link {
	font-weight: 600;
	color: var(--lesson-text-muted);
	border: none;
	border-radius: 0;
	padding: 0.75rem 1.4rem;
	transition: color 0.2s ease, background-color 0.2s ease;
	white-space: nowrap;
}

.lesson-tablist .nav-tabs .nav-link i {
	margin-right: 10px;
}

.lesson-tablist .nav-tabs .nav-link:hover {
	color: var(--lesson-text-strong);
	background: var(--lesson-primary-soft);
}

.lesson-tablist .nav-tabs .nav-link.active {
	color: #ffffff;
	background: var(--lesson-primary-gradient);
	box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.08);
}

.lesson-tablist .tab-pane {
	background: var(--lesson-surface);
	border: 1px solid var(--lesson-border);
	padding: 1.6rem;
	color: var(--lesson-text-strong);
}

.lesson-tablist .material {
	border: 1px solid rgba(132, 88, 211, 0.35);
	border-radius: 12px;
	padding: 1rem;
	height: 100%;
	background: rgba(35, 21, 51, 0.85);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lesson-tablist .material:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(89, 47, 160, 0.35);
}

@media (max-width: 768px) {
	.lesson-tablist .nav-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.lesson-tablist .nav-tabs .nav-link {
		padding: 0.75rem 1rem;
	}
}

/*---------------------------------------------------------------------
                      Vide Card
-----------------------------------------------------------------------*/

.video-card {
	background: rgba(35, 21, 51, 0.85);
	border: 1px solid rgba(132, 88, 211, 0.35);
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.video-card.active {
	border: 2px solid #7f4ae0;
}

.video-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 35px rgba(89, 47, 160, 0.25);
}

.video-card__thumb {
	position: relative;
	padding-top: 56.25%;
	background: linear-gradient(135deg, rgba(38, 26, 54, 0.9), rgba(53, 29, 84, 0.9));
}

.video-card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-card__order {
	position: absolute;
	bottom: 12px;
	left: 12px;
	background: rgba(17, 8, 25, 0.85);
	border-radius: 999px;
	padding: 6px 12px;
	font-weight: 700;
	font-size: 0.85rem;
}

.video-card__body {
	padding: 1rem 1.2rem 1.1rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.video-card__title {
	margin: 0;
	font-weight: 700;
	font-size: 1rem;
	color: #f7f0ff;
	line-height: 1.35;
}

.video-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.video-card__checkbox {
	margin: 0;
}

.video-card__checkbox .custom-control-label {
	color: #e9deff;
}

/*---------------------------------------------------------------------
                      Ravi Chat
-----------------------------------------------------------------------*/

.ravi-room {
	background: radial-gradient(circle at top, rgba(127, 74, 224, 0.08), transparent 55%);
	min-height: calc(100vh - 160px);
}

.ravi.img-fundo {
	background-image: url('/assets/images/ravi/fundo-chat.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 26px;
	padding: 40px 0;
}

.ravi img.fundo,
.ravi-room .img-fundo {
	border-radius: 26px;
	padding: 110px 0;
}

.ravi-room__wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 1.5rem 4rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.ravi-room__header {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	color: #f7f0ff;
}

.ravi-room__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	background: rgba(127, 74, 224, 0.25);
	color: #f7f0ff;
	border-radius: 999px;
	padding: 0.35rem 0.8rem;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ravi-room__brand h1 {
	margin: 0.6rem 0 0.3rem;
	font-size: 2rem;
	font-weight: 700;
}

.ravi-room__brand p {
	margin: 0;
	max-width: 520px;
	color: rgba(247, 240, 255, 0.7);
}

.ravi-room__quick-info {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.ravi-room__info-card {
	background: rgba(22, 10, 36, 0.9);
	border: 1px solid rgba(132, 88, 211, 0.35);
	border-radius: 18px;
	padding: 1rem 1.1rem;
	display: flex;
	gap: 1rem;
	align-items: center;
	box-shadow: 0 18px 36px rgba(13, 6, 24, 0.4);
}

.ravi-room__info-icon {
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: linear-gradient(135deg, #7f4ae0, #5b2bb2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
}

.ravi-room__info-card strong {
	display: block;
	font-size: 1.15rem;
	color: #f7f0ff;
	font-weight: 700;
}

.ravi-room__info-card small {
	display: block;
	color: rgba(247, 240, 255, 0.6);
	line-height: 1.4;
}

.ravi-room__chat {
	background: rgba(17, 8, 25, 0.95);
	border: 1px solid rgba(132, 88, 211, 0.35);
	border-radius: 26px;
	padding: 2rem;
	box-shadow: 0 28px 60px rgba(10, 6, 20, 0.45);
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
	min-height: 520px;
	max-height: calc(100vh - 220px);
}

.ravi-room__chat-history {
	flex: 1;
	max-height: calc(100vh - 320px);
	overflow-y: auto;
	padding-right: 0.8rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ravi-room__chat-history::-webkit-scrollbar {
	width: 6px;
}

.ravi-room__chat-history::-webkit-scrollbar-thumb {
	background: rgba(132, 88, 211, 0.35);
	border-radius: 999px;
}

.chat-bubble {
	display: grid;
	gap: 0.65rem;
	max-width: 72%;
	padding: 1rem 1.1rem;
	border-radius: 18px;
	position: relative;
	line-height: 1.55;
	color: rgba(247, 240, 255, 0.92);
	box-shadow: 0 20px 40px rgba(13, 5, 28, 0.35);
	animation: slide-up 0.35s ease;
}

.chat-bubble__author {
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

.chat-bubble__author img:first-child {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	object-fit: cover;
	box-shadow: 0 12px 24px rgba(12, 5, 24, 0.3);
}

.chat-bubble__author strong {
	display: block;
	color: #ffffff;
}

.chat-bubble__author span {
	display: block;
	font-size: 0.75rem;
	color: rgba(247, 240, 255, 0.55);
}

.chat-bubble__content {
	margin: 0;
	font-size: 0.95rem;
}

.chat-bubble--user {
	align-self: flex-end;
	background: linear-gradient(135deg, #7f4ae0, #5121a9);
}

.chat-bubble--assistant {
	align-self: flex-start;
	background: rgba(26, 12, 36, 0.9);
	border: 1px solid rgba(132, 88, 211, 0.35);
}

.chat-bubble--assistant .chat-bubble__author img:last-child {
	height: 20px;
	object-fit: contain;
}

.chat-empty {
	text-align: center;
	color: rgba(247, 240, 255, 0.7);
	padding: 3rem 2rem;
	border: 1px dashed rgba(132, 88, 211, 0.35);
	border-radius: 20px;
	background: rgba(22, 10, 36, 0.7);
	display: grid;
	gap: 1rem;
	justify-items: center;
}

.chat-empty img {
	max-width: 220px;
}

.chat-empty h3 {
	margin: 0;
	color: #fff;
	font-size: 1.4rem;
}

.ravi-room__composer {
	display: flex;
	gap: 0.85rem;
	background: rgba(10, 5, 18, 0.85);
	border-radius: 18px;
	border: 1px solid rgba(132, 88, 211, 0.3);
	padding: 0.9rem 1rem;
	align-items: center;
}

.ravi-room__composer textarea {
	flex: 1;
	background: transparent;
	border: none;
	resize: none;
	color: #f7f0ff;
	font-size: 0.95rem;
	max-height: 180px;
}

.ravi-room__composer textarea::placeholder {
	color: rgba(247, 240, 255, 0.35);
}

.ravi-room__composer textarea:focus {
	outline: none;
}

.ravi-room__send {
	background: linear-gradient(135deg, #7f4ae0, #5b2bb2);
	border: none;
	color: #fff;
	width: 56px;
	height: 56px;
	border-radius: 18px;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 18px 38px rgba(91, 43, 178, 0.4);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ravi-room__send:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 42px rgba(91, 43, 178, 0.55);
}

.ravi-room__actions {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.ravi-room__actions .btn {
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

@keyframes slide-up {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	.ravi-room__wrapper {
		padding: 0 1rem 3rem;
	}

	.ravi-room__chat {
		padding: 1.5rem;
	}

	.chat-bubble {
		max-width: 100%;
	}

	.ravi-room__composer {
		flex-direction: column;
		align-items: stretch;
	}

	.ravi-room__send {
		width: 100%;
		border-radius: 12px;
	}

	.ravi-room__actions {
		justify-content: center;
	}
}

.chat-bubble__loader {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0.4rem 0;
}

.chat-bubble__loader span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(247, 240, 255, 0.75);
	animation: ravi-loader 1s ease-in-out infinite;
	box-shadow: 0 8px 16px rgba(13, 5, 28, 0.35);
}

.chat-bubble__loader span:nth-child(2) {
	animation-delay: 0.15s;
}

.chat-bubble__loader span:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes ravi-loader {

	0%,
	80%,
	100% {
		transform: translateY(0);
		opacity: 0.45;
	}

	40% {
		transform: translateY(-6px);
		opacity: 1;
	}
}

/*---------------------------------------------------------------------
                      Digital Notebook
-----------------------------------------------------------------------*/

.digital-notebook {
	background: rgba(17, 8, 25, 0.92);
	border-radius: 24px;
	border: 1px solid rgba(132, 88, 211, 0.35);
	padding: 1.75rem 1.9rem;
	box-shadow: 0 28px 60px rgba(10, 6, 20, 0.35);
}

.digital-notebook__header {
	display: flex;
	gap: 1.1rem;
	align-items: center;
	margin-bottom: 1.8rem;
	color: #f7f0ff;
}

.digital-notebook__header h5 {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
}

.digital-notebook__header span {
	display: block;
	font-size: 0.9rem;
	color: rgba(247, 240, 255, 0.65);
}

.digital-notebook__icon {
	width: 56px;
	height: 56px;
	background: linear-gradient(135deg, #7f4ae0, #5b2bb2);
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	box-shadow: 0 10px 24px rgba(91, 43, 178, 0.3);
}

.digital-notebook__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.4rem;
}

.digital-notebook__card {
	background: rgba(22, 10, 36, 0.88);
	border: 1px solid rgba(132, 88, 211, 0.35);
	border-radius: 18px;
	padding: 1.3rem 1.4rem;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.digital-notebook__card:hover {
	transform: translateY(-6px);
	border-color: rgba(132, 88, 211, 0.55);
	box-shadow: 0 18px 45px rgba(33, 11, 68, 0.35);
}

.digital-notebook__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	background: rgba(82, 39, 139, 0.65);
	color: #f7f0ff;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.digital-notebook__title {
	margin: 0;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.digital-notebook__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1.2rem;
	font-size: 0.8rem;
	color: rgba(247, 240, 255, 0.55);
}

.digital-notebook__meta i {
	margin-right: 0.35rem;
	color: rgba(132, 88, 211, 0.8);
}

.digital-notebook__description {
	margin: 0;
	color: rgba(247, 240, 255, 0.74);
	font-size: 0.9rem;
	line-height: 1.5;
}

.digital-notebook__actions {
	display: flex;
	gap: 0.6rem;
	margin-top: auto;
}

.digital-notebook__actions .btn {
	border-radius: 999px;
	border-width: 1px;
	padding: 0.5rem 1rem;
	font-size: 0.85rem;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.digital-notebook__actions .btn-outline-light {
	border-color: rgba(247, 240, 255, 0.35);
	color: rgba(247, 240, 255, 0.85);
}

.digital-notebook__actions .btn-outline-light:hover {
	background: rgba(132, 88, 211, 0.25);
	color: #ffffff;
}

.digital-notebook__actions .btn-primary {
	background: linear-gradient(135deg, #7f4ae0, #5b2bb2);
	border: none;
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(91, 43, 178, 0.3);
}

.digital-notebook__actions .btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 38px rgba(91, 43, 178, 0.45);
}

.digital-notebook__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
	padding: 3rem 1rem;
	color: rgba(247, 240, 255, 0.6);
	border: 1px dashed rgba(132, 88, 211, 0.3);
	border-radius: 18px;
	margin-top: 1.5rem;
}

.digital-notebook__empty i {
	font-size: 2rem;
	color: rgba(132, 88, 211, 0.7);
}

@media (max-width: 600px) {
	.digital-notebook {
		padding: 1.2rem 1.3rem;
	}

	.digital-notebook__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.digital-notebook__grid {
		grid-template-columns: 1fr;
	}
}

/*---------------------------------------------------------------------
                      Observation Lesson
-----------------------------------------------------------------------*/
.lesson-observation {
	background: rgba(17, 8, 25, 0.94);
	border-radius: 24px;
	border: 1px solid rgba(132, 88, 211, 0.35);
	padding: 1.9rem 2.1rem;
	box-shadow: 0 28px 60px rgba(10, 6, 20, 0.35);
}

.lesson-observation__header {
	display: flex;
	gap: 1.15rem;
	align-items: center;
	margin-bottom: 1.8rem;
	color: #f7f0ff;
}

.lesson-observation__header h5 {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
}

.lesson-observation__header span {
	display: block;
	font-size: 0.9rem;
	color: rgba(247, 240, 255, 0.65);
}

.lesson-observation__icon {
	width: 56px;
	height: 56px;
	background: linear-gradient(135deg, #7f4ae0, #5b2bb2);
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	box-shadow: 0 10px 24px rgba(91, 43, 178, 0.3);
}

.lesson-observation__body {
	background: rgba(22, 10, 36, 0.88);
	border-radius: 18px;
	border: 1px solid rgba(132, 88, 211, 0.35);
	padding: 1.6rem 1.8rem;
	line-height: 1.65;
	color: rgba(247, 240, 255, 0.78);
	position: relative;
	overflow: hidden;
}

.lesson-observation__body::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(127, 74, 224, 0.12), transparent 55%);
	pointer-events: none;
}

.lesson-observation__content p,
.lesson-observation__content div {
	margin-bottom: 0.8rem;
}

.lesson-observation__content strong,
.lesson-observation__content b {
	color: #ffffff;
	font-weight: 700;
}

.lesson-observation__content ul,
.lesson-observation__content ol {
	padding-left: 1.1rem;
	margin-bottom: 0.9rem;
}

.lesson-observation__content blockquote {
	margin: 1rem 0;
	padding: 0.9rem 1rem;
	border-left: 3px solid rgba(127, 74, 224, 0.7);
	background: rgba(37, 18, 62, 0.5);
	border-radius: 12px;
	color: rgba(247, 240, 255, 0.78);
}

.lesson-observation__empty {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	align-items: center;
	justify-content: center;
	padding: 2.8rem 1.5rem;
	color: rgba(247, 240, 255, 0.6);
	border: 1px dashed rgba(132, 88, 211, 0.35);
	border-radius: 18px;
	background: rgba(22, 10, 36, 0.7);
	text-align: center;
}

.lesson-observation__empty i {
	font-size: 2rem;
	color: rgba(132, 88, 211, 0.75);
}

@media (max-width: 600px) {
	.lesson-observation {
		padding: 1.4rem 1.5rem;
	}

	.lesson-observation__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.lesson-observation__body {
		padding: 1.3rem 1.4rem;
	}
}

.modal-content {
	background-color: #42306d;
}

.information-modal {
	position: relative;
	background: rgba(17, 8, 25, 0.96);
	padding: 2rem 2.3rem;
	color: #f7f0ff;
	box-shadow: 0 28px 60px rgba(10, 6, 20, 0.45);
}

.information-modal__close {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	border: none;
	background: rgba(82, 39, 139, 0.35);
	color: #f7f0ff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.18s ease, transform 0.18s ease;
}

.information-modal__close:hover {
	background: rgba(132, 88, 211, 0.5);
	transform: translateY(-1px);
}

.information-modal__header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.8rem;
}

.information-modal__header h4 {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
}

.information-modal__header p {
	margin: 0.4rem 0 0;
	color: rgba(247, 240, 255, 0.68);
	font-size: 0.95rem;
}

.information-modal__icon {
	width: 56px;
	height: 56px;
	background: linear-gradient(135deg, #7f4ae0, #5b2bb2);
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	box-shadow: 0 12px 30px rgba(91, 43, 178, 0.35);
}

.information-modal__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.information-modal__list li {
	display: flex;
	gap: 0.85rem;
	background: rgba(26, 12, 38, 0.72);
	border: 1px solid rgba(132, 88, 211, 0.32);
	border-radius: 16px;
	padding: 0.95rem 1rem;
	transition: transform 0.18s ease, border-color 0.18s ease;
}

.information-modal__list li:hover {
	transform: translateY(-2px);
	border-color: rgba(132, 88, 211, 0.55);
}

.information-modal__bullet {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(127, 74, 224, 0.25);
	color: #f7f0ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	flex-shrink: 0;
}

.information-modal__list p {
	margin: 0;
	line-height: 1.55;
	color: rgba(247, 240, 255, 0.88);
}

/*---------------------------------------------------------------------
                      Cronometro
-----------------------------------------------------------------------*/

.cronometro {
	background-color: #000;
}

.cronometro img {
	width: 100%;
	height: 100px;
}

#countdown {
	display: flex;
	position: relative;
	width: 92%;
	background-color: #6a6bec;
	color: #000;
	padding: 20px;
	padding-top: 5px;
}

.time-box {
	padding: 5px 12px;
	text-align: center;
	text-transform: uppercase;
}

.time-box span {
	font-size: 3rem;
	font-weight: 700;
}

.time-box p {
	font-size: .8rem;
	margin-top: -15px;
}

.btn-cron {
	position: absolute;
	top: 35px;
	right: -35px;
	border: none;
	background-color: #69ebe9;
	color: #000;
	padding: 5px 25px;
	font-weight: 900;
	border-radius: 20px;
	cursor: pointer;
}


/*---------------------------------------------------------------------
                      Back to Top
-----------------------------------------------------------------------*/

#back-to-top .top {
	z-index: 999;
	position: fixed;
	margin: 0px;
	color: var(--iq-white);
	background: var(--iq-primary);
	bottom: 30px;
	right: 25px;
	font-size: 26px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	border-radius: 90px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#back-to-top .top:hover {
	color: var(--iq-white) !important;
	background: var(--iq-primary);
}

#back-to-top {
	opacity: 0;
	transition: opacity 0.6s ease;
}

#back-to-top.show {
	opacity: 1;
	transition: opacity 0.6s ease;
}

/*---------------------------------------------------------------------
                      Sign In
-----------------------------------------------------------------------*/

#sign-in-page-box {
	background: #fff;
	border-radius: 10px;
	position: relative;
	width: 100%;
	min-height: 480px;
	height: 93vh;
	margin: 15px auto;
	box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
	-webkit-box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
}

.sign-in-detail {
	color: var(--iq-white);
}


.sign-in-page .height-self-center {
	height: 100vh;
	border-radius: 15px;
}

.sign-in-page-data {
	border-radius: 15px;
}

.sign-in-detail {
	padding: 50px 80px;
}

.sign-in-logo {
	display: inline-block;
	width: 100%;
}

.sign-in-logo img {
	height: 50px;
}

.sign-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iq-social-media {
	margin: 0;
	padding: 0;
	float: right;
}

.iq-social-media li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.iq-social-media li:last-child {
	margin-right: 0;
}

.iq-social-media li a {
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: var(--iq-light-primary);
	color: var(--iq-primary) !important;
}

.iq-social-media li a:hover {
	text-decoration: none;
}

.sign-in-page .btn {
	padding: 10px 35px;
	border-radius: 5px;
}

.sign-user_card {
	position: relative;
	background: #0B1A2A;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 25px;
	box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

.sign-user_logo {
	position: absolute;
	top: -56px;
	border-radius: 50%;
	padding: 10px;
	text-align: center;
}

.sign-user_logo img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 2px solid white;
}

.sign-in-page .form-control,
.m-profile .form-control {
	color: var(--iq-white);
}

.sign-in-page .form-control:focus,
.m-profile .form-control:focus {
	background: transparent;
	box-shadow: none;
	border: 1px solid var(--iq-primary);
}

::placeholder {
	color: #d9d5d5 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #d9d5d5 !important;
}

::-ms-input-placeholder {
	color: #d9d5d5 !important;
}

.f-link:hover {
	color: var(--iq-primary);
}

/*---------------------------------------------------------------------
                      Animation
-----------------------------------------------------------------------*/

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes notify {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
	}

	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
	}

	30% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	70% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	60% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@-webkit-keyframes slide-in {
	100% {
		left: 0;
	}
}

@keyframes slide-in {
	100% {
		left: 0;
	}
}

@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;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes trailorPlay {
	0% {
		transform: translateX(0);
	}

	30% {
		transform: translateX(-5px);
	}

	50% {
		transform: translateX(5px);
	}

	70% {
		transform: translateX(-2px);
	}

	100% {
		transform: translateX(0);
	}
}


/*---------------------------------------------------------------------
                      Sign Up
-----------------------------------------------------------------------*/


.signup-container {
	padding: 60px 0;
}

.signup-card {
	background: #0B1A2A;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	padding: 40px;
}

.badge-free {
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
	color: white;
	padding: 8px 20px;
	border-radius: 50px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.progress-custom {
	height: 8px;
	border-radius: 10px;
	background: #e9ecef;
}

.progress-bar-custom {
	background: linear-gradient(90deg, #42306d 0%, #6a6bec 100%);
	height: 100%;
	border-radius: 10px;
	transition: width 0.5s ease;
}

.step-number {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #42306d 0%, #6a6bec 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 700;
	font-size: 1.2rem;
}

.form-control:focus {
	background: transparent;
	box-shadow: none;
	border: 1px solid var(--iq-primary);
	color: white;
}

.btn-primary-custom {
	background: linear-gradient(135deg, #42306d 0%, #6a6bec 100%);
	border: none;
	color: white;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.btn-primary-custom:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(106, 107, 236, 0.4);
	color: white;
}

.btn-success-custom {
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
	border: none;
	color: white;
	font-weight: 700;
	padding: 15px 40px;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.btn-success-custom:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(40, 167, 69, 0.4);
	color: white;
}

.review-card {
	background: linear-gradient(135deg, #0B1A2A 0%, #152d44 100%);
	border-radius: 15px;
	padding: 30px;
	border: 1px solid rgba(106, 107, 236, 0.2);
}

.review-item {
	background: rgba(255, 255, 255, 0.05);
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}

.review-item:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(106, 107, 236, 0.3);
	transform: translateY(-2px);
}

.trust-badge {
	background: linear-gradient(135deg, #0B1A2A 0%, #0f2338 100%);
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(106, 107, 236, 0.15);
	transition: all 0.3s ease;
}

.trust-badge:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(106, 107, 236, 0.3);
	border-color: rgba(106, 107, 236, 0.4);
}

.trust-badge i {
	font-size: 2rem;
	margin-bottom: 10px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.trust-badge p {
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 5px;
}

.terms-box {
	background: #fff3cd;
	border: 2px solid #ffc107;
	border-radius: 10px;
	padding: 20px;
}

.input-icon {
	position: relative;
}

.input-icon i {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #6c757d;
}

.input-icon .form-control {
	padding-left: 45px;
}

.step-content {
	display: none;
}

.step-content.active {
	display: block;
	animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}