﻿.summary-view {
    height: 88vh;
    width: 100%;
    position: relative;
}

.summary-dashboard-header {
    display: flex;    
    justify-content: center;
    align-items: center;    
}

    .summary-dashboard-header > div > label {
        color: white;
    }
    .summary-dashboard-header > div > input{
        width: 200px;
        text-align:center;
        margin: 4px;
    }

.separator-line {
    width: 95%;
    height: 1px;
    background-color: gray;
    margin: auto;
}

.dashboard-content {
    display: grid;
    grid-template-rows: 1px 1fr 1px 1fr;
}


.summary-dashboard-first-row {
    display: flex;
    justify-content: space-between;
}

.row-reverse-ar {
    flex-direction: row-reverse;
}

.chart-square {
    text-align: center;
    flex: 1;
    max-width: calc(33.33% - 10px);
    margin-right: 10px;
    height:40vh;
}

.chart-square:last-child {
    margin-right: 0;
}

.chart-control-square {
    width: 100%;
    height: 35vh;
    margin: auto;
}

.summary-dashboard-second-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1vw;
}

.transport-section-title-row {
    display: flex;
    justify-content: start;
    align-items: center;
    color: white;
    padding: 5px
}

.chart-large {
    width: 100%;
    height: 34vh;
}

.title-description {
    font-family: 'Open Sans';
    color: white;
    font-size: 18px;
    padding: 5px;
    text-transform: uppercase;
    display: inline-block; /* Hacer que el h3 sea un bloque en línea para que el text-align funcione */
    margin: 0 auto; /* Margen automático para centrar el h3 */
}

.radio-input {
    width: 45px;
    align-content: center;
    color: #2BBAFC;
    background-color: #2BBAFC;
}

.radio-description {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
}

input[name="messageType"] {
    accent-color: #2BBAFC;
}