@keyframes awn-fade-in{0%{opacity:0}to{opacity:1}}@keyframes awn-fade-out{0%{opacity:1}to{opacity:0}}@keyframes awn-slide-right{0%{opacity:0;left:100%}to{opacity:1;left:0}}@keyframes awn-slide-left{0%{opacity:0;right:100%}to{opacity:1;right:0}}@keyframes awn-bar{0%{right:100%}to{right:0}}.awn-popup-loading-dots,.awn-popup-loading-dots:after,.awn-popup-loading-dots:before{background:#fff;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite awn-loading-dots}.awn-popup-loading-dots{color:#fff;margin-left:24px;animation-delay:-.16s;display:inline-block;position:relative}.awn-popup-loading-dots:after,.awn-popup-loading-dots:before{content:"";position:absolute;top:0}.awn-popup-loading-dots:before{animation-delay:-.32s;left:-16px}.awn-popup-loading-dots:after{left:16px}@keyframes awn-loading-dots{0%,80%,to{box-shadow:0 0}40%{box-shadow:0 0 0 2px}}#awn-popup-wrapper{opacity:0;z-index:99999;background:rgba(0,0,0,.7);justify-content:center;align-items:center;animation-name:awn-fade-in;animation-timing-function:ease-out;animation-fill-mode:both;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}#awn-popup-wrapper.awn-hiding{animation-name:awn-fade-out}#awn-popup-wrapper .awn-popup-body{word-break:break-word;background:#fff;border-radius:6px;min-width:320px;max-width:500px;padding:24px;font-size:14px;position:relative}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm{flex-direction:column;align-items:center;display:flex}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa{color:#c26700;font-size:44px}#awn-popup-wrapper .awn-popup-body.awn-popup-async-block{color:#fff;text-align:center;background:0 0;font-size:32px;font-weight:700}#awn-popup-wrapper .awn-popup-title{text-transform:uppercase;margin-top:8px;font-size:14px;font-weight:700}#awn-popup-wrapper .awn-buttons{justify-content:space-between;width:100%;margin-top:24px;display:flex}#awn-popup-wrapper .awn-buttons .awn-btn{color:#fff;border:0;border-radius:4px;width:45%;font-size:14px;font-weight:700;line-height:32px;transition:background .2s linear}#awn-popup-wrapper .awn-buttons-1 .awn-btn{width:100%}#awn-popup-wrapper .awn-buttons .awn-btn-success{background:#40871d}#awn-popup-wrapper .awn-buttons .awn-btn-success:hover{background:#367218}#awn-popup-wrapper .awn-buttons .awn-btn-cancel{background:#1c76a6}#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover{background:#186690}#awn-toast-container{box-sizing:border-box;z-index:99998;position:fixed;bottom:24px;right:24px}#awn-toast-container.awn-top-left,#awn-toast-container.awn-top-right{top:24px;bottom:auto}#awn-toast-container.awn-top-left .awn-toast:first-child,#awn-toast-container.awn-top-right .awn-toast:first-child{margin-top:16px}#awn-toast-container.awn-bottom-left,#awn-toast-container.awn-top-left{left:24px;right:auto}#awn-toast-container.awn-bottom-left .awn-toast,#awn-toast-container.awn-top-left .awn-toast{animation-name:awn-slide-left;right:100%}#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding,#awn-toast-container.awn-top-left .awn-toast.awn-hiding{right:0}#awn-toast-container.awn-bottom-right .awn-toast,#awn-toast-container.awn-top-right .awn-toast{animation-name:awn-slide-right;left:100%}#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding,#awn-toast-container.awn-top-right .awn-toast.awn-hiding{left:0}.awn-toast{color:gray;cursor:pointer;opacity:0;background:#ebebeb;border-radius:6px;width:320px;margin-top:16px;font-size:14px;animation-timing-function:linear;animation-fill-mode:both;position:relative;overflow:hidden}.awn-toast-content{word-break:break-word}.awn-toast-label{color:gray;text-transform:uppercase;font-size:18px;display:block}.awn-toast-icon{justify-content:flex-end;align-items:center;display:flex;position:absolute;top:6px;bottom:0;right:16px}.awn-toast-icon .fa{color:gray;font-size:44px}.awn-toast-wrapper{border:2px solid #d1d1d1;border-radius:6px;padding:22px 88px 16px 16px}.awn-toast-progress-bar{height:6px;position:absolute;top:0;left:0;right:0}.awn-toast-progress-bar:after{animation-duration:inherit;content:" ";background:gray;width:100%;height:6px;animation-name:awn-bar;animation-timing-function:linear;animation-fill-mode:both;position:absolute;top:0;right:100%}.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after{animation-play-state:paused}.awn-toast.awn-hiding{animation-name:awn-fade-out!important}.awn-toast.awn-toast-success{color:#40871d;background:#dff8d3}.awn-toast.awn-toast-success .awn-toast-wrapper{border-color:#a7d590}.awn-toast.awn-toast-success .fa,.awn-toast.awn-toast-success b{color:#40871d}.awn-toast.awn-toast-success .awn-toast-progress-bar:after{background:#40871d}.awn-toast.awn-toast-info{color:#1c76a6;background:#d3ebf8}.awn-toast.awn-toast-info .awn-toast-wrapper{border-color:#9fd3ef}.awn-toast.awn-toast-info .fa,.awn-toast.awn-toast-info b{color:#1c76a6}.awn-toast.awn-toast-info .awn-toast-progress-bar:after{background:#1c76a6}.awn-toast.awn-toast-alert{color:#a92019;background:#f8d5d3}.awn-toast.awn-toast-alert .awn-toast-wrapper{border-color:#f0a29d}.awn-toast.awn-toast-alert .fa,.awn-toast.awn-toast-alert b{color:#a92019}.awn-toast.awn-toast-alert .awn-toast-progress-bar:after{background:#a92019}.awn-toast.awn-toast-warning{color:#c26700;background:#ffe7cc}.awn-toast.awn-toast-warning .awn-toast-wrapper{border-color:#ffc480}.awn-toast.awn-toast-warning .fa,.awn-toast.awn-toast-warning b{color:#c26700}.awn-toast.awn-toast-warning .awn-toast-progress-bar:after{background:#c26700}[class^=awn-]{box-sizing:border-box}
