:root {
	--cor-primaria: #6057ff;
	--cor-cinza: #7989a5;
	--cor-cinza-claro: #c6d0e1;
	--cor-verde: #35cb66;
	--cor-cinza-claro02: #f2f1fd;
	--cor-rosa: #c957ff;
	--cor-pilar-qualidade: #35cb66;
	--cor-pilar-pessoal: #ff9837;
	--cor-pilar-relacionamento: #ff468f;
	--cor-pilar-profissional: #5790ff;
}

.w-100 {
	width: 100%;
}
.text-capitalize {
    text-transform: capitalize;
}
html,
body {
	overflow-x: hidden;
	-ms-overflow-style: none; /* Para Internet Explorer e Edge */
	scrollbar-width: none; /* Para Firefox */
}

a {
	color: var(--cor-primaria);
}

.mood-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

body,
h2,
h3,
h4,
h5,
h6 {
	color: #002055;
}

h2 {
	font-size: 26px;
	font-weight: 800;
}

h3 {
	font-weight: 800;
	margin-bottom: 25px;
}

#preloader {
	overflow: hidden;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 9999999999999999;
	color: black;
}

#preloader .jumper {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	margin: auto;
	width: 50px;
	height: 50px;
}

#preloader .jumper > div {
	background-color: #0071f1;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	width: 50px;
	height: 50px;
	-webkit-animation: jumper 1s 0s linear infinite;
	animation: jumper 1s 0s linear infinite;
}
#preloader .jumper > div:nth-child(2) {
	-webkit-animation-delay: 0.33333s;
	animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
	-webkit-animation-delay: 0.66666s;
	animation-delay: 0.66666s;
}

#preloader p {
	left: 0;
	top: 113px;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	margin: auto;
	width: 140px;
	height: 50px;
	color: #fff;
}

@-webkit-keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	5% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	5% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.apareceLoader {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
}

.desapareceLoader {
	opacity: 0 !important;
	visibility: hidden !important;
	display: none !important;
}

#preloader svg {
	width: 80px;
	margin: 0 auto;
	display: block;
	margin-top: 34vh;
}

.pulse-zoom {
	width: 200px;
	height: 200px;
	animation: pulseZoom 4s ease-in-out infinite;
}

@keyframes pulseZoom {
	0%,
	100% {
		transform: scale(1.5);
	}

	50% {
		transform: scale(1.1);
	}
}

.loader {
	width: 48px;
	height: 48px;
	border: 5px solid var(--cor-primaria);
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 0.5s linear infinite;
	position: absolute;
	top: 44%;
	left: 44%;
	transform: translate(-50%, -50%);
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.top-home {
	width: 100%;
	float: left;
	padding: 20px 0;
	position: fixed;
	z-index: 999 !important;
	background: #fff;
	top: 0;
	left: 0;
	border-top: 3px solid;
	border-image: linear-gradient(to right, #5a51fe, #4d8bff, #fe5399, #fe8b24, #00d446);
	border-image-slice: 1;
}

.top-home h2 {
	font-weight: bold;
	text-align: center;
	font-size: 23px !important;
	text-align: center;
}

.top-home h4 {
	font-weight: bold;
	text-align: center;
	color: var(--cor-cinza);
	font-weight: 400;
}

.top-home span {
	font-size: 45px;
}

.card-humor {
	width: 100%;
	background-color: var(--cor-primaria);
	border-radius: 20px;
	padding: 25px;
	float: left;
}

.card-humor h2 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 24px;
}

.card-humor h3 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 20px 0;
}

.card-humor ul {
	float: left;
	width: 100%;
	margin-top: -4px;
}

.card-humor li {
	width: 20%;
	float: left;
}

.card-humor li:hover,
.card-humor li:active {
	cursor: pointer;
	opacity: 0.8;
}

.card-humor li img {
	width: 70px;
	height: 70px;
	float: left;
	margin: 0;
	padding: 0;
}

.card-humor li p {
	text-align: center;
	font-size: 10px;
	clear: both;
	float: left;
	color: #fff;
	width: 100%;
}

.popular-recipe {
	margin: 0;
	padding: 0 !important;
	margin: 0 0 0 -17px;
	width: 119%;
}

