/*
Template: Streamit - Responsive Bootstrap 4 Template
Author: iqonicthemes.in
Design and Developed by: iqonicthemes.in
NOTE: This file contains the styling for responsive Template.
*/

/*================================================
[  Table of contents  ]
================================================

:: Header
:: Navigation
:: Pages Content
:: Back to Top
:: Sign In

======================================
[ End table content ]
======================================*/

/*---------------------------------------------------------------------
                    Header
-----------------------------------------------------------------------*/
header#main-header { text-align: center; background-color: var(--iq-primary-bg) !important; }
header .navbar-light .navbar-brand img.logo {
	/* max-width: 160px; */
    max-height: 85px;
	/* width: 160px;  */
}
.iq-search-bar .search-input { border: 1px solid transparent; width: 100%; height: 40px; padding: 5px 15px 5px 40px; border-radius: 15px; color: var(--iq-body-text); background: var(--iq-body-bg); }
.iq-search-bar .searchbox .search-link { position: absolute; left: 15px; top: 6px; font-size: 16px; color: var(--iq-body-text)}
.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: 80%; border: 1px solid; border-image-slice: 1; border-width: 0 0 1px 0; border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0)); }
.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; }
.navbar-right .iq-sub-dropdown .iq-card-body div { border-radius: 0; }
.navbar-right .iq-show .iq-sub-dropdown, .iq-show .search-box, .sw-iq-show .sw-find { opacity: 1; visibility: visible; transform: translate(0, 0); }
.navbar-right .iq-show .iq-sub-dropdown h6 { color: var(--iq-card-text); }
.navbar-right .iq-show .iq-sub-dropdown i { color: var(--iq-brand-color-1); }
.navbar-right .iq-sub-dropdown { width: 300px; opacity: 0; visibility: hidden; position: absolute; top: 100%; right: 15px; transform: translate(0, 70px); -webkit-transform: translate(0, 70px); transition: all 0.3s; padding: 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: 999; }
.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-text) !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-secondary-bg-white); }
.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-secondary-white) }
.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-secondary-white); }
.noti-svg: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); }
.sw-find {
  width: 100%;
  z-index: 1;
  opacity: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 490px) {
  .sw-find-mobile {
    margin-top: 25px;
    min-width: 15rem;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
.search-toggle { padding: 0 !important; }

.header-banner {
	background: var(--iq-brand-color-1);
	color: var(--iq-brand-color-2);
	padding:10px 0;
}

.header-banner #text a:hover {
	color: var(--iq-secondary-white);
}

.header-banner-mobile {
	background: var(--iq-brand-color-1);
    color: var(--iq-brand-color-2);
    padding: 10px 5px;
    font-size: 11px;
    border-radius: 5px;
    border: 1px solid var(--iq-brand-color-2);
}

/* .header-banner-mobile #text a:hover {
	color: var(--iq-secondary-white);
} */


.iubenda-tp-btn {
	bottom: 70px !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: sticky; top: 0; width: 100%; background-color: var(--iq-primary-bg) !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 .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%; position: relative;}
header ul.navbar-nav { display: block; text-align: left; }
header ul li { list-style: none;margin-top: 5px; 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 ul li.menu-item a { color: var(--iq-primary-text); font-size: 14px; font-weight: 500; 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; }
.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; }
.more-toggle { color: var(--iq-white) !important; font-size: 22px; }
.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; width: 100%; overflow-y: scroll; padding: 0.35rem 0.5rem; margin: 0; 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; background: var(--iq-card-bg); 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; }
header .navbar ul li:last-child { margin-right: 0; }

header .dropbtn {
	display: none;
}

.left-menu-selected{
	/* padding: 0px 5px !important; */
    border-left: 4px solid var(--iq-brand-color-1);
    margin-left: 30px;
    padding-left: 5px;
    border-radius: 0;
}

.swiper-slide{
	border-radius: 10px;
}

.newlanding-card{
	height: 80vh;
}

.landing-title {
	font-size: 3.7em;
	line-height: 50px;
}

.landing-card{
	position: absolute;
	top: 60%;
	right: 0;
	left: 0;
	width:40%
}

.category-image {
	border-radius: 10px;
}
.noscroll{
	overflow: hidden;
}

.swiper-button-next.arrow, .swiper-button-prev.arrow {
	color: white;
}

@media screen and (max-width: 490px) {
	header .dropbtn {
		display: block;
		font-size: 17px;
		font-weight: 600;
		padding: 14px 16px;
		color: var(--iq-white);
	  }
}

.partner-logo, .press-logo{
	width: 125px;
	height: 64px;
}

.press-logo {
	margin-right: 15px;
}

.info-block{
    background-color: var(--iq-light-card);
    border-radius: 5px;
    padding: 20px;
	margin-right: 10px;
	min-height: 370px;
}

.info-block-small{
	background-color: var(--iq-light-card);
    border-radius: 10px;
    padding: 20px;
	margin-right: 10px;
	min-height: 120px;
}

#preferred-sport-container input[type=radio],
#preferred-sport-container input[type=checkbox] {
display: none;
}

#preferred-sport-title h2,
#academies h2 {
	color: var(--iq-card-text);
}

#preferred-sport-container .radio label:before {
border-radius: 8px;
}
#preferred-sport-container .checkbox label:before {
border-radius: 3px;
}

#preferred-sport-container input[type=radio]:checked {
content: "\2022";
color: #f3f3f3;
font-size: 30px;
text-align: center;
line-height: 18px;
}

#preferred-sport-container input[type=checkbox]+label:hover {
	cursor: pointer;
}

#preferred-sport-container input[type=checkbox]+label {
    font-size: 15px;
    color: var(--iq-card-text);
    text-align: center;
    line-height: 15px;
    background-color: var(--iq-card-bg);
    padding: 0.5%;
    width: 100%;
	border-radius: 50px;
}

#preferred-sport-container input[type=checkbox]:checked+label {
    color: var(--iq-brand-color-2);
    background-color: var(--iq-brand-color-1);
}

#preferred-sport-container input[type="checkbox"]+label {
	padding: 8%;
}

.menu-intestation {
	text-decoration: none;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
}

#filters-general a {
	color: var(--iq-body-text);
	padding: 0;
	text-decoration: none;
}

.header-close-button {
  display: none;
}

@media screen and (max-width: 490px) {
	.filters-general {
		background-color: #242424;
	}
  .header-close-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: right;
    position: absolute;
    top: 25;
    right: 0;
    font-size: 30px;
    color: var(--iq-intestation);
  }
	.menu-intestation {
		font-weight: 500;
	}
	.menu-item {
		font-weight: 600;
		line-height: 45px;
		font-size: 20px;
	}
	.desktop-menu-item {
		display: none;
	}
}


/*-------------------------------------------------------------
						Academy
--------------------------------------------------------------*/

#academies .card {
	width: 1em;
	height: 1em;
	color: var(--iq-card-text);
	background-color: var(--iq-card-bg);
}

#academies-container .name {
	font-size: 30px;
	text-align: center;
}

/*-------------------------------------------------------------
						Overlay
--------------------------------------------------------------*/
#main-search{
	position:relative;
    overflow:hidden;
    height:100%;
    width:90%;
}

#main-search .sw-result-search{
	overflow-y:scroll;
	margin: 0px;
    padding: 0px;
    height:100%;
    width:90%;
    position:absolute;
    right:-30px;
}
.zoom-card{
	background-blend-mode: multiply;
	background-size:cover;
	-webkit-background-origin:border;
	height: 280px;
	transition: .3s ease-in-out;
}
.zoom-card:hover {
	transform: scale(1.07);
	background-color: rgba(20, 20, 20, 0.8) !important;
	color: white;
}


