@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/MaterialIcons-Regular.eot');
	src: local('Material Icons'),
		local('MaterialIcons-Regular'),
		url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
		url('../fonts/MaterialIcons-Regular.woff') format('woff'),
		url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 30px !important;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

:root {
	--wupo-color: #1976D2;
	--wupo-light: #90CAF9;
	--wupo-hover: #1E88E5;
	--wupo-red: #E53935;
	--wupo-check: #42A5F5;
	--wupo-rgb: rgba(21, 101, 195, 0.76);
	--wupo-amber: #FFAB00;
	--wupo-green: #66BB6A;
	--wupo-teal: #00897b;
	--wupo-whapp: #008a7c;
}

body,
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	overflow-x: hidden;
}

body::-webkit-scrollbar {
	width: 6px;
}

body::-webkit-scrollbar-track {
	background: #FFFFFF;
}

body::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

body::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

body * {
	/* -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
	-webkit-tap-highlight-color: transparent;
}

iframe {
	border: 0px;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
}

iframe::-webkit-scrollbar {
	width: 6px;
}

iframe::-webkit-scrollbar-track {
	background: #FFFFFF;
}

iframe::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

iframe::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

main {
	flex: 1 0 auto;
	padding-bottom: 70px;
}

a {
	cursor: pointer;
}

a:focus {
	outline: none;
}

th a span,
th a i {
	vertical-align: middle;
}

fieldset {
	border: none;
}

blockquote {
	border-left: 5px solid var(--wupo-light);
}

ul.dropdown-content.select-dropdown li span {
	line-height: 6px;
}

ul.dropdown-content.select-dropdown li {
	height: 30px !important;
	min-height: 30px !important;
	line-height: 30px;
}

ul.dropdown-content::-webkit-scrollbar {
	display: none;
}

table.responsive-table tbody::-webkit-scrollbar {
	height: 6px;
}

table.responsive-table tbody::-webkit-scrollbar-track {
	background: #FFFFFF;
}

table.responsive-table tbody::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

table.responsive-table tbody::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

ul.dropdown-content.action-menu-content {
	width: auto !important;
}

ul.dropdown-content li.divider {
	min-height: 1px !important;
	height: 1px;
	max-height: 1px;
	background-color: #E0E0E0;
}

img:not(.default-img) {
	transform: translateZ(0);
}

img.img-frame {
	width: auto;
	max-width: 100%;
	height: auto;
}

a.link.disabled {
	pointer-events: none;
	opacity: 0.7;
}

input.disabled {
	pointer-events: none;
	opacity: 0.7;
	background-color: #EEEEEE !important;
}

.default-img {
	width: 100%;
	height: auto;
}

.text-img {
	max-width: 250px;
	padding: 10px 20px 10px 20px;
}

.icon-img {
	width: 22px;
	max-width: 22px;
	height: auto;
}

.img-sel {
	display: inline-block;
	position: relative;
	width: 120px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 5px;
}

.img-sel:hover {
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.img-sel i {
	position: absolute;
	right: 2px;
	top: 3px;
	cursor: default;
}

.transition-3 {
	transition: all .3s ease;
}

.dim-70 {
	transform-origin: center;
	transform: scale(0.7);
	opacity: 0;
}

.step-list {
	position: relative;
	min-height: 80px;
}

.step-list.right-align {
	justify-content: flex-end !important;
}

.step-list:after {
	content: '';
	position: absolute;
	left: 0px;
	border-right: 1px solid var(--wupo-color);
	height: 100%;
	transform: translateX(-100%);
}

.step-list.right-align:after {
	left: 100%;
}

.step-list:before {
	content: '';
	position: absolute;
	border-bottom: 1px solid var(--wupo-color);
	height: 100%;
	width: 30px;
	transform: translateY(-50%);
}

.step-list.right-align:before {
	right: 0px;
}

.step-list:first-child:after {
	top: 50%;
	height: 50%;
}

.step-list:last-child:after {
	top: 0px;
	height: 50%;
}

.step-list:nth-child(even):before {
	width: 80px;
}

.step-list i {
	border: 1px solid var(--wupo-color);
	color: var(--wupo-color);
	padding: 20px;
	border-radius: 100%;
	margin-left: 30px;
	margin-right: 20px;
}

.step-list.right-align i {
	margin-left: 20px;
	margin-right: 30px;
}

.step-list:nth-child(even) i {
	margin-left: 80px;
}

.step-list.right-align:nth-child(even) i {
	margin-right: 80px;
	margin-left: 20px;
}

.footer-copyright .col {
	line-height: 24px;
}

#cookie-div {
	display: none;
	position: fixed;
	bottom: -100px;
	left: 0px;
	width: 100%;
	opacity: 0.8;
	z-index: 1004;
}

#cookie-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

#lock-div {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 3000;
	display: none;
}

#main-loader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 2000;
	opacity: 0.8;
	text-align: center;
	display: none;
}

#main-loader .preloader-wrapper {
	margin: 45vh auto 0px auto;
}

#main-trg,
#footer-trg {
	width: 100%;
	background-color: transparent;
}

#main-trg {
	padding-top: 72px;
	transition: opacity .3s ease;
}

#scroll {
	position: fixed;
	bottom: 23px;
	right: 23px;
	z-index: 1300;
}

#chat {
	position: fixed;
	bottom: 23px;
	right: 23px;
	z-index: 1300;
	transition: right 0.3s ease;
	-webkit-transition: right 0.3s ease;
}

#whapp {
	position: fixed;
	bottom: 23px;
	right: 73px;
	z-index: 1300;
	transition: right 0.3s ease;
	-webkit-transition: right 0.3s ease;
}

#whapp-modal {
	width: 300px;
	height: 420px;
	top: auto !important;
	bottom: 80px;
	left: auto;
	right: 40px;
	margin: 0px;
	overflow: hidden;
}

#left-menu {
	z-index: 1200;
	overflow-x: hidden;
	overflow-y: auto;
}

#left-menu::-webkit-scrollbar {
	width: 6px;
}

#left-menu::-webkit-scrollbar-track {
	background: #FFFFFF;
}

#left-menu::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

#left-menu::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

#right-menu {
	z-index: 1400;
	overflow-x: hidden;
	overflow-y: auto;
}

#right-menu .user-view i {
	font-size: 58px !important;
}

#right-menu .h-svg {
	display: none;
}

#right-menu::-webkit-scrollbar {
	width: 6px;
}

#right-menu::-webkit-scrollbar-track {
	background: #FFFFFF;
}

#right-menu::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

#right-menu::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

.wj-div {
	display: none;
	white-space: nowrap;
}

#top-div {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #FFFFFF;
	box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
}

#top-div img.circle {
	width: 50px;
	height: auto;
	margin: 10px 0px 0px 6px;
}

.top-box-shadow {
	opacity: 0.9 !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.modal {
	border-radius: 15px;
}

.modal-body::-webkit-scrollbar {
	width: 6px;
}

.modal-body::-webkit-scrollbar-track {
	background: #FFFFFF;
}

.modal-body::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

.modal-body::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

.widget-body::-webkit-scrollbar {
	width: 6px;
}

.widget-body::-webkit-scrollbar-track {
	background: #FFFFFF;
}

.widget-body::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

.widget-body::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

#modal {
	max-height: 80vh;
	overflow-y: hidden;
	z-index: 1005 !important;
	background-color: #FFFFFF;
}

#modal-trg {
	max-height: 80vh;
}

.widget-trg {
	max-height: 690px;
}

.widget-loader,
.append-loader {
	display: none;
}

.table-loader {
	overflow: hidden;
}

.agenda-loader {
	position: absolute;
	pointer-events: none;
	padding-top: 5px;
}

.small-agenda-loader {
	position: absolute;
	pointer-events: none;
}

#modal-collection i {
	position: relative;
	top: 6px;
}

#home-banner,
#search-banner,
.page-banner {
	width: 100%;
	position: relative;
}

.page-banner {
	top: -10px;
}

.home-banner-background,
.search-banner-background,
.page-banner-background {
	width: 100%;
	position: absolute;
	background-image: url('../img/home-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.search-banner-background,
.page-banner-background {
	min-height: 280px !important;
	max-height: 280px !important;
}

.page-banner .container {
	background-color: #FFFFFF;
	margin-top: 2.6vw;
	border-radius: 15px 15px 0px 0px;
	padding: 20px 20px !important;
}

.page-header {
	background-color: #EEEEEE;
	border-radius: 15px 15px 0px 0px;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.home-banner-section {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 2.6vw;
	padding: 20px 30px !important;
	border-radius: 15px;
}

.search-banner-section {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 2.6vw;
	border-radius: 15px;
}

.search-banner-section form {
	position: relative;
	padding: 20px 30px !important;
}

.home-banner-section svg.w-svg,
.search-banner-section svg.w-svg {
	border-radius: 15px 15px 0px 0px;
}

.page-banner .container svg.w-svg {
	border-radius: 15px 15px 0px 0px;
	top: -20px;
	left: 0px;
}

.logo,
.logo img {
	height: 48px;
	width: auto;
	max-height: 48px;
	vertical-align: middle;
}

.footer-logo img {
	height: 62px;
	width: auto;
	max-height: 62px;
	vertical-align: middle;
}

.social {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	margin: 0px 12px 8px 0px;
	vertical-align: middle;
	background-color: transparent;
	background-image: url(../img/social.png);
	background-size: 180px auto;
	background-repeat: no-repeat;
	opacity: 0.6;
	transition: 0.3s ease;
}

.social:hover {
	opacity: 1;
}

.social.facebook {
	background-position: 0px 0px;
}

.social.linkedin {
	background-position: -36px 0px;
}

.social.twitter {
	background-position: -71px 0px;
}

.social.instagram {
	background-position: -108px 0px;
}

.social.youtube {
	background-position: -143px 0px;
}

.social-div {
	display: inline-block;
	position: relative;
	top: -8px;
	margin: 10px 0px 0px 0px;
}

.social-div a {
	margin: 0px 3px 0px 3px;
	opacity: 1;
}

.collection-item.avatar a:hover,
.dropdown-content li a:hover {
	background-color: transparent;
}

.modal-trg::-webkit-scrollbar {
	width: 6px;
}

.modal-trg::-webkit-scrollbar-track {
	background: #FFFFFF;
}

.modal-trg::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

.modal-trg::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

.modal-trg {
	position: relative;
	top: 0px;
	transition: opacity .3s ease;
}

.modal-header,
.widget-header {
	white-space: nowrap;
	padding: 10px 15px !important;
	height: 78px;
}

.modal-header i,
.widget-header i {
	color: #616161;
	vertical-align: middle;
	line-height: 58px;
}

.modal-header h5,
.widget-header h5 {
	color: #616161;
	width: 102%;
	vertical-align: middle;
	width: auto;
	line-height: 58px;
	margin: 0px;
	padding-right: 30px;
}

.modal-body {
	max-height: calc(80vh - 78px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 50px;
}

.widget-body {
	max-height: 612px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 50px;
}

.modal-header,
.modal-body,
.widget-header,
.widget-body {
	position: relative;
}

#modal-trg svg.w-svg {
	position: absolute;
	width: 100%;
	height: 240px;
	display: none;
}

.nav-wrapper,
.nav-wrapper i,
.nav-wrapper .container {
	height: 70px !important;
	line-height: 70px !important;
}

nav ul a {
	border-bottom: 2px solid transparent;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav ul a:not(.dropdown-content li a):hover {
	border-bottom: 2px solid var(--wupo-color);
}

nav ul li a i {
	margin-left: 0px !important;
}

.input-postfix {
	position: absolute;
	bottom: 22px;
	right: 14px;
}

.filter-container {
	display: none;
	margin: 20px -25px 20px -25px;
}

.filter-form {
	padding: 0px 25px 0px 25px;
}

.form-fieldset {
	width: 100%;
	position: relative;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
}

.form-fieldset legend {
	padding: 0px 6px;
	font-size: 0.8rem;
}

.form-fieldset legend+a {
	position: absolute;
	top: 12px;
	right: 6px;
}

.modal-nocontent {
	margin-top: 56px;
}

.modal-nocontent i {
	font-size: 36px;
	margin-top: 15px;
}

.switch {
	margin: 8px 0px 6px 0px;
}

.switch label {
	white-space: nowrap;
}

.datepicker-cancel,
.datepicker-done,
.timepicker-close {
	display: none;
}

.datepicker-footer,
.timepicker-footer {
	justify-content: flex-end;
}

.timepicker-analog-display {
	padding-bottom: 5px !important;
}

.timepicker-analog-display {
	padding-bottom: 18px;
}

.modal .collection-item {
	background-color: transparent;
}

.modal .collection-item p {
	pointer-events: none;
	margin: 0px;
}

.modal .collection-item p span {
	vertical-align: middle;
}

.modal-search {
	box-sizing: border-box !important;
	border-bottom: 1px solid #424242 !important;
	color: #424242;
	width: 85% !important;
}

.modal-search:focus {
	box-shadow: 0 0px 0 0 #424242 !important;
	border-bottom: 1px solid #424242 !important;
}

.modal .label-icon {
	margin-top: -4px;
}

.dropdown-content li a i {
	margin-right: 10px !important;
}

.dropdown-content li a:not(nav .dropdown-content li a):not(.lang-div a) {
	padding: 8px 10px 8px 10px !important;
}

.dropdown-content li {
	min-height: 30px !important;
}

.dropdown-content {
	min-width: 180px !important;
}

nav .dropdown-content {
	min-width: 210px !important;
}

.thead {
	vertical-align: top;
	line-height: 24px
}

.firstpage,
.prevpage,
.nextpage,
.lastpage {
	display: none;
}

.onfilter {
	width: 30px;
	display: inline;
	margin-left: 6px;
	display: none;
}

.chart-container {
	position: relative;
	top: 0px;
	left: -60px;
	opacity: 0;
	padding: 4px 10px 10px 10px;
}

.user-view a img.circle {
	background-color: #FFFFFF;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.custom-form-step:before {
	content: attr(data-icon) !important;
	font-size: 22px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	-moz-font-feature-settings: 'liga';
	letter-spacing: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

.sortable-container {
	margin: .5rem 0 1rem 0;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	width: 100%;
	min-height: 43px;
}

.sortable-item {
	display: block;
	background-color: #FFFFFF;
	line-height: 1.5rem;
	padding: 10px 20px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
	cursor: move;
	-webkit-transition: background-color .25s ease;
	transition: background-color .25s ease;
	padding-right: 0px;
	white-space: nowrap;
}

.sortable-item:hover {
	background-color: #E0E0E0;
}

.icon-link {
	white-space: nowrap;
}

.icon-link a {
	margin-left: 6px;
}

.icon-link a i {
	vertical-align: middle;
	margin-top: -3px;
	font-size: 20px;
}

.icon-menu i {
	vertical-align: middle;
	line-height: 20px !important;
	height: 20px !important;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.icon-menu span {
	margin-left: 5px !important;
	vertical-align: top;
}

.tabs {
	overflow: hidden;
}

.tabs .tab {
	width: 100px !important;
}

.tabs .tab a {
	padding: 0px
}

.text-button span,
.text-button i {
	vertical-align: middle;
}

.text-button span {
	margin-left: 6px;
}

.search-field input {
	padding-left: 26px !important;
	width: calc(100% - 26px) !important;
}

.search-field i {
	position: absolute;
	top: 10px;
	left: 8px;
}

.white-rgb {
	background-color: rgba(255, 255, 255, 0.96);
}

.wupo {
	background-color: var(--wupo-color) !important;
}

.wupo-rgb {
	background-color: var(--wupo-rgb) !important;
}


.wupo-text {
	color: var(--wupo-color) !important;
}

.wupo-red {
	background-color: var(--wupo-red) !important;
}

.wupo-red-text {
	color: var(--wupo-red) !important;
}

.wupo-amber {
	background-color: var(--wupo-amber) !important;
}

.wupo-amber-text {
	color: var(--wupo-amber) !important;
}

.wupo-green {
	background-color: var(--wupo-green) !important;
}

.wupo-green-text {
	color: var(--wupo-green) !important;
}

.wupo-teal {
	background-color: var(--wupo-teal) !important;
}

.wupo-teal-text {
	color: var(--wupo-teal) !important;
}

.wupo-whapp {
	background-color: var(--wupo-whapp);
	background-image: url('../img/whapp.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.wupo-whapp-light {
	background-color: #25D366;
}

a.wupo-whapp {
	background-size: 30px 30px;
}

div.wupo-whapp {
	border-radius: 100%;
	width: 58px;
	height: 58px;
	background-size: 46px 46px;
}

.btn-small.wupo-whapp {
	background-size: 35px 36px;
	background-position: 10px center;
}

.progress {
	background-color: var(--wupo-light) !important;
	margin: 0px;
}

.indeterminate {
	background-color: var(--wupo-color) !important;
}

#tap-div {
	left: 23px !important;
	right: auto;
}

.tap-target {
	background-color: var(--wupo-color) !important;
	opacity: 0.8 !important;
}

.btn,
.btn-small {
	border-radius: 25px;
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	padding: 0 32px;
}

.btn.wupo:hover,
.btn-large.wupo:hover,
.btn-small.wupo:hover {
	background-color: var(--wupo-hover) !important;
}

.btn.wupo:focus,
.btn-large.wupo:focus,
.btn-small.wupo:focus,
.btn-floating.wupo:focus {
	background-color: var(--wupo-hover) !important;
}

.invalid-check span:after {
	border: 2px solid var(--wupo-red) !important;
}

.input-field label {
	pointer-events: none;
}

.input-field input[type=text]:focus+label {
	color: var(--wupo-color) !important;
}

.input-field input[type=text].autocomplete:focus+ul+label {
	color: var(--wupo-color) !important;
}

.input-field input[type=email]:focus+label {
	color: var(--wupo-color) !important;
}

.input-field input[type=password]:focus+label {
	color: var(--wupo-color) !important;
}

.input-field input[type=text]:focus {
	border-bottom: 1px solid var(--wupo-color) !important;
	box-shadow: 0 1px 0 0 var(--wupo-color) !important;
}

.input-field input[type=email]:focus {
	border-bottom: 1px solid var(--wupo-color) !important;
	box-shadow: 0 1px 0 0 var(--wupo-color) !important;
}

.input-field input[type=password]:focus {
	border-bottom: 1px solid var(--wupo-color) !important;
	box-shadow: 0 1px 0 0 var(--wupo-color) !important;
}

.input-field input[type=text].valid {
	border-bottom: 1px solid var(--wupo-color) !important;
	box-shadow: 0 1px 0 0 var(--wupo-color) !important;
}

.input-field input[type=email].valid {
	border-bottom: 1px solid var(--wupo-color) !important;
	box-shadow: 0 1px 0 0 var(--wupo-color) !important;
}

.input-field input[type=password].valid {
	border-bottom: 1px solid var(--wupo-color) !important;
	box-shadow: 0 1px 0 0 var(--wupo-color) !important;
}

.input-field .prefix.active {
	color: var(--wupo-color) !important;
}

textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid var(--wupo-color) !important;
	box-shadow: 0 1px 0 0 var(--wupo-color) !important;
}

textarea.materialize-textarea:focus:not([readonly])+label {
	color: var(--wupo-color);
}

textarea.materialize-textarea {
	min-height: 90px;
}

.input-field .requiredarea:focus+label {
	color: var(--wupo-color) !important;
}

.input-field .requiredarea:focus {
	border-bottom: 1px solid var(--wupo-color) !important;
	box-shadow: 0 1px 0 0 var(--wupo-color) !important;
}

.input-field input[type="text"].invalid {
	border-bottom: 1px solid var(--wupo-red) !important;
}

.select-wrapper.invalid:has(.select-dropdown.dropdown-trigger:focus)~.helper-text {
	visibility: hidden;
}

.tap-target-content {
	color: #FFFFFF;
}

.switch label input[type=checkbox]:checked+.lever {
	background-color: var(--wupo-check);
}

.switch label input[type=checkbox]:checked+.lever:after {
	background-color: var(--wupo-color);
}

.switch label input[type=checkbox]+.lever.always-checked {
	background-color: var(--wupo-check);
}

.switch label input[type=checkbox]+.lever.always-checked:after {
	background-color: var(--wupo-color);
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
	border: 2px solid var(--wupo-color);
	background-color: var(--wupo-color);
}

[type="checkbox"]+span:not(.lever):not(.big-span) {
	line-height: 20px !important;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
	background-color: var(--wupo-color);
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
	border: 2px solid var(--wupo-color);
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
	border: 2px solid var(--wupo-color);
	background-color: var(--wupo-color);
}

input[type=hidden]:not(.browser-default).invalid~.helper-text:after,
input[type=hidden]:not(.browser-default):focus.invalid~.helper-text:after,
.helper-text.group-helper.invalid:after,
.helper-text.check-helper.invalid:after {
	content: attr(data-error);
	color: var(--wupo-red);
}

.helper-text.group-helper {
	font-size: 12px;
	visibility: hidden;
	padding: 0 0.75rem;
}

.helper-text.check-helper {
	display: inline-block;
	font-size: 12px;
	min-height: 16px;
	opacity: 0;
}

.helper-text.group-helper.invalid {
	visibility: visible;
}

.helper-text.check-helper.invalid {
	opacity: 1;
}

.datepicker-date-display,
.datepicker-table .is-selected {
	background-color: var(--wupo-color) !important;
}

.datepicker-day-button:focus,
.month-prev:focus,
.month-next:focus {
	background-color: var(--wupo-rgb);
}

.datepicker-table td.is-today .datepicker-day-button {
	color: var(--wupo-color) !important;
}

.timepicker-digital-display {
	background-color: var(--wupo-color);
}

.timepicker-canvas line {
	stroke: var(--wupo-color);
}

.timepicker-canvas-bg,
.timepicker-canvas-bearing {
	fill: var(--wupo-color);
}

.timepicker-tick:hover {
	background-color: var(--wupo-rgb);
}

.spinner-layer {
	border-color: var(--wupo-color);
}

ul.stepper {
	overflow-y: hidden;
}

ul.stepper .step.active:before {
	background-color: var(--wupo-color);
}

ul.stepper .step.done:before {
	background-color: #43A047;
}

ul.stepper .step.wrong:before {
	background-color: #E53935 !important;
}

ul.stepper .step-actions {
	padding-top: 30px;
}

ul.stepper .step-content .row p {
	padding: 0 0.75rem;
}

.autocomplete-content {
	top: 46px !important;
}

.col.check-field {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.modal-selection {
	background-color: #FFF9C4 !important;
}

.modal-close-btn {
	position: absolute;
	top: 0px;
	right: 6px;
}

.post-whois-img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 9px;
	background-color: #FFFFFF;
}

.post-header {
	margin: 13px 0px 13px 60px;
}

.post-list-container {
	padding: 4px;
	margin-top: -8px !important;
}

.post-list-container .stat-container .post-whois-img {
	width: 42px;
	height: 42px;
	left: -4px;
	top: -31px;
}

.post-list-container .stat-container .post-header {
	margin: 4px 0px 3px 42px;
	padding-right: 4px;
}

.post-list-container .stat-container .post-subheader,
.post-view-subheader {
	font-size: 11px;
	font-style: italic;
	margin: 2px 0px 4px 44px;
}

.post-view-header {
	margin: 6px 0px 6px 56px;
	padding-right: 4px;
}

.post-view-subheader {
	margin: 2px 0px 6px 58px;
}

.post-list-container .ck-content {
	overflow: hidden;
}

.post-content {
	padding: 10px 10px 10px 10px;
}

.post-view-content .post-content {
	padding: 10px 15px 10px 15px;
}

.post-list-container .post-content {
	max-height: 280px;
}

.post-footer {
	padding: 8px 6px 0px 6px !important;
}

.post-view-action .collapsible {
	margin: 0px !important;
	box-shadow: none;
	border-left: none;
	border-right: none;
}

.comment-whois-img {
	width: 40px;
	height: 40px;
	margin-right: 6px;
}

.comment-container.bottom-bordered:last-of-type {
	border-bottom: none;
}

.search-field input:focus+i {
	color: var(--wupo-color);
}

.chips {
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	padding: 6px 12px 6px 12px;
}

.chips.focus {
	border-bottom: 1px solid #E0E0E0;
	box-shadow: none;
}

.chips .input {
	width: 200px !important;
}

.chip:after {
	content: "_";
	height: 32px;
	visibility: hidden;
}

a,
.dropdown-content li>span {
	color: var(--wupo-color) !important;
}

.collapse-i {
	transition: 0.4s ease;
	margin-right: 0px !important;
}

.collapsible {
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}

.collapsible:not(.top-bordered) {
	border-top: none !important;
}

.collapsible li.active .collapse-i {
	-ms-transform: rotate(450deg);
	-webkit-transform: rotate(450deg);
	transform: rotate(450deg);
}

.collapsible-header {
	background-color: transparent;
}

.block-collapse {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.block-collapse li .collapsible-header {
	width: 100%;
	line-height: 26px;
	border: none;
}

.block-collapse .collapsible-header {
	width: 100%;
	line-height: 26px;
	border: none;
}

.sidenav .user-view .circle {
	height: 72px;
	width: 72px;
}

.sidenav .collapsible-header {
	padding: 0 32px;
}

.sidenav .collapsible .collapsible-body a {
	padding: 0 40px;
}

.profile-collapse {
	margin: 0px !important;
}

.profile-collapse .collapsible-header span {
	font-size: 20px;
}

.file-chip {
	max-width: 250px;
	margin-right: 10px;
}

.collection .collection-item.active {
	background-color: var(--wupo-color);
	color: #FFFFFF !important;
}

.character-counter {
	margin-top: -18px;
}

textarea+label+.character-counter {
	margin-top: -5px;
}

.map-div {
	height: 550px;
}

.small-map-div {
	height: 550px;
}

.map-search-container {
	position: relative;
	top: -360px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.map-search {
	margin: 0px !important;
	padding: 0px 4px 0px 42px !important;
	box-sizing: border-box !important;
	width: 260px !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

.map-search::placeholder {
	color: var(--wupo-color);
	font-size: 14px;
}

.map-label-icon {
	top: 12px !important;
}

.user-media-video {
	width: 80vw;
	height: 80vw;
	max-width: 700px;
	max-height: 700px;
	background-color: #000000;
}

.user-media-counter {
	width: 80vw;
	max-width: 700px;
	position: relative;
	top: -41px;
	text-align: left;
	padding-left: 10px;
	display: inline-block;
	opacity: 0;
	color: var(--wupo-red);
	pointer-events: none;
}

.user-media-counter i {
	vertical-align: middle;
}

.user-media-counter span {
	vertical-align: middle;
	font-weight: 600;
}

.crop-image {
	width: 100%;
	max-width: 1200px;
	height: auto;
}

.crop-container {
	display: none;
	text-align: center;
	max-width: 1200px;
	margin: 40px auto 0 auto;
}

.crop-action-container {
	display: none;
	margin-top: 20px;
	font-size: 0px;
}

.crop-action-container i {
	padding: 6px;
	background-color: #424242;
	color: #FFFFFF;
}

.crop-action-container div {
	margin-right: 10px;
}

.crop-action-container div a:first-of-type i {
	border-radius: 4px 0px 0px 4px;
}

.crop-action-container div a:last-of-type i {
	border-radius: 0px 4px 4px 0px;
}

.crop-action-container div a:only-of-type i {
	border-radius: 4px;
}

.rate-div {
	padding: 20px 20px 20px 20px !important;
	border-bottom: 1px solid #E0E0E0;
}

.rate-div:last-of-type {
	padding: 10px 20px 20px 20px !important;
	border-bottom: none;
}

.rating-sel-div,
.rating-input-div {
	font-size: 0px;
	white-space: nowrap;
}

.rating-input-div {
	position: absolute;
	top: 1px;
}

.rating-input-div a {
	display: inline-block;
	width: 19px;
	height: 34px;
	background-color: transparent;
	opacity: 0.5;
}

.rating-sel-div .material-icons {
	font-size: 38px !important;
	color: var(--wupo-amber);
}

.rate-div h5 {
	font-size: 1.3rem;
}

.talk-bubble-container {
	max-height: 650px;
	overflow-y: auto;
	padding: 20px;
}

div.talk-bubble-container::-webkit-scrollbar {
	width: 6px;
}

div.talk-bubble-container::-webkit-scrollbar-track {
	background: #FFFFFF;
}

div.talk-bubble-container::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

div.talk-bubble-container::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

.talk-bubble {
	margin: 20px 6px 6px 20px;
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	padding: 6px 12px 12px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-top: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	border-top: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 360;
	max-width: 80%;
	min-width: 52%;
	color: #212121;
}

.talk-bubble.reply {
	background-color: #FFECB3;
	margin-left: 24px;
	word-wrap: break-word;
	float: left;
	text-align: left;
}

.talk-bubble.reply:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -17px;
	right: auto;
	top: 0px;
	bottom: auto;
	border: 18px solid;
	border-color: #FFECB3 transparent transparent transparent;
}

.talk-bubble.reply:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -17px;
	right: auto;
	top: 0px;
	bottom: auto;
	border: 18px solid;
	border-color: transparent transparent transparent transparent;
}

.talk-bubble.sent {
	background-color: #BBDEFB;
	margin-right: 24px;
	word-wrap: break-word;
	float: right;
	text-align: right;
}

.talk-bubble.sent:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -19px;
	top: -1px;
	bottom: auto;
	border: 18px solid;
	border-color: transparent transparent transparent transparent;
}

.talk-bubble.sent:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -17px;
	top: 0px;
	bottom: auto;
	border: 18px solid;
	border-color: #BBDEFB transparent transparent transparent;
}

.talk-bubble .img {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: -3px 0 0 0;
}

.talk-bubble span {
	display: block;
	font-size: 8px;
	margin: 0px 0px 10px 0px;
	color: #9E9E9E;
	font-weight: 380;
}

/*Custom FullCalendar*/
.fc-scroller::-webkit-scrollbar {
	width: 6px;
}

.fc-scroller::-webkit-scrollbar-track {
	background: #FFFFFF;
}

.fc-scroller::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

.fc-scroller::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

.fc-scrollgrid {
	border: none !important;
}

.fc-timegrid-body,
.fc-timegrid-body .fc-timegrid-slots table,
.fc-timegrid-body .fc-timegrid-cols table,
.fc-scroller table {
	width: 100% !important;
	min-width: 100% !important;
}

.fc-timegrid-col-events {
	width: 100%;
	min-width: 100%;
}

.fc-timegrid-event {
	border-radius: 0px !important;
	bottom: -1px !important;
	right: 2px !important;
	margin-left: -2px !important;
}

.fc-button-primary {
	background-color: transparent !important;
	border-width: 0px !important;
	border-color: #FFFFFF !important;
	color: #9E9E9E !important;
	-webkit-transition: color 0.3s ease !important;
	transition: color 0.3s ease !important;
}

.fc-button-primary:hover,
.fc-button-primary:focus {
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: var(--wupo-color) !important;
}

.fc-icon,
.fc-button-primary {
	padding: 0.4em 0.24em !important;
	font-family: 'Material Icons' !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 34px !important;
	line-height: 1 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	display: inline-block !important;
	white-space: nowrap !important;
	word-wrap: normal !important;
	direction: ltr !important;
	-webkit-font-feature-settings: 'liga' !important;
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-feature-settings: 'liga' !important;
}

.fc-content,
.fc-toolbar-title {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	color: #757575 !important;
}

.fc-toolbar-title {
	height: 32px !important;
}

.fc-col-header-cell,
.fc-toolbar-title {
	text-transform: capitalize;
	color: #757575 !important;
}

.small-agenda-container .fc-toolbar-title {
	font-size: 1.4em !important;
}

.fc-day a:not(.fc-event):not(.available-event a):not(.public-event a):not(.confirm-event a):not(.confirmed-event a) {
	font-weight: 500 !important;
	cursor: default !important;
	color: #757575 !important;
}

.fc-day-today {
	background-color: transparent !important;
}

.fc-timegrid-slots tr {
	height: 36px !important;
	min-height: 36px !important;
}

.fc-timegrid-slot-label {
	color: #757575 !important;
}

.fc-timegrid-slots td {
	vertical-align: top !important;
}

.fc-event {
	border: 0px !important;
	overflow: hidden;
	background-color: #FFFFFF !important;
}

.fc-event blockquote {
	height: 103%;
	padding: 5px 8px !important;
	margin: -1px 0px 0px -1px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fc-toolbar-chunk {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fc-timegrid th[role="presentation"] {
	background-color: transparent !important;
}

.fc-placeholder {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	pointer-events: none;
}

.fc-placeholder span {
	display: inline-block;
	padding: 0px 8px 0px 8px;
	width: 16.6%;
	text-align: center;
	color: #9E9E9E;
}

.fc-placeholder:not(.consultant-page .fc-placeholder) {
	display: none;
}

.public-event div {
	height: 100%;
	text-align: center;
}

.public-event div i {
	font-size: 22px !important;
	margin: 0px 6px 0px 0px;
}

.public-event div span {
	font-size: 16px !important;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.public-event blockquote {
	background-color: #81C784;
	border-color: var(--wupo-green);
	color: #FFFFFF;
}

.available-event blockquote,
.available-event-past blockquote {
	background-color: #E0E0E0;
	border-color: #BDBDBD;
	color: #212121;
}

.confirm-event blockquote,
.confirm-event-past blockquote {
	background-color: #FFECB3;
	border-color: #FFCA28;
	color: #212121;
}

.confirmed-event blockquote,
.confirmed-event-past blockquote {
	background-color: #C8E6C9;
	border-color: var(--wupo-green);
	color: #212121;
}

.event-action {
	display: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 4px;
}

.event-action i {
	font-size: 24px !important;
	margin: 0px 1px 0px 1px;
}

.available-event:hover div .event-action {
	display: block;
}

.confirm-event:hover div .event-action {
	display: block;
}

.confirmed-event:hover div .event-action {
	display: block;
}

input:disabled {
	background-color: #EEEEEE !important;
}

.tooltip-container {
	width: 100%;
	padding: 10px;
	text-align: left;
}

.tooltip-container p {
	margin: 0px 0px 10px 0px;
}

/*Custom InfoWindow*/
.closebt {
	float: right;
	cursor: pointer;
}

.gm-style-iw {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.87);
	width: 300px !important;
	height: 120px !important;
	top: -8px !important;
	left: 0px !important;
	background-color: #fff;
	border: 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px-ms-border-radius6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
	box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
}

.gm-style-iw-c {
	padding: 0px !important;
}

.gm-style-iw-d {
	padding: 8px 10px !important;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden !important;
	color: #212121;
}

#iw-container {
	margin-bottom: 10px;
}

#iw-container .iw-title {
	width: 300px;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	text-align: left;
	background-color: #30547B;
	color: white;
	margin: 0;
	height: 40px;
	line-height: 20px;
	border-radius: 2px 2px 0 0;
}

#iw-container .iw-content {
	color: rgba(0, 0, 0, 0.87);
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 5px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}