.card-intinerario {
	width: 100%;
	display: block;
	margin-bottom: 35px;
	margin-top: 30px;
}

.card-intinerario h3 {
	margin-bottom: 15px;
}

.card-humor {
	width: 100%;
	background-color: var(--cor-primaria);
	border-radius: 20px;
	padding: 40px 25px;
	float: left;
	margin: 100px 0 9px 0;
}

.toolbar .toolbar-bottom .toolbar-item .toolbar-link.toolbar-link-active {
	color: var(--cor-primaria);
	border-top: 2px solid var(--cor-primaria);
}

.toolbar-add .hydrated {
	font-size: 60px !important;
}

.toolbar .toolbar-bottom .toolbar-item.toolbar-add a ion-icon {
	color: #fff;
	font-size: 18px;
	padding: 5px;
	border-radius: 500px !important;
	background-color: var(--cor-primaria);
}

.pilares-home .conteudo-pilares-home {
	float: left;
	width: 120%;
	overflow-y: scroll;
	margin: 0 0 30px -50px;
	padding: 0 0 0 50px;
}

.pilares-home .conteudo-pilares-home .os-pilares {
	float: left;
	width: 1140px;
}

.pilares-home .conteudo-pilares-home .os-pilares ul {
	float: left;
	width: 100%;
}

.pilares-home .conteudo-pilares-home .os-pilares ul li {
	background-color: #fff !important;
	border: 1px solid var(--cor-cinza);
	float: left;
	padding: 20px;
	width: 263px;
	border-radius: 5px;
	margin-right: 20px;
}

.pilares-home .conteudo-pilares-home .os-pilares ul li h2 {
	float: left;
	width: 100%;
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 5px;
}

.pilares-home .conteudo-pilares-home .os-pilares ul li h4 {
	float: left;
	font-weight: 400;
	float: left;
	display: block;
	font-size: 14px;
	clear: both;
	color: var(--cor-cinza);
}

.pilares-home .conteudo-pilares-home .progress-container {
	display: flex;
	align-items: center;
	clear: both;
	padding-top: 9px;
}

.pilares-home .conteudo-pilares-home .progress-text {
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
}

.pilares-home .conteudo-pilares-home .progress {
	background-color: var(--cor-cinza-claro);
}

.pilares-home .conteudo-pilares-home .determinate {
	background-color: var(--cor-verde);
}

.pilares-home .conteudo-pilares-home .progress {
	background-color: var(--cor-cinza-claro);
	margin: 1px 0 0 0;
}

.pilares-home .conteudo-pilares-home .progress-text {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

.btn-adicionar {
	background: var(--cor-primaria);
	padding: 10px;
	border-radius: 10px;
	color: #fff;
}

.bg-cinza {
	background: var(--cor-cinza-claro02);
	padding: 20px 0 340px 0;
	clear: both;
}

.banner-home {
	float: left;
	border-radius: 5px;
	background: var(--cor-rosa);
	width: 100%;
	padding: 25px;
	margin-bottom: 100px;
}

.banner-home h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 16px 0 9px 0;
}

.banner-home p {
	color: #fff;
}

.banner-home img {
	width: 150px;
}

.notifications > div {
	z-index: 1000 !important;
}

.timepicker-label {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 16px;
}

