.modal {
  background-color: rgba(255,255,255,0.7);
}

.modal .modal-header {
  background-color: rgb(26,28,33);
  border-bottom: 0;
  border-radius: 0;
}

body.hangardistrict .modal .modal-header {
  background-color: rgb(255,255,255);
  border-bottom: 0;
  border-radius: 0;
  color: rgb(26,28,33);
}

.modal button {
  border: 0;
  background-color: transparent;
  color: white;
  margin: 0;
  padding: 0;
}

div.close {
  float: right;
  overflow: hidden;
  width: 2.5vh;
  height: 2.5vh;
  border-radius: 50%;
  border-width: 1.5px;
  border-color: white;
  border-style: solid;
  margin-right: 20px;
  background-color: transparent;
  z-index: 10;
  color: white
}

body.hangardistrict div.close {
  color: rgb(26,28,33);
  border-color: rgb(26,28,33);
}

span.close_cross {
  position: relative;
  top: -0.6vh;
  color: white;
  font-size: 2.5vh;
}

body.hangardistrict span.close_cross {
  color: rgb(26,28,33);
}