.iw-content img {
	width: 100px;
	height: 45px;
	float: left;
}

.iw-subTitle {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 0;
	line-height: 26px;
	text-align: left;
}

.iw-bottom-gradient {
	position: absolute;
	width: 256px;
	height: 25px;
	bottom: 10px;
	height: 18px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.gm-style-iw-tc {
	top: -7px !important;
}

/*Loaders*/
.content-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.content-loader {
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 15px;
	position: relative;
	height: 100%;
}

.content-loader>div {
	padding: 15px 15px 15px 15px;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}

.loader-right {
	justify-content: flex-end !important;
}

.loader-center {
	justify-content: center !important;
}

.group-loader {
	align-items: center !important;
}

.single-loader {
	padding: 5px 15px 15px 15px !important;
	align-items: flex-start !important;
}

.round-loader,
.square-loader,
.rect-loader {
	background-color: #ededed;
}

.round-loader {
	border-radius: 100%;
}

.round-loader:after,
.square-loader:after {
	content: "";
	display: inline-block;
	padding-bottom: 100%;
}

.content-loader:after {
	content: '';
	background-color: #333;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: content-loader;
	animation-timing-function: linear;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

@keyframes content-loader {
	0% {
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		transform: translate3d(100%, 0, 0);
	}
}

.background-message i {
	font-size: 280px !important;
	-ms-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
	position: relative;
	top: -96px;
	left: -21%;
	z-index: 1;
}

.background-message h5,
.background-message p {
	position: relative;
	top: 70px;
	z-index: 2;
}

.background-message a.btn-small {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 200px;
	top: 100px;
	z-index: 3;
}

.card {
	border-radius: 15px;
	overflow: hidden;
}

.card-content img.circle:not(.profile-pic) {
	width: 50px;
}

.user-detail img.circle {
	width: 30px;
	height: auto;
}

.video-container {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.video-dummy {
	margin-top: 50%;
}

.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#top-div .video-container {
	width: 50px;
	height: 50px;
	margin: 10px 0px 0px 6px;
}

.sidenav .user-view .video-container {
	width: 72px;
	padding-bottom: 36px;
}

.card-content .video-container {
	width: 50px;
	padding-bottom: 50px;
	border-radius: 5px !important;
}

.user-detail .video-container {
	width: 30px;
	padding-bottom: 30px;
}

.collection-item .video-container {
	width: 30px;
	padding-bottom: 30px;
}

#top-div .video-dummy,
.sidenav .user-view .video-dummy,
.card-content .video-dummy,
.user-detail .video-dummy,
.collection-item .video-dummy {
	display: none;
}

.video-icon {
	color: var(--wupo-red);
	position: absolute;
	z-index: 2;
	font-size: 58px !important;
	opacity: 0.9;
	pointer-events: none;
}

.card-content .video-icon {
	top: 25px;
	left: 24px;
	font-size: 50px !important;
}

.consultant-page .video-icon {
	top: 34px;
	left: 36px;
}

.collection-item .video-icon {
	font-size: 38px !important;
	top: 12px;
	left: 18px;
}

td .video-icon {
	font-size: 38px !important;
	top: auto;
	left: 0px;
}

td .video-container {
	min-width: 38px;
	max-width: 38px;
	min-height: 38px;
	max-height: 38px;
	width: 38px;
	height: 38px;
	vertical-align: middle;
}

#top-div .video-icon,
.sidenav .user-view .video-icon,
.user-detail .video-icon {
	display: none !important;
}

span.card-title {
	font-weight: 360 !important;
}

.profile-pic {
	width: 100%;
}

.message-send {
	float: right;
	position: relative;
	right: 6px;
	top: -70px;
}

.brand-img-container {
	text-align: center;
}

.brand-img-container a {
	display: inline-block;
	margin: 20px;
	opacity: 0.6;
	transition: all .3s ease;
	width: 120px;
}

.brand-img-container a:hover {
	opacity: 1;
}

.brand-img-container img {
	width: 100%;
	height: auto;
}

.rating-cron {
	display: inline-block;
	width: 40%;
}

.rating-cron span {
	display: block;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
}

.rating-cron .rating-star-div {
	text-align: left;
}

#main-trg svg.w-svg.h-svg {
	position: absolute;
	border-top: 20px solid #EEEEEE;
	width: 100%;
	min-width: 100%;
	max-height: 300px;
}

.card svg.w-svg,
.user-view svg.w-svg {
	position: absolute;
	border-top: 20px solid var(--wupo-color);
}

.consultant-page .card,
#search-trg .card {
	overflow: hidden;
}

