.loadingBoxContainer { display: flex; flex-direction: column; align-content: center; justify-content: center; background-color: #fdfdfd; height: 100%; align-items: center; .textContainer, .text { overflow: hidden; text-overflow: ellipsis; max-width: 80%; text-align: center; } } .textContainer { margin: 5px; } .textContainer { justify-content: center; align-content: center; } .headerText { text-align: center; font-weight: bold; } .spinner { text-align: center; }