.custom-popup-overlay{display:flex;justify-content:center;align-items:center;position:fixed;overflow:hidden;top:0;left:0;right:0;bottom:0;z-index:9999;width:100%;height:100%;background:rgba(0,0,0,.5)}.custom-popup-content{position:relative;max-width:100%;width:400px;max-height:100%;background:#fff;overflow:hidden;border-radius:8px}.custom-popup-overlay.top_left{justify-content:flex-start;align-items:flex-start}.custom-popup-overlay.top_right{justify-content:flex-end;align-items:flex-start}.custom-popup-overlay.bottom_left{justify-content:flex-start;align-items:flex-end}.custom-popup-overlay.bottom_right{justify-content:flex-end;align-items:flex-end}.custom-popup-overlay.top_left .custom-popup-content{margin:20px 0 0 20px}.custom-popup-overlay.top_right .custom-popup-content{margin:20px 20px 0 0}.custom-popup-overlay.bottom_left .custom-popup-content{margin:0 0 20px 20px}.custom-popup-overlay.bottom_right .custom-popup-content{margin:0 20px 20px 0}.custom-popup-overlay.top_left .custom-popup-content,.custom-popup-overlay.top_right .custom-popup-content,.custom-popup-overlay.bottom_left .custom-popup-content,.custom-popup-overlay.bottom_right .custom-popup-content{width:300px;max-width:80%}.custom-popup-close{position:absolute;top:1px;right:1px;box-shadow:0 2px 6px rgba(0,0,0,.3);transition:box-shadow .3s ease,transform .2s ease;color:#000;background:rgba(255,255,255,.8);border:none;border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10000}.custom-popup-close:hover{background:#ccc;filter:brightness(1.1);box-shadow:0 4px 12px rgba(0,0,0,.4);transform:scale(1.05)}@media (max-width:480px){.custom-popup-overlay{justify-content:center !important;align-items:center !important;padding:0 !important}.custom-popup-overlay.top_left,.custom-popup-overlay.top_right,.custom-popup-overlay.bottom_left,.custom-popup-overlay.bottom_right{justify-content:center !important;align-items:center !important;padding:0 !important}.custom-popup-overlay .custom-popup-content{margin:0 auto !important;width:100%;max-width:90%}.custom-popup-close{top:1px;right:1px;width:28px;height:28px;z-index:10001}}