.consultant-page .card-content {
	position: relative;
}

.consultant-page svg.w-svg {
	border-top: 0px;
}

.rating-star-div {
	text-align: left;
	white-space: nowrap;
}

/* .rating-star-div:not(.rating-cron .rating-star-div) {
	float: left;
}

.rating-count-div:not(.rating-cron .rating-star-div) {
	float: left;
} */

.consultant-page .rating-star-div:not(.rating-cron .rating-star-div) {
	float: right;
}

.consultant-page .rating-count-div:not(.rating-cron .rating-star-div) {
	float: right;
}

.consultant-page .rating-star-div {
	text-align: right;
}

td .rating-star-div {
	float: none !important;
	text-align: center;
}

.rating-count-div {
	/* display: inline-block; */
	text-align: left;
	white-space: nowrap;
}

.rating-star-div i,
.rating-count-div i {
	vertical-align: middle;
	font-size: 22px !important;
}

/* .rating-star-div i.badge-icon,
.rating-count-div i.badge-icon {
	vertical-align: middle;
	font-size: 19px !important;
} */

.rating-star-div i {
	color: var(--wupo-amber);
}

.rating-star-div .rating-detail {
	width: 18px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	text-align: right;
}

td .rating-detail {
	display: none !important;
}

.profile-rating {
	padding-right: 0px !important;
}

