/* 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;
  vertical-align: middle;
}

.vega-checkbox-container {
  position: relative;
  display: flex;
  -webkit-tap-highlight-color: transparent;
}

.vega-checkbox-container > input[type=checkbox] {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 24px;
  height: 24px;
  padding: 0px;
  margin: 0px;
}

.vega-checkbox-container > .vega-checkbox-icon {
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(var(--v-border-color-action-active, 29, 65, 195, 1));
  position: relative;
  left: 0px;
  background-color: rgba(var(--v-bg-primary, 252, 252, 252, 1));
  border: 1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));
  border-radius: 4px;
  min-width: 24px;
  color: rgba(var(--v-text-inverted-primary, 252, 252, 252, 1));
}

.vega-checkbox-container > .vega-checkbox-icon:hover {
  border: 1px solid rgba(var(--v-border-input-field-hover, 115, 160, 190, 1));
}

:host(.checked) .vega-checkbox-container > .vega-checkbox-icon,
:host(.indeterminate) .vega-checkbox-container > .vega-checkbox-icon {
  background-color: rgba(var(--v-bg-action, 19, 98, 226, 1));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

:host(.checked) .vega-checkbox-container > .vega-checkbox-icon:hover,
:host(.indeterminate) .vega-checkbox-container > .vega-checkbox-icon:hover {
  background-color: rgba(var(--v-bg-action-hover, 4, 112, 236, 1));
}

.vega-checkbox-container > input[type=checkbox]:focus-visible + .vega-checkbox-icon {
  outline: 2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));
  outline-offset: 3px;
}

.vega-checkbox-container > .vega-checkbox-icon:active {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--v-border-color-action-active, 29, 65, 195, 1));
}

:host(.checked) .vega-checkbox-container > .vega-checkbox-icon:active,
:host(.indeterminate) .vega-checkbox-container > .vega-checkbox-icon:active {
  background-color: rgba(var(--v-bg-action-active, 29, 65, 195, 1));
}

:host(.disabled) .vega-checkbox-container {
  cursor: not-allowed;
}

:host(:not(.disabled)) .vega-checkbox-container {
  cursor: pointer;
}

.vega-checkbox-container .vega-require {
  color: rgba(var(--v-text-error, 189, 41, 71, 1));
  margin-left: 4px;
  vertical-align: middle;
}

.vega-checkbox-container.error > .vega-checkbox-icon {
  background-color: rgba(var(--v-bg-primary, 252, 252, 252, 1));
  border: 1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1));
}

:host(.checked) .vega-checkbox-container.error > .vega-checkbox-icon,
:host(.indeterminate) .vega-checkbox-container.error > .vega-checkbox-icon {
  background-color: rgba(var(--v-bg-danger, 189, 41, 71, 1));
}

.vega-checkbox-container.error > .vega-checkbox-icon:hover {
  border: 1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1));
}

:host(.checked) .vega-checkbox-container.error > .vega-checkbox-icon:hover,
:host(.indeterminate) .vega-checkbox-container.error > .vega-checkbox-icon:hover {
  background-color: rgba(var(--v-bg-danger-hover, 233, 71, 104, 1));
}

.vega-checkbox-container.error > input[type=checkbox]:focus-visible + .vega-checkbox-icon {
  outline: 2px solid rgba(var(--v-border-color-danger, 230, 50, 87, 1));
  outline-offset: 3px;
}

:host(.checked) .vega-checkbox-container.error > .vega-checkbox-icon:active,
:host(.indeterminate) .vega-checkbox-container.error > .vega-checkbox-icon:active {
  background-color: rgba(var(--v-bg-danger-active, 230, 50, 87, 1));
}

.vega-checkbox-container.error > .vega-checkbox-icon:active {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--v-border-color-danger-active, 189, 41, 71, 1));
}

:host(.disabled) .vega-checkbox-container > .vega-checkbox-icon {
  background-color: rgba(var(--v-bg-secondary, 245, 247, 247, 1));
  border: 1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1));
}

:host(.checked.disabled) .vega-checkbox-container > .vega-checkbox-icon,
:host(.indeterminate.disabled) .vega-checkbox-container > .vega-checkbox-icon {
  background-color: rgba(var(--v-bg-disabled, 176, 180, 181, 1));
  border: 1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1));
}

:host(.checked.disabled) .vega-checkbox-container > .vega-checkbox-icon > vega-icon,
:host(.indeterminate.disabled) .vega-checkbox-container > .vega-checkbox-icon > vega-icon {
  color: rgba(var(--v-text-inverted-primary, 252, 252, 252, 1));
}

.vega-checkbox-container > .vega-checkbox-label-container {
  display: inline-block;
  margin-left: 12px;
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vega-checkbox-container > .vega-checkbox-label-container {
    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) {
  .vega-checkbox-container > .vega-checkbox-label-container {
    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) {
  .vega-checkbox-container > .vega-checkbox-label-container {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

:host(.disabled) .vega-checkbox-container > .vega-checkbox-label-container {
  color: rgba(var(--v-text-disabled, 176, 180, 181, 1));
}

.vega-error {
  display: block;
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(var(--v-text-error, 189, 41, 71, 1));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vega-error {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .vega-error {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  .vega-error {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
  }
}

.vega-checkbox-label-container.vega-hidden {
  display: none;
}

.vega-hidden {
  display: none;
}

.size-default input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.size-default .vega-checkbox-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 4px;
}
.size-default .vega-checkbox-label-container {
  margin-left: 12px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .size-default .vega-checkbox-label-container {
    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) {
  .size-default .vega-checkbox-label-container {
    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) {
  .size-default .vega-checkbox-label-container {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

.size-small input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.size-small .vega-checkbox-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 2px;
}
.size-small .vega-checkbox-label-container {
  margin-left: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .size-small .vega-checkbox-label-container {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .size-small .vega-checkbox-label-container {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  .size-small .vega-checkbox-label-container {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}