.fixed-popup {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.fixed-popup {
  position: fixed;
  display: none;
  overflow: auto;
  border: 1px solid;
  border-radius: 3px;
  z-index: 3;
}
.fixed-popup .basic-button {
  overflow: visible;
}
.fixed-popup.show {
  display: flex;
  flex-direction: column;
}
.fixed-popup > :not(script) {
  display: inline-flex;
  width: 100%;
  text-align: left;
}

/*# sourceMappingURL=popupToggle.css.map */