.profile-rating>div {
	max-width: 350px;
}

.profile-rating span {
	vertical-align: middle;
	font-size: 14px;
	line-height: 32px;
}

.profile-rating .rating-star-div i {
	font-size: 30px !important;
}

.profile-rating .rating-star-div i.badge-icon {
	font-size: 25px !important;
}

i.material-icons.small {
	font-size: 1.5rem !important;
}

#top-div .notif-link {
	position: absolute;
	top: 0px;
	display: none;
}

#top-div .notif-link i{
	position: absolute;
	top: 10px;
	right: -2px;
	width: 18px;
	height: 18px !important;
	border-radius: 100%;
	background-color: var(--wupo-red);
	opacity: 0.8;
}

#left-menu .notif-link {
	position: absolute;
	top: 0px;
	display: none;
}

#left-menu .notif-link i:not(.material-icons) {
	position: absolute;
	top: 5px;
	left: 26px;
	width: 18px;
	height: 18px !important;
	border-radius: 100%;
	background-color: var(--wupo-red);
	opacity: 0.8;
}

.text-link {
	height: 38px !important;
}

.text-link:hover {
	background-color: transparent !important;
}

.slider {
	height: 380px !important;
	max-height: 380px !important;
}

.slider .slides {
	background-color: transparent !important;
	height: 360px !important;
	max-height: 360px !important;
}

