.result-card-big {
  min-height: 13vh;
  min-width: 150px;
  margin-right: 0 !important;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2vh !important;
}

.result-card-big tr.rs-page-resource__field {
  border-bottom: 1px solid var(--color-grey-shade);
}

.result-card-big .rs-page-resource__field-value div[date="Invalid date"] {
  display: none;
}

.result-card-big .rs-page-resource__field-value div + span {
  display: none;
}

.result-card-big
  .rs-page-resource__field-value
  div[date="Invalid date"]
  + span {
  display: block;
}

.thumbnailImageContainerTabular {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 5px 0px 0px 5px;
  padding: 0;
  height: 100%;
  max-width: 100px;
  justify-content: center;
  background: whitesmoke;
}

.thumbnailImageTabular {
  height: 100px;
  object-fit: contain;
}

.thumbnailImageTabular:-moz-broken {
  background-image: url(/assets/images/media/image_placeholder_broken.jpg) !important;
  position: relative;
  width: 100px;
  height: 100px;
  left: 0;
  content: attr(alt);
  top: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.thumbnailImageTabular[alt]:after {
  background-image: url(/assets/images/media/image_placeholder_broken.jpg) !important;
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  content: attr(alt);
  top: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.result-card-big .thumbnailImageContainer {
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 5px 0px 0px 5px;
  padding: 0;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  min-height: 23vh;
}

.result-card-big .thumbnailImage {
  height: 250px !important;
  width: 100%;
  border-top: 0px !important;
  border-top-right-radius: 0px !important;
  min-height: 23vh;
  max-height: unset;
  min-width: unset;
  object-fit: contain;
  background: whitesmoke;
}

.result-card-big .typeInfoValues {
  top: 0 !important;
}

.result-card-big .cardInfoFields {
  width: 100%;
  display: flex;
  height: 100%;
  margin: 0 !important;
}

.result-card-big #rsbv .rs-page-resource__field-label {
  font-size: 14px !important;
}

.typeInfoValues {
  position: absolute;
  top: -1.5vh;
  right: 0;
  padding: 5px;
  max-width: 30vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
}

.typeInfoValues .badge {
  background: var(--color-grey-shade) !important;
  width: unset !important;
  height: unset !important;
  margin: 2px;
  filter: grayscale(1);
  font-weight: 400;
}

.typeInfoValues .badge:hover {
  filter: grayscale(0);
}
.typeInfoValues .badge a.typeLink {
  font-variant: all-petite-caps;
}

#search-results .rs-grid-element .typeInfoValues .badge a.typeLink {
  color: var(--color-icon-primary) !important;
}

.rs-grid-element{
    max-width: 300px;
    width: 15vw;
    display: flex;
    text-align: center !important;
    flex-direction: column;
    border: 1px solid var(--color-grey-shade);
    padding: 15px;
    border-radius: 10px;
    transition: 0.2s;
}

.rs-grid-element:hover{
      box-shadow: 1px 1px 9px 2px rgb(228 228 228);
      border: 1px solid #bbbbbb;
}

.filter-result-card table td {
  padding: 1px 8px 1px 8px !important;
}

.filter-result-card #rsbv .rs-page-resource__field-label {
  font-size: 14px !important;
}

.personCard {
  width: 10vw !important;
  border-radius: 100% !important;
  height: 10vw !important;
  min-width: 200px;
  min-height: 200px;
  max-width: 280px;
  max-height: 280px;
}

.personCard .thumbnailImageContainer {
  display: flex;
  overflow: hidden;
  height: 100%;
  align-items: center;
  padding: 0;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  left: 0;
  top: 0;
  background: linear-gradient(25deg, #e3e3e3, white) !important;
  width: 100%;
  position: absolute;
  border-radius: 100% !important;
  width: 100% !important;
}
.personCard .thumbnailImage {
  width: 100%;
  min-height: 23vh;
  height: unset;
  max-height: unset;
  min-width: unset;
  object-fit: cover;
}
.personCard .cardInfo {
  position: absolute;
  width: 100%;
  left: 0;
  border-radius: 100% !important;
  text-align: center !important;
  display: flex;
  min-height: 30%;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;
  bottom: 0% !important;
  height: 100% !important;
}
#filter-panel {
  font: 16px !important;
}

