.biblioteca {
  background-color: var(--main-light);
  padding: 2rem 0rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
  width: calc(100% - 22vW);
  margin: 0;
  position: absolute;
  right: 0;
  top: 5rem;
  min-height: 100vw;
}
.biblioteca .title {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 2rem;
}
.biblioteca .title-handle {
  display: flex;
}
.biblioteca .title-handle .subtitle {
  font-size: 1rem;
  color: var(--title-sec);
  font-weight: bold;
  padding: 0 1.2rem;
  margin: 0;
  width: 47%;
}
.biblioteca nav {
  margin-top: 1rem;
  max-width: 866px;
  margin-left: 32px !important;
}
.biblioteca nav .active {
  font-weight: bold;
}
.biblioteca .tab-content {
  padding-top: 0rem;
  max-width: 866px;
  margin-left: 32px !important;
}
.biblioteca .form-inline {
  margin-top: 3rem;
}
.biblioteca .table {
  color: var(--main-grey);
  margin: 0 2rem;
  width: 93.5%;
  font-size: 0.9rem;
}
.biblioteca .table .alerta {
  border-radius: 40px;
  color: #d12626;
}
.biblioteca .table #dangerIcon {
  color: #d12626;
}
.biblioteca .table .btn {
  padding: 0;
  color: var(--main-grey);
}

.button-container {
  display: flex;
  justify-content: center;
}

.btn-azul {
  background: var(--main-blue);
  padding: 0.3rem 1.2rem;
  color: var(--main-light);
  font-size: 0.9rem;
  margin: 1rem 0rem;
  border-radius: 100px;
  font-weight: bold;
}

.btn-vermelho {
  background: var(--main-red);
  padding: 0.3rem 1.2rem;
  color: var(--main-light);
  font-size: 0.9rem;
  margin: 1rem 0rem 2rem 0rem;
  border-radius: 100px;
  font-weight: bold;
}

.modal .modal-header-title {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  color: var(--main-blue);
  font-weight: bold;
}
.modal .title-modal-svg {
  font-size: 72px !important;
  color: var(--main-blue);
  margin-bottom: 2rem;
}
.modal .modal-header {
  display: flex;
  flex-direction: column;
  border-bottom: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.modal .modal-body {
  margin: 0px !important;
  padding: 0rem 2rem;
}
.modal .modal-body p {
  text-align: center;
}
.modal .form-label {
  font-weight: bold;
  font-size: 0.9rem;
}
.modal .modal-content {
  border-radius: 45px;
  padding-top: 1rem;
}
.modal .modal-dialog {
  max-width: 500px !important;
}
.modal .atraso {
  color: var(--main-red);
  background-color: #fbecec;
  border: 1px solid #f6d9d9;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .table thead {
    display: none;
  }

  .table td {
    display: flex;
    justify-content: space-between;
  }

  .table tr {
    display: block;
  }

  .table td:first-of-type {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }

  .table td:not(:first-of-type):before {
    content: attr(data-title);
    display: block;
    font-weight: bold;
  }
}

/*# sourceMappingURL=biblioteca-fisica.css.map */
