#fwbProgressDialogContainer {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(0, 0, 0, .5) !important;
}

#fwbProgressDialogContainer>div {
  background-color: #ffffff;
  width: 200px;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}