.mdl-notify{position:fixed;width:0;height:100%;top:0;right:0;z-index:9999999}.mdl-notify__list{position:absolute;width:270px;top:20px;right:20px}.mdl-notify__container{width:100%;height:100%}.mdl-notify__container,.mdl-notify__item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.mdl-notify__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:270px;height:64px;border-radius:6px;overflow:hidden;margin-bottom:20px;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.5);box-shadow:1px 1px 5px rgba(0,0,0,.5);-webkit-transition:all .25s;transition:all .25s}.mdl-notify__item.info-type{background-color:#fff}.mdl-notify__item:last-child{margin-bottom:0}.mdl-notify__item:hover .progress-bar span{-webkit-animation-play-state:paused;animation-play-state:paused}.mdl-notify__item .progress-bar{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:2px;-ms-flex-negative:0;flex-shrink:0;left:0;bottom:0}.mdl-notify__item .progress-bar span{display:inline-block;height:100%;width:100%;-webkit-animation:progress linear;animation:progress linear}.mdl-notify__item .avatar{-ms-flex-negative:0;flex-shrink:0;height:100%;width:64px}.mdl-notify__item .avatar>span{display:block;width:100%;height:100%;background:none transparent no-repeat 50%;background-size:cover}.mdl-notify__item .body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:8px;font-size:12px}.mdl-notify__item .body .title{-ms-flex-negative:0;flex-shrink:0;width:100%;font-weight:700;margin-bottom:8px}.mdl-notify__item .body .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;overflow:hidden}.mdl-notify__item.with-avatar .body,.mdl-notify__item.with-buttons .body{width:calc(100% - 64px)}.mdl-notify__item.with-avatar.with-buttons .body{width:calc(100% - 128px)}.mdl-notify__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;width:64px;height:100%;border-left:1px solid #dfdfdf}.mdl-notify__buttons,.mdl-notify__buttons .btn-item{display:-webkit-box;display:-ms-flexbox;display:flex}.mdl-notify__buttons .btn-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:1px solid #dfdfdf;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mdl-notify__buttons .btn-item:first-child{border-top:none}.mdl-notify .notify-list-enter,.mdl-notify .notify-list-leave-to{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}.mdl-notify .notify-list-leave-active{position:absolute}@-webkit-keyframes progress{0%{width:0}25%{width:25%}50%{width:50%}to{width:100%}}@keyframes progress{0%{width:0}25%{width:25%}50%{width:50%}to{width:100%}}