


.doc-card {
  align-items: center; 
  display: flex;
  overflow-y: scroll;
  max-width: 90vw;
  width: auto;
  max-height: 80vh;
  /* border-top: none; */
  width: 72rem;
}

@media (max-width: 466px) {
  .doc-card {
    max-height: 70vh !important;
  }
}

@media (max-width: 748px) {
  .doc-card {
    max-height: 75vh;
  }
}


.doc-tab {
  font-family: "Domaine Text";
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
  border: none !important;
}

.doc-tab.active {
  background-color: rgba(255,255,255,0.5);
}

.doc-tab:hover {
  background-color: rgba(255,255,255);
  color: black;
  border: none;
}