.f-notification{position:fixed;transition:opacity .3s,top .4s;padding:13px 15px;font-size:14px;overflow:hidden;display:flex;justify-content:space-between;align-items:flex-start;box-shadow:#ededed 1px 1px 7px,#ededed -1px -1px 7px;max-width:500px;transition:all .4s ease-out;background:#fff}.f-notification.f-notification__default .f-notification__icon{color:#333}.f-notification.f-notification__primary .f-notification__icon{color:#2d5af1}.f-notification.f-notification__success .f-notification__icon{color:#52b35e}.f-notification.f-notification__danger .f-notification__icon{color:#ff0200}.f-notification.f-notification__warning .f-notification__icon{color:#fcc202}.f-notification.f-notification__round{border-radius:20px}.f-notification.f-notification__top{left:50%;transform:translate(-50%)}.f-notification.f-notification__top-left{left:20px}.f-notification.f-notification__top-right{right:20px}.f-notification.f-notification__bottom{left:50%;bottom:0;transform:translate(-50%)}.f-notification.f-notification__bottom-left{left:20px;bottom:0}.f-notification.f-notification__bottom-right{right:20px;bottom:0}.f-notification__close{cursor:pointer;text-align:center;padding:0 12px;flex-shrink:0}.f-notification__icon{margin-right:8px}.f-notification__title-text{margin:0 0 2px;font-size:16px}.f-notification-fade-right-enter-active,.f-notification-fade-left-enter-active{transition:all .15s ease-out}.f-notification-fade-right-leave-active,.f-notification-fade-left-leave-active{transition:all .15s cubic-bezier(1,.5,.8,1)}.f-notification-fade-right-enter-from,.f-notification-fade-right-leave-to{opacity:0;transform:translate(100%)}.f-notification__right.f-notification-fade-right-enter-from,.f-notification__right.f-notification-fade-right-leave-to{opacity:0;transform:translate(-50%,-100%)}.f-notification-fade-left-enter-from,.f-notification-fade-left-leave-to{opacity:0;transform:translate(-100%)}.f-notification__left.f-notification-fade-left-enter-from,.f-notification__left.f-notification-fade-left-leave-to{opacity:0;transform:translate(-50%,100%)}
