.container {
  width: 730px;
  height: 98%;
  /* margin: 30px auto; */
  position: relative;
  overflow: auto;
}

.container_in {
  width: 100%;
  height: auto;
  border-style: solid;
  border-width: 1px;
  /* padding: 5px 0px; */
  margin-bottom: 5px;
  font-size: 0.7rem;
  text-align: center;
  align-items: center;
  display: flex;
}

.sessao {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 10px;
}

.logo-contracheque {
  max-width: 9%;
  max-height: 9%;
  margin-left: 5px;
}

.cabecalho {
  padding-right: 40%;
  height: 100%;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

.table th,
.table td {
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
}

/* head */

.table thead th.border-bottom-off {
  border-bottom: none;
}

.table thead th.border-top-off {
  border-top: none;
}

.table thead th.border-left-off {
  border-left: none;
}

.table thead th.border-right-off {
  border-right: none;
}

.table.table-rend thead th:last-child,
.table.table-rend tbody td:last-child {
  text-align: right;
  border-right: none;
  border-bottom: none;
}

.table.table-rend thead th:first-child,
.table.table-rend tbody td:first-child {
  text-align: left;
  border-left: none;
  border-bottom: none;
  width: 75%;
}

.table-title {
  width: 100% !important;
}

/* body */

.table tbody td.border-top-off {
  border-top: none;
}

.table-values {
  width: 100%;
  border-collapse: collapse;
}

.table-values-row {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 5px;
}

.table-values-row-last {
  border-bottom: 1px solid #000;
  padding: 5px;
}

.table-values-row-in {
  border-right: 1px solid #000;
  padding: 5px;
}

.spacer {
  width: 63.5%;
}

.assinatura {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 0px;
}

.assinatura_data {
  display: grid;
  flex-direction: row;
  text-align: center;
  align-items: center;
  place-content: center;
  width: 100%;
  gap: 10px;
  padding: 15px 100px;
}

.botoes {
  width: 700px;
  height: 100px;
}
/* Rendimentos*/