.pricing-element{
	position: relative;
}

.pricing-element-header{
	min-height: 300px;
}

.price-hover{
	background-color: var(--iq-card-bg) ;
	border-radius: 20px;
}

.price-hover:hover{
	background-color: var(--iq-secondary-bg);
	cursor: pointer;
}

.price-hover hr {
	color: var(--iq-secondary-bg);
}

.price-card-mobile{
	background-color: var(--iq-primary-bg) ;
	color: var(--iq-card-bg);
	border-radius: 5px;
}

.price-card-mobile.selected,
.price-card-mobile.selected h6 {
	border: 2px solid var(--iq-brand-color-1);
	background-color: var(--iq-brand-color-1);
	color: var(--iq-brand-color-2);
}

.price-hover.selected{
	background-color: var(--iq-brand-color-1);
	color: var(--iq-brand-color-2);
}

.price-card-mobile .dot-pricing, .price-hover .dot-pricing{
	height: 15px;
  	width: 15px;
  	/* background-color: #bbb; */
  	border-radius: 50%;
  	display: inline-block;
	border: 2px solid var(--iq-brand-color-1) ;
}

.price-card-mobile.selected .dot-pricing, .price-hover.selected .dot-pricing{
  	background-color: #bbb;
}


.hover-info-container{
	background-color: #3ebb70;
    width: 80%;
    margin: 0 auto;
    /* position: absolute; */
    top: 0px;
    left: 0;
    right: 0;
    border-radius: 10px;
	-webkit-transition: .5s;
	z-index: -1;
}


.hr-centered{
	width:85%;
	margin:0 auto;
	margin-top:1rem;
	margin-bottom:1rem;
}


.vantaggi-divider{

	width: 100%;
   text-align: left;
   border-bottom: 1px solid var(--iq-white);
   line-height: 0.1em;
   margin: 10px 0 20px;
}

.vantaggi-span-divider {
	background:var(--iq-primary-bg);
    padding:0 20px 0 0px;
}
.price-card-mobile.selected .vantaggi-span-divider {
	background:var(--iq-brand-color-1);
    padding:0 20px 0 0px;
}

.iubenda-cs-preferences-link.iubenda-tp-btn[data-tp-float]:not([data-tp-anchored]){
	margin-bottom: 20px !important;
	bottom: 70px !important;
}
@media screen and (max-width: 576px) {
	.iubenda-cs-preferences-link.iubenda-tp-btn[data-tp-float]:not([data-tp-anchored]) {
		margin-left: 328px !important;
	}
}

  .comprendeabbonamento li{
    list-style: none;
}

.comprendeabbonamento .listcontainericon::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f058";
    display: inline-block;
    height: 25px;
    width: 35px;
}

/*--------------------------------------------------------------
                       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: var(--iq-grey-dark); padding: 0; }
#home-slider .slick-dots li.slick-active button { background: var(--iq-primary); }



#filterhomepageslick ul.slick-dots {
    top: 40px;
}
#filterhomepageslick .slick-dots li { height: auto; width: auto; }
#filterhomepageslick .slick-dots li button { height: 10px; width: 10px; border-radius: 50%; background: var(--iq-grey-dark); padding: 0; }
#filterhomepageslick .slick-dots li.slick-active button { background: var(--iq-primary); }

#filterlandingpageslick .slick-dots li { height: auto; width: auto; }
#filterlandingpageslick .slick-dots li button { height: 10px; width: 10px; border-radius: 50%; background: var(--iq-grey-dark); padding: 0; }
#filterlandingpageslick .slick-dots li.slick-active button { background: var(--iq-primary); }

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;

    background: var(--iq-grey-dark);
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--iq-primary);
}

.swiper-container.cosatroverai .swiper-slide {

    height: 19rem;
}

#home-slider li { position: relative; }

#docente-slider ul.slick-dots { display:none;bottom: 30px; }
#docente-slider .slick-dots li { height: auto; width: auto; }
#docente-slider .slick-dots li button { height: 2px; width: 30px; background: var(--iq-grey-dark); padding: 0; }
#docente-slider .slick-dots li.slick-active button { background: var(--iq-primary); }
#docente-slider li { position: relative; }

.slider-description { position: absolute; top: 15%; left: 80px; }
#home-slider h1.slider-text { font-size: 3em; margin: 15px 0; }
#home-slider p { margin: 20px 0; width: 75%; }
#home-slider .slick-bg { padding: 100px 0 50px;width:100%; background-size: cover;background-position: center center; background-repeat: no-repeat; height: 100vh; position: relative; z-index: 1;}
#home-slider .slick-bg.s-bg-1 { background-image: url(../images/slider/slider1.jpg); }
#home-slider .slick-bg.s-bg-2 { background-image: url(../images/slider/slider2.jpg); }
#home-slider .slick-bg.s-bg-3 { background-image: url(../images/slider/slider3.jpg); }

#docente-slider h1.slider-text { font-size: 2.6em; margin: 15px 0; }
#docente-slider p { margin: 20px 0; width: 75%; }
#docente-slider .slick-bg { padding: 100px 0 50px;width:100%; background-size: cover;background-position: center center; background-repeat: no-repeat; /*height: 35vh*/; position: relative; z-index: 1;}
#docente-slider .slick-bg.s-bg-1 { background-image: url(../images/slider/slider1.jpg); }
#docente-slider .slick-bg.s-bg-2 { background-image: url(../images/slider/slider2.jpg); }
#docente-slider .slick-bg.s-bg-3 { background-image: url(../images/slider/slider3.jpg); }

.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);
	background: transparent linear-gradient(270deg, rgba(36, 172, 237, 0) 0%, rgba(7, 93, 170, 0.3) 100%);
	padding: 10px 10px 10px 15px;
	width: 255px;
	position: relative;
	overflow: hidden;
	border-radius: 1px;}
.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; }F5F5F1
.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%;}
.slick-track{margin:unset!important;}

/*---------------------------------------------------------------------
                      Pages Content
-----------------------------------------------------------------------*/
.navbar-collapse::-webkit-scrollbar {
	width: 12px;               /* width of the entire scrollbar */
  }
.title_page_icon{
	font-size: 0.6em;
	position: relative;
    bottom: 5px;
}
h1.category-title {
	color: var(--iq-category-title);
}
@media screen and (max-width: 576px) {
	h1.category-title {
		font-size: 1.500em;
	}
}

.container-fluid.zero-padding{
	padding: 0 0 !important;
}

.container-fluid.zero-padding h3{
	color: var(--iq-body-text);
}

#course-card h3 {
	color: var(--iq-primary-text);
}

.btn-filter-home{
	display: inline;
	width: 77px;
}

.btn-filter-home.slick-slide{
	width: 150px;
}

.btn-filter-home button{
	font-size: 16px;
	color: var(--iq-white);
	padding: 2% 4%;
	width: 140px;

}
/* .main-content {
	padding-top: 40px;
	min-height: 75vh;
} */
.block-space { padding: 40px 0; }
.s-margin { margin-top: 40px; }
.iq-main-header { margin-bottom: 20px; }
.main-title a:hover, .main-title a:focus {color:var(--iq-primary) !important;}
:focus{outline: none !important;}
/*--------------------------*/
.favorites-slider .slick-list, .fav-slider .slick-list, .comingsoon-slider .slick-list, .original-sw-slider .slick-list,#top-ten-slider-nav .slick-list { overflow: visible; padding-bottom: 40px !important; }
.favorites-slider li.slide-item, .fav-slider li.slide-item, .comingsoon-slider li.slide-item, .original-sw-slider li.slide-item { float: left; width: 25%; }
.favorites-slider .slick-list, .fav-slider .slick-list, .comingsoon-slider .slick-list, .original-sw-slider .slick-list { overflow: visible; }
li.slide-item { position: relative; padding: 0 2px; }
li.slide-item .block-images {border-radius:5px;position: relative; width: 100%;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: 0; left: auto; bottom: 0;right: 25px; z-index: 999;display: flex; align-items: center; opacity: 0; }

