.income_calc_block_2 .title {
  color: #9E58C5;
  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 {
  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;
}

.box-gray {
  align-items: flex-start;
  align-self: stretch;
  background: #f4f5f5;
  border-radius: 5px;
  flex-grow: 0;
  margin: 8px 4px;
  order: 1;
  padding: 8px 12px;
}
.box-gray .title-block {
  color: #424e5c;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.box-gray .number-yellow {
  color: #9E58C5;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.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;
}

.radio-salary {
  align-items: center;
  color: #212f3f;
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 0;
  padding-bottom: 8px;
  padding-top: 8px;
}

.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;
}

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

.label-input {
  display: inline-block;
}
.label-input label {
  color: #333;
  padding-right: 40px;
}

.btn-disable-custom {
  align-items: center;
  background: #e9eaec;
  color: #c7cbcf;
  flex-direction: row;
  font-size: 17px;
  justify-content: center;
  line-height: 20px;
  padding: 8px 24px;
  pointer-events: none;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
}

.btn-primary {
  background-color: #9E58C5;
  border-color: #9E58C5;
  color: white;
  padding: 8px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 20px;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: rgb(133.12, 60.32, 173.68);
  border-color: rgb(133.12, 60.32, 173.68);
}

#result_income_calc {
  margin-top: 30px;
}
#result_income_calc .table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
}
#result_income_calc .table th, #result_income_calc .table td {
  padding: 8px 12px;
  vertical-align: top;
  border: 1px solid #eee;
}
#result_income_calc .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
  background-color: #fafafa;
  font-weight: 600;
}
#result_income_calc .table tbody + tbody {
  border-top: 2px solid #eee;
}
#result_income_calc .table .text-end {
  text-align: right;
}
#result_income_calc .table .text-center {
  text-align: center;
}
#result_income_calc .table-bordered {
  border: 1px solid #eee;
}
#result_income_calc .table-bordered th, #result_income_calc .table-bordered td {
  border: 1px solid #eee;
}
#result_income_calc .table-bordered thead th, #result_income_calc .table-bordered thead td {
  border-bottom-width: 2px;
}/*# sourceMappingURL=thue-tncn.css.map */