.bst-submitted-app {
  background-color: #00000080;
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.bst-submitted-app__content {
  background: white;
  color: #adadad;
  border: 1px solid #adadad;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  max-width: 386px;
}

.bst-submitted-app__text {
  font-family: "Open Sans" !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 16px;
  margin-bottom: 0px !important;
  color: #0d0d0d;
}

.bst-submitted-app__button {
  font-family: "Open Sans" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  align-self: flex-end;
  background-color: white;
  color: var(--ast-global-color-1, #394a80);
  margin: 20px;
  margin-top: 8px;
}

.bst-submitted-app__button:hover {
  background-color: var(--ast-global-color-1, #394a80);
  color: white;
}
