#notify_container_m {position: fixed;width: 100%;left: 0;bottom: 0;font-family: 'Rubik',sans-serif;z-index: 999999;}#notify_container {position: fixed;width: 320px;bottom: 0;right: 10px;font-family: 'Rubik',sans-serif;z-index: 999999;}.component_notify_m {width: 100%;position: relative;overflow: hidden;z-index: 999999;bottom: -60px;-moz-transition: all ease-in-out .1s;-o-transition: all ease-in-out .1s;-webkit-transition: all ease-in-out .1s;transition: all ease-in-out .1s;}.component_notify {width: 100%;position: relative;overflow: hidden;z-index: 999999;border-radius: 2px;margin: 5px;animation-name: menuOpen;animation-duration: .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: #5f9033;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: .95;border-radius: 3px;}.component_notify.success .--button-close, .component_notify_m.success .--button-close {background-color: #4b7b1f;}.component_notify.error, .component_notify_m.error {background: #bb3333;letter-spacing: .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: .95;border-radius: 3px;}.component_notify.error .--button-close, .component_notify_m.error .--button-close {background: #ad2424;}.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: 'Rubik';width: 90%;padding: 15px;top: 50%;text-align: center;color: #fff;text-shadow:0px 1px 0px rgba(0, 0, 0, 0.2);font-size:13px;}.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 {-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;top: 28px;left: 7px;color: #faebd7;font-size: 14px;}