.loadingBoxContainer { display: flex; flex-direction: column; align-content: center; justify-content: center; background-color: #fdfdfd; height: 100%; width: 100%; align-items: center; .loadingBox-textContainer, .loadingBox-title { text-overflow: ellipsis; max-width: 80%; text-align: center; display: block; gap: 8px; align-items: center; white-space: normal; word-break: all; .loadingBox-headerText { text-align: center; font-weight: bold; height: auto; width: 100%; } } .loadingBox-spinner { position: absolute; top: 0px; left: 0px; } }