.boyhesaplama .calculator-graphic .person-length .person-item .length-line {
  width: 100%;
  height: 2px;
  background-color: #1cd1a1;
  position: absolute;

}
.boyhesaplama .calculator-graphic .person-length .person-item .length-line span {
  position: absolute;
  width: 110px;
  height: 48px;
  border-radius: 24px;
  background-color: #1cd1a1;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
  top: -24px;
}
.boyhesaplama .calculator-graphic .person-length .person-item>img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
  object-fit: contain;
  object-position: bottom;
}

.boyhesaplama .lenght-calculator .title {
  font-size: .9375rem;
  font-weight: bold;
  color: #23275e;
  margin-bottom: 25px;
}
.radio-group {
  padding-bottom: 15px;
}
.radio-group .ui-radiobox.checked {
  border: 1px solid #23275e !important;
}
.radio-group .ui-radiobox {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #f7f7fa;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  display: block;
  float: left;
  padding: 5px;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(.25,.1,.25,1);
  -moz-transition: all 200ms cubic-bezier(.25, .1, .25, 1);
  -o-transition: all 200ms cubic-bezier(.25, .1, .25, 1);
  transition: all 200ms cubic-bezier(.25,.1,.25,1);
}

.radio-group .ui-radiobox::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 10px;
  display: block;
  position: absolute;

  left: 4px;
  top: 4px;
  background: #23275e;
  opacity: 0;
}
.radio-group .ui-radiobox.checked::before {
  opacity: 1 !important;
}
.radio-group .ui-radiobox input {
  position: absolute;
  /* z-index: 2; */
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  margin: 0;
  bottom: 0;
}
.radio-group label {
  font-size: .9375rem;
  color: #23275e;
  font-weight: normal;
  padding-top: 0;
  padding-left: 10px;
  width: auto;
  margin: 0;
  cursor: pointer;
}
.radio-group .item:hover .ui-radiobox {
  border: 1px solid #222;
}
.radio-group .item:hover .ui-radiobox::before {
  opacity: .5;
}

.boyhesaplama .calculator-graphic .person-length {
  min-width: unset;
}
