._toastItem.svelte-1gay9zn {
    width: var(--toastWidth, 16rem);
    height: var(--toastHeight, auto);
    min-height: var(--toastMinHeight, 3.5rem);
    margin: var(--toastMargin, 0 0 .5rem 0);
    padding: var(--toastPadding, 0);
    background: var(--toastBackground, rgba(66, 66, 66, .9));
    color: var(--toastColor, #fff);
    box-shadow: var(--toastBoxShadow, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06));
    border: var(--toastBorder, none);
    border-radius: var(--toastBorderRadius, .125rem);
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    will-change: transform, opacity;
    -webkit-tap-highlight-color: transparent
}

._toastMsg.svelte-1gay9zn {
    padding: var(--toastMsgPadding, .75rem .5rem);
    flex: 1 1 0%
}

.pe.svelte-1gay9zn,
._toastMsg.svelte-1gay9zn a {
    pointer-events: auto
}

._toastBtn.svelte-1gay9zn {
    width: 2rem;
    height: 100%;
    font: 1rem sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none
}

._toastBar.svelte-1gay9zn {
    top: var(--toastBarTop, auto);
    right: var(--toastBarRight, auto);
    bottom: var(--toastBarBottom, 0);
    left: var(--toastBarLeft, 0);
    height: var(--toastBarHeight, 6px);
    width: var(--toastBarWidth, 100%);
    position: absolute;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    pointer-events: none
}

._toastBar.svelte-1gay9zn::-webkit-progress-bar {
    background: transparent
}

._toastBar.svelte-1gay9zn::-webkit-progress-value {
    background: var(--toastProgressBackground, var(--toastBarBackground, rgba(33, 150, 243, .75)))
}

._toastBar.svelte-1gay9zn::-moz-progress-bar {
    background: var(--toastProgressBackground, var(--toastBarBackground, rgba(33, 150, 243, .75)))
}

._toastContainer.svelte-vmbzvx {
    top: var(--toastContainerTop, 1.5rem);
    right: var(--toastContainerRight, 2rem);
    bottom: var(--toastContainerBottom, auto);
    left: var(--toastContainerLeft, auto);
    position: fixed;
    margin: 0;
    padding: 0;
    list-style-type: none;
    pointer-events: none;
    z-index: 9999
}

