/*--- Start Variabili custom ---------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

:root {
	--main-color: #01636E;
	--accent-color: #99C76C;
	--main-font: 'Barlow', sans-serif;
	--alt-font: 'Noto Sans', sans-serif;
	--accent-font: 'Nanum Pen Script', cursive;
	--body-font-size: 16px;
	--body-line-height: 26px;
	--body-font-weight: 400;
	--body-color: #000;

}

.bg-gradient-inair {
	background: var(--main-color);
	background: linear-gradient(45deg, var(--main-color) 0%, var(--accent-color) 100%);
}

.bg-gradient-inair {
	background: rgb(102, 36, 131);
	background: linear-gradient(45deg, var(--main-color) 0%, var(--accent-color) 100%);
}

.bg-dark-slate-blue {
	background-color: #003b69;
}

a,
a.nav-link,
a:active,
a:focus {
	color: #585757;
}

body {
	font-size: var(--body-font-size);
	font-family: var(--main-font);
	color: var(--body-color);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height);
}

.border-color-main-color {
	border-color: var(--main-color) !important
}

.btn,
.mfp-close,
.slider-vertical .swiper-number-pagination,
.tooltip-inner,
.home-spa-salon .tp-tab-title {
	font-family: var(--main-font);
}

.bg-gradient-peacock-blue-crome-yellow {
	background: linear-gradient(45deg, var(--main-color) 0%, var(--accent-color) 100%);
}



.text-main-color {
	color: var(--main-color)
}


.text-accent-color {
	color: var(--accent-color)
}

.feature-box-content p {
	line-height: 27px;

}

.bg-main-color {
	background-color: var(--main-color)
}

.bg-accent-color {
	background-color: var(--accent-color);
}

.main-font {
	font-family: var(--main-font) !important
}

.accent-font {
	font-family: var(--accent-font) !important
}

.alt-font {
	font-family: var(--alt-font) !important
}

.btn.btn-main-color {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}

.btn.btn-main-color:focus,
.btn.btn-main-color:hover {
	background: 0 0;
	color: var(--main-color);
}



h6 {
	font-size: 1.4rem;
	line-height: 2.1rem;
}

.bg-gradient-yellowish-green-turquoise {
	background: var(--main-color);
	background: linear-gradient(45deg, var(--main-color) 0%, var(--accent-color) 100%);
}

.skill {
	padding: 10px;
	border-radius: 50px;
	border: 2px solid #00000030;
	display: flex;
	cursor: pointer;
	transition: .3s;
}

.skill:hover {
	background: var(--main-color);
	border: 2px solid var(--accent-color);
}

.chiudi {
	background: #0dcaf063;
	padding: 10px;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	left: 98% !important;
	font-size: 15px;
	line-height: 20px;
	border: 0px;
	transition: .3s;
}

.chiudi:hover {
	background: #ffffffa8;
	color: #008bb8;
}

.filtro {
	padding: 2px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 95%;
	transition: .2s;
}

@media screen and (min-width: 768px) {
	.top-menu {
		position: fixed;
		backdrop-filter: blur(40px);
		z-index: 999;
		background: #f3f3f3b5;
		border-radius: 30px 0px 0px 0px;
		width: calc(100% - 290px);
	}
}

.filtro:hover {
	background: var(--accent-color);
	color: #ffffff;
}

.selezionato {
	background: var(--accent-color);
	color: #ffffff !important;
}

#categories-accordion h2 {
	line-height: 3rem;
}

.icon-top-menu-1 {
	background: #ffffff57;
	padding: 10px 20px !important;
	border-radius: 30px;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.header-language li {
	margin-bottom: 10px;
}

.header-language .dropdown-menu a {
	font-size: 16px;
}

.bg-gradient-magenta-orange {
	background: linear-gradient(45deg, var(--main-color) 0%, var(--accent-color) 100%);
}

.text-gradient-magenta-orange {
	background: linear-gradient(45deg, var(--main-color) 0%, var(--accent-color) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.icon-top-menu-2 {
	background: #00b7dc;
	padding: 10px !important;
	color: #fff;
	border-radius: 50px;
	margin-right: 7px;
}

.icon-top-menu-3 {
	background: var(--accent-color);
	padding: 10px !important;
	color: #fff;
	border-radius: 50px;
	margin-right: 7px;
}

.icon-top-menu-4 {
	background: #bfbfbf;
	padding: 10px !important;
	color: #fff;
	border-radius: 50px;
	margin-right: 7px;
}

.progress-step-style-01 {
	border-radius: 20px;
}

/* completed ------------------------------------------ */
.completed-message {}

