.large-nav-link {
    font-size: 1.25rem !important;
}

    .large-nav-link .mud-icon-size-medium {
        font-size: 2rem !important;
    }

    .large-nav-link .mud-nav-link {
        font-weight: 400 !important;
    }

        .large-nav-link .mud-nav-link.active:not(.mud-nav-link-disabled) {
            font-weight: 400 !important;
            background-color: #1A2020 !important;
        }

            .large-nav-link .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-icon-root {
                color: var(--mud-palette-primary) !important;
            }

.text-color-secondary {
    color: #ABABAB !important;
}

    .text-color-secondary .mud-icon-root {
        color: #ABABAB !important;
    }

    .text-color-secondary .mud-paper .p {
        color: #ABABAB !important;
    }

.drawer-profile-card {
    background-color: var(--mud-palette-background) !important;
}

.mud-button {
    text-transform: none !important;
}

.icon-page-not-found {
    width: auto !important;
}

.nav-button-dashboard {
    height: 180px !important;
    transition: box-shadow 0.3s ease;
}

    .nav-button-dashboard:hover {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    }

.container-height-full {
    height: 100vh !important;
}

.loading-icon {
    font-size: 2.25rem;
    color: #DBDBDB;
    width: 1em;
    height: 1em;
    margin-right: 5px;
}

.loading-text {
    text-align: center;
    font-weight: bold;
    color: #DBDBDB;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.loading-container {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.loading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 100vh;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-content {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.container-fixed-padding {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.mud-chip-no-overflow {
    margin: 0 !important;
    overflow: hidden;
}