[nzTitle] {
    font-size: 14px;
}

nz-select {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .select-multiple {
        padding: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .select-multiple {
        height: 56px;
    }
}

.select-multiple {
    border: 1px solid #016b88;
    height: auto;
}

.border-box {
    border: 2px solid #016b88;
    border-radius: 20px;
}

h6, .h6 {
    font-size: 1rem;
    font-weight: 600;
}

h4, .h4 {
    font-size: 0.9rem;
    font-weight: 600;
}

.margin-20 {
    margin-top: 20px;
}

.label-stat {
    position: absolute;
}

.value-stat {
    text-align: right;
}

.title-stat {
    text-decoration: underline;
    text-align: right;
    margin-top: 20px;
    font-weight: 500;
}