.basicpopup-content {
  max-width: 400px;
  border: 1px solid #EDA86C;
  //padding: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  max-height: 80%;
  overflow-y: auto;
  background: #fff;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
   }


.basicpopup-overlay {
 // background: #000;
  height: 100%;
  left: 0;
  opacity: .1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.basicpopup-outer {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2010; }

.basicpopup-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%; }


   