em {
    color: inherit;
}

.tm-loader {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100000;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}
.tm-sticked {
    display: none;
}
.uk-sticky-fixed .tm-sticked {
    display: inline;
}
.tm-link {
    text-decoration: underline;
    font-weight: 600;
}
.tm-link:hover {
    text-decoration: none;
}
.tm-headers {
    position: relative;
    z-index: +1;
}
.tm-headers::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 10px;
    background: #d3e7f4;
    bottom: 1px;
    left: -3px;
    z-index: -1;
}
.tm-section-quest {
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.uk-heading-bullet::before {
    border-left: calc(5px + 0.1em) solid #fedf72;
}
.uk-modal-dialog {
    border-radius: 18px;
}
.alert, .uk-alert {
    border-radius: 15px;
}
.alert-danger, .alert-error, .uk-alert-danger {
	background-color: rgba(255,77,77,0.1);
    border: solid 4px #ff4d4d;
    color: #ff4d4d;
}
.alert-success, .alert-success, .uk-alert-success {
    background-color: rgba(83,199,2,0.1);
    border: solid 4px #53c702;
    color: #53c702;
}
.tm-padding-xsmall {
	padding: 5px;
}
.uk-dropcap::first-letter, .uk-dropcap > .tm-page-break-first-page + .pagenavcounter + p::first-letter, .uk-dropcap > p:first-of-type::first-letter {
    font-size: 3em;
}
.uk-text-success {
    color: #35b700 !important;
}

@media (max-width:767px) {
    .tm-headers-center::before {
        left: calc(50% - 50px);
    }
}

/* QUESTIONARIO */
.tm-quest-sub,
.tm-hide-step,
.tm-hide-item {
    display: none;
}

/* CALENDARIO */
.drp-calendar {
	min-width: max-content;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4faae7;
}