.api_loading_screen {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100vw;
  height: 100vh; }
  .api_loading_screen .api_loading_screen__content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 12px;
    min-height: 100px;
    border-radius: 5px;
    box-shadow: 0 0 3px white; }
    .api_loading_screen .api_loading_screen__content .api_loading_screen__content__message {
      margin: 0;
      color: rgba(255, 255, 255, 0.8);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold; }

