.dashboard-logo-full {
    max-height: 42px;
    max-width: 165px;
    object-fit: contain;
}

.auth-page .text-danger,
.auth-page .invalid-feedback {
    display: block;
    font-size: 0.875rem;
    margin-top: 0.35rem;
}

.auth-page .auth-alert {
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
}

.dropdown-menu form button.dropdown-item {
    background: transparent;
    border: 0;
    width: 100%;
}

.dashboard-stat-icon {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    height: 54px;
    justify-content: center;
    width: 54px;
}
