.filter-container {
    /* Rectangle 4022 */

    box-sizing: border-box;

    width: 192px;
    height: 44px;

    /* White */
    background: #FFFFFF;
    /* Text/5 */
    border: 1.5px solid #E0E0E1;
    border-radius: 6px;

}

.card-item-container {
    border-radius: 28px;
    padding: 28px;
    text-align: center;
    box-shadow: 0px 2.77px 2.21px 0px #00000005;
    box-shadow: 0px 6.65px 5.32px 0px #00000007;
    box-shadow: 0px 12.52px 10.02px 0px #00000009;
    box-shadow: 0px 22.34px 17.87px 0px #0000000B;
    box-shadow: 0px 41.78px 33.42px 0px #0000000D;
    box-shadow: 0px 0px 80px 0px #00000012
}
.card-item-container-chart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column-start: 2;
}

.card-item-container-image {
    margin-bottom: 30px; height: 90px; width: 90px;
}

.card-item-text {
    color: #00BCED; font-size: 40px; font-weight: 900; margin-bottom: 24px;
}
.card-item-text-subtitle {
    color: #00BCED; font-size: 24px; font-weight: bold;
}

.card-item-text-title {
    font-size: 30px; font-weight: 700;
}
