/* Reusable app loader styles */
.application-loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  gap: 16px;
  padding: 20px;
  box-sizing: border-box;
}

.application-loading-box {
  color: var(--grey-500);
  /* Small Medium-Desktop */
  font-family: "Inter Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157%; /* 21.98px */
}

.company-logo {
  width: 30px;
  height: 30px;
  user-select: none;
}
