/*.fd-container {*/
/*    padding: 20px;*/
/*    max-width: 1000px;*/
/*    margin: auto;*/
/*}*/

.fd-container {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.fd-metrics {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .fd-metrics {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        max-width: 100%;
        width: 100%;
    }
}

.fd-card {
    background: #E6F1FD;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 100px;
}

.fd-container .card {
    background-color: #F7F9FB !important;
    border: 1px solid #eee;
    border-radius: 16px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
}

.fd-container .card-title {
    font-family: Font Family, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    border: none;
}

.fd-container .card canvas {
    max-width: 100%;
    height: auto !important;
}

.fd-container p {
    width: 168px;
    height: 16px;
    border-radius: 8px;
    opacity: 1;
}

.fd-container .dashboard-title {
    font-family: Font Family, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

#dashboard-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    color: #666;
    font-weight: bold;
}