.complete-box {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	align-content: center;
	background: #fff;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #ccc;
}

/* scenario ------------------------------------------ */

.scenario .course-title {
	font-size: 1.2rem;
	margin: 0px;
	line-height: 1.4rem;
}

.bg-top-scenario {
	background-image: linear-gradient(180deg, #fffffff0 60%, #ffffff75 100%);
}

.bg-gradient-dark-slate-blue-transparent {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #1b1e2f 100%);
}




/* custom ------------------------------------------ */

.menu-list li a {
	color: #ffffff;
}

.menu-list .menu-list-item:hover>a,
.menu-list li.active>a {
	color: #ffffff !important;
}


.left-sidebar-nav .menu-list li {
	transition: .3s;
}

.left-sidebar-nav .menu-list li:hover {
	background-color: var(--accent-color);
	padding-left: 10px;
	border-radius: 8px;
}

.btn-gradient-yellowish-green-turquoise {
	background: linear-gradient(45deg, var(--main-color) 0%, var(--accent-color) 100%);
	color: #fff;
	transition: .8s;
}

.btn-gradient-yellowish-green-turquoise:hover {
	background: linear-gradient(45deg, var(--accent-color) 0%, var(--main-color)100%);
}





.w-10 {
	width: 10% !important;
}

.w-20 {
	width: 20% !important;
}

.w-35 {
	width: 35% !important;
}

.w-47 {
	width: 47% !important;
}

.mr-1percento {
	margin-right: 1%;
}

.time-table .panel .panel-time {
	min-width: 20%;
	width: 20%;
}

.time-table .panel .panel-body {
	width: 65%;
}

.time-table .panel {
	padding: 20px 35px;
}

.testata-tabella {
	background: #e4246414;
	border-radius: 10px 10px 0px 0px;
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}

/* radio Switches -------*/

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, #707070, #606060, #8d8d8d, #8d8d8d, #999696);
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background: linear-gradient(45deg, var(--main-color) 0%, var(--accent-color) 100%);
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/* radio Switches -------*/
.pr-0 {
	padding-right: 0px;
}

.add-lesson {
	padding: 10px 0px;
	background: #f5f5f5;
	border-radius: 10px;
}

.sommario hr {
	margin: 0.5rem 0;
	opacity: .15;
}

.navigatore {
	/* position: absolute; */
	padding-top: 20px;
	margin-top: 40px;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 20px;
	border-top: 1px solid #00000026;
	background: #f3f3f3;
	border-radius: 0px 0px 5px 5px;
	width: 100%;
	bottom: 0px;
	left: 0px;
}

.left-sidebar-nav hr {
	background-color: #fff;
}

.box-shadow-extra-large-hover:hover {
	-moz-transform: translate3d(0, -7px, 0);
	-o-transform: translate3d(0, -7px, 0);
	-ms-transform: translate3d(0, -7px, 0);
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}


.header-language a>i {
	display: unset;
}

.header-language {
	padding-left: 15px;
}

/* .dropdown-menu {
	bottom: 0px;
	left: 15px !important;
	width: calc(100% - 15px);
	background-color: transparent;
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 74%, rgba(255, 255, 255, 0) 95%);
	padding-bottom: 70px !important;
} */
#user-menu ul li a:hover {
	color: #1b1e2f !important;
	text-decoration: none !important;
	background: #e7e7e7;
	border-radius: 5px;
	padding-left: 10px !important;
}

.sidebar-sparks {
	display: flex;
	flex-direction: column;
	height: 100% !important;
	justify-content: space-between;
}

.nav-tabs .nav-link.active {
	background: none;
	box-shadow: none;
	border-radius: 0px;
	border: 0px;
	border-top: 2px solid var(--accent-color);
	color: var(--accent-color) !important;
	/* padding: 8px 40px; */
}

.nav-tabs .nav-link:hover {
	border-color: #000;
	border: 0px;
	border-radius: 0px;
	border-top: 2px solid #000;
}

.nav-tabs .nav-link {
	border: 0px;
}

.nav-tabs {
	border-bottom: 0px;
}

.first-letter-round {
	border-radius: 6px;
	font-size: 14px;
	padding: 5px;
	width: 40px;
	height: 32px;
	line-height: 20px;
}

body {
	background: #f9f9f9;
}

.bg-smoky-black {
	background-color: #f9f9f9;
}

.sidebar-wrapper {
	background: #f3f3f3;
	min-height: 100vh;
}

.sidebar-nav-menu {
	border-right: 0px solid #f3f3f3;
}