.music-play-lists li { height: 30px; width: 30px; line-height: 35px; text-align: center; background: rgba(255, 255, 255, 0.30); border-radius: 50%; margin: 0 auto 7px; 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:hover 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; }


.corso-icons li { height: 30px; width: 30px; line-height: 35px; text-align: center; background: rgba(255, 255, 255, 0.30); border-radius: 50%; margin: 0 auto 7px; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; }
.corso-icons 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; }


.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: 1.5em;}
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;}
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{width:40px;height:40px;}
.block-social-info .music-play-lists span{width:30px;height:30px;}
.block-social-info .music-play-lists span i{font-size: 15px;}

.block-social-info .corso-icons li{width:40px;height:40px;}
.block-social-info .corso-icons span{width:30px;height:30px;}
.block-social-info .corso-icons span i{font-size: 15px;}

.iq-card-height{
	min-height: 430px;
}

/*-------------------*/
.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 .block-images::before { position: absolute; content: ""; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.8); opacity: 0; 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; border-left: 6px solid var(--iq-primary); }
.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 .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); }
.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: linear-gradient(to top, rgba(83, 100, 141, 0) 0%, rgb(218, 64, 60, 0.3) 85%); 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, .6) 0%, rgba(36, 36, 36, .6) 15%, rgba(83, 100, 141, 0) 100%); z-index: 1; }
.slick-bg::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(20, 20, 20, .7) 30%, rgba(83, 100, 141, .3) 100%);
    width: 100%;
    z-index: -1;
}
.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; }
.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: 12px solid transparent; transition: all 0.4s ease; }
#trending-slider-nav .slick-current.slick-active .movie-slick { border-color: var(--iq-secondary-bg); transition: all 0.4s ease; }
#trending-slider-nav .movie-slick:before { content: ''; position: absolute; left: 50%; bottom: -31px; transform: translateX(-50%); width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 26px solid var(--iq-secondary-bg); 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); }
.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: 25px;
z-index: 99;
padding: 10px;
width: 255px;
background: transparent linear-gradient(270deg, rgba(11, 1, 2, 0) 0%, rgba(55, 198, 255, 0.3) 100%);
border-left: 5px solid var(--iq-primary);
}
.topten-title-sm { display: none; }
.vertical_s { position: absolute; top: 95px; right: 0; bottom: 0; left: 70px; overflow: hidden; }
#top-ten-slider-nav { width: 300px; 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: -20px; }
#top-ten-slider-nav .PreArrow { top: -25px; }
#top-ten-slider-nav .NextArrow:before, #top-ten-slider-nav .PreArrow:before { content: ''; position: absolute; left: 0; right: 0; width: 100%; height: 50%; z-index: -1; }
#top-ten-slider-nav .NextArrow:before { background: linear-gradient(360deg, rgba(20, 20, 20, 0.9) 0%, rgba(36, 36, 36, 0.7) 35%, rgba(83, 100, 141, 0) 100%); bottom: 17px; }
#top-ten-slider-nav .slick-next:before, #top-ten-slider-nav .slick-prev:before { display: none; }
.slick-arrow{cursor:pointer;}
/*-----------------------*/
footer {
	background: var(--iq-primary-bg);
}
footer .intestation {
	font-size: 13px;
	color: var(--iq-primary-text);
}
@media screen and (max-width: 576px) {
	/* FOOTER */
	.agency-information { font-size: 10px; font-weight: 300; }
	.voice { font-size: 13px; font-weight: 300; line-height: 30px; }
}

ul.f-link li { margin-bottom: 4px; }
ul.f-link li a { margin-bottom: 4px; color: var(--iq-primary-text); }
ul.f-link li a:hover { color: var(--iq-primary-text); }
.s-icon { position: relative; width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 40px; margin-right: 12px; color: var(--iq-primary-text); font-size: 17px; background: var(--iq-brand-color-1); transition: all 0.4s ease; }
.s-icon:hover {color: var(--iq-primary-text);}
.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; }
*/
.copyright { background:var(--iq-primary-bg); }
.copyright span,
.copyright a {
	color: var(--iq-primary-text)
}
.copyright a { text-decoration: underline; }
.copyright span { font-size: 14px }

/*-----------------------*/
.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-course-info { padding: 0 0 20px 0; 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; }

.share-icons.corso-icons li { display: inline-flex; margin-right: 7px; width: 45px; height: 45px; }
.share-icons.corso-icons li span { width: 40px; height: 40px; }
.share-icons.corso-icons 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-secondary-bg); 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(#fa183d, 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-secondary-bg);} */
/* .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 { background: var(--iq-secondary-bg); } */
/* .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); } */
/* .epi-img { overflow: hidden; } */
/* .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; } */
/* .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: #075daa;;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-secondary-bg); } */
/* .m-profile .iq-custom-select .select2-container--bootstrap4 .select2-selection, .m-profile .select2-dropdown { border: 1px solid var(--iq-secondary-white); 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-secondary-bg); 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: 1px solid; border-image-slice: 1; border-width: 0 0 1px 0; border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0)); }

/*-----------------------*/
.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 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; } */
.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; }
.type:before { position: absolute; content: ''; width: 0; height: 0; right: -15px; top: -1px; border-left: 16px solid var(--iq-primary-hover); border-top: 16px solid transparent; }
.type:after { position: absolute; content: ''; width: 0; height: 0; left: -15px; top: -1px; border-right: 16px solid var(--iq-primary-hover); border-top: 16px solid transparent; }
.prc-box.active { background: var(--iq-primary); }
.prc-box.active .type { background: var(--iq-white); color: var(--iq-primary); }
.prc-box.active .type:before { border-left: 16px solid var(--iq-primary-hover); right: -16px; }
.prc-box.active .type:after { border-right: 16px solid var(--iq-primary-hover); left: -16px; }
.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; } */
#pricing .intestation { color: var(--iq-primary-bg); }
.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,
.fav-slider .slick-arrow,
.comingsoon-slider .slick-arrow,
.original-sw-slider .slick-arrow,

#trending-slider-nav .slick-arrow {display: flex; align-items: center; justify-content: center;width: 30px; 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; 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; border-radius: 50%;}
.favorites-slider .slick-arrow:hover,
.fav-slider .slick-arrow:hover,
.comingsoon-slider .slick-arrow:hover,
.original-sw-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,
.fav-slider .slick-prev,
.comingsoon-slider .slick-prev,
.original-sw-slider .slick-prev,
#trending-slider-nav .slick-prev { color: var(--iq-white); /*right: 55px;*/left: 15px; top: 30%; }
.favorites-slider  .slick-next,
.fav-slider  .slick-next,
.comingsoon-slider  .slick-next,
.original-sw-slider  .slick-next,
#trending-slider-nav .slick-next{ color: var(--iq-white); right: 25px; top: 30%;}
.favorites-slider .slick-prev:before,
.favorites-slider .slick-next:before,
.fav-slider .slick-prev:before,
.fav-slider .slick-next:before,
.comingsoon-slider .slick-prev:before,
.comingsoon-slider .slick-next:before,
.original-sw-slider .slick-prev:before,
.original-sw-slider .slick-next:before,
#trending-slider-nav .slick-prev:before,
#trending-slider-nav .slick-next:before {
	font-size: 0;
 }
 .favorites-slider .slick-arrow i,
 .fav-slider .slick-arrow i,
 .comingsoon-slider .slick-arrow i,
 .original-sw-slider .slick-arrow i,
 #trending-slider-nav .slick-arrow i{
	font-size: 17px;
}
/*-----------------------*/
.certificate-field {
	width: 25%;
	height: 40px;
	padding: 5px 15px 5px 40px;
	border: none;
	border-radius: 0;
	color: var(--iq-white);
	background: var(--iq-card-bg);
}