.slider .slides li .caption {
	height: 100%;
	top: 20px;
	left: 30px;
	width: 100%;
	padding: 0px 60px 60px 0px;
}

.slider .indicators {
	height: 16px;
	bottom: 8px;
}

.slider .indicators .indicator-item {
	background-color: #FFFFFF;
	opacity: 0.3;
}

.slider .indicators .indicator-item.active {
	background-color: #FFFFFF;
	opacity: 0.8;
}

.slider .home-banner-button-group {
	position: absolute;
	bottom: 12px;
}

.dash-container {
	padding: 20px !important;
}

.dash-container>div {
	min-height: 310px !important;
	background-color: #FFFFFF;
	border-radius: 15px;
}

.dash-container svg.w-svg {
	border-radius: 15px 15px 0px 0px;
}

.widget-target {
	position: relative;
	overflow: hidden;
}

.widget-target svg.w-svg {
	position: absolute;
}

i.no-result {
	font-size: 120px !important;
	-ms-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
	position: relative;
	top: -60px;
	left: 21%;
	opacity: 0.3;
}

#search-trg i.no-result {
	position: absolute;
	top: 0px;
	left: 31%
}

.course-detail img {
	height: 80px;
	max-height: 80px;
	width: auto;
}

span.course-title {
	padding: 4px 8px !important;
	margin: 0px 10px 10px 10px;
	display: block;
	background-color: rgba(255, 255, 255, 0.6);
}

