.popup {
  position: fixed;
  top: 0px;
  left: 0px;
  /*overflow: scroll!important;*/
  /*cursor: grab;*/
  overflow-y: auto;
  /*margin-top: 12vh;*/
  /*align-content: center;*/
  /*align-items: center;*/
  /*margin: 0px auto;*/
  width: 100vw;
  height: 100vh;
  /*font-family: verdana;*/
  /*font-size: 13px;*/
  /*padding: 10px;*/
  background-color: rgba(14,14,14, 0.9);
  /*border: 1px solid grey;*/
  z-index: 1000;
  display: none;
}

.cancel {
  position: fixed;
  cursor: pointer;
  /*margin-right: 20px;*/
  /*margin-top: 6px;*/
  padding-top: 11px;
  padding-left: 1px;
  right: 5%;
  top: 16%;
  float: right;
  height: 50px;
  width: 50px;
  /*padding: 5px 0 1px 0;*/
  border: 1px solid black;
  background-color: rgb(0,158,227);
  text-align: center;
  /*font-weight: bold;*/
  font-size: 21px;
  color: white;
  border-radius: 3px;
  z-index: 10001;
}

