/* BALANCE */

.balance {
  background: #FFFFFF;
  border: 1px solid #E5EAEF;
  box-sizing: border-box;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 4px;
  margin-top: 4px;
  box-sizing: border-box;
}

.balance .btn-balance {
  cursor: pointer; 
  border-radius: 3px;
  width: 36px;
  height: 36px;
}

.balance .btn-less{
  margin-right: 27px;
  background: url(../../images/less-balance.svg) center no-repeat #004F8B; 
}

.balance .value {
  margin-right: 27px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #CACCCE;
}

.balance .btn-plus {
  background: url(../../images/plus-balance.svg) center no-repeat #004F8B; 
}