.cancel-alert-background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: var(--modal-background-color);
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
}

.cancel-alert-top {
  display: table;
  margin: auto;
  min-width: 550px;
  background-color: var(--modal-top-color);
  border: 1px solid var(--modal-border-color);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px 3px var(--modal-box-shadow-color);
}
