/* ARS API Dashboard — Custom stilovi */

/* Drawer navigacija */
.mud-nav-link {
    font-size: 0.875rem;
}

/* Login stranica — centriranje */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #FFFFFF;
}

.login-card {
    width: 400px;
    max-width: 90vw;
    border-top: 3px solid #F03E24BF;
}

/* Badge stilovi za status */
.status-active {
    color: #2E7D32;
    font-weight: 600;
}

.status-inactive {
    color: #C62828;
    font-weight: 600;
}

/* GUID tekst — monospace */
.guid-text {
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}
