/* 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
 */
/* This file is generated by vega-design 2.0.77 */
:host {
  display: inline-block;
  position: relative;
  margin: 0px;
  line-height: normal;
}

a {
  text-decoration: none;
  color: rgba(var(--v-text-link, 19, 98, 226, 1));
  background-color: rgba(var(--v-bg-transparent, 0, 0, 0, 0));
  display: inline-block;
  outline: none;
}
a:visited {
  color: rgba(var(--v-text-link-visited, 95, 56, 206, 1));
}
a:hover {
  color: rgba(var(--v-text-link-hover, 4, 112, 236, 1));
}
a:active {
  color: rgba(var(--v-text-link-active, 29, 65, 195, 1));
}
a:focus-visible {
  color: rgba(var(--v-text-link-focus, 4, 112, 236, 1));
  outline: 2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));
  outline-offset: 2px;
}
a.default:focus-visible, a.large:focus-visible {
  border-radius: 8px;
}
a.small:focus-visible {
  border-radius: 4px;
}
a.icon:focus-visible {
  outline: 2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));
  outline-offset: 4px;
}

a:not(.vega-button-link-danger):visited vega-icon svg *[fill=currentColor] {
  fill: rgba(var(--v-text-link-visited, 95, 56, 206, 1));
}
a:not(.vega-button-link-danger):visited vega-icon svg *[stroke=currentColor] {
  stroke: rgba(var(--v-text-link-visited, 95, 56, 206, 1));
}
a:not(.vega-button-link-danger):hover vega-icon svg *[fill=currentColor] {
  fill: rgba(var(--v-text-link-hover, 4, 112, 236, 1));
}
a:not(.vega-button-link-danger):hover vega-icon svg *[stroke=currentColor] {
  stroke: rgba(var(--v-text-link-hover, 4, 112, 236, 1));
}
a:not(.vega-button-link-danger):active vega-icon svg *[fill=currentColor] {
  fill: rgba(var(--v-text-link-active, 29, 65, 195, 1));
}
a:not(.vega-button-link-danger):active vega-icon svg *[stroke=currentColor] {
  stroke: rgba(var(--v-text-link-active, 29, 65, 195, 1));
}
a:not(.vega-button-link-danger):focus-visible vega-icon svg *[fill=currentColor] {
  fill: rgba(var(--v-text-link-focus, 4, 112, 236, 1));
}
a:not(.vega-button-link-danger):focus-visible vega-icon svg *[stroke=currentColor] {
  stroke: rgba(var(--v-text-link-focus, 4, 112, 236, 1));
}

a:active {
  text-decoration: none;
}

a:active:hover .vega-button-link-label {
  text-decoration: none;
}

a.vega-button-link-danger {
  color: rgba(var(--v-text-danger-link, 230, 50, 87, 1));
}
a.vega-button-link-danger:visited {
  color: rgba(var(--v-text-danger-link-visited, 230, 50, 87, 1));
}
a.vega-button-link-danger:hover {
  color: rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1));
}
a.vega-button-link-danger:active {
  color: rgba(var(--v-text-danger-link-active, 189, 41, 71, 1));
}
a.vega-button-link-danger:focus-visible {
  color: rgba(var(--v-text-danger-link-focus, 240, 52, 91, 1));
}
a.vega-button-link-danger:focus-visible.default:focus-visible, a.vega-button-link-danger:focus-visible.large:focus-visible {
  outline: 2px solid rgba(var(--v-border-color-danger, 230, 50, 87, 1));
  outline-offset: 4px;
}
a.vega-button-link-danger:focus-visible.small:focus-visible {
  outline: 2px solid rgba(var(--v-border-color-danger, 230, 50, 87, 1));
  outline-offset: 2px;
}

/* button color css */
a .vega-button-link-button-container {
  border-radius: 9999px;
  cursor: pointer;
  background-color: rgba(var(--v-bg-action-secondary, 252, 252, 252, 1));
  color: rgba(var(--v-text-link, 19, 98, 226, 1));
  box-sizing: border-box;
  border: 2px solid rgba(var(--v-border-secondary-btn, 19, 98, 226, 1));
}

/**@TODO The border-color should change to design token when the UI design update*/
a:visited .vega-button-link-button-container {
  color: rgba(var(--v-text-link-visited, 95, 56, 206, 1));
  border-color: var(--v-text-link-visited);
}

