/*
* Vuetify colors. These should also be added to the vuerify.js file so
* they can be refrenced both in js and in utility classes
*/
/*
* Chordata colors. These should also be added to the vuerify.js file so
* they can be referenced both in js and in utility classes
*/
.human-display-chip a {
  color: #23282d;
  text-decoration: none;
}
.human-display-chip a:hover {
  color: #9e1c46;
  text-decoration: underline;
}

.chip-action-icon:hover {
  cursor: pointer;
  opacity: 0.72;
}

.entity-border-bottom-product {
  border-bottom: solid #098041;
}

.entity-border-bottom-work {
  border-bottom: solid #123ba2;
}

.entity-border-bottom-contract {
  border-bottom: solid #e97b29;
}

.entity-border-bottom-asset {
  border-bottom: solid #615595;
}

.entity-border-bottom-human {
  border-bottom: solid #9e1c46;
}

.entity-border-bottom-publisher {
  border-bottom: solid #8393aa;
}

.entity-border-bottom-royalty_statement {
  border-bottom: solid #0d7e8a;
}

.color-warning {
  color: #f0ad4e;
}

.default-border-bottom {
  border-bottom: solid #033649;
}

/*
* ========== Global Overides ==========
* All variables to override can be found here: https://vuetifyjs.com/en/api/globals/#sass
*/
.v-btn {
  align-items: center;
  border-radius: 4px;
  display: inline-grid;
  grid-template-areas: "prepend content append";
  grid-template-columns: max-content auto max-content;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  max-width: 100%;
  outline: none;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
  transition-property: box-shadow, transform, opacity, background;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  vertical-align: middle;
  flex-shrink: 0;
}
.v-locale--is-rtl .v-btn {
  text-indent: -0.0892857143em;
}
.v-btn--size-x-small {
  --v-btn-size: 0.625rem;
  --v-btn-height: 20px;
  font-size: var(--v-btn-size);
  min-width: 36px;
  padding: 0 8px;
}

.v-btn--size-small {
  --v-btn-size: 0.75rem;
  --v-btn-height: 28px;
  font-size: var(--v-btn-size);
  min-width: 50px;
  padding: 0 12px;
}

.v-btn--size-default {
  --v-btn-size: 0.875rem;
  --v-btn-height: 36px;
  font-size: var(--v-btn-size);
  min-width: 64px;
  padding: 0 16px;
}

.v-btn--size-large {
  --v-btn-size: 1rem;
  --v-btn-height: 44px;
  font-size: var(--v-btn-size);
  min-width: 78px;
  padding: 0 20px;
}

.v-btn--size-x-large {
  --v-btn-size: 1.125rem;
  --v-btn-height: 52px;
  font-size: var(--v-btn-size);
  min-width: 92px;
  padding: 0 24px;
}

.v-btn.v-btn--density-default {
  height: calc(var(--v-btn-height) + 0px);
}

.v-btn.v-btn--density-comfortable {
  height: calc(var(--v-btn-height) + -8px);
}

.v-btn.v-btn--density-compact {
  height: calc(var(--v-btn-height) + -12px);
}

