.jg-alert{display:inline-block;width:100%;padding-top:18px;padding-bottom:18px;border:1px solid #262626;border-right:none;border-left:none}.jg-alert,.jg-alert .container{position:relative}.jg-alert__wrapper{display:flex}.jg-alert__content{display:inline-block;-ms-grid-row-align:center;align-self:center;width:95%;width:calc(100% - 60px)}.jg-alert--warning{border-top:1px solid #ffa066;border-bottom:1px solid #ffa066;background-color:#ffe7da}.jg-alert--warning--inline{border:1px solid #ffa066;background-color:#ffe7da}.jg-alert--error{border-top:1px solid #f68;border-bottom:1px solid #f68;background-color:#ffe5eb}.jg-alert--error--inline{border:1px solid #f68;background-color:#ffe5eb}.jg-alert--success{border-top:1px solid #7ddfae;border-bottom:1px solid #7ddfae;background-color:#dff7ea}.jg-alert--success--inline{border:1px solid #7ddfae;background-color:#dff7ea}.jg-alert--info{border-top:1px solid #a2cef7;border-bottom:1px solid #a2cef7;background-color:#e8eff8}.jg-alert--info--inline{border:1px solid #a2cef7;background-color:#e8eff8}.jg-alert--inline{border-radius:3px;padding:12px}.jg-alert--inline .jg-alert__wrapper{width:100%}.jg-alert--inline .jg-alert__close-icon{position:absolute;right:0;top:-4px;width:16px;height:16px}.jg-alert__icon{height:36px;width:36px;display:inline-block;line-height:0;margin-right:12px}.jg-alert__icon--warning{fill:#ff6200}.jg-alert__icon--error{fill:#f7414b}.jg-alert__icon--success{fill:#25ca76}.jg-alert__icon--info{fill:#1d67be}.jg-alert--inline .jg-alert__icon{width:26px;height:26px;margin-right:6px}.jg-alert__close-icon{fill:#999;width:24px;height:24px;cursor:pointer;line-height:0;margin:6px 3px 6px auto}.jg-alert__close-icon:hover{fill:#737373}.jg-loading--large,.jg-loading--medium,.jg-loading--small{overflow:hidden;position:relative;margin:0 auto;width:48px}.jg-loading--large:before,.jg-loading--medium:before,.jg-loading--small:before{content:"";display:block;padding-top:100%}.jg-loading--small{width:24px}.jg-loading--large{width:96px}.jg-loading__container{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.jg-loading__circle{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-width:4px;stroke-miterlimit:10;fill:none;stroke:#ac29b5;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.jg-loading--purple .jg-loading__circle{stroke:#ac29b5}.jg-loading--white .jg-loading__circle{stroke:#fff}.jg-loading--grey .jg-loading__circle{stroke:#999}.jg-loading--blue .jg-loading__circle{stroke:#1d67be}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:root{--theme-totaliser-background:var(--theme-secondary);--theme-totaliser-border:var(--theme-primary);--theme-totaliser-wave:var(--theme-primary);--theme-totaiser-text:var(--theme-tertiary)}.jg-totaliser{overflow:hidden}.jg-totaliser--auto{width:100%;min-width:64px}.jg-totaliser--small{width:64px}.jg-totaliser--medium{width:98.6666667px}.jg-totaliser--medium-large{width:108px}.jg-totaliser--large{width:148px}.jg-totaliser__svg-container{width:100%;height:0;padding-top:100%;position:relative}.jg-totaliser__svg{position:absolute;top:0;left:0}.jg-totaliser__background{fill:#781c7f;fill:var(--theme-secondary);stroke:#ac29b5;stroke:var(--theme-primary)}@keyframes waveAction{0%{transform:translateX(0)}to{transform:translateX(-116px)}}@keyframes waveEnd{0%{transform:translateX(0)}to{transform:translateX(-174px)}}.jg-totaliser__wave{animation-name:waveAction,waveEnd;animation-iteration-count:4,1;animation-timing-function:linear,cubic-bezier(.39,.58,.57,1);animation-duration:.7s,2.45s;animation-fill-mode:forwards;animation-delay:0s,2.8s;fill:#ac29b5;fill:var(--theme-primary)}.--no-animation .jg-totaliser__wave{animation:none}.jg-totaliser__percentage{fill:#fff;fill:var(--theme-tertiary,#fff);font-weight:300}.jg-totaliser__percentage-number{font-weight:400;font-size:2em}