﻿.top-card {
    min-height: 10%
}

#divIQFactoraje {
    width: 100%;
    height: 100%;
}

.iq-tubes-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
}

.iq-tube {
    width: 60px;
    height: 450px;
    background-color: #10A5C1;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 10px;
    font-weight: bold;
}

.iq-small-tubes {
    height: 100%;
}

.iq-small-tube-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.iq-small-tube {
    width: 50px;
    background-color: #3C7DD9;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 10px;
    font-weight: bold;
}

.iq-fill {
    width: 85%;
    text-align: center;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    transition: height 0.5s ease;
    font-size: inherit;
    background-color: #c3d7f3;
    min-height: 25px;
}

.iq-tube-label {
    font-size: 12px;
    color: #4d8af0;
    text-align: center;
    width: 110px;
}

.last-date {
    font-size: 12px;
}