.appshell-top {
}

.appshell-top-wss {
}

.appshell-main {
  position: relative;
  margin-left: var(--app-nav-width);
  min-height: 100vh;
  display: block;
}

.appshell-main-wss {
  position: relative;
  min-height: 100vh;
  display: block;
  width: 100%;
}

.psdk-icon {
  padding: 0rem 0.125rem;
  min-width: unset;
}

.progress-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0rem;
  left: 0rem;
  opacity: 0.5;
}

.progress-spinner {
  text-align: center;
}

::ng-deep snack-bar-container.snackbar-newline {
  white-space: pre-line;
}
