.adf-empty-content { color: var(--theme-text-color); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; width: 100%; &__icon { .mat-icon { font-size: var(--theme-display-3-font-size); height: var(--theme-display-3-font-size) !important; width: var(--theme-display-3-font-size) !important; } } &__title { font-size: 18px; font-weight: 600; line-height: 0; white-space: normal; text-align: center; margin: 10px 0; } &__subtitle, &__text { font-size: 14px; font-weight: 300; line-height: inherit; white-space: normal; text-align: center; } .adf-icon { opacity: 0.6; } }