/* line 1, app/assets/stylesheets/_document_card.scss */
.document_card.card {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em #0a0a0a1a, 0 0 0 1px #0a0a0a05;
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
  width: 100%;
}

/* line 12, app/assets/stylesheets/_document_card.scss */
.document_card .box {
  border-radius: 50%;
  height: 3em;
  width: 3em;
  line-height: 3em;
  padding: 0;
  text-align: center;
  position: absolute;
  top: -1.8em;
}

/* line 23, app/assets/stylesheets/_document_card.scss */
.document_card a {
  color: #4a4a4a;
  width: 100%;
}

/* line 28, app/assets/stylesheets/_document_card.scss */
.document_card .box .material-symbols-outlined {
  line-height: inherit;
  font-size: 1.3em;
}

/* line 33, app/assets/stylesheets/_document_card.scss */
.document_card .tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/_document_card.scss */
.document_card .tooltip_text {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #363636;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 2px 4px rgba(10, 10, 10, 0.2);
  white-space: normal;
  width: max-content;
  max-width: 320px;
  min-width: 120px;
  text-align: center;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

/* line 63, app/assets/stylesheets/_document_card.scss */
.document_card .tooltip_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #363636 transparent transparent transparent;
}

/* line 74, app/assets/stylesheets/_document_card.scss */
.document_card .tooltip_text:not(.hidden) {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  /* line 80, app/assets/stylesheets/_document_card.scss */
  .document_card .tooltip_text {
    top: calc(100% + .5rem);
    bottom: auto;
    left: 0;
    transform: none;
    width: calc(100vw / 2);
    text-align: left;
  }
  /* line 89, app/assets/stylesheets/_document_card.scss */
  .document_card .tooltip_text::after {
    top: -10px;
    left: 12px;
    margin-left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #363636 transparent;
  }
}

/* line 99, app/assets/stylesheets/_document_card.scss */
.document_card .card-header {
  height: 3.2em;
  background-color: #f0f0f0;
}

/* line 104, app/assets/stylesheets/_document_card.scss */
.document_card .card-header-title {
  padding-left: 1.3em;
  padding-right: 1.3em;
}

/* line 109, app/assets/stylesheets/_document_card.scss */
.document_card .card-content {
  position: relative;
  padding: 1.8em 1.3em 1.5em 1.3em;
}

/* line 114, app/assets/stylesheets/_document_card.scss */
.document_card .img-wrapper {
  width: 100%;
  height: 265px;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 123, app/assets/stylesheets/_document_card.scss */
.document_card .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=_document_card.css-b9bbfc637962db08ef15b22c7b86c24d6232e284dd7c3bb6a81f23c60396df7a.map */