.v-btn {
  border-color: #d4d8de;
  border-style: solid;
  border-width: 0;
}
.v-btn--border {
  border-width: thin;
  box-shadow: none;
}
.v-btn--absolute {
  position: absolute;
}
.v-btn--fixed {
  position: fixed;
}
.v-btn:hover > .v-btn__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn:focus-visible > .v-btn__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn:focus > .v-btn__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-btn--variant-plain {
  opacity: 0.62;
}
.v-btn--variant-plain:focus, .v-btn--variant-plain:hover {
  opacity: 1;
}
.v-btn--variant-plain .v-btn__overlay {
  display: none;
}
.v-btn--variant-elevated, .v-btn--variant-flat {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-btn--variant-elevated {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--variant-outlined {
  border: thin solid currentColor;
}
.v-btn--variant-text .v-btn__overlay {
  background: currentColor;
}
.v-btn--variant-tonal .v-btn__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-btn .v-btn__underlay {
  position: absolute;
}
@supports selector(:focus-visible) {
  .v-btn::after {
    pointer-events: none;
    border: 2px solid currentColor;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-btn:focus-visible::after {
    opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--icon {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
}
.v-btn--icon.v-btn--size-default {
  --v-btn-size: 1rem;
}
.v-btn--icon.v-btn--density-default {
  width: calc(var(--v-btn-height) + 12px);
  height: calc(var(--v-btn-height) + 12px);
}
.v-btn--icon.v-btn--density-comfortable {
  width: calc(var(--v-btn-height) + 0px);
  height: calc(var(--v-btn-height) + 0px);
}
.v-btn--icon.v-btn--density-compact {
  width: calc(var(--v-btn-height) + -8px);
  height: calc(var(--v-btn-height) + -8px);
}

.v-btn--elevated:hover, .v-btn--elevated:focus {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--elevated:active {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--flat {
  box-shadow: none;
}
.v-btn--block {
  display: flex;
  flex: 1 0 auto;
  min-width: 100%;
}
.v-btn--spaced {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
}
.v-btn--spaced.v-btn--spaced-start > .v-btn__content {
  justify-content: end;
}
.v-btn--spaced.v-btn--spaced-end > .v-btn__content {
  justify-content: start;
}
.v-btn--disabled {
  pointer-events: none;
  opacity: 0.26;
}
.v-btn--disabled:hover {
  opacity: 0.26;
}
.v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
  box-shadow: none;
  opacity: 1;
  color: rgba(var(--v-theme-on-surface), 0.26);
  background: rgb(var(--v-theme-surface));
}
.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay, .v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
  opacity: 0.4615384615;
}
.v-btn--loading {
  pointer-events: none;
}
.v-btn--loading .v-btn__content,
.v-btn--loading .v-btn__prepend,
.v-btn--loading .v-btn__append {
  opacity: 0;
}
.v-btn--stacked {
  grid-template-areas: "prepend" "content" "append";
  grid-template-columns: auto;
  grid-template-rows: max-content max-content max-content;
  justify-items: center;
  align-content: center;
}
.v-btn--stacked .v-btn__content {
  flex-direction: column;
  line-height: 1.25;
}
.v-btn--stacked .v-btn__prepend,
.v-btn--stacked .v-btn__append,
.v-btn--stacked .v-btn__content > .v-icon--start,
.v-btn--stacked .v-btn__content > .v-icon--end {
  margin-inline: 0;
}
.v-btn--stacked .v-btn__prepend,
.v-btn--stacked .v-btn__content > .v-icon--start {
  margin-bottom: 4px;
}
.v-btn--stacked .v-btn__append,
.v-btn--stacked .v-btn__content > .v-icon--end {
  margin-top: 4px;
}
.v-btn--stacked.v-btn--size-x-small {
  --v-btn-size: 0.625rem;
  --v-btn-height: 56px;
  font-size: var(--v-btn-size);
  min-width: 56px;
  padding: 0 12px;
}

.v-btn--stacked.v-btn--size-small {
  --v-btn-size: 0.75rem;
  --v-btn-height: 64px;
  font-size: var(--v-btn-size);
  min-width: 64px;
  padding: 0 14px;
}

.v-btn--stacked.v-btn--size-default {
  --v-btn-size: 0.875rem;
  --v-btn-height: 72px;
  font-size: var(--v-btn-size);
  min-width: 72px;
  padding: 0 16px;
}

.v-btn--stacked.v-btn--size-large {
  --v-btn-size: 1rem;
  --v-btn-height: 80px;
  font-size: var(--v-btn-size);
  min-width: 80px;
  padding: 0 18px;
}

.v-btn--stacked.v-btn--size-x-large {
  --v-btn-size: 1.125rem;
  --v-btn-height: 88px;
  font-size: var(--v-btn-size);
  min-width: 88px;
  padding: 0 20px;
}

.v-btn--stacked.v-btn--density-default {
  height: calc(var(--v-btn-height) + 0px);
}

.v-btn--stacked.v-btn--density-comfortable {
  height: calc(var(--v-btn-height) + -16px);
}

.v-btn--stacked.v-btn--density-compact {
  height: calc(var(--v-btn-height) + -24px);
}

.v-btn--slim {
  padding: 0 8px;
}
.v-btn--readonly {
  pointer-events: none;
}
.v-btn--rounded {
  border-radius: 24px;
}
.v-btn--rounded.v-btn--icon {
  border-radius: 4px;
}
.v-btn .v-icon {
  --v-icon-size-multiplier: 0.8571428571;
}
.v-btn--icon .v-icon {
  --v-icon-size-multiplier: 1;
}
.v-btn--stacked .v-icon {
  --v-icon-size-multiplier: 1.1428571429;
}
.v-btn--stacked.v-btn--block {
  min-width: 100%;
}

.v-btn__loader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-btn__loader > .v-progress-circular {
  width: 1.5em;
  height: 1.5em;
}

.v-btn__content,
.v-btn__prepend,
.v-btn__append {
  align-items: center;
  display: flex;
  transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-btn__prepend {
  grid-area: prepend;
  margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
}
.v-btn--slim .v-btn__prepend {
  margin-inline-start: 0;
}

.v-btn__append {
  grid-area: append;
  margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
}
.v-btn--slim .v-btn__append {
  margin-inline-end: 0;
}

.v-btn__content {
  grid-area: content;
  justify-content: center;
  white-space: nowrap;
}
.v-btn__content > .v-icon--start {
  margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
}
.v-btn__content > .v-icon--end {
  margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
}
.v-btn--stacked .v-btn__content {
  white-space: normal;
}

.v-btn__overlay {
  background-color: currentColor;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.v-btn__overlay,
.v-btn__underlay {
  pointer-events: none;
}
.v-btn__overlay,
.v-btn__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-pagination .v-btn {
  width: auto;
  padding-inline: 5px;
}
.v-pagination .v-btn.v-btn--density-default {
  min-width: calc(var(--v-btn-height) + 12px);
}
.v-pagination .v-btn.v-btn--density-comfortable {
  min-width: calc(var(--v-btn-height) + 0px);
}
.v-pagination .v-btn.v-btn--density-compact {
  min-width: calc(var(--v-btn-height) + -8px);
}
.v-pagination .v-btn {
  border-radius: 4px;
}
.v-pagination .v-btn--rounded {
  border-radius: 50%;
}
.v-pagination .v-btn__overlay {
  transition: none;
}
.v-pagination__prev .v-btn, .v-pagination__next .v-btn {
  padding-inline: 0;
}
.v-pagination__prev .v-btn.v-btn--density-default, .v-pagination__next .v-btn.v-btn--density-default {
  width: calc(var(--v-btn-height) + 12px);
}
.v-pagination__prev .v-btn.v-btn--density-comfortable, .v-pagination__next .v-btn.v-btn--density-comfortable {
  width: calc(var(--v-btn-height) + 0px);
}
.v-pagination__prev .v-btn.v-btn--density-compact, .v-pagination__next .v-btn.v-btn--density-compact {
  width: calc(var(--v-btn-height) + -8px);
}
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
  opacity: var(--v-border-opacity);
}

@media (forced-colors: active) {
  .v-btn:not(.v-btn--variant-text, .v-btn--variant-plain) {
    border: thin solid;
  }
  .v-btn:focus-visible {
    outline: 2px solid;
    outline-offset: 2px;
  }
}/*
* Vuetify colors. These should also be added to the vuerify.js file so
* they can be refrenced both in js and in utility classes
*/
/*
* Chordata colors. These should also be added to the vuerify.js file so
* they can be referenced both in js and in utility classes
*/
.human-display-chip a {
  color: #23282d;
  text-decoration: none;
}
.human-display-chip a:hover {
  color: #9e1c46;
  text-decoration: underline;
}

.chip-action-icon:hover {
  cursor: pointer;
  opacity: 0.72;
}

.entity-border-bottom-product {
  border-bottom: solid #098041;
}

.entity-border-bottom-work {
  border-bottom: solid #123ba2;
}

.entity-border-bottom-contract {
  border-bottom: solid #e97b29;
}

.entity-border-bottom-asset {
  border-bottom: solid #615595;
}

.entity-border-bottom-human {
  border-bottom: solid #9e1c46;
}

.entity-border-bottom-publisher {
  border-bottom: solid #8393aa;
}

.entity-border-bottom-royalty_statement {
  border-bottom: solid #0d7e8a;
}

.color-warning {
  color: #f0ad4e;
}

.default-border-bottom {
  border-bottom: solid #033649;
}

/*
* ========== Global Overides ==========
* All variables to override can be found here: https://vuetifyjs.com/en/api/globals/#sass
*/
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
  opacity: 1;
}
@media (forced-colors: active) {
  .v-btn-toggle > .v-btn:not(.v-btn--disabled) {
    border-color: buttontext !important;
  }
  .v-btn-toggle > .v-btn:not(.v-btn--disabled):focus-visible {
    outline: 0;
  }
  .v-btn-toggle > .v-btn:not(.v-btn--disabled):not(.v-btn--active):hover, .v-btn-toggle > .v-btn:not(.v-btn--disabled):not(.v-btn--active):focus-visible {
    color: highlight;
    border-color: currentColor !important;
  }
  .v-btn-toggle > .v-btn--active {
    color: highlight !important;
    forced-color-adjust: preserve-parent-color;
  }
  .v-btn-toggle > .v-btn--active:not(.v-btn--variant-text, .v-btn--variant-plain) {
    background-color: highlight !important;
    color: highlighttext !important;
    border-color: highlight !important;
  }
}/*
* Vuetify colors. These should also be added to the vuerify.js file so
* they can be refrenced both in js and in utility classes
*/
/*
* Chordata colors. These should also be added to the vuerify.js file so
* they can be referenced both in js and in utility classes
*/
.human-display-chip a {
  color: #23282d;
  text-decoration: none;
}
.human-display-chip a:hover {
  color: #9e1c46;
  text-decoration: underline;
}

.chip-action-icon:hover {
  cursor: pointer;
  opacity: 0.72;
}

.entity-border-bottom-product {
  border-bottom: solid #098041;
}

.entity-border-bottom-work {
  border-bottom: solid #123ba2;
}

.entity-border-bottom-contract {
  border-bottom: solid #e97b29;
}

.entity-border-bottom-asset {
  border-bottom: solid #615595;
}

.entity-border-bottom-human {
  border-bottom: solid #9e1c46;
}

.entity-border-bottom-publisher {
  border-bottom: solid #8393aa;
}

.entity-border-bottom-royalty_statement {
  border-bottom: solid #0d7e8a;
}

.color-warning {
  color: #f0ad4e;
}

.default-border-bottom {
  border-bottom: solid #033649;
}

/*
* ========== Global Overides ==========
* All variables to override can be found here: https://vuetifyjs.com/en/api/globals/#sass
*/
.v-btn-group {
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  min-width: 0;
  overflow-y: hidden;
  overflow-x: auto;
  vertical-align: middle;
}
.v-btn-group {
  border-color: #d4d8de;
  border-style: solid;
  border-width: 0;
}
.v-btn-group--border {
  border-width: thin;
  box-shadow: none;
}
.v-btn-group {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn-group {
  border-radius: 4px;
}
.v-btn-group {
  background: transparent;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-btn-group--density-default.v-btn-group {
  height: 48px;
}

.v-btn-group--density-comfortable.v-btn-group {
  height: 40px;
}

.v-btn-group--density-compact.v-btn-group {
  height: 36px;
}

.v-btn-group .v-btn {
  border-radius: 0;
  border-color: inherit;
}
.v-btn-group--tile {
  border-radius: 0;
}
.v-btn-group--horizontal .v-btn:not(:last-child) {
  border-inline-end: none;
}
.v-btn-group--horizontal .v-btn:not(:first-child) {
  border-inline-start: none;
}
.v-btn-group--horizontal .v-btn:first-child {
  border-start-start-radius: inherit;
  border-end-start-radius: inherit;
}
.v-btn-group--horizontal .v-btn:last-child {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child) {
  border-inline-end-width: thin;
  border-inline-end-style: solid;
  border-inline-end-color: #d4d8de;
}
.v-btn-group--vertical {
  flex-direction: column;
  height: auto !important;
}
.v-btn-group--vertical .v-btn:not(:last-child) {
  border-block-end: none;
}
.v-btn-group--vertical .v-btn:not(:first-child) {
  border-block-start: none;
}
.v-btn-group--vertical .v-btn:first-child {
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
}
.v-btn-group--vertical .v-btn:last-child {
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child) {
  border-block-end-width: thin;
  border-block-end-style: solid;
  border-block-end-color: #d4d8de;
}/*
* Vuetify colors. These should also be added to the vuerify.js file so
* they can be refrenced both in js and in utility classes
*/
/*
* Chordata colors. These should also be added to the vuerify.js file so
* they can be referenced both in js and in utility classes
*/
.human-display-chip a {
  color: #23282d;
  text-decoration: none;
}
.human-display-chip a:hover {
  color: #9e1c46;
  text-decoration: underline;
}

.chip-action-icon:hover {
  cursor: pointer;
  opacity: 0.72;
}

.entity-border-bottom-product {
  border-bottom: solid #098041;
}

.entity-border-bottom-work {
  border-bottom: solid #123ba2;
}

.entity-border-bottom-contract {
  border-bottom: solid #e97b29;
}

.entity-border-bottom-asset {
  border-bottom: solid #615595;
}

.entity-border-bottom-human {
  border-bottom: solid #9e1c46;
}

.entity-border-bottom-publisher {
  border-bottom: solid #8393aa;
}

.entity-border-bottom-royalty_statement {
  border-bottom: solid #0d7e8a;
}

.color-warning {
  color: #f0ad4e;
}

.default-border-bottom {
  border-bottom: solid #033649;
}

/*
* ========== Global Overides ==========
* All variables to override can be found here: https://vuetifyjs.com/en/api/globals/#sass
*/
.v-icon {
  --v-icon-size-multiplier: 1;
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  height: 1em;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  opacity: var(--v-icon-opacity, 1);
  text-indent: 0;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  width: 1em;
  min-width: 1em;
}
.v-icon--clickable {
  cursor: pointer;
}
.v-icon--disabled {
  pointer-events: none;
  opacity: 0.38;
}
.v-icon--size-x-small {
  font-size: calc(var(--v-icon-size-multiplier) * 1em);
}
.v-icon--size-small {
  font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
}
.v-icon--size-default {
  font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
}
.v-icon--size-large {
  font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
}
.v-icon--size-x-large {
  font-size: calc(var(--v-icon-size-multiplier) * 2em);
}

.v-icon__svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.v-icon--start {
  margin-inline-end: 8px;
}

.v-icon--end {
  margin-inline-start: 8px;
}/*
* Vuetify colors. These should also be added to the vuerify.js file so
* they can be refrenced both in js and in utility classes
*/
/*
* Chordata colors. These should also be added to the vuerify.js file so
* they can be referenced both in js and in utility classes
*/
.human-display-chip a {
  color: #23282d;
  text-decoration: none;
}
.human-display-chip a:hover {
  color: #9e1c46;
  text-decoration: underline;
}

.chip-action-icon:hover {
  cursor: pointer;
  opacity: 0.72;
}

.entity-border-bottom-product {
  border-bottom: solid #098041;
}

.entity-border-bottom-work {
  border-bottom: solid #123ba2;
}

.entity-border-bottom-contract {
  border-bottom: solid #e97b29;
}

.entity-border-bottom-asset {
  border-bottom: solid #615595;
}

.entity-border-bottom-human {
  border-bottom: solid #9e1c46;
}

.entity-border-bottom-publisher {
  border-bottom: solid #8393aa;
}

.entity-border-bottom-royalty_statement {
  border-bottom: solid #0d7e8a;
}

.color-warning {
  color: #f0ad4e;
}

.default-border-bottom {
  border-bottom: solid #033649;
}

/*
* ========== Global Overides ==========
* All variables to override can be found here: https://vuetifyjs.com/en/api/globals/#sass
*/
.v-progress-circular {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.v-progress-circular > svg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.v-progress-circular__content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.v-progress-circular__underlay {
  color: rgba(var(--v-border-color), var(--v-border-opacity));
  stroke: currentColor;
  z-index: 1;
}

.v-progress-circular__overlay {
  stroke: currentColor;
  transition: all 0.2s ease-in-out, stroke-width 0s;
  z-index: 2;
}

.v-progress-circular--revealing {
  --progress-reveal-duration: $progress-circular-reveal-duration;
}
.v-progress-circular--revealing .v-progress-circular__overlay {
  transition-duration: var(--progress-reveal-duration), 0s;
}

.v-progress-circular--size-x-small {
  height: 16px;
  width: 16px;
}
.v-progress-circular--size-small {
  height: 24px;
  width: 24px;
}
.v-progress-circular--size-default {
  height: 32px;
  width: 32px;
}
.v-progress-circular--size-large {
  height: 48px;
  width: 48px;
}
.v-progress-circular--size-x-large {
  height: 64px;
  width: 64px;
}

.v-progress-circular--indeterminate > svg {
  animation: progress-circular-rotate 1.4s linear infinite;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}
.v-progress-circular--indeterminate .v-progress-circular__overlay {
  animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
  stroke-dasharray: 25, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  transform-origin: center center;
  transform: rotate(-90deg);
}

.v-progress-circular--disable-shrink > svg {
  animation-duration: 0.7s;
}
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
  animation: none;
}

.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
  animation-play-state: paused !important;
}

@keyframes progress-circular-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes progress-circular-rotate {
  100% {
    transform: rotate(270deg);
  }
}/*
* Vuetify colors. These should also be added to the vuerify.js file so
* they can be refrenced both in js and in utility classes
*/
/*
* Chordata colors. These should also be added to the vuerify.js file so
* they can be referenced both in js and in utility classes
*/
.human-display-chip a {
  color: #23282d;
  text-decoration: none;
}
.human-display-chip a:hover {
  color: #9e1c46;
  text-decoration: underline;
}

.chip-action-icon:hover {
  cursor: pointer;
  opacity: 0.72;
}

.entity-border-bottom-product {
  border-bottom: solid #098041;
}

.entity-border-bottom-work {
  border-bottom: solid #123ba2;
}

.entity-border-bottom-contract {
  border-bottom: solid #e97b29;
}

.entity-border-bottom-asset {
  border-bottom: solid #615595;
}

.entity-border-bottom-human {
  border-bottom: solid #9e1c46;
}

.entity-border-bottom-publisher {
  border-bottom: solid #8393aa;
}

.entity-border-bottom-royalty_statement {
  border-bottom: solid #0d7e8a;
}

.color-warning {
  color: #f0ad4e;
}

.default-border-bottom {
  border-bottom: solid #033649;
}

/*
* ========== Global Overides ==========
* All variables to override can be found here: https://vuetifyjs.com/en/api/globals/#sass
*/
.v-progress-linear {
  background: transparent;
  overflow: hidden;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1), mask-size 0s;
  width: 100%;
}
.v-progress-linear--rounded {
  border-radius: 9999px;
}
@media (forced-colors: active) {
  .v-progress-linear {
    border: thin solid buttontext;
  }
}

.v-progress-linear__background,
.v-progress-linear__buffer {
  background: currentColor;
  bottom: 0;
  left: 0;
  opacity: var(--v-border-opacity);
  position: absolute;
  top: 0;
  width: 100%;
  transition-property: width, left, right;
  transition: inherit;
}

@media (forced-colors: active) {
  .v-progress-linear__buffer {
    background-color: highlight !important;
    opacity: 0.5 !important;
  }
}
.v-progress-linear__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.v-progress-linear--clickable .v-progress-linear__content {
  pointer-events: none;
}

.v-progress-linear__determinate,
.v-progress-linear__indeterminate {
  background: currentColor;
}
@media (forced-colors: active) {
  .v-progress-linear__determinate,
  .v-progress-linear__indeterminate {
    background-color: highlight !important;
  }
}

.v-progress-linear__determinate {
  height: inherit;
  left: 0;
  position: absolute;
  transition: inherit;
  transition-property: width, left, right;
}

.v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
  animation-play-state: paused;
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
  bottom: 0;
  height: inherit;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: auto;
}
.v-progress-linear__indeterminate .long {
  animation-name: indeterminate-ltr;
}
.v-progress-linear__indeterminate .short {
  animation-name: indeterminate-short-ltr;
}

.v-progress-linear__stream {
  animation: stream 0.25s infinite linear;
  animation-play-state: paused;
  bottom: 0;
  left: auto;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  transition: inherit;
  transition-property: width, left, right;
}

.v-progress-linear--reverse .v-progress-linear__background,
.v-progress-linear--reverse .v-progress-linear__determinate,
.v-progress-linear--reverse .v-progress-linear__content {
  left: auto;
  right: 0;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
  left: auto;
  right: 0;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .long {
  animation-name: indeterminate-rtl;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .short {
  animation-name: indeterminate-short-rtl;
}
.v-progress-linear--reverse .v-progress-linear__stream {
  right: auto;
}

.v-progress-linear--absolute,
.v-progress-linear--fixed {
  left: 0;
  z-index: 1;
}

.v-progress-linear--absolute {
  position: absolute;
}

.v-progress-linear--fixed {
  position: fixed;
}

.v-progress-linear--rounded {
  border-radius: 9999px;
}
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
  border-radius: inherit;
}

.v-progress-linear--striped .v-progress-linear__determinate {
  animation: progress-linear-stripes 1s infinite linear;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
  background-repeat: repeat;
  background-size: var(--v-progress-linear-height);
}

.v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
  animation-play-state: running;
}
.v-progress-linear--active .v-progress-linear__stream {
  animation-play-state: running;
}

.v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
  border-radius: 9999px;
}
.v-progress-linear--rounded-bar .v-progress-linear__determinate {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

@keyframes indeterminate-ltr {
  0% {
    left: -90%;
    right: 100%;
  }
  60% {
    left: -90%;
    right: 100%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}
@keyframes indeterminate-rtl {
  0% {
    left: 100%;
    right: -90%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: -35%;
    right: 100%;
  }
}
@keyframes indeterminate-short-ltr {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short-rtl {
  0% {
    left: 100%;
    right: -200%;
  }
  60% {
    left: -8%;
    right: 107%;
  }
  100% {
    left: -8%;
    right: 107%;
  }
}
@keyframes stream {
  to {
    transform: translateX(var(--v-progress-linear-stream-to));
  }
}
@keyframes progress-linear-stripes {
  0% {
    background-position-x: var(--v-progress-linear-height);
  }
}/*
* Vuetify colors. These should also be added to the vuerify.js file so
* they can be refrenced both in js and in utility classes
*/
/*
* Chordata colors. These should also be added to the vuerify.js file so
* they can be referenced both in js and in utility classes
*/
.human-display-chip a {
  color: #23282d;
  text-decoration: none;
}
.human-display-chip a:hover {
  color: #9e1c46;
  text-decoration: underline;
}

.chip-action-icon:hover {
  cursor: pointer;
  opacity: 0.72;
}

.entity-border-bottom-product {
  border-bottom: solid #098041;
}

.entity-border-bottom-work {
  border-bottom: solid #123ba2;
}

.entity-border-bottom-contract {
  border-bottom: solid #e97b29;
}

.entity-border-bottom-asset {
  border-bottom: solid #615595;
}

.entity-border-bottom-human {
  border-bottom: solid #9e1c46;
}

.entity-border-bottom-publisher {
  border-bottom: solid #8393aa;
}

.entity-border-bottom-royalty_statement {
  border-bottom: solid #0d7e8a;
}

.color-warning {
  color: #f0ad4e;
}

.default-border-bottom {
  border-bottom: solid #033649;
}

/*
* ========== Global Overides ==========
* All variables to override can be found here: https://vuetifyjs.com/en/api/globals/#sass
*/
.v-ripple__container {
  color: inherit;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  contain: strict;
}
.v-ripple__animation {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  will-change: transform, opacity;
}
.v-ripple__animation--enter {
  transition: none;
  opacity: 0;
}
.v-ripple__animation--in {
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
}
@media (prefers-reduced-motion: reduce) {
  .v-ripple__animation--in {
    transition-property: opacity;
    transition-duration: 0.1s;
  }
}
.v-ripple__animation--out {
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  opacity: 0;
}/*
* Vuetify colors. These should also be added to the vuerify.js file so
* they can be refrenced both in js and in utility classes
*/
/*
* Chordata colors. These should also be added to the vuerify.js file so
* they can be referenced both in js and in utility classes
*/
.human-display-chip a {
  color: #23282d;
  text-decoration: none;
}
.human-display-chip a:hover {
  color: #9e1c46;
  text-decoration: underline;
}

.chip-action-icon:hover {
  cursor: pointer;
  opacity: 0.72;
}

.entity-border-bottom-product {
  border-bottom: solid #098041;
}

.entity-border-bottom-work {
  border-bottom: solid #123ba2;
}

.entity-border-bottom-contract {
  border-bottom: solid #e97b29;
}

.entity-border-bottom-asset {
  border-bottom: solid #615595;
}

.entity-border-bottom-human {
  border-bottom: solid #9e1c46;
}

.entity-border-bottom-publisher {
  border-bottom: solid #8393aa;
}

.entity-border-bottom-royalty_statement {
  border-bottom: solid #0d7e8a;
}

.color-warning {
  color: #f0ad4e;
}

.default-border-bottom {
  border-bottom: solid #033649;
}

/*
* ========== Global Overides ==========
* All variables to override can be found here: https://vuetifyjs.com/en/api/globals/#sass
*/
.v-spacer {
  flex-grow: 1;
}/*
* Vuetify colors. These should also be added to the vuerify.js file so
* they can be refrenced both in js and in utility classes
*/
/*
* Chordata colors. These should also be added to the vuerify.js file so
* they can be referenced both in js and in utility classes
*/
.human-display-chip a {
  color: #23282d;
  text-decoration: none;
}
.human-display-chip a:hover {
  color: #9e1c46;
  text-decoration: underline;
}

.chip-action-icon:hover {
  cursor: pointer;
  opacity: 0.72;
}

.entity-border-bottom-product {
  border-bottom: solid #098041;
}

.entity-border-bottom-work {
  border-bottom: solid #123ba2;
}

.entity-border-bottom-contract {
  border-bottom: solid #e97b29;
}

.entity-border-bottom-asset {
  border-bottom: solid #615595;
}

.entity-border-bottom-human {
  border-bottom: solid #9e1c46;
}

.entity-border-bottom-publisher {
  border-bottom: solid #8393aa;
}

.entity-border-bottom-royalty_statement {
  border-bottom: solid #0d7e8a;
}

.color-warning {
  color: #f0ad4e;
}

.default-border-bottom {
  border-bottom: solid #033649;
}

/*
* ========== Global Overides ==========
* All variables to override can be found here: https://vuetifyjs.com/en/api/globals/#sass
*/
.v-menu > .v-overlay__content {
  display: flex;
  flex-direction: column;
}
.v-menu > .v-overlay__content {
  border-radius: 4px;
}
.v-menu > .v-overlay__content > .v-card,
.v-menu > .v-overlay__content > .v-sheet,
.v-menu > .v-overlay__content > .v-list {
  background: rgb(var(--v-theme-surface));
  border-radius: inherit;
  overflow: auto;
  height: 100%;
}
.v-menu > .v-overlay__content > .v-card,
.v-menu > .v-overlay__content > .v-sheet,
.v-menu > .v-overlay__content > .v-list {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}/*
* Vuetify colors. These should also be added to the vuerify.js file so
* they can be refrenced both in js and in utility classes
*/
/*
* Chordata colors. These should also be added to the vuerify.js file so
* they can be referenced both in js and in utility classes
*/
.human-display-chip a {
  color: #23282d;
  text-decoration: none;
}
.human-display-chip a:hover {
  color: #9e1c46;
  text-decoration: underline;
}

.chip-action-icon:hover {
  cursor: pointer;
  opacity: 0.72;
}

.entity-border-bottom-product {
  border-bottom: solid #098041;
}

.entity-border-bottom-work {
  border-bottom: solid #123ba2;
}

.entity-border-bottom-contract {
  border-bottom: solid #e97b29;
}

.entity-border-bottom-asset {
  border-bottom: solid #615595;
}

.entity-border-bottom-human {
  border-bottom: solid #9e1c46;
}

.entity-border-bottom-publisher {
  border-bottom: solid #8393aa;
}

.entity-border-bottom-royalty_statement {
  border-bottom: solid #0d7e8a;
}

.color-warning {
  color: #f0ad4e;
}

.default-border-bottom {
  border-bottom: solid #033649;
}

/*
* ========== Global Overides ==========
* All variables to override can be found here: https://vuetifyjs.com/en/api/globals/#sass
*/
.v-overlay-container {
  contain: layout;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  display: contents;
}

.v-overlay-scroll-blocked {
  padding-inline-end: var(--v-scrollbar-offset);
}
.v-overlay-scroll-blocked:not(html) {
  overflow-y: hidden !important;
}
html.v-overlay-scroll-blocked {
  position: fixed;
  top: var(--v-body-scroll-y);
  left: var(--v-body-scroll-x);
  width: 100%;
  height: 100%;
}

.v-overlay {
  --v-overlay-opacity: 0.32;
  border-radius: inherit;
  display: flex;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.v-overlay__content {
  outline: none;
  position: absolute;
  pointer-events: auto;
  contain: layout;
}

.v-overlay__scrim {
  pointer-events: auto;
  background: #000;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-overlay-opacity);
  position: fixed;
  right: 0;
  top: 0;
}

.v-overlay--absolute {
  position: absolute;
}

.v-overlay--contained .v-overlay__scrim {
  position: absolute;
}

.v-overlay--scroll-blocked {
  padding-inline-end: var(--v-scrollbar-offset);
}