.wi-notify__box{z-index:9999;direction:rtl;max-width:300px;line-height:1.6;position:fixed;top:30px;right:30px}.wi-notify__box .wi-notify__inner{color:#efefef;pointer-events:none;background-color:#252527;border-left:12px solid #eee;margin-bottom:15px;padding:15px 40px;display:inline-block;position:relative;overflow:hidden;box-shadow:0 13px 10px -5px #0003}.wi-notify__box .wi-notify__inner.wi-notify__show,.wi-notify__box .wi-notify__inner.wi-notify__hide{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;-webkit-animation-duration:.4s;animation-duration:.4s}.wi-notify__box .wi-notify__inner.wi-notify__show{pointer-events:auto}.wi-notify__box .wi-notify__inner.wi-notify__hide{animation-direction:reverse}.wi-notify__box .wi-notify__inner a{color:inherit;opacity:.7}.wi-notify__box .wi-notify__inner a:hover,.wi-notify__box .wi-notify__inner a:focus{opacity:1}.wi-notify__box .wi-notify__inner i{color:#ffffff0d;font-size:120px;position:absolute;top:-18px;right:-40px}.wi-notify__box .wi-notify__inner p{margin:0}.wi-notify__box .wi-notify__inner .wi-notify__close{cursor:pointer;width:16px;height:16px;display:block;position:absolute;top:5px;right:5px}.wi-notify__box .wi-notify__inner .wi-notify__close:before,.wi-notify__box .wi-notify__inner .wi-notify__close:after{content:"";background-color:#ffffffb3;width:16px;height:2px;display:block;position:absolute;top:50%;left:0}.wi-notify__box .wi-notify__inner .wi-notify__close:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.wi-notify__box .wi-notify__inner .wi-notify__close:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.wi-notify__box .wi-notify__inner .wi-notify__close:hover:before,.wi-notify__box .wi-notify__inner .wi-notify__close:hover:after{background-color:#fff}.wi-notify__box .wi-notify__inner .wi-notify__progress-bar{background-color:#909090;width:100%;height:3px;-webkit-animation-name:slideInLeft;animation-name:slideInLeft;-webkit-animation-timing-function:linear;animation-timing-function:linear;animation-direction:reverse;display:block;position:absolute;bottom:0;right:0;-webkit-transform:translate(100%);transform:translate(100%)}.wi-notify__box .wi-notify__inner.wi-notify__success{border-left-color:#009688}.wi-notify__box .wi-notify__inner.wi-notify__error{border-left-color:#f44336}.wi-notify__box .wi-notify__inner.wi-notify__warning{border-left-color:#ed8604}@-webkit-keyframes slideInLeft{0%{visibility:visible;-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes slideInLeft{0%{visibility:visible;-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}