.top-page {
	width: 100%;
	float: left;
	padding: 12px 0;
	position: fixed;
	z-index: 999 !important;
	background: #fff;
	top: 0;
	left: 0;
	border-top: 3px solid;
	border-image: linear-gradient(to right, #5a51fe, #4d8bff, #fe5399, #fe8b24, #00d446);
	border-image-slice: 1;
}

.top-page h2 {
	font-weight: bold;
	text-align: center;
}

.top-page h4 {
	font-weight: bold;
	text-align: center;
	color: var(--cor-cinza);
	font-weight: 400;
}

.top-page span {
	font-size: 45px;
}

.page-interna {
	margin-top: 80px !important;
}
select {
	background-color: transparent;
	border: 1px solid #d3d3d3 !important;
    border-radius: 5px !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
	outline: none;
	height: 4rem;
	width: 100%;
	font-size: 16px;
	margin: 0 0 8px 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	-webkit-transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, -webkit-box-shadow .3s;
	transition: box-shadow .3s, border .3s;
	transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.button {
	background: var(--cor-primaria);
	border-radius: 5px;
	padding: 7px 12px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border: 0;
	font-size: bold;
	width: 100%;
	border: 1px solid var(--cor-primaria);
	text-align: center;
}

.btn-diario {
	background: rgb(187, 133, 16);
	border: none;
}

.top-title {
	margin-bottom: 32px;
	float: left;
	width: 100%;
}

.btn-footer {
	position: fixed;
	bottom: 0;
	background: white;
	width: 100%;
	left: 0;
	text-align: center;
	padding: 18px;
}

.box-login {
	margin-top: 18vh;
	clear: both;
	float: left;
	width: 100%;
}

label {
	font-size: 0.8rem;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}

input[type='number']:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid var(--cor-primaria);
	-webkit-box-shadow: 0 1px 0 0var (--cor-primaria);
	box-shadow: 0 1px 0 0 var(--cor-primaria);
	text-align: center;
	font-size: 28px;
}

input[type='number'] {
	text-align: center;
	font-size: 28px !important;
}

.custom-card {
	border: 1px solid #cfd8dc;
	border-radius: 10px;
	padding: 10px;
}
.card-action {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.card-action label {
	margin: 0;
}

.card-task {
	border: 1px solid var(--cor-cinza-claro);
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 16px;
	width: 100%;
}

.card-task h2 {
	font-size: 14px;
	margin: 6px 0 0 0;
	font-weight: 500;
}

.card-task h4 {
	color: #002055;
	font-size: 12px;
	font-weight: bold;
}

.card-task span {
	font-size: 3.5rem;
	color: var(--cor-cinza);
}
.card-task h2 span {
	font-size: 14px;
}

.card-task .row {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.card-task p span {
	display: none;
}

.card-checked {
	background-color: var(--cor-cinza-claro02);
}

.card-checked p {
	background-color: var(--cor-primaria);
}

.card-checked p span {
	display: block;
	color: #fff;
}

.conteudo-pilares-home::-webkit-scrollbar {
	display: none; /* Para navegadores Webkit (Chrome, Safari) */
}

.conteudo-pilares-home::-webkit-scrollbar {
	display: none; /* Para navegadores Webkit (Chrome, Safari) */
}

.pilar-pessoal .determinate {
	background-color: #ff9837 !important;
}

.pilar-relacionamento .determinate {
	background-color: #ff468f !important;
}

.pilar-profissional .determinate {
	background-color: #5790ff !important;
}

.card-checked p span {
	display: block;
	color: #fff;
	margin: -4px 0 0 -4px;
}

.form {
	float: left;
	width: 100%;
}

.form span {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.bottom-page {
	clear: both;
	position: fixed;
	background-color: white;
	float: left;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 17px;
}

input:not([type]),
input[type='text']:not(.browser-default),
input[type='password']:not(.browser-default),
input[type='email']:not(.browser-default),
input[type='url']:not(.browser-default),
input[type='time']:not(.browser-default),
input[type='date']:not(.browser-default),
input[type='datetime']:not(.browser-default),
input[type='datetime-local']:not(.browser-default),
input[type='tel']:not(.browser-default),
input[type='number']:not(.browser-default),
input[type='search']:not(.browser-default),
textarea.materialize-textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	outline: none;
	height: 4rem;
	width: 100%;
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition:
		border 0.3s,
		-webkit-box-shadow 0.3s;
	transition:
		border 0.3s,
		-webkit-box-shadow 0.3s;
	transition:
		box-shadow 0.3s,
		border 0.3s;
	transition:
		box-shadow 0.3s,
		border 0.3s,
		-webkit-box-shadow 0.3s;
	font-size: 18px !important;
}

.mt-3 {
	margin-top: 1rem;
}

.mt-5 {
	margin-top: 2rem;
}

.pilares-home {
	margin-top: 15px;
}

.calendar {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	padding: 0;
}

.calendar-day {
	padding: 13px 14px;
	background-color: #f3f4fe;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
}

.calendar-day:hover {
	background-color: #6200ee;
	color: white;
}

.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background: #dedcff;
	border-radius: 5px;
	margin-bottom: 20px;
}

.calendar-header .btn-small {
	background-color: transparent !important;
	color: #000000 !important;
	box-shadow: none !important;
	margin: 10px 0 0 0;
}

.calendar-header .btn-small:disabled {
	background-color: transparent !important;
	color: #ccc !important;
	box-shadow: none !important;
	margin: 10px 0 0 0;
}

.btn-small.disabled:hover {
	background-color: transparent !important;
	color: #d6d6d6 !important;
	box-shadow: none !important;
	margin: 10px 0 0 0;
}

.month-year {
	font-weight: bold;
	font-size: 20px;
}

.modal-content h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

.intro {
	float: left;
	width: 100%;
	border-top: 3px solid;
	border-image: linear-gradient(to right, #5a51fe, #4d8bff, #fe5399, #fe8b24, #00d446);
	border-image-slice: 1;
	height: 100%;
}

.intro img {
	float: left;
	width: 100%;
}

.intro .bottom-intro {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px 22px;
}

.intro .bottom-intro h2 {
	font-size: 16px;
	font-weight: 600;
	color: var(--cor-primaria);
}

.intro .bottom-intro h3 {
	font-size: 32px;
	margin: 12px 0 30px 0;
}

.text-right {
	text-align: right;
}

.card-home-diario {
	margin: 24px 0 24px;
	float: left;
	width: 100%;
}

.card-home-diario span {
	background-color: #fff9c5;
	float: left;
	width: 100%;
	padding: 22px;
	border-radius: 5px;
	margin-bottom: 18px;
}

.page-interna .button {
	clear: both;
}

.page-interna .button span {
	float: left;
	margin: 7px 0 0 0;
}

.page-add .button {
	margin-bottom: 18px;
}

.page-add-diario #currentDay {
	background: #efeeff;
	float: left;
	width: 100%;
	padding: 10px;
	text-align: center;
	border-radius: 500px;
	margin: -10px 0 30px 0;
	color: var(--cor-primaria);
	font-weight: 800;
}

#currentDay {
	display: block;
	visibility: visible;
}

.input-search {
	background-color: var(--cor-cinza-claro02) !important;
}

.lista-objetivos {
	clear: both;
	float: left;
	margin: 30px 0 0 0;
	width: 100%;
}

.lista-objetivos .card-objetivo {
	border: 1px solid var(--cor-cinza-claro);
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.lista-objetivos .card-objetivo span {
	padding: 9px;
	background-color: var(--cor-cinza-claro02);
	border-radius: 500px;
	font-size: 29px;
	color: var(--cor-primaria);
}

.lista-objetivos .card-objetivo h2 {
	font-size: 18px;
	clear: both;
	float: left;
	margin: 7px 0 0 8px;
}

.lista-objetivos .card-objetivo p {
	float: left;
	padding: 0 13px;
	border-radius: 60px;
	color: #fff;
}

.page-add-objetivo .day-selection {
	float: left;
	justify-content: center;
	margin-top: 3px;
}

.page-add-objetivo .day-selection input[type='checkbox'] {
	display: none;
}

.page-add-objetivo .day-selection label {
	display: inline-block;
	border: 1px solid var(--cor-primaria);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	color: black;
	margin: 0 11px 12px 0;
	cursor: pointer;
	transition: 0.3s ease;
}

.page-add-objetivo .day-selection input[type='checkbox']:checked + label {
	background-color: var(--cor-primaria);
	color: white;
}

.timepicker-digital-display {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	background-color: var(--cor-primaria);
	padding: 10px;
	font-weight: 300;
}

.page-add-objetivo .noti-hoje {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 25px;

}

.page-add-objetivo .form {
	padding-bottom: 3rem;
}

.page-add-objetivo .noti-hoje label {
	display: flex;
	align-items: center;
}

.pilar-qualidade p {
	background-color: var(--cor-pilar-qualidade) !important;
}

.pilar-pessoal p {
	background-color: var(--cor-pilar-pessoal) !important;
}

.pilar-relacionamento p {
	background-color: var(--cor-pilar-relacionamento) !important;
}

.pilar-profissional p {
	background-color: var(--cor-pilar-profissional) !important;
}

.invisible-input {
	border-bottom: none !important;
	box-shadow: none !important;
}

.otp-input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	outline: none;
	height: 4rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.otp-input-focus {
	border-bottom: 1px solid rgb(128, 130, 255);
}
