/* Accounting POS layout tweaks on top of Rukada. Do not load Tailwind here. */
.logo-text {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.user-info .user-name,
.user-info .designattion {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-footer .mb-0 {
    font-size: 0.85rem;
}
