@import './index.css';

.box-total{
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e6e6e6e0;
  background-color: var(--bg-card);
}

.box-result-total{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.total, .total-result{
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  opacity: .7;
}

.total-result{
  width: auto;
  height: 20px;
  padding: 7px 15px;
  border-radius: 5px;
  /* border: 1px solid #90ee90e1; */
}

/* MEDIA QUERYS */

@media screen and (min-width: 733px){
  .box-total{
      width: 50%;
  }
}