﻿.bg-success-subtle {
    background-color: #d1e7dd;
}

.bg-danger-subtle {
    background-color: #f8d7da;
}

.bg-warning-subtle {
    background-color: #fff3cd;
}

.dashboard-header {
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    padding: 15px 0;
    margin-bottom: 25px;
}

.mercurio-logo {
    height: 60px;
    width: auto;
}

.big-status-card {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    text-align: center;
    padding: 15px;
    height: 100%;
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .big-status-card:hover {
        transform: scale(1.02);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.card-title-label {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    margin-bottom: 10px;
}

.big-icon {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 5px;
}

.status-text-large {
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.complex-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.complex-header {
    padding: 10px 15px;
    font-weight: 700;
    color: #495057;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.9rem;
}

.complex-body {
    padding: 15px;
}

.param-box {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    text-align: center;
    height: 100%;
}

.param-title {
    font-size: 0.7rem;
    color: #adb5bd;
    font-weight: 700;
    text-transform: uppercase;
}

.param-val {
    font-size: 1.1rem;
    color: #212529;
    font-weight: 700;
}
