/*
* 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-date-picker {
  overflow: hidden;
  width: 328px;
  --v-date-picker-landscape-header-width: 170px;
}
.v-date-picker--show-week {
  width: 368px;
}
.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) {
  width: calc(328px + var(--v-date-picker-landscape-header-width));
}
.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) .v-picker__header-wrapper {
  width: var(--v-date-picker-landscape-header-width);
}
.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) .v-picker__header-wrapper .v-date-picker-header {
  height: auto;
  padding-inline: 24px;
}
.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper).v-picker--show-week {
  width: calc(368px + var(--v-date-picker-landscape-header-width));
}
.v-date-picker > .v-picker__body {
  flex-direction: column;
}/*
* 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-date-picker-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  height: var(--v-date-picker-controls-height, 56px);
  padding: 4px 12px;
}
.v-date-picker-controls .v-btn {
  text-transform: none;
  font-weight: 400;
  line-height: initial;
  letter-spacing: initial;
}
.v-date-picker-controls .v-btn > .v-btn__append > .v-icon {
  transition-property: transform;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.v-date-picker--months .v-date-picker-controls .v-date-picker-controls__only-month-btn > .v-btn__append > .v-icon {
  transform: rotate(180deg);
}
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
  transform: rotate(180deg);
}
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__year-btn > .v-btn__append > .v-icon,
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__only-year-btn > .v-btn__append > .v-icon {
  transform: rotate(180deg);
}
.v-date-picker-controls__date {
  margin-inline-end: 4px;
}
.v-date-picker-controls__month, .v-date-picker-controls__year {
  display: flex;
}
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl.v-date-picker-controls__year, .v-locale--is-rtl .v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__year {
  flex-direction: row-reverse;
}

.v-date-picker-controls .v-date-picker-controls__month-btn, .v-date-picker-controls .v-date-picker-controls__year-btn {
  padding: 0 12px;
}
.v-date-picker-controls .v-date-picker-controls__only-month-btn, .v-date-picker-controls .v-date-picker-controls__only-year-btn {
  padding-inline: 12px 8px;
  min-width: 40px;
}
.v-date-picker-controls .v-date-picker-controls__only-month-btn > .v-btn__append, .v-date-picker-controls .v-date-picker-controls__only-year-btn > .v-btn__append {
  margin-inline: 4px -4px;
}

.v-date-picker__title {
  display: inline-block;
}/*
* 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-date-picker-header {
  align-items: flex-end;
  height: 70px;
  display: grid;
  grid-template-areas: "prepend content append";
  grid-template-columns: min-content minmax(0, 1fr) min-content;
  overflow: hidden;
  padding-inline: 24px 12px;
  padding-bottom: 12px;
}

.v-date-picker-header__append {
  grid-area: append;
}

.v-date-picker-header__prepend {
  grid-area: prepend;
  padding-inline-start: 8px;
}

.v-date-picker-header__content {
  align-items: center;
  display: inline-flex;
  font-size: 32px;
  line-height: 40px;
  grid-area: content;
  justify-content: space-between;
  white-space: pre-wrap;
}
.v-date-picker-header--clickable .v-date-picker-header__content {
  cursor: pointer;
}
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
  opacity: 0.7;
}

.date-picker-header-transition-enter-active,
.date-picker-header-reverse-transition-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.date-picker-header-transition-leave-active,
.date-picker-header-reverse-transition-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.date-picker-header-transition-enter-from {
  transform: translate(0, 100%);
}
.date-picker-header-transition-leave-to {
  opacity: 0;
  transform: translate(0, -100%);
}

.date-picker-header-reverse-transition-enter-from {
  transform: translate(0, -100%);
}
.date-picker-header-reverse-transition-leave-to {
  opacity: 0;
  transform: translate(0, 100%);
}/*
* 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-date-picker-month {
  display: flex;
  justify-content: center;
  padding: 0 12px 8px;
  --v-date-picker-month-day-diff: 4px;
}

.v-date-picker-month__weeks {
  display: flex;
  flex-direction: column;
  column-gap: 4px;
  font-size: 0.875rem;
}

.v-date-picker-month__weekday {
  font-size: 0.875rem;
}

.v-date-picker-month__days {
  display: grid;
  grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
  column-gap: 4px;
  justify-content: space-around;
  width: 100%;
}

.v-date-picker-month__day {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  height: 40px;
  width: 40px;
}
.v-date-picker-month__day--selected .v-btn {
  background-color: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
  --v-btn-height: 24px;
  --v-btn-size: 0.875rem;
}
.v-date-picker-month__day--week {
  font-size: var(--v-btn-size);
}

.v-date-picker-month__day--adjacent {
  opacity: 0.5;
}

.v-date-picker-month__day--hide-adjacent {
  opacity: 0;
}

.v-date-picker-month__events {
  height: 8px;
  left: 0;
  text-indent: 0;
  position: absolute;
  text-align: center;
  white-space: pre;
  width: 100%;
}
.v-date-picker-month__events > div {
  height: 8px;
  margin: 0 1px;
  width: 8px;
  margin-bottom: -1px;
}
.v-date-picker-month__events .v-badge--dot .v-badge__badge {
  border-radius: 4px;
  height: 8px;
  width: 8px;
}

.v-date-picker-month__day .v-date-picker-month__events {
  bottom: 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-date-picker-months {
  height: 288px;
}

.v-date-picker-months__content {
  align-items: center;
  display: grid;
  flex: 1 1;
  height: inherit;
  justify-content: space-around;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px 24px;
  padding-inline-start: 36px;
  padding-inline-end: 36px;
}
.v-date-picker-months__content .v-btn {
  text-transform: none;
  padding-inline-start: 8px;
  padding-inline-end: 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-date-picker-years {
  height: 288px;
  overflow-y: scroll;
}

.v-date-picker-years__content {
  display: grid;
  flex: 1 1;
  justify-content: space-around;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
  padding-inline: 32px;
}
.v-date-picker-years__content .v-btn {
  padding-inline: 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-picker.v-sheet {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-areas: "header" "body";
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}
.v-picker.v-sheet {
  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-picker.v-sheet {
  border-radius: 4px;
}
.v-picker.v-sheet.v-picker--with-actions {
  grid-template-areas: "header" "body" "actions";
}
.v-picker.v-sheet.v-picker--landscape {
  grid-template-columns: auto 1fr;
  grid-template-areas: "header body" "header body";
}
.v-picker.v-sheet.v-picker--landscape.v-picker--with-actions {
  grid-template-areas: "header body" "header actions";
}

.v-picker__body {
  grid-area: body;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.v-picker__header-wrapper {
  grid-area: header;
}

.v-picker__actions {
  grid-area: actions;
  padding: 0 12px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.v-picker__actions .v-btn {
  min-width: 48px;
}
.v-picker__actions .v-btn:not(:last-child) {
  margin-inline-end: 8px;
}

.v-picker--divided .v-picker__header {
  border-bottom-color: #d4d8de;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

.v-picker-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  padding-inline: 24px 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  letter-spacing: 0.1666666667em;
}