#modal-certificate {
	background-color: var(--iq-card-bg);
}
#modal-certificate,
#modal-certificate h4,
#modal-certificate h5 {
	color: var(--iq-card-text);
}
/*---------------------------------------------------------------------
                      Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: var(--iq-white);
    background: var(--iq-primary);
    bottom: 160px;
    right: 25px;
    font-size: 35px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    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 Up
-----------------------------------------------------------------------*/

#user-account-choice .iq-card {
	padding: 30px;
}


/*---------------------------------------------------------------------
                      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: 100vh; position: relative;}
.sign-in-page.signup-bg { height: 100vh; position: relative;}
#signup_form li {color: var(--iq-card-text);}

.sign-in-page.logout-bg { height: 100vh; position: relative;}
.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; }
.sign-in-page a.btn { padding: 10px 35px; color:var(--iq-brand-color-2); }
.sign-user_card { position: relative; background: var(--iq-card-bg); -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: 15px;}
.sign-user_card .social-login, .sign-user_card .register, .sign-user_card label { color: var(--iq-card-text); }
.sign
.sign-user_card label,
.sign-user_card label a,
.sign-user_card .btn-link,
.sign-user_card p,
.sign-user_card a,
.sign-user_card h3 {
	color: var(--iq-card-text);
}

.custom-text-error{
	color: #cc1818;
}
.custom-text-warning{
	color: #ecec53;
}
.custom-text-success{
	color: #008000;
}


.sign-user_card .register a { text-decoration: underline; }
.sign-user_card label a { text-decoration: underline;}
.sign-user_card label a_hover { color: var(--iq-primary-text)}
.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 { border-radius: 15px; var(--iq-body-text); }
.sign-in-page .form-control:focus, .m-profile .form-control:focus { background: var(--iq-body-bg); box-shadow: none; border: 1px solid var(--iq-body-bg); }
::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); }
.right-icon {float:right;}

.background-acquista-b .background-no-fluid{
	padding-left: 0;
	padding-right: 0;
}
.background-acquista-b .background{
	background: url(../images/background_acquista_b.jpg) no-repeat scroll center center;
}

.background-acquista-a{
	background: url(../images/background_acquista_a.jpg) no-repeat scroll center center;
}


.background-articles{
	background-color: var(--iq-body-bg);
}

.background-articles.title {
	color: var(--iq-brand-color-1);
}

.blog-article{
	max-width: 1300px !important;
	margin: 0 auto;
}


/* .text-blog{ */
	/* color: var(--iq-primary-text) !important; */
/* } */
/*  */
/* .blog-article-open .card-text { */
	/* color: var(--iq-primary-text); */
/* } */

.blog-article-open .text-content{
	color: var(--iq-primary-text) !important;
}
.open-image-article{
	width: 100%;
	object-fit:cover;
}


.open-image-article-container-teacher{
	overflow: hidden;
	height: 100px;
	max-height: 300px;
	position: relative;
}

.open-image-article-container-teacher .open-image-article.teacher-image{
	display: block;
    width: 100%;
    height: auto;
    position: absolute;
	right: 12px;
    top: -70px;
}

.add-to-liked.active{
	background: red;
	color: var(--iq-white);
}

.over-row {
	position: relative;
  }

.over-row:hover .container-row {
	opacity: 0.3;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.background-articles .middle{
	opacity: 1;
}

.middle.play-trailer {
	left: 33%;
	top: 57%;
}

@media (max-width: 1080px) {
	.middle.play-trailer {
		top: 37%;
		left: 43%;
	}
}


/*---------------------------------------------------------------------
                      User profile
-----------------------------------------------------------------------*/


.user-profile-container,
.user-profile-container .card-title {
	color: var(--iq-card-text);
}

#privacy-policy-container,
#privacy-policy-container .content,
#privacy-policy-container table tr,
#privacy-policy-container table td,
#privacy-policy-container a {
	color: var(--iq-body-text);
}

/*---------------------------------------------------------------------
                      Course
-----------------------------------------------------------------------*/

.password-box {
	background-color: var(--iq-card-bg);
	color: var(--iq-card-text);
}

.password-box input[name="password"] {
	color: var(--iq-card-text);
	background-color: var(--iq-body-bg);
}

.category .partner.logo {
	width: 400px;
	height: 100px;
}

.partner .logo img {
	width: 200px;
	height: 110px;
}

.course {
	height: 80%;
}

.course .trailer, .course .lessons, .course .share,
.course .trailer a, .course .lessons a, .course .share a {
	margin: 0 3% 2% 3%;
	display: inline-block;
	color: var(--iq-primary-text);
}

.course .icon {
	font-size: 30px;
	margin-bottom: 25px;
}

.course .topic,
.course .recap,
.course .recap a {
	color: var(--iq-primary-text);
}

.course-attachment .filename {
	display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 13ch;
	color: var(--iq-card-text);
}

.course-purchase-detail.selected .chosen,
.badge-card{
    background: var(--iq-brand-color-1);
    border-radius: 14px;
    padding: 6px;
    color: var(--iq-brand-color-2);
    font-size: 10px;
}

.course-purchase-detail:not(.selected) .chosen {
  display: none;
}


.middle-course-icon {
	position: absolute;
	font-size: 60px;
	margin: 15% 37%;
	color:var(--iq-white);
	text-shadow: 2px 2px var(--iq-black);
}

.over-row:hover .middle {
	opacity: 1;
}

.text {
	font-size: 16px;
	padding: 16px 32px;
}

.overlay-card-sw {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(20, 20, 20, .7) 30%, rgba(83, 100, 141, 0) 100%);
	border-radius: 10px;
}

.overlay-card-sw .card-body .topic {
	color: var(--iq-primary-text);
}

.lesson-duration{
	margin-top: 1.5%;
}

.video-free-badge {
	border-radius: 5px;
	padding: 0.3em 0.6em;
	margin-left: 2%;
	background-color: var(--iq-brand-color-1);
	color: var(--iq-brand-color-2);
	font-size: 0.7em;
	vertical-align: middle;
}

.btn-single-course:hover {
	color: #f8f9fa;
}

#course-attachment a {
	color: var(--iq-secondary-white);
	text-decoration: underline;
}

#course-attachment a:hover {
	color: var(--iq-secondary-white);
}

.over-row-custom {
	position: relative;
	padding: 1% 0;
}

.over-row-custom:hover {
	background-color: #696969;
}

.quiz-container,
.lesson-container {
	border-radius: 10px;
	background-color: var(--iq-card-bg);
}

.quiz-container .intestation,
.quiz-container h4,
.quiz-container h6,
.lesson-container .intestation,
#video-duration,
.lesson-container h6,
.accordion-button.lesson-accordion,
.accordion-button.lesson-accordion:not(.collapsed),
#quiz-results-container h3,
#quiz-results-container h4,
#quiz-results-container h6 {
	color: var(--iq-card-text);
}

.lesson-body {
	padding: 1em 1.25em;
	background-color: var(--iq-card-bg);
}

.accordion-button.lesson-accordion,
.accordion-button.lesson-accordion:not(.collapsed),
.accordion-button.quiz-accordion,
.accordion-button.quiz-accordion:not(.collapsed) {
	background-color: var(--iq-card-bg);
}

.video-link {
	display: flex;
}

.video-link:hover {
	color: var(--iq-white);
}

