/*
Generated time: May 29, 2025 19:19
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.scoder-warning-popup{position:fixed;top:auto;bottom:0;left:0;width:100%;max-width:100%;padding:10px 80px 10px 65px;min-height:60px;transform:translateY(100%);opacity:0;visibility:hidden;z-index:200;display:flex;align-items:center;gap:25px;background-color:var(--bg-warning)}.scoder-warning-popup .scoder-warning-content{color:var(--color-warning);font-size:calc(var(--font-body-size) + 1px)}body.has-warning .scoder-warning-popup{transform:translateY(0);pointer-events:all;opacity:1;visibility:visible}.scoder-warning-popup .scoder-warning-icon .icon{width:25px;height:25px;fill:var(--color-warning);display:block}.scoder-warning-popup .scoder-popup-close{top:50%;right:0;transform:translateY(-50%);height:100%;width:60px;display:flex;justify-content:center;align-items:center;background-color:#0000001a}.scoder-warning-popup .scoder-popup-close:hover{background-color:#0003}.scoder-warning-popup .scoder-popup-close svg{width:24px;height:24px;stroke:transparent;fill:var(--color-warning)}@media (max-width:1024px){.scoder-warning-popup{min-height:62px}}@media (max-width:768px){.scoder-warning-popup{padding:10px 80px 10px 20px}}