.ant-upload.ant-upload-select {
  display: block;
  width: 100%; }

.ant-upload-list-item-name {
  font-size: 16px;
  line-height: 2; }

.ant-upload-list-item {
  line-height: 2; }

#loading-component {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  color: #343434;
  font-style: italic;
  font-size: 24px; }

#overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-style: italic;
  font-size: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2; }

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

