body {
    font-family: system-ui, -apple-system, sans-serif;
    background-color: #f8f9fa;

}

.machine-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #e9ecef;
    border-left: 5px solid #6c757d;
    transition: transform 0.1s;
}
.machine-card.active-route {
    border-left-color: #198754;
}

.info-label {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.1rem;
}
.info-value {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    line-height: 1.2;
}
.action-btn {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.service-group-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #495057;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 8px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-container {
    max-width: 400px;
    margin: 100px auto;
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.centralEdit{
    display: flex;
    justify-content: center;
}