/* table header width system */
.th-xs {
    width: 70px;
    white-space: nowrap;
    text-align: center;
}

.th-sm {
    width: 100px;
    white-space: nowrap;
}

.th-md {
    width: 140px;
    white-space: nowrap;
}

.th-lg {
    width: 180px;
}

.th-xl {
    width: 220px;
}
/*# sourceMappingURL=custom.min.css.map */

/* ========================================
   LOGO SYSTEM (VELZON SAFE OVERRIDE)
======================================== */

/* Header logo */
.navbar-header .logo-lg img {
    height: 42px;
    width: auto;
}

.navbar-header .logo-sm img {
    height: 30px;
    width: auto;
}

/* Sidebar logo */
.navbar-menu .logo-lg img {
    height: 45px;
    width: auto;
}

.navbar-menu .logo-sm img {
    height: 32px;
    width: auto;
}

/* Logo text */
.logo-title {
    font-size: 18px;
    font-weight: 600;
}

/* Text color by theme */
[data-bs-theme="light"] .logo-title {
    color: #000;
}

[data-bs-theme="dark"] .logo-title {
    color: #fff;
}
