.income_calc_block_3 .title {
  color: #9E58C5;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.text-muted-content {
  display: none;
}
.text-muted-content.active {
  display: block;
}
.text-muted-content p {
  color: #7f878f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}
.text-muted-content p a {
  color: #9E58C5;
  text-decoration: none;
}

.bg-green-100 {
  border-radius: 3px;
  margin-bottom: 12px;
  padding-bottom: 8px !important;
}

label {
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  max-width: 100%;
}
label strong {
  font-weight: 700;
}

.item-calculate {
  margin-bottom: 8px;
  margin-top: 3px;
}

.input-data {
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-flex;
  min-width: 300px;
  padding: 11px 16px;
  position: relative;
}
.input-data .icon {
  color: #9E58C5;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  z-index: 2;
}
.input-data .caption {
  color: #ccc;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-left: auto;
  z-index: 2;
}
.input-data .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  height: 100%;
  left: 0;
  outline: none;
  padding-left: 40px;
  padding-right: 60px;
  position: absolute;
  text-align: left;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.table-calculate {
  display: flex;
  flex-flow: row wrap;
}
.table-calculate .item-calculate {
  flex-grow: 3;
  margin-bottom: 12px;
  margin-right: 15px;
  width: 31.3%;
}
.table-calculate .input-data {
  min-width: 100%;
}

.checkbox,
.radio {
  display: block;
  margin: 10px 0;
  position: relative;
}
.checkbox label,
.radio label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 20px;
}

.radio .font-weight-normal {
  align-items: center;
  display: flex;
  padding-left: 26px;
  position: relative;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio] ~ .icon-radio {
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 16px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 16px;
}
.radio input[type=radio] ~ .icon-radio:after {
  background: #9E58C5;
  border-radius: 50%;
  content: "";
  display: none;
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}
.radio input[type=radio]:checked ~ .icon-radio {
  border-color: #9E58C5;
}
.radio input[type=radio]:checked ~ .icon-radio:after {
  display: inline-block;
}

#salary_area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NH08L3N0eWxlPjwvZGVmcz48cGF0aCBzdHlsZT0iZmlsbDojZmZmIiBkPSJNMCAwaDQuOTV2MTBIMHoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Im0xLjQxIDQuNjcgMS4wNy0xLjQ5IDEuMDYgMS40OUgxLjQxek0zLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zM2gyLjEzeiIvPjwvc3ZnPg==) no-repeat 98% 50%;
}
#salary_area[disabled] {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NH08L3N0eWxlPjwvZGVmcz48cGF0aCBzdHlsZT0iZmlsbDojZWVlIiBkPSJNMCAwaDQuOTV2MTBIMHoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Im0xLjQxIDQuNjcgMS4wNy0xLjQ5IDEuMDYgMS40OUgxLjQxek0zLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zM2gyLjEzeiIvPjwvc3ZnPg==) no-repeat 98% 50%;
  background-color: #eee;
}

.btn-bejobcv-primary {
  background: #9E58C5;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 8px 24px;
  cursor: pointer;
}
.btn-bejobcv-primary:hover {
  background: rgb(133.12, 60.32, 173.68);
}

.result-bhtn {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
.result-bhtn h3 {
  color: #9E58C5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.result-bhtn h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}
.result-bhtn .result-summary {
  background: #f8f9fa;
  border-left: 4px solid #9E58C5;
  padding: 15px;
  margin-bottom: 20px;
}
.result-bhtn .result-summary p {
  margin-bottom: 5px;
  font-size: 14px;
}
.result-bhtn .result-summary p strong {
  color: #9E58C5;
  font-size: 16px;
}
.result-bhtn .table {
  font-size: 14px;
  margin-bottom: 0;
}
.result-bhtn .table th {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #333;
  font-weight: 600;
  padding: 12px 8px;
  text-align: center;
}
.result-bhtn .table td {
  border: 1px solid #dee2e6;
  padding: 10px 8px;
  vertical-align: middle;
}
.result-bhtn .table td strong {
  color: #333;
}
.result-bhtn .table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}/*# sourceMappingURL=bhtn.css.map */