.sport-label {
	color: var(--iq-white);
}

.course #summary .bundle-recap {
	color: var(--iq-primary-text);
}

.course #summary #average-container {
	margin-top: 20px;
}

.course #summary #average-container .average {
	color: red;
}

.course #summary .owner {
	color: var(--iq-primary-text);
}

#modalReview .modal-title,
#modalReview .modal-content {
	color: var(--iq-card-text);
}
#modalReview .modal-content {
	background-color: var(--iq-card-bg);
	width: 75%;
}

#review-options {
	margin: auto;
}

#review-options .text-container {
	height: 30px;
}

#review-options .option {
	margin: auto 10px;
	min-width: 110px;
}

#review-options .option.selected {
	background-color: var(--iq-primary);
	color: white;
}

#descestesa h4, #descestesa h6,
#course-info .intestation {
	color: var(--iq-body-text);
}

#teacher-biography hr {
	color: var(--iq-card-text);
}

#commissions a {
	text-decoration: none !important;
}

#commissions,
#commissions a {
	color: var(--iq-card-text);
}

#commissions .moreinfo {
	font-size: 14px;
}
/* Hide scrollbar */
#advanced-filters div::-webkit-scrollbar {
  display: none;
}

#advanced-filters div {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#advanced-filters .row {
  margin-bottom: 10px;
}

#advanced-filters input[type="button"],
#advanced-filters input[type="number"] {
  display: inline-block;
  border: 0;
  border-radius: 50px;
  padding: 0.5%;
  margin-bottom: 15px;
  margin-right: 10px;
  background-color: var(--iq-card-bg);
  text-align: center;
  color: var(--iq-card-text);
  font-size: 15px;
  width: 18%;
  height: 50px;
}

#advanced-filters input.active {
  background-color: var(--iq-brand-color-1);
  color: var(--iq-brand-color-2);

}

#advanced-filters input[type="range"] {
	width: 100%;
	height: 23px;
}

#advanced-filters #prices span,
#advanced-filters #durations span {
	margin: 0 10px;
}

#advanced-filters .intestation {
	color: var(--iq-body-text);
	font-size: 1.5em;
}

.filters-toggle {
	border-radius: 50px;
	padding-top: 0;
	padding-bottom:0;
	background: var(--iq-brand-color-1);
	color: var(--iq-brand-color-2);
	border: 0;
	z-index: 0;
}

.filters-toggle:hover,
.filters-toggle:focus {
	background: var(--iq-brand-color-1);
	color: var(--iq-brand-color-2);
}

.filters-hider {
	display: none;
}

#teacher-request label,
#teacher-request input,
#sport-request label {
	color: var(--iq-card-text);
}

/*---------------------------------------------------------------------
                      Live
-----------------------------------------------------------------------*/

#modalVideo .live-modal {
	background-color: transparent;
	border: none;
	height: 75%;
}

/*---------------------------------------------------------------------
                      Course Category
-----------------------------------------------------------------------*/
#categories a.sport-link {
    text-decoration: none;
  }

#categories a.sport-link:hover {
  color: inherit;
}

#categories .category,
#categories .sport {
  z-index: 1;
  font-size: 130%;
  margin: auto;
  color: var(--iq-body-text);
}

#categories .sport {
	color: var(--iq-primary-text);
}

#categories .sport {
  z-index: 0;
}

#categories .card {
  height: 130px;
  border-radius: 10px;
  background-size: cover;
  border: 0;
}

/*---------------------------------------------------------------------
                      FAQ
-----------------------------------------------------------------------*/


.accordion-button{
	color: var(--iq-white);
	background-color:#0c63e4 ;
}


.accordion-button.landindaccordion,
.accordion-button.landindaccordion h4,
.accordion-button.landindaccordion:not(.collapsed) {
	color: var(--iq-card-text);
	background-color:var(--iq-card-bg) ;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: var(--iq-button-white);
}

.accordion-button.landindaccordion:not(.collapsed) {
    border: none;
}

.accordion-item.landindaccordion{
	margin-bottom: 5px;
	border: none;
}

.accordion-body {
    background-color: var(--iq-card-bg);
    padding: 1rem 3rem;
}

.accordion-body,
.accordion-body p {
	color: var(--iq-card-text);
}

.accordion-button:focus {
    border-color: unset !important;
	border: none !important;
	box-shadow: none !important;

}

#faq.main-title {
	color: var(--iq-body-text);
}

/*---------------------------------------------------------------------
                      Teachers/Course nav tabs
-----------------------------------------------------------------------*/


#pills-tab-teacher.nav-tabs .nav-item a {
  border-bottom: transparent;
}

.nav-tabs {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center; /* Center the tabs */
  margin-bottom: 1rem;
  border-bottom: none !important;
}

/* Thin line across all tabs */
.nav-tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.6px;
  background: var(--iq-body-text); /* Same color for line and indicator */
  z-index: 20;
}

/* Remove bottom margin on nav-item for alignment */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* Tabs:
   - No margins between them, just minimal padding
   - Identical text styling to avoid shifts
*/
.nav-tabs .nav-link {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;           /* No horizontal margin */
  padding: 0.5rem 0.75rem; /* Minimal spacing around the text */
  text-decoration: none;
  border: none;
  border-radius: 0;
}

/* Hover: No text color change to avoid rendering shifts */
.nav-tabs .nav-link.active {
  color: var(--iq-body-text);
}

/* Active tab indicator:
- Same width and position, just visible line beneath
- Placed beneath the thin line, same color
*/
.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: var(--iq-body-text);
  z-index: 15;
}

/* Focus state (optional). If any tiny shift occurs, remove this. */
.nav-tabs .nav-link:focus {
  outline: none;
  text-decoration-color: rgba(51,51,51,0.2);
}

/* Adjust spacing on smaller screens if needed */
@media (max-width: 576px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 0.5rem;
    font-size: 0.95rem;
  }
}

/*---------------------------------------------------------------------
                      Teachers
-----------------------------------------------------------------------*/

.teacher .description strong, .teacher .biography strong {
	font-weight: 700;
}

#subscriptions h6,
#subscriptions h3 {
	color: var(--iq-card-text);
}

#subscriptions h6 {
	font-size: 12px;
}

#creator-subscription-purchase-forms label,
#creator-subscription-purchase-forms .tier {
	color: var(--iq-card-text);
}

#teacher-commission-dashboard .card-title,
#creator-topic .card-title,
#teacher-biography .card-title,
#teacher-dashboard .biography,
#teacher-dashboard .summary,
.biography {
	color: var(--iq-card-text);
}

#teacher-commission-dashboard .summary #year-select {
	background-color:var(--iq-card-bg);
	color:var(--iq-card-text);
	border:none;
}

#teacher-commission-dashboard .year {
	color: var(--iq-primary-bg);
}

.docenti-card{
	transition: all .2s ease-in-out;
}

.docenti-card img {
	border-radius: 10px;
}

.teacher-info {
	position: absolute;
	top: 80%;
	left:4%;
	right: 8%;
	text-shadow: 2px 2px 5px black;
}

#teacher-info h5 {
	color: var(--iq-body-text);
}

.new-teacher-badge {
	position: absolute;
	padding: 0.5% 0;
	border-radius: 5px;
	background-color: var(--iq-brand-color-1);
	color: var(--iq-brand-color-2);
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
}

.new-teacher-badge {
	top: 10px;
	right: 10px;
	width: 45px;
	height: 25px;
}

.card-img-overlay.sportwig {
    position: absolute;
    top: 115px;
    bottom: unset;
}

.card-img-overlay.sportwig p {
	color: var(--iq-primary-text);
}