header.side-menu-nav {
	border-right: 0px solid #f3f3f3;
}

.default-logo {
	height: 80px;
}

header .navbar .navbar-brand img,
header .sidebar-nav-menu .navbar-brand img,
header.side-menu .logo img {
	max-height: 100%;
}

.search-form .search-button {
	color: #232323;
}

.search-form .search-input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #232323;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 38px 5px 2px;
	background: 0 0;
	line-height: 16px;
	color: #232323;
	margin-bottom: 0px;
}

/* BG color*/

.bg-sparks-01 {
	background: #f06bb2;
}

.bg-sparks-02 {
	background: #f3ab4b;
}

.bg-sparks-03 {
	background: #13849e;
}

.bg-sparks-04 {
	background: #73aaca;
}

/* TXT color*/

.txt-sparks-01 {
	color: #f06bb2;
}

.txt-sparks-02 {
	color: #f3ab4b;
}

.txt-sparks-03 {
	color: #13849e;
}

.txt-sparks-04 {
	color: #73aaca;
}

/* immagini per mobile ----------------- */

.img-mobile {
	display: none;
}

@media only screen and (max-width: 778px) {
	.img-desktop {
		display: none;
	}

	.img-mobile {
		display: block;
	}
}

/* immagini per mobile ----------------- */






/* CSS di Bartolo ----------------- */



.row.align-items-center.justify-content-center.page-title-small.margin-40px-top {
	padding-bottom: 40px;
	border-bottom: 1px solid #00000026;
}



.modal-header,
.modal-body,
.modal-footer {
	padding: 1rem 3rem;
}

.loginbox,
.loginbox .tab-content {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.loginbox {
	border-bottom: 1px solid #dee2e6;
}

@media screen and (min-width: 36em) {
	.loginbox {
		min-width: 520px;
	}
}

.btn-sparks-1 {
	background: #f06bb2;
	color: #fff;
	padding: 0.5rem 1rem;
}

.btn-sparks-2 {
	border: #f06bb2;
	color: #f06bb2;
	background: #fff;
	padding: 0.5rem 1rem;
}

.btn-small {
	padding: 5px;
	padding-top: 5px;
	font-size: 13px;
}

ul li a {
	color: #fff;
}

ul li a:hover {
	text-decoration: none !important;
}

a:hover {
	color: #585757;
	text-decoration: none !important;
}

.nav-tabs .nav-link {
	color: #939393;
}

.nav-tabs .nav-link.active {
	color: #f06bb2;
}

.wizard-step-title {
	font-size: 1.5em;
	color: #f06bb2;
	font-weight: bold;
}

.on-boarding.badge {
	color: #828282;
}

.bi-2x {
	font-size: 2em;
}

.bi-3x {
	font-size: 3em;
}

.bi-4x {
	font-size: 4em;
}

.bi-5x {
	font-size: 5em;
}

.bi-6x {
	font-size: 6em;
}

.goal.active {
	border: 2px solid #e42464;
	background-color: #e7e8e9 !important;
}

.goal {
	border: 2px solid #ffffff;
}

.templates-row .card.active {
	border: 2px solid #e42464;
}

span.item-qty.bullet-number-span {
	text-align: center;
	min-width: 27px;
}

#mycourse_wrapper {
	min-height: 80vh;
	padding-top: 40px;
}

.course-cover {
	/*	width: 18%;
	height: 198px;
	background: #f5f5f5;
	float: left;
	overflow: hidden;*/
}

.course-block {
	/*	border: 1px solid #ccc;
	height: 200px;
	background: #fff;
	box-shadow: 0px 3px 7px #cccc;
	margin-bottom: 30px;
	overflow: hidden;*/
}

.course-options {
	/*	width: 27%;
	height: 198px;
	float: left;
	padding: 20px;
	text-align: center;*/
}

.course-info {
	/*	width: 55%;
	height: 198px;
	border-right: 1px solid #ccc;
	float: left;
	padding: 20px;
	text-align: justify;*/
}

.course-manager-options .list-style-07 li {
	margin-bottom: 0px;
	padding: 10px;
	border-bottom: 1px solid #ececec;
	color: #000;
	transition: .3s;
}

.course-manager-options .list-style-07 li:hover {
	background: #e425641f;
	color: #e32563;
}

.course-manager-options ul li a {
	color: #1e1e1e;
}

.course-manager-options ul li a:hover {
	color: #e52863 !important;
}

.course-title {
	font-size: 1.5rem;
	padding-top: 0.5rem;
	margin: 0px;
	line-height: 2rem;
	padding-bottom: 0.5rem;
}

