
.pp-calculator {
	margin-bottom: 1rem;
}


@media screen and (min-width: 992px) {
.pp-calculator .row > div {
padding-right: 15px;
  padding-left: 15px;
  }
}
  



  

  

.pp-calculator .form-group {
	margin-bottom: 1.5rem;
}

.pp-calculator .form-control{
	max-width: none;
}

.pp-calculator .form-group .control-label {
	max-width: 100%;
}

.result-main p {
    line-height: 1.75em;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.result-main .img-fluid {
	width: 46px;
}

.result-main__result {
	margin-bottom: 2rem;
}

.result-main__result-text {
	font-weight: 700;
}


.result-main__notice {
	display: flex;
  align-items: center;
  gap: 2rem;
}



span.resultdata {
    font-size: 0.9em;
}

.syringe-bar {
    position: relative;
    height: 40px;
    / background-color: #eee;
    margin: 30px 5px 55px 5px;
    border: 2px solid #e5e5e5;
}

.syringe-mark {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: black;
}

.syringe-label {
    position: absolute;
    color: black;
    top: 30px;
    font-size: 12px;
}

.syringe-fill {
    height: 100%;
	width: 0%;
    background-color: #CE1111;
    border-radius: 0px;
    transition: width 0.3s ease-in-out;
}

input.readonly {
    background-color: #e9ecef;
    color: #495057;
    cursor: not-allowed;
}

.fw-bold {
	font-weight: 700;
}