#filter-panel  .system-spinner {
    width: 100%;
    margin-left: 0;
    left: 0;
    height: 100%;
    background: gray;
    position: absolute;
    border-radius: 5px;
    opacity: 0.4;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 44%);
}

#filter-panel .facet-relations > div + div > .system-spinner {
  display: none !important;
}
#filter-panel .facet-relations em {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vh;
  border-radius: 5px;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: var(--color-grey-shade);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 44%);
  background-size: 800px 104px;
  box-sizing: inherit;
  position: relative;
}

div + .animated-background-repository {
  display: none !important;
}

td + .animated-background-repository {
  display: none !important;
}
a + .animated-background-repository {
  display: none !important;
}

div + .animated-background-circle {
  display: none !important;
}
td + .animated-background-circle {
  display: none !important;
}
a + .animated-background-circle {
  display: none !important;
}
.animated-background-circle {
  border-radius: 100% !important;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 44%);
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center !important;
  display: flex;
  min-height: 30%;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;
  bottom: 0% !important;
  height: 100% !important;
}
.animated-background-repository {
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: var(--color-grey-shade);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 44%);
  position: absolute;
  width: 10vw;
  left: 0;
  top: 0;
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px !important;
  height: 100% !important;
  min-width: 200px;
  max-width: 280px;
  overflow: hidden;
  height: -moz-available;
  height: fit-content;
}

.repositoryCard {
  width: 10vw !important;

  height: 10vw !important;
  min-width: 200px;
  min-height: 200px;
  max-width: 280px;
  max-height: 280px;
  overflow: hidden;
}

.repositoryCard .thumbnailImageContainer {
  display: flex;
  overflow: hidden;
  height: 100%;
  align-items: center;
  border-radius: 5px 0px 0px 5px;
  padding: 0;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  left: 0;
  top: 0;
  min-height: 23vh;
  width: 100%;
  position: absolute;
}

.repositoryCard .thumbnailImage {
  width: 100%;
  min-height: 23vh;
  height: unset;
  max-height: unset;
  min-width: unset;
  object-fit: cover;
}
.repositoryCard .cardInfo a {
  font-weight: bold !important;
}
.repositoryCard .cardInfo {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  text-align: center !important;
  bottom: 0;
  border-radius: 0px 0px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.repositoryCard .cardInfoFields {
  padding: 1vh;
}

.placeCard {
  width: 10vw !important;
  border-radius: 15px !important;
  height: 10vw !important;
  min-width: 200px;
  min-height: 200px;
  max-width: 280px;
  max-height: 280px;
  overflow: hidden;
}

.placeCard .thumbnailImageContainer {
  display: flex;
  overflow: hidden;
  height: 100%;
  align-items: center;
  border-radius: 5px 0px 0px 5px;
  padding: 0;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  left: 0;
  top: 0;
  background: linear-gradient(25deg, #e3e3e3, white) !important;
  min-height: 23vh;
  width: 100%;
  position: absolute;
}

.placeCard .thumbnailImage {
  width: 100%;
  min-height: 23vh;
  height: unset;
  max-height: unset;
  min-width: unset;
  object-fit: cover;
  border: 0 !important;
}

.placeCard .thumbnailImage[alt]:after {
  background-image: url("/assets/images/media/image_placeholder_place.jpg") !important;
}

.placeCard .cardInfo {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center !important;
  bottom: 0;
  border-radius: 0px 0px 4px 4px;
}

.placeCard .cardInfoFields {
  padding: 1vh;
}

.result-card-big .system-spinner {
  display: none !important;
}
.placeCard .system-spinner {
  display: none !important;
}
.repositoryCard .system-spinner {
  display: none !important;
}
.personCard .system-spinner {
  display: none !important;
}
