
.flexBox[data-v-7475a392] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.listButtons[data-v-7475a392] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Contêiner principal */
.container[data-v-7475a392] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; /* Divisão em linhas (horizontal) */
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Parte esquerda */
.left-section[data-v-7475a392] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* Ocupa metade da largura */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Parte direita */
.right-section[data-v-7475a392] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* Ocupa metade da largura */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #000; /* Cor e espessura da linha divisória */
}
.valor_total[data-v-7475a392] {
  font-weight: bold;
  margin-top: 10px;
  text-align: right;
  color: #333;
}


/*# sourceMappingURL=display-data280.46fb4170.css.map*/