.docente-profile-image{
    border: 3px solid black;
    background-size: 100% auto;
    background-position: center center;
    background-color:var(--iq-black);
    width: 200px;
    height: 200px;
	box-shadow: inset 0px -136px 37px -33px rgb(0 0 0 / 60%);
    -moz-box-shadow: inset 0px -136px 37px -33px rgb(0 0 0 / 60%);
    -webkit-box-shadow: inset 0px -136px 37px -33px rgb(0 0 0 / 60%);
}

.docenti-card:hover{
	transform: scale(1.1);
}

.docenti-card::before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 10px;
		box-shadow: inset 0px -150px 40px -40px rgb(0 0 0 / 75%), inset 0px -215px 40px -40px rgb(0 0 0 / 40%), inset 0px -300px 40px -40px rgb(0 0 0 / 10%);
		-moz-box-shadow: inset 0px -150px 40px -40px rgb(0 0 0 / 75%), inset 0px -215px 40px -40px rgb(0 0 0 / 40%), inset 0px -300px 40px -40px rgb(0 0 0 / 10%);
		-webkit-box-shadow: inset 0px -150px 40px -40px rgb(0 0 0 / 75%), inset 0px -215px 40px -40px rgb(0 0 0 / 40%), inset 0px -300px 40px -40px rgb(0 0 0 / 10%);
}

#teacher-details img {
	border-radius: 50%;
	width: 75%;
}

.dropzone {
  /* width: 200px;
  height: 150px; */
  border-radius: 20px;
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  display: inline-block;
  background-color: var(--iq-body-bg);
  color: var(--iq-body-text)
}
.dropzone.dragover {
  background-color: #f0f0f0;
  border-color: #999;
}

.dropzone .dz-preview .dz-image {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
}

#video-dropzone .dz-image img[data-dz-thumbnail] {
	/*width: 120px;
	height: 120px;*/
	object-fit: cover;  /* or "contain" to maintain aspect ratio with letterboxing */
  }

.preview {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.deleteBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 16px;
  cursor: pointer;
  display: none;
}
label {
	color: var(--iq-primary-text);
}
label,
input,
select {
  display: block;
  margin: 10px 0;
}

.custom-control-inline label,
.custom-control-inline input,
.custom-control-inlineselect {
  display: inline;
  margin: 10px 0;
}

.approvation {
  border: none;
}

.draft {
  border: 1px solid #ffffff;
}

.draft,
.approvation {
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: var(--iq-brand-color-1);
	color: var(--iq-brand-color-2);
	cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
	transition: all .2s ease-in-out;
}

.creator-dashboard-card,
.admin-dashboard-card {
	background-color: var(--iq-card-bg);
	color: var(--iq-card-text);
	border-radius: 20px;
	margin-bottom: 15px;
}

.creator-dashboard-card .title {
	opacity: 100%;
}

#creator-dashboard-card i {
	margin-right: 0.5em;
}

#creator-content-container .card,
#admin-content-container .card {
    border: none;
	border-radius: 20px;
	padding: 1rem;
	background-color: var(--iq-card-bg);
	font-size: 15px;
}

#creator-content-container .card-header,
#admin-content-container .card-header {
  background: var(--iq-card-bg);
  color: var(--iq-card-text)
}

#creator-content-container .card-body
#admin-content-container .card-body {
	background: var(--iq-card-bg);
	color: var(--iq-card-text);
	padding: 1rem;
}

#creator-content-container .form-control,
#creator-content-container .form-select,
#creator-content-container input[type="datetime-local"],
#admin-content-container .form-control,
#admin-content-container .form-select,
#admin-content-container input[type="datetime-local"] {
    background-color: var(--iq-body-bg);
    border: 1px solid var(--iq-body-bg);
	color: var(--iq-body-text);
	border-radius: 15px;
  }

#creator-content-container #answer-img,
#admin-content-container #answer-img {
	width: 50%;
}

#creator-content-container a,
#admin-content-container a {
	text-decoration: underline;
}

#creator-content-container a.btn-creator,
#admin-content-container a.btn-creator {
	text-decoration: none;
}

#creator-content-container a.draft,
#admin-content-container a.draft {
	text-decoration: none;
}

#creator-content-container #lessons .iq-card h6,
#admin-content-container #lessons .iq-card h6 {
	font-weight: 400;
}


#creator-content-container label,
#creator-content-container #lessons .iq-card h4,
#creator-content-container #lessons .iq-card h6,
#creator-content-container #questions .iq-card h4,
#creator-content-container #questions .iq-card h6,
#creator-content-container .card-body h6,
#creator-content-container #lessons .iq-card a,
#creator-content-container #questions .iq-card a,
#admin-content-container label,
#admin-content-container #lessons .iq-card h4,
#admin-content-container #lessons .iq-card h6,
#admin-content-container #questions .iq-card h4,
#admin-content-container #questions .iq-card h6,
#admin-content-container .card-body h6,
#admin-content-container #lessons .iq-card a,
#admin-content-container #questions .iq-card a {
	color: var(--iq-card-text);
}

#creator-content-container #lessons i.section,
#creator-content-container #questions i.section,
#admin-content-container #lessons i.section,
#admin-content-container #questions i.section {
	margin-left: 0;
	margin-right: 10px;
	font-size: 20px;;
}

#creator-content-container #lessons .section-title,
#creator-content-container #questions .section-title,
#admin-content-container #lessons .section-title,
#admin-content-container #questions .section-title {
	display: flex;
	flex-direction: row;
	margin-right: 10px;
	align-items: center;
  	text-align: center;
}


#creator-content-container #lessons .section-title h4,
#creator-content-container #questions .section-title h4,
#admin-content-container #lessons .section-title h4,
#admin-content-container #questions .section-title h4 {
	color: var(--iq-body-text);
}

#creator-content-container #lessons .section-title:after,
#creator-content-container #questions .section-title:after,
#admin-content-container #lessons .section-title:after,
#admin-content-container #questions .section-title:after {
	content: "";
	flex: 1 1;
	border-bottom: 2px solid var(--iq-card-text);
	margin-left: 15px;
}

#creator-content-container img.preview,
#admin-content-container img.preview {
	display: inline-block;
	border-radius: 10px;
}

#creator-content-container i,
#admin-content-container i {
	font-size: 20px;
}

#creator-content-container i.fa-circle-info,
#admin-content-container i.fa-circle-info {
	margin-left: 10px;
	font-size: 18px;
	opacity: 0.5;
}

#creator-content-container i.fa-circle-plus,
#admin-content-container i.fa-circle-plus {
	margin-left: 0;
	font-size: 18px;
}

#creator-content-container .btn,
#admin-content-container .btn {
	z-index: 0;
}

.image-wrapper img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-right: 20px;
  flex-shrink: 0;
  border: 5px solid #fff;
}

.text-wrapper {
	min-width: 0;
}

.text-wrapper .name {
	margin: 0;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}

.text-wrapper .role {
	margin: 10px 0 0;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

/*---------------------------------------------------------------------
                      Referral
-----------------------------------------------------------------------*/

.lascia-mail-input,
#copy-referral .link {
	width: 100%;
	border: 2px solid var(--iq-brand-color-1);
	border-radius: 0;
	padding: 10px 100px 10px 20px;
	line-height: 1;
	box-sizing: border-box;
	outline: none;
	background-color: transparent;
	color: var(--iq-body-text);
}

#copy-referral .cta {
	background: var(--iq-brand-color-1);
	border-color: var(--iq-brand-color-1);
	border-left: 0;
}

#referral h3 {
	color: var(--iq-body-text);
}
/* #referral .title,
#referral .body {
	color: var(--iq-primary-text);
} */

#referral .cards {
	color: var(--iq-card-text);
}