.course-description {
	font-size: 0.875rem;
	line-height: 1.3rem
}


.course-manage-options {
	float: left;
	width: 190px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
}

.chapter_title {
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 26px;
	padding: 20px;
	padding-left: 0px;
	color: #000;
}

.lesson-block {
	background: #fff;
	height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
	transition: .3s;
}

.lesson-block:hover {
	background: #e425641f;
	color: #e32563;

}

.lesson-title {
	float: left;
	width: 65%;
}

.lesson-title h2 {
	font-size: 15px !important;
	line-height: 40px;
	padding-left: 20px;
}

.lesson-options {
	float: left;
	width: 20%;
}

.lesson-type {
	float: left;
	width: 15%;
	border-right: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}

.lesson-options a {
	padding: 3px !important;
	height: 30px;
	width: 98%;
	margin-top: 5px;
	text-align: center;
	font-size: 11px !important;
}

.challenge-box {
	border: 1px solid #ccc;
	height: 100px;
	background: #fff;
	margin-top: 20px;
}

#my-course ul li a:hover {
	color: #939393 !important;
}

.scenario.parallax {
	background-size: contain !important;
}

.scenario {
	border-radius: 30px 0 0 0;
}

.w-45 {
	width: 45%;
}

#skillbox table thead th:not(:first-child) {
	width: 15%;
}

#skillbox table thead th {
	text-align: center;
	vertical-align: middle;
}

#skillbox table thead th.active {
	border-top: 2px solid #e42564;
	border-left: 2px solid #e42564;
	border-right: 2px solid #e42564;
}

#skillbox table tbody tr:not(:last-child) td.active {
	border-left: 2px solid #e42564;
	border-right: 2px solid #e42564;
}

#skillbox table tbody tr:last-child td.active {
	border-left: 2px solid #e42564;
	border-right: 2px solid #e42564;
	border-bottom: 2px solid #e42564;
}


#skillbox table tbody td input {
	text-align: right;
	background: transparent;
	border: 0;
	-moz-appearance: textfield;
	padding: 0;
}

#skillbox table tbody td input::-webkit-outer-spin-button,
#skillbox table tbody td input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.chapter-lesson-check:not(:last-child) {
	margin-right: 10px;
}



#table-documents td {
	vertical-align: middle;
}


/*-------------------------- */

.table {
	border-color: #ffffff;
}

input,
select,
textarea {
	margin: 0 0 0px 0;
}

.table>:not(caption)>*>* {
	padding: 0.7rem 0.5rem;
}

#skillbox table thead th.active {
	/* border-top: 2px solid #e42564; */
	/* border-left: 2px solid #e42564; */
	/* border-right: 2px solid #e42564; */
	background: #e425641c;
	border-radius: 5px 5px 0px 0px;
}

#skillbox table tbody tr:not(:last-child) td.active {
	/* border-left: 2px solid #e42564; */
	/* border-right: 2px solid #e42564; */
	background: #e425641c;
}

#skillbox table tbody tr:last-child td.active {
	/* border-left: 2px solid #e42564; */
	/* border-right: 2px solid #e42564; */
	/* border-bottom: 2px solid #e42564; */
	background: #e425641c;
}

.swal2-select {
	margin: 20px auto;
	width: 85%;
}

.btn.btn-fancy.btn-large {
	padding: 13px 15px;
}

.inactive {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 40px;
	width: auto;
	max-width: 60%;
	margin: 20px auto;
}

.bi-grip-vertical {
	cursor: grab;
}


.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.add-answer {
	border: 2px solid gray;
}

.tox-promotion {
	display: none;
}

.content-navigation-bar {
	height: 100px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: end;
}

.skill-selector {
	border: 1px solid lightgray;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}

.skill-selector.active {
	border: 1px solid var(--accent-color);
	background-color: var(--accent-color);
	color: white;
}

table td {
	vertical-align: middle;
}


.form-control::file-selector-button {
	padding: 1.375rem .35rem 1.375rem .75rem;
	margin: -1.5rem 0rem -1.5rem -1.2rem;
}

.btn {
	border: 0px solid transparent;
}


.badge {
	display: inline-block;
	padding: .55em .55em;
	font-size: .85em;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	background-color: var(--accent-color) !important;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: var(--accent-color);
	box-shadow: 0 0 0 .25rem rgb(153 199 108 / 44%);
}

.accordion-button:focus {
	z-index: 3;
	border-color: var(--accent-color);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgb(153 199 108 / 44%);
}