/*
* 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-sheet {
  display: block;
}
.v-sheet {
  border-color: #d4d8de;
  border-style: solid;
  border-width: 0;
}
.v-sheet--border {
  border-width: thin;
  box-shadow: none;
}
.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-sheet--absolute {
  position: absolute;
}
.v-sheet--fixed {
  position: fixed;
}
.v-sheet--relative {
  position: relative;
}
.v-sheet--sticky {
  position: sticky;
}
.v-sheet {
  border-radius: 0;
}
.v-sheet {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-sheet--rounded {
  border-radius: 4px;
}