/*---------------------------------------------------------------------
                      Gift
-----------------------------------------------------------------------*/

.btn-regala {
	padding: 16px 30px 16px 30px;
	border-radius:2px;
}

/*---------------------------------------------------------------------
                      Course purchase
-----------------------------------------------------------------------*/

#purchase-list h3 {
	color: var(--iq-body-text);
}

.course-purchase-card {
	padding: 30px;
	min-height: 700px;;
}

#payment-method h6 {
	font-style: italic;
    color: var(--iq-card-text);
	margin: 0;
}

#payment-method i.fa-brands {
	font-size: 25px;
	margin: 2% 5px;
}

.course-purchase-title, .course-title {
	font-size: 30px;
}

.purchase-course-image {
	height: 280px;
	display: block;
	margin-bottom: 25px;
	border-radius: 10px;
}

.purchase-course-image .overlay {
	height: 100%;
	width: 100%;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(20, 20, 20, .7) 30%, rgba(83, 100, 141, 0) 100%);
}

.purchase-course-image h3 {
	position: absolute;
	bottom: 45px;
	left: 20px;
	line-height: 0.9;
}

.purchase-course-image p {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.purchase-detail, .purchase-detail-text {
	font-size: 18px;
}

.purchase-detail-text {
	margin-bottom: 6px;
}

.price-description {
	font-size: 16px;
}

.course-purchase-card .or {
	margin: 20px;
	font-size: 20px;
	text-align: center;
}

.course-purchase-detail {
	border-radius: 10px;
	background: var(--iq-primary-bg);
	color: var(--iq-primary-text);
	border: 1px solid var(--iq-card-text);
	padding: 15px;
	cursor: pointer;
}

.course-purchase-detail.selected {
	border: 2px solid var(--iq-brand-color-1);
}

.course-purchase-form {
	padding: 25px;
	border: none;
	border-radius: 10px;
	background-color: var(--iq-card-bg);
}

.course-purchase-form a.primary {
	color: var(--iq-card-text);
	text-decoration: underline;
}

.course-purchase-form hr {
	border: 1px solid;
}

.course-purchase-form h5 {
	font-size: 25px;
}

.course-purchase-form h6 {
	margin-top: 10px;
	font-size: 16px;
}

.course-purchase-card .owner {
	color: var(--iq-primary-text);
}

.course-purchase-title,
.purchase-detail, .purchase-detail-text,
.course-purchase-card .or,
.course-purchase-card i,
.course-purchase-form,
.course-purchase-form .form-control,
.course-purchase-form a,
.course-purchase-form i,
.course-purchase-form hr,
.course-purchase-form label,
.course-purchase-form .subtext,
.course-purchase-form h5,
.course-purchase-form h6,
cou {
	color: var(--iq-card-text);
	border-radius: 15px;
}

.course-purchase-form .subtext {
	font-size: 12px;
}

.course-purchase-form .pay-button {
	background-color: var(--iq-button-white);
	color:var(--iq-black);
	border:none;
}

.purchase-message {
	font-size: 30px;
}

.purchase-text {
	font-size: 16px;
}

/*---------------------------------------------------------------------
                      Quiz
-----------------------------------------------------------------------*/

.performance-container {
    padding: 4% 6%;
}

.performance .intestation,
.performance .title,
.question .intestation,
.quiz .title,
.errors .answer,
.errors .intestation,
.errors .answer.intestation {
	color: var(--iq-primary-text);
}

.performance .title {
	font-size: 1.2em;
}

.errors .answer {
	font-size: 1.0625em;
}

.errors .answer.intestation {
	font-size: 15px;
}

.quiz-recap-section {
	background-color: var(--iq-card-bg);
}

.quiz-recap .title, .quiz-recap .summary-text, .quiz-recap .icon {
	color: var(--iq-card-text);
}

.answer-input {
	border: 3px solid var(--iq-brand-color-1);
    width: 1.5em;
    height: 1.5em;
    background-color: var(--iq-card-bg);
}

.answer-container label,
input.answer-input[type="radio"] {
	margin: 0;
}

.answer-image {
	max-width: 25vw;
	display:block;
}

.answer-container {
	border: 1px solid rgba(128,128,128,0.5);
    padding: 2% !important;
    border-radius: 10px;
}

.input-selected {
	border: 1px solid #F5F5F1;
}

#quiz_question_container h4.lesson-completed,
#quiz_question_container h6.lesson-completed {
	color: var(--iq-primary-text);
}

.lesson-completed {
	color: var(--iq-primary-text);
}

.wrong-answer.container {
	padding: 0 5.5%;
}

#shareModal .modal-header{
	background-color: var(--iq-primary-bg);
	color: var(--iq-primary-text);
}

#shareModal .modal-header .btn-close{
	color: var(--iq-primary-text) !important;
}

#shareModal .modal-footer{
	background-color: var(--iq-primary-bg);
	color: var(--iq-primary-text);
}

.quiz-modal {
	background-color: var(--iq-primary-bg);
	color: var(--iq-primary-text);
	width: 80%;
	margin: auto;
	border-radius: 10px;
}

.quiz-modal i {
	color: var(--iq-primary-text);
}

.quiz-question-container {
	background-color: var(--iq-primary-bg);
	color: var(--iq-primary-text);
}

.form-check-input:checked {
	background-color: var(--iq-brand-color-1);
	border-color: transparent;
}
/*---------------------------------------------------------------------
                      Partner page
-----------------------------------------------------------------------*/

.partner-container {
	padding: 20px;
	border-radius: 10px;
}

.partner-container .partner-title,
.partner-form .partner-title {
	font-size: 30px;
	margin-bottom: 15px;
	color: var(--iq-card-text);
}

.partner-form .partner-title {
	padding-left: 20px;
}


.partner-container .partner-body {
	font-size: 15px;
	margin-top: 20px;
}

.partner-form {
	border-radius: 10px;
	padding: 20px 0;
}

.partner-form
.partner-container .partner-title,
.partner-form .partner-title,
.partner-container .partner-body {
	color: var(--iq-card-text);
}

.partner-image {
	margin: auto;
}

.partner-recap {
	background: var(--iq-primary-bg);
	width: 450px;
	height: 450px;
	border-radius: 10px;
	margin: 0 10px 10px 0;
}

.companies.box .partner,
.partner-recap .partner {
	width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

/*---------------------------------------------------------------------
                      Animation
-----------------------------------------------------------------------*/

.contact .title,
.clubs .title,
.companies .title {
	font-size: 30px;
}

.contact-text,
.clubs-text,
.companies-text {
	margin-bottom: 6px;
}

.contact .title,
.clubs .title,
.companies .title,
.contact-text,
.clubs-text,
.companies-text {
	color: var(--iq-card-text);
}

.contact.box,
.companies.box,
.clubs.box {
	padding: 30px;
	color: var(--iq-primary-text);
}

.clubs.box ul li,
.companies.box ul li {
	font-family: 'Poppins', sans-serif;
    font-weight: 200;
}

#contact-form,
#contact-form a.primary {
	color: var(--iq-card-text);
}

#contact-form a.primary {
	text-decoration: underline;
}

