.statistic-container {
    min-width: 452px;
    height: 259px;
    float: left;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    padding: 25px 30px;
    margin-bottom: 6px;
    font-size: 16px;
    margin-right: 39.5px;
    box-sizing: border-box;
}

.box-card {
    height: fit-content;
    padding: 40px 30px;
}

.kuri-dashboard-container {
    margin: 0 auto;
    width: 1435px;
}

.title-statistic {
    font-size: 1.5rem;
    font-weight: 500;
}

.main-container {
    padding-bottom: 100px;
}


.number-statistic {
    color: #D4544E;
    font-weight: bold;
    line-height: 1;
    font-size: 3.2rem;
    margin-right: 10px;
}

.text-statistic {
    color: #888888;
    font-size: 1.5rem;
}

.btn {
    background-color: #FFFFFFFF;
    color: #888888;
    font-weight: 500;
}

.btn:hover {
    background-color: #888888;
    color: FFFFFFFF;
}

.btn {
    width: fit-content;
    padding: 0 20px;
    height: 45px;
}

.count-statistic {
    background-color: #b62119;
    color: #FFFFFF;
    font-size: 0.875rem;
    text-align: center;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

.status-btn {
    background-color: #888888;
    color: #FFFFFF;
    text-align: center;
    width: 110px;
    height: 30px;
    border-radius: 2px;
}

.list-statistic {
    height: 300px;
    overflow-y: scroll;
    padding: 0 30px 0 0;
}

.item-statistic-content {
    display: inline-block;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}