.progress-bar{background-color:rgba(255,255,255,0.3);height:0.4rem;border-radius:2px;overflow:hidden;display:flex}.progress-bar .container{left:-100%;width:100%;transition:0.15s;position:relative;display:flex}.progress-bar .container.infinite{animation:progressing 1.52s infinite}.progress-bar .active{height:100%;background-color:var(--color-gs00, #fff);box-sizing:content-box;width:100%}.progress-bar .tip{height:100%;position:absolute}@keyframes progressing{0%{left:-100%;animation-timing-function:cubic-bezier(0.3, 0, 0.4, 1)}50%{left:0%;animation-timing-function:cubic-bezier(0.6, 0, 0.3, 1)}100%{left:100%}}

:root{--softkeybar-background-color: var(--color-gs20, #ccc);--softkey-color: var(--color-gs90, #323232);--softkey-color--disabled: var(--color-eta, #c7c7c7);--softkey-background-color--active: #0ac;--softkey-font-size: 1.4rem;--softkey-icon-size: 2rem;--softkey-font-weight: 600}.skbar{position:fixed;left:0;right:0;bottom:0;z-index:var(--z-index--softkey, 99999);display:grid;grid-template-columns:1fr auto 1fr;outline:none;text-align:center;white-space:nowrap;color:var(--softkey-color);direction:ltr;background-color:var(--softkeybar-background-color)}.skbar:not(.visible){display:none}.skbar>*{min-width:1rem;padding-left:.2rem;padding-right:.2rem}.skbar>*:first-child{text-align:left;padding-left:.5rem}.skbar>*:first-child[data-icon]{padding-left:.2rem}.skbar>*:nth-child(2){--softkey-font-size: 1.6rem;--softkey-font-weight: 700;flex-shrink:0;min-width:1.6rem;text-transform:uppercase}.skbar>*:last-child{text-align:right;padding-right:.5rem}.skbar>*:last-child[data-icon]{padding-right:.2rem}.sk-button{display:inline-block;max-width:100%;height:var(--softkeybar-height, 3rem);line-height:normal;border:unset;overflow:hidden;text-overflow:ellipsis;text-align:inherit;font-size:var(--softkey-font-size);font-weight:var(--softkey-font-weight);color:var(--softkey-color);background:unset}.sk-button:-moz-dir(rtl){direction:rtl}.sk-button:active,.sk-button.active{background-color:var(--softkey-background-color--active)}.sk-button[disabled]{--softkey-color: var(--softkey-color--disabled);background-color:transparent;pointer-events:auto}.sk-button[data-icon]{line-height:2.8rem}.sk-button[data-icon][data-icon="ok"]{--softkey-icon-size: 2.4rem}.sk-button[data-icon]::before{content:attr(data-icon);font-family:'gaia-icons';display:inline-block;font-weight:500;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-size:var(--softkey-icon-size);vertical-align:middle;line-height:normal}.skbar.floating-button-theme{background:transparent;padding:0 0.5rem 0.4rem}.skbar.floating-button-theme::before{content:'';background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2));width:100%;height:4rem;position:absolute;bottom:0;left:0;z-index:-1}.skbar.floating-button-theme #software-keys-center{min-width:7.6rem}.skbar.floating-button-theme .sk-button{display:inline-flex;justify-content:center;align-items:center;background:var(--color-gs00);border-radius:13px;height:2.6rem;box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);font-size:1.4rem;color:var(--color-gs90)}.skbar.flat-button-theme{background:#e9e9f2;padding-bottom:0.4rem}.skbar.flat-button-theme .sk-button{font-size:1.4rem;min-width:8rem;color:var(--color-gs100);border-radius:15px;background:rgba(30,30,38,0.15);height:2.6rem;text-align:center}.skbar.flat-button-theme .sk-button.primary{background:rgba(128,0,255,0.25)}.skbar.flat-button-theme #software-keys-center{min-width:7.6rem}

