/******* Do not edit this file *******
Code Snippets Manager
Saved: Oct 10 2025 | 19:54:16 */
.wapf-customizer {
  padding: 25px;
  background: white;
  width: 96%;
  max-width: 850px;
  position: fixed;
  z-index: 999999;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  max-height: 87vh;
  border-radius: 15px;
  overflow-y: auto;
}
.wapf-customizer.active {
  visibility: visible;
  opacity: 1;
}
.wapf-customizer-bottom {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .wapf-customizer {
    top: 0;
  }
}