.small-text-button span {
	font-size: 10px;
	margin-left: 4px;
}

.small-text-button i {
	font-size: 18px !important;
}

.scroll-truncate {
	position: relative;
}

span.svg-fix {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 17px;
	background-color: var(--wupo-color);
}

.whapp-page {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.whapp-screen {
	flex-grow: 1;
	position: relative;
	top: -18px;
}

.whapp-screen-container {
	height: 100%;
}

.whapp-chat {
	height: 100%;
}

.whapp-chat-container {
	height: 100%;
}

.whapp-user-bar {
	height: 75px;
	background: var(--wupo-whapp);
	color: #fff;
	padding: 4px 8px;
	font-size: 24px;
	position: relative;
	z-index: 1;
	top: 10px;
}

.whapp-user-bar:after {
	content: "";
	display: table;
	clear: both;
}

.whapp-user-bar div {
	float: left;
	position: relative;
	top: 20%;
}

.whapp-user-bar .whapp-avatar {
	margin: 4px 0 0 5px;
	width: 36px;
	height: 36px;
}

.whapp-user-bar .whapp-avatar img {
	border-radius: 50%;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
}

.whapp-user-bar .whapp-name {
	font-size: 17px;
	font-weight: 600;
	text-overflow: ellipsis;
	letter-spacing: 0.3px;
	margin: 0 0 0 8px;
	overflow: hidden;
	white-space: nowrap;
	width: 110px;
}

.whapp-user-bar .whapp-status {
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
}

.whapp-conversation {
	height: calc(100% - 56px);
	position: relative;
	background-color: #ECE5DD;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.whapp-conversation-container {
	height: 360px;
	overflow-x: hidden;
	padding: 0 16px;
	position: relative;
}

div.whapp-conversation::-webkit-scrollbar {
	width: 6px;
}

div.whapp-conversation::-webkit-scrollbar-track {
	background: #FFFFFF;
}

div.whapp-conversation::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

div.whapp-conversation::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

.whapp-message {
	color: #000;
	clear: both;
	line-height: 18px;
	font-size: 15px;
	padding: 8px;
	position: relative;
	margin: 8px 0;
	max-width: 85%;
	word-wrap: break-word;
	z-index: -1;
}

.whapp-message:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
}

.whapp-metadata {
	position: relative;
	bottom: -4px;
	float: right;
}

.whapp-metadata .whapp-time {
	color: rgba(0, 0, 0, .45);
	font-size: 11px;
	display: inline-block;
}

.whapp-message:first-child {
	margin: 30px 0 8px;
}

.whapp-message.whapp-received {
	background-color: #fff;
	border-radius: 0px 5px 5px 5px;
	float: left;
}

.whapp-message.whapp-received .whapp-metadata {
	padding: 0 0 0 16px;
}

.whapp-message.whapp-received:after {
	border-width: 0px 10px 10px 0;
	border-color: transparent #fff transparent transparent;
	top: 0;
	left: -10px;
}

.whapp-message.whapp-sent {
	background-color: #e1ffc7;
	border-radius: 5px 0px 5px 5px;
	float: right;
}

.whapp-message.whapp-sent:after {
	border-width: 0px 0 10px 10px;
	border-color: transparent transparent transparent #e1ffc7;
	top: 0;
	right: -10px;
}

