<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.netflix-body [data-wrapper="netflix-filter"],
#kt_body .support-menu {
	display: none !important;
}

.support-menu {
	display: none !important;
}

#layout-logo-mobile {
	width: 138px;
	height: 25px;
}

.login-register-actions,
div[role="alert"].register-box,
a[href="/mensagem"] {
	display: none !important;
}

a[href="/notifications"] {
    display: none !important;
}

[data-wrapper="right-aside"] {
     display: none !important;
}

@media (min-width: 1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:row-start-4 {
        grid-row-start: unset;
    }
}

@media (min-width: 1280px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.member-home .second-notices, .member-home .home-ranking .permissions {
     display: none;
 }
 
 .member-home div:has(.notification) {
    display: none;
    grid-row-start: unset !important;
 }
 
 .member-home div:has(.home-ranking) {
    display: none;
    grid-row-start: unset !important;
 }
 
 .member-home div:has(.progress) {
     display: none;
 }
 
 .notices {
     overflow: auto !important;
 }
 
 .calendar {
     height: fit-content !important;
 }
 
 .next-event p, .next-event a  {
     color: white;
 }
 
 .member-home .permissions {
     display: none;
 }
 
 button:has(span.bg-primary-color.text-secondary-color.leading-none.ml-1.p-0\.5.pr-1.text-3xs.min-w-4.h-4.flex.items-center.justify-center.rounded-full) {
	display: none !important;
}</pre></body></html>