@import "~@amber-engine/amber-content/lib/styles/variables";

.overlayContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
}

.modalContainer {
  border: 1px solid $medium-gray;
  background: white;
  outline: none;
  min-height: 200px;
  min-width: 500px;
}

.headerContainer {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid $medium-gray;
  padding: 0 1rem;
  font-size: 20px;

  h2 {
    text-transform: none;
  }
}

.closeIcon {
  cursor: pointer;
}

.contentContainer {
  padding: 2rem;
}


.loading {
  display: flex;
  justify-content: center;
}
