/*------------------------------costRates--------------------------------*/
#costRates section.data_result {
    display: flex;
    height: 92%;
    flex-flow: column;
    overflow: overlay;
}

#costRates section.data_result table {
    width: 96%;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 0;
    height: 35%;
    table-layout: fixed;
}

#costRates section.data_result table th {
    font-size: 3rem;
    text-align: center;
    border-bottom: 2px solid #666;
}

#costRates section.data_result table td {
    text-align: center;
    font-size: 2rem;
    border-bottom: 1px solid #888;
}

#costRates section.data_result div.canvas {
    height: auto;
    width: 100%;

    overflow: overlay;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

div.unitType {
    border-radius: 1.6rem;
    box-shadow: 0 0.2rem 2rem var(--shadow);
    width: 26%;
    height: 30vh;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding: 2rem;
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
}

div.unitType h2 {
    width: 100%;
    text-align: center;
}

div.unitType div.canvasBG {
    height: 80%;
    background: #00000006;
    border: 1px solid var(--shadow);
    margin: 0 6% 0 6%;
    flex: 1;
    display: flex;
    flex-flow: column;
}


#Efficiency_HeatPump,
#Efficiency_Electric,
#Efficiency_GAS,
#Consumption_HeatPump,
#Consumption_Electric,
#Consumption_GAS,
#Expenses_HeatPump,
#Expenses_Electric,
#Expenses_GAS {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 1px #000;
    box-shadow: 0 -0.2rem 0.6rem var(--shadow);
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: auto;
}

#Efficiency_HeatPump,
#Efficiency_Electric,
#Efficiency_GAS {
    background: #ffaa00;
}

#Efficiency_HeatPump {
    height: 0%;
}

#Efficiency_Electric {
    height: 0%;
}

#Efficiency_GAS {
    height: 0%;
}

#Consumption_HeatPump,
#Consumption_Electric,
#Consumption_GAS,
#Expenses_HeatPump,
#Expenses_Electric,
#Expenses_GAS {
    background: #aaf;
}

#Consumption_HeatPump {
    height: 0%;
}

#Consumption_Electric {
    height: 0%;
}

#Consumption_GAS {
    height: 0%;
}

#Expenses_HeatPump,
#Expenses_Electric,
#Expenses_GAS {
    background: #ff557f;
}

#Expenses_HeatPump {
    height: 0%;
}

#Expenses_Electric {
    height: 0%;
}

#Expenses_GAS {
    height: 0%;
}

/*----------color----------*/
#costRates section.data_result div.color {
    display: flex;
    width: 70%;
    max-width: 100rem;
    margin: auto;
    margin-top: 0;
}

#costRates section.data_result div.colorSelect {
    flex: 1;
    color: var(--color-title);
    font-size: 2rem;
    font-weight: 700;
}

#costRates section.data_result div.colorSelect input {
    cursor: pointer;
    border: 1px solid #ddd;
    margin-right: 1rem;
    flex: 1;
    background: transparent;
}