#notify_container_m{position:fixed;width:100%;left:0;bottom:0;font-family:var(--font-core);z-index:999999}#notify_container{position:fixed;width:360px;bottom:0;right:10px;font-family:var(--font-core);z-index:999999}.component_notify_m{width:100%;position:relative;overflow:hidden;z-index:999999;bottom:-60px;-moz-transition:all ease-in-out 0.1s;-o-transition:all ease-in-out 0.1s;-webkit-transition:all ease-in-out 0.1s;transition:all ease-in-out 0.1s}.component_notify{width:100%;position:relative;overflow:hidden;z-index:999999;border-radius:2px;margin:5px;animation-name:menuOpen;animation-duration:0.1s;box-shadow:#000000 1px 1px 2px 0px,rgb(0 0 0 / 12%) 0px 0px 2px 0px}@keyframes menuOpen{from{bottom:-200px}to{bottom:0}}@keyframes menuMobile{from{top:-200px}to{top:0}}.component_notify.active,.component_notify_m.active{bottom:0}.component_notify.success,.component_notify_m.success{background:#3da425;box-shadow:rgba(50,50,93,0.25) 0px 13px 27px -5px,rgba(0,0,0,0.3) 0px 8px 16px -8px;border:none;opacity:0.95;border-radius:7px;border-top:1.5px solid #33991b;border-bottom:1.5px solid #33991b}.component_notify.success .--button-close,.component_notify_m.success .--button-close{background-color:#33991b}.component_notify.error,.component_notify_m.error{background:#ec3e3e;letter-spacing:0.5px;box-shadow:rgba(50,50,93,0.25) 0px 13px 27px -5px,rgba(0,0,0,0.3) 0px 8px 16px -8px;border:none;opacity:0.95;border-radius:7px;border-top:1.5px solid #dc3332;border-bottom:1.5px solid #dc3332}.component_notify.error .--button-close,.component_notify_m.error .--button-close{background:#dc3332}.component_notify.warning,.component_notify_m.warning{background:#c49916;border-bottom:1px solid #b6700c}.component_notify.warning .--button-close,.component_notify_m.warning .--button-close{background-color:#b8863f}.component_notify.info,.component_notify_m.info{background:#4892be;border-bottom:1px solid #154292}.component_notify.info .--button-close,.component_notify_m.info .--button-close{background-color:#3a80aa}.component_notify .--text,.component_notify_m .--text{font-weight:400;font-family:var(--font-core);width:90%;padding:20px;top:50%;text-align:left;color:#fff;text-shadow:0px 1px 0px rgba(0,0,0,0.2);font-size:.75rem;line-height:1.5em}.component_notify .--button-close,.component_notify_m .--button-close{text-align:center;line-height:40px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:50px;height:100px;position:absolute;top:-33px;right:-18px;cursor:pointer}.component_notify .--button-close span,.component_notify_m .--button-close span{-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:23px;left:11px;color:#ffffff;font-size:var(--font_size_default)}@media screen and (min-width:100px) and (max-width:800px){#notify_container_m{bottom:0px !important}.component_notify{border-radius:0px}.component_notify_m.success{border-radius:0px}.component_notify_m.error{border-radius:0px}.component_notify .--text,.component_notify_m .--text{font-weight:400;font-family:var(--font-core);width:90%;padding:10px;top:50%;text-align:center;color:#fff;text-shadow:0px 1px 0px rgba(0,0,0,0.2);font-size:.7rem;line-height:1.3em}}