.pop-over {
  display: none;
  position: absolute;
  background-color: rgba(85, 85, 85, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 20px;
  overflow: auto;
}
@media only screen and (max-width: 480px) {
  .pop-over {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pop-over {
    padding-top: 64px;
  }
}
.pop-over .panel {
  position: relative;
}
.pop-over .panel .panel-heading .close-btn i {
  width: inherit !important;
  height: inherit !important;
  position: relative !important;
  padding-top: 0 !important;
}
.pop-over .panel .panel-body input {
  margin-bottom: 10px;
}