a:hover .vega-button-link-button-container {
  border: 2px solid rgba(var(--v-border-secondary-btn-hover, 4, 112, 236, 1));
  background-color: rgba(var(--v-bg-action-secondary-hover, 4, 112, 236, 0.1));
  color: rgba(var(--v-text-link-hover, 4, 112, 236, 1));
}

a:focus .vega-button-link-button-container {
  border: 2px solid rgba(var(--v-border-secondary-btn, 19, 98, 226, 1));
}

a:active .vega-button-link-button-container {
  border: 2px solid rgba(var(--v-border-secondary-btn-active, 29, 65, 195, 1));
  background-color: rgba(var(--v-bg-action-secondary-active, 29, 65, 195, 0.1));
  color: rgba(var(--v-text-link-active, 29, 65, 195, 1));
}

/* button color css - danger */
a.vega-button-link-danger .vega-button-link-button-container {
  border: 2px solid rgba(var(--v-border-secondary-danger-btn, 230, 50, 87, 1));
  color: rgba(var(--v-text-danger-link, 230, 50, 87, 1));
}

a.vega-button-link-danger:hover .vega-button-link-button-container {
  border: 2px solid rgba(var(--v-border-secondary-danger-btn-hover, 255, 87, 114, 1));
  background-color: rgba(var(--v-bg-danger-tertiary-hover, 255, 87, 114, 0.2));
  color: rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1));
}

a.vega-button-link-danger:focus .vega-button-link-button-container {
  border: 2px solid rgba(var(--v-border-secondary-danger-btn, 230, 50, 87, 1));
}

a.vega-button-link-danger:active .vega-button-link-button-container {
  border: 2px solid rgba(var(--v-border-secondary-danger-btn-active, 189, 41, 71, 1));
  background-color: rgba(var(--v-bg-danger-tertiary-active, 189, 41, 71, 0.2));
  color: rgba(var(--v-text-danger-link-active, 189, 41, 71, 1));
}

/* size css */
a.vega-button-link-size-default .vega-button-link-button-container {
  width: 40px;
  height: 40px;
  padding: 10px;
}

a.vega-button-link-size-large .vega-button-link-button-container {
  width: 56px;
  height: 56px;
  padding: 14px;
}

a.vega-button-link-size-small .vega-button-link-button-container {
  width: 32px;
  height: 32px;
  padding: 6px;
}

a.vega-button-link-size-default .vega-button-link-icon,
a.vega-button-link-size-small .vega-button-link-icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

a.vega-button-link-size-large .vega-button-link-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

a .vega-button-link-label {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

a.vega-button-link-size-small .vega-button-link-label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  a.vega-button-link-size-small .vega-button-link-label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  a.vega-button-link-size-small .vega-button-link-label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  a.vega-button-link-size-small .vega-button-link-label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
  }
}

a.vega-button-link-size-default .vega-button-link-label {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  a.vega-button-link-size-default .vega-button-link-label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  a.vega-button-link-size-default .vega-button-link-label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  a.vega-button-link-size-default .vega-button-link-label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

a.vega-button-link-size-large .vega-button-link-label {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  a.vega-button-link-size-large .vega-button-link-label {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  a.vega-button-link-size-large .vega-button-link-label {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  a.vega-button-link-size-large .vega-button-link-label {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

/* disabled state css */
:host(.vega-button-link-disabled) {
  pointer-events: none;
}

:host(.vega-button-link-disabled) a {
  color: rgba(var(--v-text-disabled, 176, 180, 181, 1));
  text-decoration: none;
  background-color: rgba(var(--v-bg-transparent, 0, 0, 0, 0));
}

:host(.vega-button-link-disabled) a.vega-button-link .vega-button-link-button-container {
  color: rgba(var(--v-text-disabled, 176, 180, 181, 1));
  border: 2px solid rgba(var(--v-border-secondary-btn-disabled, 176, 180, 181, 1));
  background-color: rgba(var(--v-bg-action-secondary, 252, 252, 252, 1));
}

:host(.vega-button-link-disabled) a:focus > .vega-button-link-content {
  color: rgba(var(--v-text-disabled, 176, 180, 181, 1));
}

:host(.button-group-item-button-tertiary.vega-button-link-disabled) a {
  background-color: rgba(var(--v-bg-transparent, 0, 0, 0, 0));
}