cm-notifications{z-index:999999;position:fixed;max-width:100%;width:440px;height:0;top:52px;right:20px;text-align:right}cm-notifications .notification{box-sizing:border-box;opacity:0;transform:scale(.5,.5);margin:8px;max-width:calc(100vw - 20px);position:relative;text-align:left;display:block;-webkit-transition:all 1s;transition:all 1s}cm-notifications .notification.fadein{opacity:1;transform:scale(1,1)}cm-notifications .notification.close{margin:-8px!important;padding:0;-webkit-transition:all .3s;transition:all .3s}cm-notifications .notification.deleted{display:none;margin:-8px!important;-webkit-transition:all 10ms;transition:all 10ms}cm-notifications .notification .progress{display:inline-block;width:100%;height:2px;background-color:rgba(255,255,255,.2)!important;margin:8px 0;position:relative}cm-notifications .notification .progress .bar{position:absolute;width:0;height:100%;background:rgba(37,155,219,.9);-webkit-transition:width .25s;transition:width .25s}cm-notifications .notification.important .progress .bar{background:rgba(255,255,255,.9)}@media(max-width:460px){cm-notifications{right:10px;left:5px;max-width:calc(100% - 20px)}}