.NOT-empty-data {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    flex-grow: 1
}

.NOT-empty-data-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.NOT-empty-data-icon {
    display: block;
    width: 1.16rem;
    height: 1rem;
    background-image: url(/imgs/emptydata.svg);
    background-size: contain
}

.NOT-empty-data-text {
    margin-top: 1rem;
    color: #ebd6fd;
    font-size: .36rem;
    text-align: center
}