.item.svelte-ybdqo9 {
    cursor: default;
    height: var(--height, 42px);
    line-height: var(--height, 42px);
    padding: var(--itemPadding, 0 20px);
    color: var(--itemColor, inherit);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.groupHeader.svelte-ybdqo9 {
    text-transform: var(--groupTitleTextTransform, uppercase)
}

.groupItem.svelte-ybdqo9 {
    padding-left: var(--groupItemPaddingLeft, 40px)
}

.item.svelte-ybdqo9:active {
    background: var(--itemActiveBackground, #b9daff)
}

.item.active.svelte-ybdqo9 {
    background: var(--itemIsActiveBG, #007aff);
    color: var(--itemIsActiveColor, #fff)
}

.item.notSelectable.svelte-ybdqo9 {
    color: var(--itemIsNotSelectableColor, #999)
}

.item.first.svelte-ybdqo9 {
    border-radius: var(--itemFirstBorderRadius, 4px 4px 0 0)
}

.item.hover.svelte-ybdqo9:not(.active) {
    background: var(--itemHoverBG, #e7f2ff);
    color: var(--itemHoverColor, inherit)
}

.listContainer.svelte-1mmk1xt {
    box-shadow: var(--listShadow, 0 2px 3px 0 rgba(44, 62, 80, .24));
    border-radius: var(--listBorderRadius, 4px);
    max-height: var(--listMaxHeight, 250px);
    overflow-y: auto;
    background: var(--listBackground, #fff);
    border: var(--listBorder, none);
    position: var(--listPosition, absolute);
    z-index: var(--listZIndex, 2);
    width: 100%;
    left: var(--listLeft, 0);
    right: var(--listRight, 0)
}

.virtualList.svelte-1mmk1xt {
    height: var(--virtualListHeight, 200px)
}

.listGroupTitle.svelte-1mmk1xt {
    color: var(--groupTitleColor, #8f8f8f);
    cursor: default;
    font-size: var(--groupTitleFontSize, 12px);
    font-weight: var(--groupTitleFontWeight, 600);
    height: var(--height, 42px);
    line-height: var(--height, 42px);
    padding: var(--groupTitlePadding, 0 20px);
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    text-transform: var(--groupTitleTextTransform, uppercase)
}

.empty.svelte-1mmk1xt {
    text-align: var(--listEmptyTextAlign, center);
    padding: var(--listEmptyPadding, 20px 0);
    color: var(--listEmptyColor, #78848f)
}

.selection.svelte-1be6cx3 {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap
}

.multiSelectItem.svelte-j22aje.svelte-j22aje {
    background: var(--multiItemBG, #ebedef);
    margin: var(--multiItemMargin, 5px 5px 0 0);
    border-radius: var(--multiItemBorderRadius, 16px);
    height: var(--multiItemHeight, 32px);
    line-height: var(--multiItemHeight, 32px);
    display: flex;
    cursor: default;
    padding: var(--multiItemPadding, 0 10px 0 15px);
    max-width: 100%
}

.multiSelectItem_label.svelte-j22aje.svelte-j22aje {
    margin: var(--multiLabelMargin, 0 5px 0 0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.multiSelectItem.svelte-j22aje.svelte-j22aje:hover,
.multiSelectItem.active.svelte-j22aje.svelte-j22aje {
    background-color: var(--multiItemActiveBG, #006fff);
    color: var(--multiItemActiveColor, #fff)
}

.multiSelectItem.disabled.svelte-j22aje.svelte-j22aje:hover {
    background: var(--multiItemDisabledHoverBg, #ebedef);
    color: var(--multiItemDisabledHoverColor, #c1c6cc)
}

.multiSelectItem_clear.svelte-j22aje.svelte-j22aje {
    border-radius: var(--multiClearRadius, 50%);
    background: var(--multiClearBG, #52616f);
    min-width: var(--multiClearWidth, 16px);
    max-width: var(--multiClearWidth, 16px);
    height: var(--multiClearHeight, 16px);
    position: relative;
    top: var(--multiClearTop, 8px);
    text-align: var(--multiClearTextAlign, center);
    padding: var(--multiClearPadding, 1px)
}

.multiSelectItem_clear.svelte-j22aje.svelte-j22aje:hover,
.active.svelte-j22aje .multiSelectItem_clear.svelte-j22aje {
    background: var(--multiClearHoverBG, #fff)
}

.multiSelectItem_clear.svelte-j22aje:hover svg.svelte-j22aje,
.active.svelte-j22aje .multiSelectItem_clear svg.svelte-j22aje {
    fill: var(--multiClearHoverFill, #006fff)
}

.multiSelectItem_clear.svelte-j22aje svg.svelte-j22aje {
    fill: var(--multiClearFill, #ebedef);
    vertical-align: top
}

svelte-virtual-list-viewport.svelte-yyenik {
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block
}

svelte-virtual-list-contents.svelte-yyenik,
svelte-virtual-list-row.svelte-yyenik {
    display: block
}

svelte-virtual-list-row.svelte-yyenik {
    overflow: hidden
}

.selectContainer.svelte-ev85av.svelte-ev85av {
    --internalPadding: 0 16px;
    border: var(--border, 1px solid #d8dbdf);
    border-radius: var(--borderRadius, 3px);
    box-sizing: border-box;
    height: var(--height, 42px);
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--padding, var(--internalPadding));
    background: var(--background, #fff);
    margin: var(--margin, 0)
}

.selectContainer.svelte-ev85av input.svelte-ev85av {
    cursor: default;
    border: none;
    color: var(--inputColor, #3f4f5f);
    height: var(--height, 42px);
    line-height: var(--height, 42px);
    padding: var(--inputPadding, var(--padding, var(--internalPadding)));
    width: 100%;
    background: transparent;
    font-size: var(--inputFontSize, 14px);
    letter-spacing: var(--inputLetterSpacing, -.08px);
    position: absolute;
    left: var(--inputLeft, 0);
    margin: var(--inputMargin, 0)
}

.selectContainer.svelte-ev85av input.svelte-ev85av::-moz-placeholder {
    color: var(--placeholderColor, #78848f);
    opacity: var(--placeholderOpacity, 1)
}

.selectContainer.svelte-ev85av input.svelte-ev85av:-ms-input-placeholder {
    color: var(--placeholderColor, #78848f);
    opacity: var(--placeholderOpacity, 1)
}

.selectContainer.svelte-ev85av input.svelte-ev85av::placeholder {
    color: var(--placeholderColor, #78848f);
    opacity: var(--placeholderOpacity, 1)
}

.selectContainer.svelte-ev85av input.svelte-ev85av:focus {
    outline: none
}

.selectContainer.svelte-ev85av.svelte-ev85av:hover {
    border-color: var(--borderHoverColor, #b2b8bf)
}

.selectContainer.focused.svelte-ev85av.svelte-ev85av {
    border-color: var(--borderFocusColor, #006fe8)
}

.selectContainer.disabled.svelte-ev85av.svelte-ev85av {
    background: var(--disabledBackground, #ebedef);
    border-color: var(--disabledBorderColor, #ebedef);
    color: var(--disabledColor, #c1c6cc)
}

.selectContainer.disabled.svelte-ev85av input.svelte-ev85av::-moz-placeholder {
    color: var(--disabledPlaceholderColor, #c1c6cc);
    opacity: var(--disabledPlaceholderOpacity, 1)
}

.selectContainer.disabled.svelte-ev85av input.svelte-ev85av:-ms-input-placeholder {
    color: var(--disabledPlaceholderColor, #c1c6cc);
    opacity: var(--disabledPlaceholderOpacity, 1)
}

.selectContainer.disabled.svelte-ev85av input.svelte-ev85av::placeholder {
    color: var(--disabledPlaceholderColor, #c1c6cc);
    opacity: var(--disabledPlaceholderOpacity, 1)
}

.selectedItem.svelte-ev85av.svelte-ev85av {
    line-height: var(--height, 42px);
    height: var(--height, 42px);
    overflow-x: hidden;
    padding: var(--selectedItemPadding, 0 20px 0 0)
}

.selectedItem.svelte-ev85av.svelte-ev85av:focus {
    outline: none
}

.clearSelect.svelte-ev85av.svelte-ev85av {
    position: absolute;
    right: var(--clearSelectRight, 10px);
    top: var(--clearSelectTop, 11px);
    bottom: var(--clearSelectBottom, 11px);
    width: var(--clearSelectWidth, 20px);
    color: var(--clearSelectColor, #c5cacf);
    flex: none !important
}

.clearSelect.svelte-ev85av.svelte-ev85av:hover {
    color: var(--clearSelectHoverColor, #2c3e50)
}

.selectContainer.focused.svelte-ev85av .clearSelect.svelte-ev85av {
    color: var(--clearSelectFocusColor, #3f4f5f)
}

.indicator.svelte-ev85av.svelte-ev85av {
    position: absolute;
    right: var(--indicatorRight, 10px);
    top: var(--indicatorTop, 11px);
    width: var(--indicatorWidth, 20px);
    height: var(--indicatorHeight, 20px);
    color: var(--indicatorColor, #c5cacf)
}

.indicator.svelte-ev85av svg.svelte-ev85av {
    display: inline-block;
    fill: var(--indicatorFill, currentcolor);
    line-height: 1;
    stroke: var(--indicatorStroke, currentcolor);
    stroke-width: 0
}

.spinner.svelte-ev85av.svelte-ev85av {
    position: absolute;
    right: var(--spinnerRight, 10px);
    top: var(--spinnerLeft, 11px);
    width: var(--spinnerWidth, 20px);
    height: var(--spinnerHeight, 20px);
    color: var(--spinnerColor, #51ce6c);
    -webkit-animation: svelte-ev85av-rotate .75s linear infinite;
    animation: svelte-ev85av-rotate .75s linear infinite
}

.spinner_icon.svelte-ev85av.svelte-ev85av {
    display: block;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none
}

.spinner_path.svelte-ev85av.svelte-ev85av {
    stroke-dasharray: 90;
    stroke-linecap: round
}

.multiSelect.svelte-ev85av.svelte-ev85av {
    display: flex;
    padding: var(--multiSelectPadding, 0 35px 0 16px);
    height: auto;
    flex-wrap: wrap;
    align-items: stretch
}

.multiSelect.svelte-ev85av>.svelte-ev85av {
    flex: 1 1 50px
}

.selectContainer.multiSelect.svelte-ev85av input.svelte-ev85av {
    padding: var(--multiSelectInputPadding, 0);
    position: relative;
    margin: var(--multiSelectInputMargin, 0)
}

.hasError.svelte-ev85av.svelte-ev85av {
    border: var(--errorBorder, 1px solid #ff2d55);
    background: var(--errorBackground, #fff)
}

.a11yText.svelte-ev85av.svelte-ev85av {
    z-index: 9999;
    border: 0px;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    padding: 0;
    white-space: nowrap
}

@-webkit-keyframes svelte-ev85av-rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes svelte-ev85av-rotate {
    to {
        transform: rotate(360deg)
    }
}

.loading-wave-dots.svelte-1vuqdfg.svelte-1vuqdfg {
    position: relative
}

.loading-wave-dots.svelte-1vuqdfg .wave-item.svelte-1vuqdfg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-animation: svelte-1vuqdfg-loading-wave-dots linear 2.8s infinite;
    animation: svelte-1vuqdfg-loading-wave-dots linear 2.8s infinite
}

.loading-wave-dots.svelte-1vuqdfg .wave-item.svelte-1vuqdfg:first-child {
    margin-left: -36px
}

.loading-wave-dots.svelte-1vuqdfg .wave-item.svelte-1vuqdfg:nth-child(2) {
    margin-left: -20px;
    -webkit-animation-delay: .14s;
    animation-delay: .14s
}

.loading-wave-dots.svelte-1vuqdfg .wave-item.svelte-1vuqdfg:nth-child(3) {
    margin-left: -4px;
    -webkit-animation-delay: .28s;
    animation-delay: .28s
}

.loading-wave-dots.svelte-1vuqdfg .wave-item.svelte-1vuqdfg:nth-child(4) {
    margin-left: 12px;
    -webkit-animation-delay: .42s;
    animation-delay: .42s
}

.loading-wave-dots.svelte-1vuqdfg .wave-item.svelte-1vuqdfg:last-child {
    margin-left: 28px;
    -webkit-animation-delay: .56s;
    animation-delay: .56s
}

@-webkit-keyframes svelte-1vuqdfg-loading-wave-dots {
    0% {
        transform: translateY(0);
        background: #bbb
    }

    10% {
        transform: translateY(-6px);
        background: #999
    }

    20% {
        transform: translateY(0);
        background: #bbb
    }

    to {
        transform: translateY(0);
        background: #bbb
    }
}

@keyframes svelte-1vuqdfg-loading-wave-dots {
    0% {
        transform: translateY(0);
        background: #bbb
    }

    10% {
        transform: translateY(-6px);
        background: #999
    }

    20% {
        transform: translateY(0);
        background: #bbb
    }

    to {
        transform: translateY(0);
        background: #bbb
    }
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg {
    width: 5px;
    height: 5px;
    -webkit-animation: svelte-1vuqdfg-loading-circles linear .75s infinite;
    animation: svelte-1vuqdfg-loading-circles linear .75s infinite
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:first-child {
    margin-top: -14.5px;
    margin-left: -2.5px
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(2) {
    margin-top: -11.26px;
    margin-left: 6.26px
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(3) {
    margin-top: -2.5px;
    margin-left: 9.5px
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(4) {
    margin-top: 6.26px;
    margin-left: 6.26px
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(5) {
    margin-top: 9.5px;
    margin-left: -2.5px
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(6) {
    margin-top: 6.26px;
    margin-left: -11.26px
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(7) {
    margin-top: -2.5px;
    margin-left: -14.5px
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:last-child {
    margin-top: -11.26px;
    margin-left: -11.26px
}

@-webkit-keyframes svelte-1vuqdfg-loading-circles {
    0% {
        background: #dfdfdf
    }

    90% {
        background: #505050
    }

    to {
        background: #dfdfdf
    }
}

@keyframes svelte-1vuqdfg-loading-circles {
    0% {
        background: #dfdfdf
    }

    90% {
        background: #505050
    }

    to {
        background: #dfdfdf
    }
}

.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg {
    background: #666;
    -webkit-animation: svelte-1vuqdfg-loading-bubbles linear .75s infinite;
    animation: svelte-1vuqdfg-loading-bubbles linear .75s infinite
}

.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:first-child {
    margin-top: -12.5px;
    margin-left: -.5px
}

.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(2) {
    margin-top: -9.26px;
    margin-left: 8.26px
}

.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(3) {
    margin-top: -.5px;
    margin-left: 11.5px
}

.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(4) {
    margin-top: 8.26px;
    margin-left: 8.26px
}

.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(5) {
    margin-top: 11.5px;
    margin-left: -.5px
}

.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(6) {
    margin-top: 8.26px;
    margin-left: -9.26px
}

.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(7) {
    margin-top: -.5px;
    margin-left: -12.5px
}

.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:last-child {
    margin-top: -9.26px;
    margin-left: -9.26px
}

@-webkit-keyframes svelte-1vuqdfg-loading-bubbles {
    0% {
        width: 1px;
        height: 1px;
        box-shadow: 0 0 0 3px #666
    }

    90% {
        width: 1px;
        height: 1px;
        box-shadow: 0 0 #666
    }

    to {
        width: 1px;
        height: 1px;
        box-shadow: 0 0 0 3px #666
    }
}

@keyframes svelte-1vuqdfg-loading-bubbles {
    0% {
        width: 1px;
        height: 1px;
        box-shadow: 0 0 0 3px #666
    }

    90% {
        width: 1px;
        height: 1px;
        box-shadow: 0 0 #666
    }

    to {
        width: 1px;
        height: 1px;
        box-shadow: 0 0 0 3px #666
    }
}

.loading-default.svelte-1vuqdfg.svelte-1vuqdfg {
    position: relative;
    border: 1px solid #999;
    -webkit-animation: svelte-1vuqdfg-loading-rotating ease 1.5s infinite;
    animation: svelte-1vuqdfg-loading-rotating ease 1.5s infinite
}

.loading-default.svelte-1vuqdfg.svelte-1vuqdfg:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background-color: #999;
    border-radius: 50%
}

.loading-spiral.svelte-1vuqdfg.svelte-1vuqdfg {
    border: 2px solid #777;
    border-right-color: transparent;
    -webkit-animation: svelte-1vuqdfg-loading-rotating linear .85s infinite;
    animation: svelte-1vuqdfg-loading-rotating linear .85s infinite
}

@-webkit-keyframes svelte-1vuqdfg-loading-rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes svelte-1vuqdfg-loading-rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.loading-bubbles.svelte-1vuqdfg.svelte-1vuqdfg,
.loading-circles.svelte-1vuqdfg.svelte-1vuqdfg {
    position: relative
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg,
.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    border-radius: 50%
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(2),
.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(2) {
    -webkit-animation-delay: 93ms;
    animation-delay: 93ms
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(3),
.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(3) {
    -webkit-animation-delay: .186s;
    animation-delay: .186s
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(4),
.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(4) {
    -webkit-animation-delay: .279s;
    animation-delay: .279s
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(5),
.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(5) {
    -webkit-animation-delay: .372s;
    animation-delay: .372s
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(6),
.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(6) {
    -webkit-animation-delay: .465s;
    animation-delay: .465s
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:nth-child(7),
.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:nth-child(7) {
    -webkit-animation-delay: .558s;
    animation-delay: .558s
}

.loading-circles.svelte-1vuqdfg .circle-item.svelte-1vuqdfg:last-child,
.loading-bubbles.svelte-1vuqdfg .bubble-item.svelte-1vuqdfg:last-child {
    -webkit-animation-delay: .651s;
    animation-delay: .651s
}

.loading-bubbles.svelte-1vuqdfg.svelte-1vuqdfg,
.loading-circles.svelte-1vuqdfg.svelte-1vuqdfg,
.loading-spiral.svelte-1vuqdfg.svelte-1vuqdfg,
.loading-wave-dots.svelte-1vuqdfg.svelte-1vuqdfg,
.loading-default.svelte-1vuqdfg.svelte-1vuqdfg {
    display: inline-block;
    margin: 5px 0;
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    border-radius: 50%
}

.infinite-loading-container.svelte-1wrh9pj {
    clear: both;
    text-align: center
}

.btn-try-infinite.svelte-1wrh9pj {
    margin-top: 5px;
    padding: 5px 10px;
    color: #999;
    font-size: 14px;
    line-height: 1;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    cursor: pointer
}

.btn-try-infinite.svelte-1wrh9pj:not(:active):hover {
    opacity: .8
}