.panel-calculator-left {
  width: 410px;
  background-color: rgba(0,0,0, .02);
  border-radius: 28px;
  border: 1px solid rgba(0,0,0, .1);
  margin-top: 10px;
  padding-bottom: 10px;
}

.calculator-panel {
  background-color: rgba(0,0,0, .02);
  margin: 10px 10px 0px 10px;
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 18px;
  height: 80px;
  max-height: 80px;
  position: relative;
  overflow: hidden;
}

.format-label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-family: 'Inter';
  float: left;
  line-height: 14px;
}

.select-format-pagina {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  outline: 0;
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  padding: 7px;
  border-radius: 8px;
  cursor: pointer;
}

#calculator-panel-format-pagina {
  width: calc(50% - 17px);
  margin-right: 0;
  float: left;
}

#calculator-panel-tip-hartie {
  width: calc(50% - 17px);
  float: right;
  margin-left: 0;
}

#calculator-panel-pagini-color {
  width: calc(50% - 17px);
  float: left;
  margin-right: 0;
}

#calculator-panel-pagini-alb-negru {
  width: calc(50% - 17px);
  float: right;
  margin-left: 0;
}

.input-numar-pagini {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  outline: 0;
  border: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 18px;
}

.panel-calculator-exemplare-wrapper {
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  padding: 10px;
  border-radius: 28px;
  overflow: hidden;
  margin-top: 10px;
  width: 180px;
}

.input-calculator-exemplare {
  height: 162px;
  width: calc(100% - 7px);
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 18px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  outline: 0;
}

.panel-calculator-exemplare-plus {
  height: 38px;
  background-color: rgba(0,0,0, .02);
  border-radius: 18px;
  border: 1px solid rgba(0,0,0, .1);
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.panel-calculator-exemplare-plus:hover {
  background-color: rgba(0,0,0, .05);
}


.panel-calculator-exemplare-minus {
  height: 38px;
  background-color: rgba(0,0,0, .02);
  border-radius: 18px;
  border: 1px solid rgba(0,0,0, .1);
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.panel-calculator-exemplare-minus:hover {
  background-color: rgba(0,0,0, .05);
}

.panel-calculator-exemplare-p {
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}


.panel-calculator-pret-wrapper {
  margin-top: 10px;
  background-color: rgba(0,0,0, .02);
  border-radius:28px;
  border: 1px solid rgba(0,0,0, .1);
  width: 400px;
}

.panel-calculator-tva-wrapper {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.panel-calculator-tva-input {
  width: calc(100% - 108px);
  max-height: 38px;
  height: 36px;
  background-color: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0, .1);
  float: left;
  margin-left: 10px;
  border-radius: 18px;
  text-align: center;
}

.panel-calculator-tva-minus {
  float: left;
  width: 38px;
  height: 38px;
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 18px;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.panel-calculator-tva-minus:hover {
  background-color: rgba(0,0,0, .05);
}

.panel-calculator-tva-plus {
  float: left;
  width: 38px;
  height: 38px;
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 18px;
  margin-left: 10px;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.panel-calculator-tva-plus:hover {
  background-color: rgba(0,0,0, .05);
}


.panel-calculator-pret-pe-exemplar-wrapper {
  width: 100%;
  background-color: red;
}

.panel-calculator-pret-pe-exemplar {
  width: calc(50% - 19px);
  height: 102px;
  float: left;
  margin-left: 10px;
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 18px;
  position: relative;
}

.panel-calculator-title-p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 15px 10px 15px;
}

.panel-calculator-subtitle-p {
  margin: 0;
  padding: 10px 15px 10px 15px;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.panel-calculator-pret-final {
  margin-top: 10px;
  height: 102px;
  width: calc(50% - 19px);
  float: left;
  margin-left: 10px;
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 18px;
  position: relative;
}

.panel-calculator-pret-numar-p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding-left: 15px;
}


.minus {
  width: 15px;
  height: 2px;
  margin-top: 19px;
  background-color: #1c1c1c;
  margin-left: 12.5px;
}





