body {
  font-size: 16px;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.avatar{
  min-width: 35px;
  height: 35px;
  margin-right: 10px;
}

.hidden {
  display: none;
}

.avatar-round {
  width: 60px;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.avatar-round:hover {
  background-color: #121212 !important;
}

/** mobile cel only */
@media (max-width: 479px) {
  .avatar-round {
    height: 80px;
    width: 80px;
  }
}

.button-area {
  display: flex;
  gap: 12px;
}

.status {
  position: relative;

  a, p {
    text-align: center;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }
}

.vencida p {
  color: #bb0808;
  background-color: #FCA6A5;
}

.pendente p {
  color: #ab8b09;
  background-color: #FCEBA6;
}

.debito p {
  color: #ab8b09;
  background-color: #FCEBA6;
}

.liquidada p {
  color: #0e7514;
  background-color: #A4D6A7;
}

.antecipada p {
  color: #0e7514;
  background-color: #A4D6A7;
}

.credito p {
  color: #0e7514;
  background-color: #A4D6A7;
}

.aprovada p {
  color: #1c5c63;
  background-color: #a1dde5;
}


.negada p, .cancelada p {
  color: #bb0808;
  background-color: #f88f8d;
}

.dropdown-menu {
  z-index: 999999;
}

.estornada p {
  color: #e7eaec;
  background-color: #252b35;
}

.desconhecido p {
  color: #e7eaec;
  background-color: #252b35;
}

.avatar-round {
  width: 60px;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-left: 30%;
}

.avatar-round:hover {
  background-color: #121212 !important;
}

/** mobile cel only */
@media (max-width: 479px) {
  .avatar-round {
    height: 80px;
    width: 80px;
  }
}

.page-content {
  padding: 3px 26px;
}

.data-wrapper {
  box-shadow: 2px 1px 9px -2px #c0c0c0;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.screen-data-container {
  width: 100%;
  min-height: 872px;
  background-color: #ffffff;
  border-radius: 10px;
}

.screen-data-section--header {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  font-weight: bold;
}

.page-header--title {
  font-weight: bold;
  font-size: 1.2em !important;
}

.page-user--title {
  font-weight: bold;
  font-size: 1.5em !important;
}

.padding-150 {
  padding-right: 80px;
}

@media (max-width: 768px) {
  .padding-150 {
      padding-right: 10px;
  }
}

.container-data-section--component {
  padding-bottom: 1.2em;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 26px;
}

.separate-data-card--component {
  border: 1px solid #f0f0f0;
}

.form-group label {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 13px;
}

.fw-600 {
  font-weight: 600;
}

.form-check label {
  font-weight: normal;
}

.form-select {
  font-size: 13px;
  height: 33px !important;
}

.form-control {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.03);
  font-size: 13px;
  height: 33px !important;
}

.input-group .form-control {
  position: relative !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  width: 1% !important;
  margin-bottom: 0 !important;
}

.form-group {
  margin-bottom: 1rem;
}
.container-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0px;
}

.family-pop {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
