/* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */
/**
 * Deprecated. Not for use in new websites.
 * https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#break-word
 */
:host {
  display: inline-block;
}

:host(.vega-loading-indicator-bar) {
  width: 100%;
}

:host(.vega-loading-indicator-indeterminate) .circle-loader {
  animation: circle-loader-animation 2000ms linear infinite;
  transform: rotate(-90deg);
}

:host(.vega-loading-indicator-determinate) .circle-loader {
  transform: rotate(-180deg);
}

:host(.vega-loading-indicator-default) .circle-loader {
  width: 48px;
  height: 48px;
}

:host(.vega-loading-indicator-micro) .circle-loader {
  width: 16px;
  height: 16px;
}

:host(.vega-loading-indicator-small) .circle-loader {
  width: 24px;
  height: 24px;
}

:host(.vega-loading-indicator-large) .circle-loader {
  width: 120px;
  height: 120px;
}

:host .circle-loader-track {
  stroke: rgba(var(--v-bg-loading-track, 229, 239, 255, 1));
  fill: none;
  cy: 50%;
  cx: 50%;
}

:host .circle-loader-progress-pointer.v-hidden {
  display: none;
}

:host .circle-loader-progress-pointer,
:host .circle-loader-progress {
  stroke: rgba(var(--v-bg-loading-progress, 153, 192, 255, 1));
  fill: none;
  cy: 50%;
  cx: 50%;
}

:host(.vega-loading-indicator-status-success) .circle-loader-progress-pointer,
:host(.vega-loading-indicator-status-success) .circle-loader-progress {
  stroke: rgba(var(--v-bg-status-success, 160, 233, 167, 1));
}

:host(.vega-loading-indicator-status-error) .circle-loader-progress-pointer,
:host(.vega-loading-indicator-status-error) .circle-loader-progress {
  stroke: rgba(var(--v-bg-status-error, 255, 110, 139, 1));
}

:host(.vega-loading-indicator-default) .circle-loader-progress-pointer,
:host(.vega-loading-indicator-default) .circle-loader-track,
:host(.vega-loading-indicator-default) .circle-loader-progress {
  stroke-width: 8px;
}

:host .circle-loader-progress-pointer {
  stroke-linecap: round;
}

:host(.vega-loading-indicator-micro) .circle-loader-progress-pointer,
:host(.vega-loading-indicator-micro) .circle-loader-track,
:host(.vega-loading-indicator-micro) .circle-loader-progress {
  stroke-width: 3px;
}

:host(.vega-loading-indicator-small) .circle-loader-progress-pointer,
:host(.vega-loading-indicator-small) .circle-loader-track,
:host(.vega-loading-indicator-small) .circle-loader-progress {
  stroke-width: 4px;
}

:host(.vega-loading-indicator-large) .circle-loader-progress-pointer,
:host(.vega-loading-indicator-large) .circle-loader-track,
:host(.vega-loading-indicator-large) .circle-loader-progress {
  stroke-width: 16px;
}

@keyframes circle-loader-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:host .bar-loader {
  border-radius: 9999px;
  position: absolute;
  box-sizing: border-box;
  height: 8px;
  background-color: rgba(var(--v-bg-loading-progress, 153, 192, 255, 1));
  content: "";
  width: 75%;
  top: 0;
  left: 0;
}

:host(.vega-loading-indicator-status-success) .bar-loader {
  background-color: rgba(var(--v-bg-status-success, 160, 233, 167, 1));
}

:host(.vega-loading-indicator-status-error) .bar-loader {
  background-color: rgba(var(--v-bg-status-error, 255, 110, 139, 1));
}

:host(.vega-loading-indicator-micro) .bar-loader,
:host(.vega-loading-indicator-micro) .bar-loader-track {
  height: 3px;
}

:host(.vega-loading-indicator-small) .bar-loader,
:host(.vega-loading-indicator-small) .bar-loader-track {
  height: 4px;
}

:host(.vega-loading-indicator-large) .bar-loader,
:host(.vega-loading-indicator-large) .bar-loader-track {
  height: 16px;
}

:host(.vega-loading-indicator-indeterminate) .bar-loader {
  animation: bar-loader-animation 1250ms cubic-bezier(0.75, 0, 0.5, 1) infinite;
  animation-delay: 50ms;
}

@keyframes bar-loader-animation {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
:host .bar-loader-track {
  display: inline-block;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  height: 8px;
  width: 100%;
  background-color: rgba(var(--v-bg-loading-track, 229, 239, 255, 1));
}

:host .vega-loading-indicator-label {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0px;
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host .vega-loading-indicator-label {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  :host .vega-loading-indicator-label {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  :host .vega-loading-indicator-label {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
  }
}

:host .vega-loading-indicator-hint {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(var(--v-text-secondary, 107, 116, 125, 1));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host .vega-loading-indicator-hint {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  :host .vega-loading-indicator-hint {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  :host .vega-loading-indicator-hint {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}