.whapp-action {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

.whapp-chat textarea {
	height: 60px !important;
	min-height: 60px !important;
	max-height: 60px;
}

.whapp-chat h6 {
	font-size: 1rem;
}

img.lang-img {
	width: 24px;
	height: auto;
	vertical-align: middle;
	margin-bottom: 3px;
}

i.lang-trigger {
	font-size: 0px !important;
}

.lang-div {
	position: absolute;
	top: 0px;
	right: 0px;
}

.lang-div .dropdown-content {
	left: -150px !important;
}

.lang-div a.link {
	padding: 0px 10px 8px 10px !important;
}

.show-on-extra-large {
	display: none;
}

.hide-on-extra-large {
	display: inline-block;
}

.qrcode {
	width: 100%;
	max-width: 350px;
	min-width: 150px;
	height: auto;
}

.table-div {
	overflow-y: auto;
}

.table-div::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.table-div::-webkit-scrollbar-track {
	background: #FFFFFF;
}

.table-div::-webkit-scrollbar-thumb {
	background: #BDBDBD;
}

.table-div::-webkit-scrollbar-thumb:hover {
	background: #CECECE;
}

.pagination-container {
	opacity: 0;
}

.pagination-container div {
	white-space: nowrap;
}

.sorter {
	margin-top: -2px;
}

/*No UI Slider*/
.nouislider {
	top: 40px;
}

.nouislider-label {
	top: -16px !important;
}

.noUi-handle,
.noUi-tooltip,
.noUi-connect {
	background-color: var(--wupo-color) !important;
}

.nouislider-container {
	min-height: 70px !important;
}

.noUi-value {
	color: #DBDBDB !important;
}

.noUi-marker {
	background-color: #DBDBDB !important;
}

.modal-header img,
.modal-header .video-icon {
	width: 48px;
	height: 48px;
}

td img {
	width: 38px;
	height: 38px;
}

.modal-header .pic-container,
.modal-header .video-container {
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	width: 48px;
	height: 48px;
}

.pic-container .video-icon {
	color: var(--wupo-red);
	font-size: 38px !important;
	top: 10px;
	left: 21px;
}

/*Utils*/
.w-10 {
	width: 10% !important;
}

.w-20 {
	width: 20% !important;
}

.w-30 {
	width: 30% !important;
}

.w-40 {
	width: 40% !important;
}

.w-50 {
	width: 50% !important;
}

.w-60 {
	width: 60% !important;
}

.w-70 {
	width: 70% !important;
}

.w-80 {
	width: 80% !important;
}

.w-90 {
	width: 90% !important;
}

.w-100 {
	width: 100% !important;
}

.h-10 {
	height: 10% !important;
}

.h-20 {
	height: 20% !important;
}

.h-30 {
	height: 30% !important;
}

.h-40 {
	height: 40% !important;
}

.h-50 {
	height: 50% !important;
}

.h-60 {
	height: 60% !important;
}

.h-70 {
	height: 70% !important;
}

.h-80 {
	height: 80% !important;
}

.h-90 {
	height: 90% !important;
}

.h-100 {
	height: 100% !important;
}

.p-0 {
	padding: 0px !important;
}

.p-5 {
	padding: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.m-0 {
	margin: 0px !important;
}

.m-10 {
	margin: 10px !important;
}

.m-20 {
	margin: 20px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-up-15 {
	margin-top: -15px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-3 {
	margin-bottom: 3px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.default-cr {
	cursor: default !important;
}

.pointer {
	cursor: pointer !important;
}

.no-pointer {
	cursor: default !important;
	pointer-events: none;
}

.inline {
	display: inline !important;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.mild-inline-block {
	display: inline-block;
}

.fixed {
	position: fixed !important;
}

.relative {
	position: relative !important;
}

.absolute {
	position: absolute !important;
}

.vertical-middle {
	vertical-align: middle !important;
}

.vertical-top {
	vertical-align: top !important;
}

.vertical-bottom {
	vertical-align: bottom !important;
}

.flex {
	display: flex !important;
}

p.flex {
	display: flex !important;
	align-items: center;
}

.no-border {
	border: none !important;
}

.border-bottom {
	border-bottom: 1px solid #E0E0E0;
}

.no-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.left-6 {
	margin-left: 6px !important;
}

.right-6 {
	margin-right: 6px !important;
}

.top-12 {
	margin-top: 12px !important;
}

.top-20 {
	margin-top: 20px !important;
}

.bottom-6 {
	margin-bottom: 6px !important;
}

.bottom-12 {
	margin-bottom: 12px !important;
}

.top-pad-12 {
	padding-top: 12px !important;
}

.small-text {
	font-size: 0.8rem;
}

.height-100 {
	height: 100%;
	min-height: 100%;
}

.default-div-pad {
	padding: 10px 15px 10px 15px !important;
}

.big-icon {
	font-size: 42px !important;
}

.relative {
	position: relative !important;
	top: 0px;
	left: 0px;
}

.no-wrap {
	white-space: nowrap;
}

.bottom-bordered {
	border-bottom: 1px solid #E0E0E0;
}

.top-bordered {
	border-top: 1px solid #E0E0E0 !important;
}

.shadowed {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.no-opacity {
	opacity: 0;
}

.transparent {
	background-color: transparent !important;
}

.transparent-border {
	border: 1px solid transparent !important;
}

.big-span {
	font-size: 18px !important;
	line-height: 19px !important;
}

.multi-truncate {
	position: relative;
	height: 80px !important;
	max-height: 80px !important;
	min-height: 80px !important;
	line-height: 1.4rem !important;
	overflow: hidden !important;
}

.halfway-fab i.material-icons {
	font-size: 24px !important;
}

.come-funziona .subtitle_top {
	font-size: 26px;
	font-weight: 500;
	clear: both;
	display: block;
	margin-bottom: 20px !important;
	padding-left: 10px !important;
	border-left: 5px solid #1E88E5;
}

/*Media*/

/*xl*/
@media only screen and (min-width:1201px) {

	.logo,
	.logo img {
		height: 62px !important;
		max-height: 62px !important;
		margin-top: -8px !important;
	}

	.show-on-extra-large {
		display: inline-block !important;
	}

	.hide-on-extra-large {
		display: none;
	}
}

/*l*/
@media only screen and (min-width:992.1px) {
	.align-right-on-large {
		text-align: right;
	}

	.hide-on-large-only {
		display: none !important;
	}

	.consultant-page svg.w-svg {
		top: -50px;
	}

	.logo img {
		margin-top: -26px;
		height: 56px;
		width: auto;
		max-height: 56px;
	}

	.nouislider {
		margin-top: 3px;
	}
}

@media only screen and (max-width:992px) {
	.up-right-btn {
		margin: 8px 6px 6px 6px;
	}

	.act-td .dropdown-trigger {
		padding-left: 0px;
	}

	.agenda-color-td {
		padding-top: 15px;
	}

	.responsive-table th {
		padding: 1px 5px 26px 5px;
	}
}

/*m*/
@media only screen and (min-width:601px) {
	nav.nav-extended .nav-wrapper {
		min-height: 70px;
	}

	.align-right-on-mid-and-up {
		text-align: right;
	}
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	nav.nav-extended .nav-wrapper {
		min-height: 70px;
	}

	.big-span {
		font-size: 15px !important;
	}

	.consultant-page svg.w-svg {
		top: -20px;
	}

	#modal-trg .collapsible-header,
	#modal-trg .collapsible-body,
	.talk-bubble-container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

/*s*/
@media only screen and (max-width:600px) {
	#whapp-modal {
		width: 80%;
		right: 0px;
		margin: 0px 10% 0px 10%;
	}

	nav.nav-extended .nav-wrapper {
		min-height: 70px;
	}

	.block-on-small {
		display: block !important;
		padding-left: 5px !important;
		margin-top: 20px !important;
	}

	.big-span {
		font-size: 15px !important;
	}

	.p-close-on-small {
		padding-top: 0px !important;
		padding-bottom: 0px !important;

	}

	.pb-on-small {
		padding-bottom: 20px !important;
	}

	.profile-rating .rating-star-div:not(.rating-cron .rating-star-div) {
		float: left;
	}

	.profile-rating span:not(.rating-span):not(.rating-detail) {
		display: block;
	}

	.consultant-page svg.w-svg {
		top: 0px;
	}

	.consultant-page .card-content {
		padding: 10px !important;
	}

	#main-trg svg.w-svg.h-svg {
		border-top: 100px solid #EEEEEE;
	}

	#modal-trg .collapsible-header,
	#modal-trg .collapsible-body,
	.talk-bubble-container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.modal-body {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.modal-body .inline-block.no-wrap {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.step-list:before,
	.step-list:after {
		display: none;
	}

	.step-list i {
		margin-left: 0px !important;
		padding: 10px;
	}

	.step-list.right-align i {
		margin-right: 0px !important;
		margin-left: 20px !important;
	}
}

/*custom*/
@media only screen and (max-width:310px) {
	.logo img {
		height: 54px;
		width: auto;
		max-height: 54px;
		vertical-align: middle;
		margin-top: 0px;
	}
}

/*CUSTOM NEW PIERO*/
html,
body {
	height: 100% !important;
	color: #333;
}

.home-banner-section {
	position: relative;
	width: unset !important;
	height: unset !important;
	margin-top: 10vw;
	padding: unset !important;
	border-radius: unset !important;
}

.rating-star-div {
	text-align: left;
	white-space: nowrap;
}

/* .rating-star-div:not(.rating-cron .rating-star-div) {
	float: left;
} */

.rating-count-div {
	text-align: left;
}

.rating-star-div .rating-detail {
	width: 18px;
	text-align: left;
}

.card {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	border-radius: 5px !important;
	border: 1px solid #eeeeee;
	-webkit-transition: none !important;
	transition: none !important;
	box-shadow: none;
}

.card .card-content {
	padding-bottom: 0px !important;
}

.card .card-action {
	border-top: 0px !important;
	position: relative;
	padding-left: 24px;
}

.card img.circle {
	border-radius: 5px !important;
}

.box {
	margin-left: 11px;
	margin-right: 11px;
	border: 1px solid #eeeeee;
	border-radius: 10px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #eee;

	display: flex;
}

.box .col {
	flex: auto;
}

.box-hr {
	margin-top: 50px;
	margin-bottom: 50px;
}

.box-hr hr {
	border: 1px solid #eee;
}

.box-come {
	padding: 5px;
	padding-left: 0px !important;
}

.box-come-last {
	padding: 5px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.box-come-txt {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.box-come-txt b {
	font-size: 16px;
}

.box-come img,
.box-come-first img,
.box-come-last img {
	padding: 5px;
	border-radius: 16px !important;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	height: 200px;
}

.box-img-right {
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.box-img-left {
	background-size: cover;

	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.box-txt {
	padding: 50px !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	min-height: 350px !important;
	vertical-align: middle !important;
}

.box-txt .title {
	font-size: 32px;
	font-weight: 600;
	clear: both;
	display: block;
	margin-bottom: 50px;
	line-height: 30px;
}

.box-txt .subtitle {
	font-size: 22px;
	font-weight: 600;
}

.box-txt .btn-small {

	font-size: 14px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	padding: 0 32px;
	box-shadow: none;
}

.btn-small {
	box-shadow: none;
}

.dropdown-content li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-footer {
	background-color: #F9FAFA !important;
	color: #666 !important;
	padding-top: 80px !important;
}

.page-footer a {
	color: #666 !important;
	line-height: 30px !important;
}

.page-footer .copyright {
	font-size: 14px;
}

.page-footer .box-hr {
	border: 0px;
	height: 1px;
}

.top-box-shadow {
	opacity: 1 !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.box-top-interna {
	height: 100vh !important;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-txt-full {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	width: 80%;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto;
}

.come-funziona .subtitle_top {
	font-size: 24px;
	font-weight: 400;
	clear: both;
	display: block;
	margin-bottom: 20px !important;
	padding-left: 10px !important;
	border-left: 8px solid #d5dfed;
}

.box-txt-full .title {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	clear: both;
	display: block;
	margin-bottom: 30px;
}

.box-txt-full .subtitle {
	font-size: 22px;
	font-weight: 500;
	clear: both;
	display: block;
	margin-bottom: 30px;
}

.box-numeri-interna {
	background-color: bisque;
}

.box-numeri-interna .box-numero {
	padding: 30px;
	background-color: lightsteelblue;
	margin-right: 20px;
	min-height: 150px !important;
	font-size: 20px;
	margin-bottom: 20px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.box-numeri-interna .box-numero-last {
	padding: 30px;
	background-color: lightsteelblue;
	margin-right: 0px;
	min-height: 150px !important;
	font-size: 20px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.box-numero .title,
.box-numero-last .title {
	font-size: 36px;
	font-weight: 600;
	clear: both;
	display: block;
	margin-bottom: 20px !important;
}

.box-progetto-interna {
	background-color: #DECDC3;
}

.titolo-over-image {
	margin-top: 30vh !important;
}

.titolo-over-image .title {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px !important;
	background-color: #eee;
}

.come-funziona {
	padding-top: 100px;
	width: 60%;
	margin: 0px auto;
}

.come-funziona .box-come {
	margin-top: 60px;
}

.come-funziona .box-come .img {
	height: 250px;
	background-size: cover;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.come-funziona .title {
	font-size: 40px;
	font-weight: 600;
}

.come-funziona .subtitle {
	font-size: 28px;
	font-weight: 500;
	clear: both;
	display: block;
	margin-bottom: 20px;
}

.box-perche-interna {
	background-color: #B0C4DE;
	color: #FFE4C4;
	color: #333;
	min-height: 350px;
	margin-top: 100px;
	padding-bottom: 20px !important;
	padding-top: 30px !important;
}

.box-perche-interna .box-perche {
	margin-bottom: 20px;
}

.box-perche-interna .subtitle {
	font-size: 28px;
	font-weight: 500;
	clear: both;
	display: block;
	margin-bottom: 20px;
}

.box-perche-interna .point {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: rgb(44, 11, 87) !important;
}

.box-perche-interna .btn-small {
	margin-top: 40px;
	background-color: #FFE4C4 !important;
	color: #333 !important;
}

.box-faq {
	padding-top: 50px;
}

.box-faq .title {
	font-size: 40px;
	font-weight: 600;
	clear: both;
	display: block;
	margin-bottom: 50px;
}

.box-faq .collapsible-header {
	font-size: 20px;
	font-weight: 500;
}

.collapsible,
.sidenav {
	-webkit-box-shadow: 0;
	box-shadow: none;
}

nav ul a {
	border-bottom: 0px !important;
	font-size: 1.05rem;
	-webkit-transition: none;
	transition: none;
	padding: 0 25px !important;
}

nav ul a.link-cons {
	padding: 0 0 0 50px !important;
}

nav ul a:hover {
	background-color: #fff;
}

nav ul a:not(.dropdown-content li a):hover {
	border-bottom: 0px;
}

.login .title {
	font-size: 40px;
	font-weight: 600;
}

/*RETTIFICHE*/

.online-p {
	position: absolute;
	margin-top: 98px !important;
	margin-left: 14px;
}

#home-search-button {
	margin-top: 20px;
}

@media only screen and (max-width: 992px) {
	.online-p {
		margin-top: 204px !important;
		left: 0px;
	}

	#home-search-button {
		margin-top: 40px;
	}
}

.card .rating-detail {
	display: none;
}

.card-image-container {
	max-height: 50px;
}

@media only screen and (max-width:460px) {

	.card-image-container {
		width: 100% !important;
	}
}

/*CUSTOM MEW PIERO*/
.consultant-page .card-content-top {
	padding: 10px !important;
	background-color: #fafafa !important;
}

.consultant-page .card-content-top img.circle {
	width: 100%;
	height: auto;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #eee;

}

.consultant-page .video-container {
	width: 100%;
	padding-bottom: 100%;
	border: 2px solid #eee;
}

.consultant-page .card-content-top .name b {
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	color: #1E88E5 !important;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.consultant-page .card-content-top .name .subtitle {
	font-size: 16px;
	color: #666 !important;
	clear: both;
	display: block;
}

.consultant-page .card-content-top .name .subtitle b {
	font-size: 16px !important;
}

.consultant-page .card-content-top .name .val {
	font-size: 30px;
	font-weight: 600;
	padding-left: 5px;
}

.consultant-page .card-content-top .name .info {
	font-size: 18px;
	color: #666 !important;
	display: block;
}

.consultant-page .card-content-top .name .info span {
	font-weight: 700;
	font-size: 24px;
	text-decoration: underline;
	color: var(--wupo-color);
}

.consultant-page .card-content-top .name .info i {
	margin-bottom: 3px !important;
}

.consultant-page .card-content-top .star {
	vertical-align: bottom !important;
}

.consultant-page .card-content-top .star i,
.card-content-top .val {
	color: var(--wupo-amber) !important;
}

.consultant-page .dettaglio-rating {
	padding-top: 70px !important;
	border-left: 1px solid #eee;
	height: 100vs !important;
}

.consultant-page .dettaglio-rating .row {
	padding: 0px !important;
	margin: 0px !important;
}

.consultant-page .card-content-top .dettaglio-rating .star {
	text-align: right;
}

.consultant-page .card-content-top .dettaglio-rating .star i {
	color: var(--wupo-amber) !important;
	font-size: 22px !important;
	margin-top: 5px !important;
}

.consultant-page .card-content-top .dettaglio-rating .text {
	margin-top: 5px !important;
}

.consultant-page .card-content-top .dettaglio-rating .val {
	color: var(--wupo-amber) !important;
	font-size: 20px !important;
	text-align: left;
}

.consultant-page i.material-icons.xsmall {
	font-size: 1.3rem !important;
	color: #666 !important;
}

.consultant-page .video-icon {
	font-size: 80px !important;
	top: 48px;
	left: 56px;
}

.consultant-page .rating-star-div {
	float: none !important;
	text-align: left;
}

.consultant-page .rating-detail {
	display: inline;
	color: var(--wupo-amber) !important;
	font-size: 30px;
	font-weight: 600;
	padding-left: 5px;
	vertical-align: bottom;
}

.consultant-page .dettaglio-rating .rating-detail {
	font-size: 20px;
	font-weight: normal;
	position: relative;
	top: 3px;
}

.consultant-page .dettaglio-rating .rating-star-div {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: -5px;
}

.consultant-page .badge-rating .rating-detail {
	display: none;
}

@media only screen and (max-width:430px) {

	.consultant-page .dettaglio-rating .star {
		width: 100%;
	}
}

.box-colorato {
	margin-left: 11px;
	margin-right: 11px;
	border: 1px solid #eeeeee;
	border-radius: 10px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFE4C4;
	display: flex;
}

.home-banner-section-utenti {
	position: relative;
	width: unset !important;
	height: unset !important;
	margin-top: 5vw;
	padding: unset !important;
	border-radius: unset !important;
}

.home-banner-section-utenti .img-top img {
	width: 100% !important;
	transform: rotateY(180deg);
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.home-banner-section-utenti .txt-top {
	text-align: left !important;
	font-size: 2.5rem;
	line-height: 110%;
	text-transform: uppercase;
}

.home-banner-section-utenti .txt-top span {
	color: #1E88E5;
}

.home-banner-section-utenti .txt-top b {
	color: #FEAD00;
	font-weight: 400;
}

.come-funziona {
	padding-top: 100px;
	width: 60%;
	margin: 0px auto;
}

@media only screen and (max-width: 1024px) {
	.come-funziona {
		width: 90%;
		padding-top: 30px;
	}
}

.result-info {
	background-color: #a9d7ff;
	border: 1px solid #1E88E5;
	padding: 10px !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.box-perche-interna-top {
	background-color: #d5dfed;
	color: #333;
	min-height: 350px;
}

.box-perche-interna-top .subtitle_top {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}