/**
 * Auto-generated file. Do not edit directly.
 */
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
.hint-wrapper {
  flex: 0 1 auto;
  display: flex;
  gap: 0.5rem;
}

.hint-section {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: rgb(var(--cat-font-color-muted, 81, 92, 108));
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.hint-section .input-hint,
.hint-section ::slotted([slot=hint]) {
  margin: 0 !important;
}

.cat-bg-primary {
  background-color: rgb(var(--cat-primary-bg, 0, 129, 148)) !important;
  color: rgb(var(--cat-primary-fill, 255, 255, 255)) !important;
  --cat-primary-text: var(--cat-primary-fill, 255, 255, 255);
  --cat-primary-text-hover: var(--cat-primary-fill-hover, 255, 255, 255);
  --cat-primary-text-active: var(--cat-primary-fill-active, 255, 255, 255);
  --cat-link-decoration: underline;
}

.cat-bg-primary-hover {
  transition: background-color 125ms, color 125ms;
}
.cat-bg-primary-hover:hover {
  background-color: rgb(var(--cat-primary-bg-hover, 1, 115, 132)) !important;
  color: rgb(var(--cat-primary-fill-hover, 255, 255, 255)) !important;
  --cat-primary-text: var(--cat-primary-fill, 255, 255, 255);
  --cat-primary-text-hover: var(--cat-primary-fill-hover, 255, 255, 255);
  --cat-primary-text-active: var(--cat-primary-fill-active, 255, 255, 255);
  --cat-link-decoration: underline;
}

.cat-text-primary,
.cat-link-primary {
  color: rgb(var(--cat-primary-text, 0, 129, 148)) !important;
}

button.cat-text-primary,
button.cat-link-primary {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

button.cat-link-primary:hover:not(:disabled) {
  text-decoration: var(--cat-link-decoration-hover, underline);
}
button.cat-link-primary:focus-visible {
  outline: 2px solid rgb(var(--cat-border-color-focus, 0, 113, 255));
  outline-offset: 1px;
}

.cat-link-primary,
.cat-text-primary-hover {
  transition: color 125ms;
}
.cat-link-primary:hover,
.cat-text-primary-hover:hover {
  color: rgb(var(--cat-primary-text-hover, 1, 115, 132)) !important;
}
.cat-link-primary:active,
.cat-text-primary-hover:active {
  color: rgb(var(--cat-primary-text-active, 2, 99, 113)) !important;
}

.cat-bg-primaryInverted {
  background-color: #93b4f2 !important;
  color: black !important;
  --cat-primary-text: 0, 0, 0;
  --cat-primary-text-hover: 0, 0, 0;
  --cat-primary-text-active: 0, 0, 0;
  --cat-link-decoration: underline;
}

.cat-bg-primaryInverted-hover {
  transition: background-color 125ms, color 125ms;
}
.cat-bg-primaryInverted-hover:hover {
  background-color: #93b4f2 !important;
  color: black !important;
  --cat-primary-text: 0, 0, 0;
  --cat-primary-text-hover: 0, 0, 0;
  --cat-primary-text-active: 0, 0, 0;
  --cat-link-decoration: underline;
}

.cat-text-primaryInverted,
.cat-link-primaryInverted {
  color: #93b4f2 !important;
}

button.cat-text-primaryInverted,
button.cat-link-primaryInverted {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

button.cat-link-primaryInverted:hover:not(:disabled) {
  text-decoration: var(--cat-link-decoration-hover, underline);
}
button.cat-link-primaryInverted:focus-visible {
  outline: 2px solid rgb(var(--cat-border-color-focus, 0, 113, 255));
  outline-offset: 1px;
}

.cat-link-primaryInverted,
.cat-text-primaryInverted-hover {
  transition: color 125ms;
}
.cat-link-primaryInverted:hover,
.cat-text-primaryInverted-hover:hover {
  color: #93b4f2 !important;
}
.cat-link-primaryInverted:active,
.cat-text-primaryInverted-hover:active {
  color: #93b4f2 !important;
}

.cat-bg-secondary {
  background-color: rgb(var(--cat-secondary-bg, 105, 118, 135)) !important;
  color: rgb(var(--cat-secondary-fill, 255, 255, 255)) !important;
  --cat-primary-text: var(--cat-secondary-fill, 255, 255, 255);
  --cat-primary-text-hover: var(--cat-secondary-fill-hover, 255, 255, 255);
  --cat-primary-text-active: var(--cat-secondary-fill-active, 255, 255, 255);
  --cat-link-decoration: underline;
}

.cat-bg-secondary-hover {
  transition: background-color 125ms, color 125ms;
}
.cat-bg-secondary-hover:hover {
  background-color: rgb(var(--cat-secondary-bg-hover, 105, 118, 135)) !important;
  color: rgb(var(--cat-secondary-fill-hover, 255, 255, 255)) !important;
  --cat-primary-text: var(--cat-secondary-fill, 255, 255, 255);
  --cat-primary-text-hover: var(--cat-secondary-fill-hover, 255, 255, 255);
  --cat-primary-text-active: var(--cat-secondary-fill-active, 255, 255, 255);
  --cat-link-decoration: underline;
}

.cat-text-secondary,
.cat-link-secondary {
  color: rgb(var(--cat-secondary-text, 0, 0, 0)) !important;
}

button.cat-text-secondary,
button.cat-link-secondary {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

button.cat-link-secondary:hover:not(:disabled) {
  text-decoration: var(--cat-link-decoration-hover, underline);
}
button.cat-link-secondary:focus-visible {
  outline: 2px solid rgb(var(--cat-border-color-focus, 0, 113, 255));
  outline-offset: 1px;
}

.cat-link-secondary,
.cat-text-secondary-hover {
  transition: color 125ms;
}
.cat-link-secondary:hover,
.cat-text-secondary-hover:hover {
  color: rgb(var(--cat-secondary-text-hover, 0, 0, 0)) !important;
}
.cat-link-secondary:active,
.cat-text-secondary-hover:active {
  color: rgb(var(--cat-secondary-text-active, 0, 0, 0)) !important;
}

.cat-bg-secondaryInverted {
  background-color: #697687 !important;
  color: black !important;
  --cat-primary-text: 0, 0, 0;
  --cat-primary-text-hover: 0, 0, 0;
  --cat-primary-text-active: 0, 0, 0;
  --cat-link-decoration: underline;
}

.cat-bg-secondaryInverted-hover {
  transition: background-color 125ms, color 125ms;
}
.cat-bg-secondaryInverted-hover:hover {
  background-color: #697687 !important;
  color: black !important;
  --cat-primary-text: 0, 0, 0;
  --cat-primary-text-hover: 0, 0, 0;
  --cat-primary-text-active: 0, 0, 0;
  --cat-link-decoration: underline;
}

.cat-text-secondaryInverted,
.cat-link-secondaryInverted {
  color: white !important;
}

button.cat-text-secondaryInverted,
button.cat-link-secondaryInverted {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

button.cat-link-secondaryInverted:hover:not(:disabled) {
  text-decoration: var(--cat-link-decoration-hover, underline);
}
button.cat-link-secondaryInverted:focus-visible {
  outline: 2px solid rgb(var(--cat-border-color-focus, 0, 113, 255));
  outline-offset: 1px;
}

.cat-link-secondaryInverted,
.cat-text-secondaryInverted-hover {
  transition: color 125ms;
}
.cat-link-secondaryInverted:hover,
.cat-text-secondaryInverted-hover:hover {
  color: white !important;
}
.cat-link-secondaryInverted:active,
.cat-text-secondaryInverted-hover:active {
  color: white !important;
}

.cat-bg-info {
  background-color: rgb(var(--cat-info-bg, 0, 115, 230)) !important;
  color: rgb(var(--cat-info-fill, 255, 255, 255)) !important;
  --cat-primary-text: var(--cat-info-fill, 255, 255, 255);
  --cat-primary-text-hover: var(--cat-info-fill-hover, 255, 255, 255);
  --cat-primary-text-active: var(--cat-info-fill-active, 255, 255, 255);
  --cat-link-decoration: underline;
}

.cat-bg-info-hover {
  transition: background-color 125ms, color 125ms;
}
.cat-bg-info-hover:hover {
  background-color: rgb(var(--cat-info-bg-hover, 0, 107, 227)) !important;
  color: rgb(var(--cat-info-fill-hover, 255, 255, 255)) !important;
  --cat-primary-text: var(--cat-info-fill, 255, 255, 255);
  --cat-primary-text-hover: var(--cat-info-fill-hover, 255, 255, 255);
  --cat-primary-text-active: var(--cat-info-fill-active, 255, 255, 255);
  --cat-link-decoration: underline;
}

.cat-text-info,
.cat-link-info {
  color: rgb(var(--cat-info-text, 0, 115, 230)) !important;
}

button.cat-text-info,
button.cat-link-info {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

button.cat-link-info:hover:not(:disabled) {
  text-decoration: var(--cat-link-decoration-hover, underline);
}
button.cat-link-info:focus-visible {
  outline: 2px solid rgb(var(--cat-border-color-focus, 0, 113, 255));
  outline-offset: 1px;
}

.cat-link-info,
.cat-text-info-hover {
  transition: color 125ms;
}
.cat-link-info:hover,
.cat-text-info-hover:hover {
  color: rgb(var(--cat-info-text-hover, 0, 107, 227)) !important;
}
.cat-link-info:active,
.cat-text-info-hover:active {
  color: rgb(var(--cat-info-text-active, 0, 96, 223)) !important;
}

.cat-bg-success {
  background-color: rgb(var(--cat-success-bg, 0, 132, 88)) !important;
  color: rgb(var(--cat-success-fill, 255, 255, 255)) !important;
  --cat-primary-text: var(--cat-success-fill, 255, 255, 255);
  --cat-primary-text-hover: var(--cat-success-fill-hover, 255, 255, 255);
  --cat-primary-text-active: var(--cat-success-fill-active, 255, 255, 255);
  --cat-link-decoration: underline;
}

.cat-bg-success-hover {
  transition: background-color 125ms, color 125ms;
}
.cat-bg-success-hover:hover {
  background-color: rgb(var(--cat-success-bg-hover, 0, 117, 78)) !important;
  color: rgb(var(--cat-success-fill-hover, 255, 255, 255)) !important;
  --cat-primary-text: var(--cat-success-fill, 255, 255, 255);
  --cat-primary-text-hover: var(--cat-success-fill-hover, 255, 255, 255);
  --cat-primary-text-active: var(--cat-success-fill-active, 255, 255, 255);
  --cat-link-decoration: underline;
}

.cat-text-success,
.cat-link-success {
  color: rgb(var(--cat-success-text, 0, 132, 88)) !important;
}

button.cat-text-success,
button.cat-link-success {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

button.cat-link-success:hover:not(:disabled) {
  text-decoration: var(--cat-link-decoration-hover, underline);
}
button.cat-link-success:focus-visible {
  outline: 2px solid rgb(var(--cat-border-color-focus, 0, 113, 255));
  outline-offset: 1px;
}

.cat-link-success,
.cat-text-success-hover {
  transition: color 125ms;
}
.cat-link-success:hover,
.cat-text-success-hover:hover {
  color: rgb(var(--cat-success-text-hover, 0, 117, 78)) !important;
}
.cat-link-success:active,
.cat-text-success-hover:active {
  color: rgb(var(--cat-success-text-active, 0, 105, 70)) !important;
}

.cat-bg-warning {
  background-color: rgb(var(--cat-warning-bg, 255, 206, 128)) !important;
  color: rgb(var(--cat-warning-fill, 0, 0, 0)) !important;
  --cat-primary-text: var(--cat-warning-fill, 0, 0, 0);
  --cat-primary-text-hover: var(--cat-warning-fill-hover, 0, 0, 0);
  --cat-primary-text-active: var(--cat-warning-fill-active, 0, 0, 0);
  --cat-link-decoration: underline;
}

.cat-bg-warning-hover {
  transition: background-color 125ms, color 125ms;
}
.cat-bg-warning-hover:hover {
  background-color: rgb(var(--cat-warning-bg-hover, 255, 214, 148)) !important;
  color: rgb(var(--cat-warning-fill-hover, 0, 0, 0)) !important;
  --cat-primary-text: var(--cat-warning-fill, 0, 0, 0);
  --cat-primary-text-hover: var(--cat-warning-fill-hover, 0, 0, 0);
  --cat-primary-text-active: var(--cat-warning-fill-active, 0, 0, 0);
  --cat-link-decoration: underline;
}

.cat-text-warning,
.cat-link-warning {
  color: rgb(var(--cat-warning-text, 159, 97, 0)) !important;
}

button.cat-text-warning,
button.cat-link-warning {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

button.cat-link-warning:hover:not(:disabled) {
  text-decoration: var(--cat-link-decoration-hover, underline);
}
button.cat-link-warning:focus-visible {
  outline: 2px solid rgb(var(--cat-border-color-focus, 0, 113, 255));
  outline-offset: 1px;
}

.cat-link-warning,
.cat-text-warning-hover {
  transition: color 125ms;
}
.cat-link-warning:hover,
.cat-text-warning-hover:hover {
  color: rgb(var(--cat-warning-text-hover, 159, 97, 0)) !important;
}
.cat-link-warning:active,
.cat-text-warning-hover:active {
  color: rgb(var(--cat-warning-text-active, 159, 97, 0)) !important;
}

.cat-bg-danger {
  background-color: rgb(var(--cat-danger-bg, 217, 52, 13)) !important;
  color: rgb(var(--cat-danger-fill, 255, 255, 255)) !important;
  --cat-primary-text: var(--cat-danger-fill, 255, 255, 255);
  --cat-primary-text-hover: var(--cat-danger-fill-hover, 255, 255, 255);
  --cat-primary-text-active: var(--cat-danger-fill-active, 255, 255, 255);
  --cat-link-decoration: underline;
}

.cat-bg-danger-hover {
  transition: background-color 125ms, color 125ms;
}
.cat-bg-danger-hover:hover {
  background-color: rgb(var(--cat-danger-bg-hover, 194, 46, 11)) !important;
  color: rgb(var(--cat-danger-fill-hover, 255, 255, 255)) !important;
  --cat-primary-text: var(--cat-danger-fill, 255, 255, 255);
  --cat-primary-text-hover: var(--cat-danger-fill-hover, 255, 255, 255);
  --cat-primary-text-active: var(--cat-danger-fill-active, 255, 255, 255);
  --cat-link-decoration: underline;
}

.cat-text-danger,
.cat-link-danger {
  color: rgb(var(--cat-danger-text, 217, 52, 13)) !important;
}

button.cat-text-danger,
button.cat-link-danger {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

button.cat-link-danger:hover:not(:disabled) {
  text-decoration: var(--cat-link-decoration-hover, underline);
}
button.cat-link-danger:focus-visible {
  outline: 2px solid rgb(var(--cat-border-color-focus, 0, 113, 255));
  outline-offset: 1px;
}

.cat-link-danger,
.cat-text-danger-hover {
  transition: color 125ms;
}
.cat-link-danger:hover,
.cat-text-danger-hover:hover {
  color: rgb(var(--cat-danger-text-hover, 194, 46, 11)) !important;
}
.cat-link-danger:active,
.cat-text-danger-hover:active {
  color: rgb(var(--cat-danger-text-active, 174, 42, 10)) !important;
}

.cat-active {
  color: rgb(var(--cat-primary-text, 0, 129, 148)) !important;
}

.cat-text-active {
  color: rgb(var(--cat-primary-text, 0, 129, 148)) !important;
}

.cat-muted {
  color: rgb(var(--cat-font-color-muted, 81, 92, 108)) !important;
}

.cat-text-muted {
  color: rgb(var(--cat-font-color-muted, 81, 92, 108)) !important;
}

.cat-bg-muted {
  background-color: #f2f4f7 !important;
}

.cat-text-reset {
  color: inherit !important;
}

.cat-link-reset {
  color: inherit !important;
  text-decoration: inherit !important;
}

.label {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
}

.input-field:not(.input-horizontal) .label-container.hidden,
.textarea-field:not(.textarea-horizontal) .label-container.hidden,
.select-field:not(.select-horizontal) .label-container.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.label-container {
  flex-basis: var(--label-size, 33.33%);
}

.label-wrapper {
  display: flex;
  gap: 0.25rem;
}

.label-metadata {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  justify-content: space-between;
  gap: 0.25rem;
  color: rgb(var(--cat-font-color-muted, 81, 92, 108));
}

.label-optional,
.label-character-count {
  display: inline-flex;
  align-items: center;
  max-height: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.label-character-count {
  margin-left: auto;
}

.input-horizontal .label-container.hidden label,
.textarea-horizontal .label-container.hidden label,
.select-horizontal .label-container.hidden label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.input-horizontal .label-wrapper,
.textarea-horizontal .label-wrapper,
.select-horizontal .label-wrapper {
  flex-direction: column;
}
.input-horizontal .label-container,
.textarea-horizontal .label-container,
.select-horizontal .label-container {
  flex-shrink: 0;
}
.input-horizontal label,
.textarea-horizontal label,
.select-horizontal label {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
}
.input-horizontal .label-metadata,
.textarea-horizontal .label-metadata,
.select-horizontal .label-metadata {
  justify-content: flex-start;
}
.input-horizontal .label-metadata .label-character-count,
.textarea-horizontal .label-metadata .label-character-count,
.select-horizontal .label-metadata .label-character-count {
  margin-left: 0;
}

:host {
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

:host([hidden]) {
  display: none;
}

.input-field,
.input-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}

.input-field.input-horizontal {
  flex-direction: row;
  gap: 1rem;
}

.input-wrapper {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  padding: 0 0.75rem;
  height: 2.5rem;
  overflow: hidden;
  background: white;
  border-radius: var(--cat-border-radius-m, 0.25rem);
  box-shadow: inset 0 0 0 1px rgb(var(--border-color));
  transition: box-shadow 125ms linear;
  --border-color: var(--cat-border-color-dark, 215, 219, 224);
}
.input-wrapper.input-round {
  border-radius: 10rem;
}
.input-wrapper.input-readonly {
  pointer-events: none;
}
.input-wrapper.input-disabled {
  background: #f2f4f7;
  cursor: not-allowed;
  color: rgb(var(--cat-font-color-muted, 81, 92, 108));
}
.input-wrapper:not(.input-disabled):hover {
  box-shadow: inset 0 0 0 1px rgb(var(--border-color)), 0 0 0 1px rgb(var(--border-color));
}
.input-wrapper:focus-within {
  outline: 2px solid rgb(var(--cat-border-color-focus, 0, 113, 255));
  outline-offset: -1px;
}
.input-wrapper:focus-within:has(.clearable:focus) {
  outline: none;
}
.input-wrapper.input-invalid {
  --border-color: var(--cat-danger-bg, 217, 52, 13), 0.2;
}
.input-wrapper:has(input[type=file]) {
  padding-left: 0;
}
.input-wrapper {
  /* stylelint-disable property-no-vendor-prefix */
}
.input-wrapper:has(input:-webkit-autofill), .input-wrapper:has(input:-webkit-autofill):hover, .input-wrapper:has(input:-webkit-autofill):focus {
  background-color: #e8f0fe;
}
.input-wrapper {
  /* stylelint-enable property-no-vendor-prefix */
}

.text-prefix,
.text-suffix {
  display: inline-flex;
  align-items: center;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* stylelint-enable property-no-vendor-prefix */
  color: rgb(var(--cat-font-color-muted, 81, 92, 108));
}

.text-prefix {
  border-right: 1px solid rgb(var(--cat-border-color-dark, 215, 219, 224));
  padding-right: 0.75rem;
}

.text-suffix {
  border-left: 1px solid rgb(var(--cat-border-color-dark, 215, 219, 224));
  padding-left: 0.75rem;
}

.icon-loading,
.icon-prefix,
.icon-suffix {
  align-self: center;
}

.input-outer-wrapper {
  display: flex;
}

.input-inner-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1 1 auto;
}

input {
  font: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 0;
  border: none;
  outline: none;
  background: none;
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
}
.input-disabled input {
  cursor: not-allowed;
  color: rgb(var(--cat-font-color-muted, 81, 92, 108));
}
input.has-clearable, input.has-toggle-password {
  padding-right: 1.5rem;
}
input.has-clearable.has-toggle-password {
  padding-right: 3.5rem;
}
input::placeholder {
  color: rgb(var(--cat-font-color-muted, 81, 92, 108));
  opacity: 1;
}
input::file-selector-button {
  background-color: transparent;
  cursor: pointer;
  border: 1px solid var(--cat-border-color-dark, #ccc);
  border-radius: var(--cat-border-radius-m, 0.25rem);
  height: 1.75rem;
  margin: 0 0.75rem 0 0.375rem;
}
input {
  /* stylelint-disable property-no-vendor-prefix */
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 9999px #e8f0fe inset;
}
input {
  /* stylelint-enable property-no-vendor-prefix */
}

.clearable {
  position: absolute;
  top: calc(50% - 1rem);
  right: -0.5rem;
}

.toggle-password {
  position: absolute;
  top: calc(50% - 1rem);
  right: -0.5rem;
}
.has-clearable ~ .toggle-password {
  right: 1.5rem;
}

/* Color picker */
.input-inner-wrapper.has-clearable,
.input-inner-wrapper.has-toggle-password {
  padding-right: 2rem;
}

.input-inner-wrapper.has-clearable.has-toggle-password {
  padding-right: 4rem;
}

input[type=color] {
  flex: 0 0 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  border: 1px solid var(--cat-border-color-dark, #ccc);
  border-radius: 0.25rem;
  background: none;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  padding: 0 !important;
}

/* Chrome / Safari */
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type=color]::-webkit-color-swatch {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* Firefox */
input[type=color]::-moz-color-swatch {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.color-value {
  flex-grow: 1;
}

:host(.cat-date-input) .input-wrapper,
:host(.cat-time-input) .input-wrapper {
  z-index: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}