/*---------------------------------------------------------------------
                      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); }
}



.stage {
	width: auto;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 65%;
	color: var(--iq-white);
	cursor: unset;
	left: 33%;
  }

  *,
  *:after,
  *:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }

  .swipe {
	display: inline-block;
	color: var(--iq-black);
	-moz-animation-name: swipe;
	-webkit-animation-name: swipe;
	animation-name: swipe;
	-moz-animation-duration: 2700ms;
	-webkit-animation-duration: 2700ms;
	animation-duration: 2700ms;
	-moz-animation-delay: 250ms;
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }
  .swipe .fa-long-arrow-left,
  .swipe .fa-long-arrow-right {
	font-size: 0.65em;
	color: #595959;
  }
  .swipe .fa-long-arrow-left {
	-moz-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
	-ms-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
	-webkit-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
	transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
  }
  .swipe .fa-long-arrow-right {
	-moz-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
	-ms-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
	-webkit-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
	transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
  }
  .swipe .fa-hand-o-up, .swipe .fa-hand-point-rigth {
	-moz-transform: scaleY(1.2);
	-ms-transform: scaleY(1.2);
	-webkit-transform: scaleY(1.2);
	transform: scaleY(1.2);
	-moz-animation-name: swipe-rotate;
	-webkit-animation-name: swipe-rotate;
	animation-name: swipe-rotate;
	-moz-animation-duration: 2700ms;
	-webkit-animation-duration: 2700ms;
	animation-duration: 2700ms;
	-moz-animation-delay: 250ms;
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }

  .swipe .handmoving {

	-moz-transform: scaleY(1.2);
	-ms-transform: scaleY(1.2);
	-webkit-transform: scaleY(1.2);
	transform: scaleY(1.2);
	-moz-animation-name: swipe-rotate;
	-webkit-animation-name: swipe-rotate;
	animation-name: swipe-rotate;
	-moz-animation-duration: 2700ms;
	-webkit-animation-duration: 2700ms;
	animation-duration: 2700ms;
	-moz-animation-delay: 250ms;
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }

  @-moz-keyframes swipe {
	0% {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
	10% {
	  -moz-transform: translateX(-0.1em);
	  transform: translateX(-0.1em);
	}
	20% {
	  -moz-transform: translateX(0.1em);
	  transform: translateX(0.1em);
	}
	30% {
	  -moz-transform: translateX(-0.1em);
	  transform: translateX(-0.1em);
	}
	40% {
	  -moz-transform: translateX(0.1em);
	  transform: translateX(0.1em);
	}
	50% {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
	100% {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @-webkit-keyframes swipe {
	0% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	10% {
	  -webkit-transform: translateX(-0.1em);
	  transform: translateX(-0.1em);
	}
	20% {
	  -webkit-transform: translateX(0.1em);
	  transform: translateX(0.1em);
	}
	30% {
	  -webkit-transform: translateX(-0.1em);
	  transform: translateX(-0.1em);
	}
	40% {
	  -webkit-transform: translateX(0.1em);
	  transform: translateX(0.1em);
	}
	50% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	100% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @keyframes swipe {
	0% {
	  -moz-transform: translateX(0);
	  -ms-transform: translateX(0);
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	10% {
	  -moz-transform: translateX(-0.1em);
	  -ms-transform: translateX(-0.1em);
	  -webkit-transform: translateX(-0.1em);
	  transform: translateX(-0.1em);
	}
	20% {
	  -moz-transform: translateX(0.1em);
	  -ms-transform: translateX(0.1em);
	  -webkit-transform: translateX(0.1em);
	  transform: translateX(0.1em);
	}
	30% {
	  -moz-transform: translateX(-0.1em);
	  -ms-transform: translateX(-0.1em);
	  -webkit-transform: translateX(-0.1em);
	  transform: translateX(-0.1em);
	}
	40% {
	  -moz-transform: translateX(0.1em);
	  -ms-transform: translateX(0.1em);
	  -webkit-transform: translateX(0.1em);
	  transform: translateX(0.1em);
	}
	50% {
	  -moz-transform: translateX(0);
	  -ms-transform: translateX(0);
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	100% {
	  -moz-transform: translateX(0);
	  -ms-transform: translateX(0);
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @-moz-keyframes swipe-rotate {
	0% {
	  -moz-transform: scaleY(1.2) skew(0);
	  transform: scaleY(1.2) skew(0);
	}
	10% {
	  -moz-transform: scaleY(1.2) skew(5deg);
	  transform: scaleY(1.2) skew(5deg);
	}
	20% {
	  -moz-transform: scaleY(1.2) skew(-5deg);
	  transform: scaleY(1.2) skew(-5deg);
	}
	30% {
	  -moz-transform: scaleY(1.2) skew(5deg);
	  transform: scaleY(1.2) skew(5deg);
	}
	40% {
	  -moz-transform: scaleY(1.2) skew(-5deg);
	  transform: scaleY(1.2) skew(-5deg);
	}
	50% {
	  -moz-transform: scaleY(1.2) skew(0);
	  transform: scaleY(1.2) skew(0);
	}
	100% {
	  -moz-transform: scaleY(1.2) skew(0);
	  transform: scaleY(1.2) skew(0);
	}
  }
  @-webkit-keyframes swipe-rotate {
	0% {
	  -webkit-transform: scaleY(1.2) skew(0);
	  transform: scaleY(1.2) skew(0);
	}
	10% {
	  -webkit-transform: scaleY(1.2) skew(5deg);
	  transform: scaleY(1.2) skew(5deg);
	}
	20% {
	  -webkit-transform: scaleY(1.2) skew(-5deg);
	  transform: scaleY(1.2) skew(-5deg);
	}
	30% {
	  -webkit-transform: scaleY(1.2) skew(5deg);
	  transform: scaleY(1.2) skew(5deg);
	}
	40% {
	  -webkit-transform: scaleY(1.2) skew(-5deg);
	  transform: scaleY(1.2) skew(-5deg);
	}
	50% {
	  -webkit-transform: scaleY(1.2) skew(0);
	  transform: scaleY(1.2) skew(0);
	}
	100% {
	  -webkit-transform: scaleY(1.2) skew(0);
	  transform: scaleY(1.2) skew(0);
	}
  }
  @keyframes swipe-rotate {
	0% {
	  -moz-transform: scaleY(1.2) skew(0);
	  -ms-transform: scaleY(1.2) skew(0);
	  -webkit-transform: scaleY(1.2) skew(0);
	  transform: scaleY(1.2) skew(0);
	}
	10% {
	  -moz-transform: scaleY(1.2) skew(5deg);
	  -ms-transform: scaleY(1.2) skew(5deg);
	  -webkit-transform: scaleY(1.2) skew(5deg);
	  transform: scaleY(1.2) skew(5deg);
	}
	20% {
	  -moz-transform: scaleY(1.2) skew(-5deg);
	  -ms-transform: scaleY(1.2) skew(-5deg);
	  -webkit-transform: scaleY(1.2) skew(-5deg);
	  transform: scaleY(1.2) skew(-5deg);
	}
	30% {
	  -moz-transform: scaleY(1.2) skew(5deg);
	  -ms-transform: scaleY(1.2) skew(5deg);
	  -webkit-transform: scaleY(1.2) skew(5deg);
	  transform: scaleY(1.2) skew(5deg);
	}
	40% {
	  -moz-transform: scaleY(1.2) skew(-5deg);
	  -ms-transform: scaleY(1.2) skew(-5deg);
	  -webkit-transform: scaleY(1.2) skew(-5deg);
	  transform: scaleY(1.2) skew(-5deg);
	}
	50% {
	  -moz-transform: scaleY(1.2) skew(0);
	  -ms-transform: scaleY(1.2) skew(0);
	  -webkit-transform: scaleY(1.2) skew(0);
	  transform: scaleY(1.2) skew(0);
	}
	100% {
	  -moz-transform: scaleY(1.2) skew(0);
	  -ms-transform: scaleY(1.2) skew(0);
	  -webkit-transform: scaleY(1.2) skew(0);
	  transform: scaleY(1.2) skew(0);
	}
  }

.top-buffer { margin-top:10rem !important; }

.modal-backdrop {
	width: 0;
	height: 0;
}

.swal2-popup {
	background-color: var(--iq-primary-bg);
}