.NoDataMessage {
    color: var(--gray-500);
    text-align: center;

    &-bold-text {
        font-weight: $weight_bold;
    }
}
