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

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

.salary-calculate {
  margin-bottom: 16px;
  margin-top: 12px;
}
.salary-calculate .list-salary {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 5px;
  justify-content: space-between;
  padding: 16px;
}
.salary-calculate .list-salary p {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.salary-calculate .text-purple {
  color: #9E58C5;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
}

.input-salary {
  margin-top: 16px;
}
.input-salary .input-data {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  height: 40px;
}
.input-salary label {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.input-data {
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  display: inline-flex;
  min-width: 300px;
  padding: 10px 16px;
  position: relative;
}
.input-data input {
  border: 1px solid transparent;
  border-radius: 3px;
  height: 100%;
  left: 0;
  padding-left: 40px;
  padding-right: 60px;
  position: absolute;
  text-align: right;
  width: 100%;
}
.input-data input:focus, .input-data input:focus-visible {
  border-color: transparent;
  outline: none;
}
.input-data input.border-hover[disabled], .input-data input.border-hover[disabled]:hover {
  border: 1px solid transparent !important;
}
.input-data .caption {
  margin-left: auto;
}
.input-data .caption,
.input-data .icon {
  color: #ccc;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  z-index: 2;
}
.input-data .icon {
  color: #9E58C5;
}

.bao-hiem span {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
}
.bao-hiem label.title {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
}

div .radio-inline {
  align-items: center;
  display: inline-flex;
  padding-left: 24px;
  position: relative;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-left: -20px;
  margin-top: 4px\9 ;
  position: absolute;
}

div input[type=radio] {
  display: none;
}
div input[type=radio]:checked ~ .icon-radio {
  border-color: #9E58C5;
}
div input[type=radio]:checked ~ .icon-radio:after {
  display: inline-block;
}
div 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;
}
div input[type=radio] ~ .icon-radio:after {
  background: #9E58C5;
  border-radius: 50%;
  content: "";
  display: none;
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}

.region {
  padding-bottom: 7px;
}
.region .title {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.region .new {
  color: #de4637 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.region .label-input {
  display: inline-block;
}
.region .label-input label {
  color: #333;
  padding-right: 40px;
}

.btn-bejobcv-primary {
  background-color: #9E58C5;
  color: #fff;
}
.btn-bejobcv-primary i {
  font-weight: 400;
}
.btn-bejobcv-primary:active, .btn-bejobcv-primary:focus, .btn-bejobcv-primary:hover {
  background-color: #9E58C5;
  color: #fff;
}

.btn {
  background: #9E58C5;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-right: 10px;
  padding: 8px 24px;
}
.btn:last-child {
  background: #fff;
  border-color: #9E58C5;
  color: #9E58C5;
}/*# sourceMappingURL=gross-net.css.map */