.mantine-NavLink-label {
    font-size: 0.95rem;
}

.mantine-AppShell-main {
    padding-inline-start: calc(var(--app-shell-navbar-offset, 0rem));
    padding-inline-end: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 992px) {
    .mantine-AppShell-main {
        padding-top: 50px !important;
        padding-bottom: 40px !important;
    }
}

/* Color of the border between app sidebar & main content, header & main content or footer & main content */
.mantine-AppShell-root {
    --app-shell-border-color: rgba(118, 118, 118,0.7) !important;
}

/* Mantine footer */
.mantine-AppShell-footer {
    position: relative;
}


/* Problem with Mantine Images on Firefox */
.m_9e117634{
    width:inherit;
}