.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; }

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-top
> div
> .ant-tabs-nav
.ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav {
  border-radius: 0px 20px 0px 0px;
  border-width: 2px; }

.ant-tabs-tab {
  width: 18vw;
  justify-content: center; }

