.card-h-100 {
    height: 300px;
}
/*.box-sale{
    height: 500px;
}*/
.card-header-space-between {
    display: flex;
    align-items: center;

    justify-content: space-between;
}

.card-header-space-between>:first-child {
    flex-grow: 1;
}

.stat{
    background-color: #e0eafc;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3f80ea;
}

