/************************
	DARK THEME
*************************/
.basicpopup-overlay {
  background: #000;
  opacity: 0.7; }

.basicpopup-content {
  max-width: 80%;
  border-radius: 10px;
  /*padding: 15px;*/
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  max-height: 80%;
  overflow: hidden;
  background: #E7E7E7 }
