:root,
[data-theme="light"],
[data-theme="dark"],
[data-bs-theme="light"],
[data-bs-theme="dark"] {
    --tblr-body-font-size: 0.95rem !important;
}
[data-bs-theme="dark"] ::selection {
    background-color: #0054a6 !important;
    color: #ffffff !important;
}
.navbar-user-name {
    display: inline-block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    font-weight: 500;
}
.navbar-expand-md {
    position: relative;
}
@media (max-width: 767px) {
    .navbar {
        position: relative !important;
        overflow: visible !important;
    }

    .navbar-collapse {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
    }
    .navbar-user-name {
        max-width: 68px; 
    }
    .navbar-brand {
		overflow: hidden;
    }
}
