.income_calc_block_4 .title {
  color: #9e58c5;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.text-muted-content p {
  color: #666;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.6em;
  text-align: justify;
}

.content_bhxh_mot_lan {
  border-top: 1px solid #eee;
}

.nav-tabs {
  border-bottom-color: transparent;
}
.nav-tabs .nav-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  color: #333;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-bottom: -1px;
}
.nav-tabs .nav-link.active {
  font-weight: 500;
  border-bottom-width: 2px;
  border-color: transparent transparent #9e58c5;
  color: #9e58c5;
}
.nav-tabs .nav-link:hover {
  border-color: transparent transparent #9e58c5;
  isolation: isolate;
}
@media (max-width: 768px) {
  .nav-tabs .nav-link {
    margin-right: 20px;
    font-size: 13px;
    white-space: nowrap;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }
  .nav::-webkit-scrollbar {
    height: 4px;
  }
  .nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .nav::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
}

.tab-content {
  margin-top: 20px;
}

table.table.table-borderless {
  margin-bottom: 0.5rem;
  min-height: 92px;
}
table.table thead {
  vertical-align: bottom;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > td:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > thead > tr > th:first-child {
  padding-left: 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-width: inherit;
}

.table > thead > tr > th {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.table > tbody {
  vertical-align: inherit;
}

#compulsory .select2.ml-0 {
  margin-left: 0 !important;
}

#compulsory .select2 {
  margin: 0 5px;
}

.select2 {
  width: 100% !important;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #212529;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.w-10 {
  width: 10% !important;
}

.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.input-data {
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-flex;
  height: 40px;
  margin-left: auto;
  min-width: 165px;
  padding: 10px 5px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .input-data {
    min-width: unset;
  }
}
.input-data input {
  border: 1px solid transparent;
  border-radius: 3px;
  height: 100%;
  left: 0;
  padding-left: 10px;
  padding-right: 40px;
  position: absolute;
  text-align: right;
  width: 100%;
  font-size: 12px;
  line-height: 28px;
  text-align: left;
}
.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 .caption {
  margin-left: auto;
  margin-top: inherit;
}

.input-data input:focus-visible {
  border-color: #9e58c5;
  outline: none;
}

.input-data input:focus,
.input-data input:hover {
  border-color: #9e58c5;
  box-shadow: none;
}

.input-data.maternity-salary-disabled {
  background: #f8f9fa;
  border-color: #e9ecef;
}
.input-data.maternity-salary-disabled input {
  background: #f8f9fa;
  color: #6c757d;
  cursor: not-allowed;
}
.input-data.maternity-salary-disabled input:focus, .input-data.maternity-salary-disabled input:hover {
  border-color: #e9ecef;
  box-shadow: none;
}
.input-data.maternity-salary-disabled .caption {
  color: #6c757d;
  font-style: italic;
}

.table > tbody > tr > td:last-child {
  padding: initial;
  padding-top: 12px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-width: inherit;
}

.btn {
  background: #9e58c5;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-right: 10px;
  padding: 10px 16px;
}
.btn.btn-icon {
  background: transparent;
  border-width: 0;
  color: #212f3f;
  margin: inherit;
  padding: initial;
  padding-top: 6px;
}
.btn.btn-outline-default {
  background: transparent;
  border-color: #9e58c5;
  color: #9e58c5;
}
.btn.btn-black-100 {
  background: #fff;
  border-color: #212f3f;
  color: #212f3f;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212f3f;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-bottom: 5px;
  padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: inherit;
}

.select2-results__option {
  font-size: 15px;
}

.bhxh-result {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.bhxh-result .result-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}
.bhxh-result .result-header .result-title {
  color: #28a745;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  background: #f8f9fa;
  border-radius: 4px;
}
.bhxh-result .calculation-explanation h3 {
  color: #343a40;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}
.bhxh-result .calculation-explanation h4 {
  color: #495057;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px 0;
  padding: 8px 12px;
  background: #f8f9fa;
  border-left: 4px solid #28a745;
}
.bhxh-result .calculation-explanation p {
  color: #495057;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.bhxh-result .calculation-explanation p strong {
  color: #212529;
  font-weight: 600;
}
.bhxh-result .calculation-explanation .period-list {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  margin: 15px 0;
}
.bhxh-result .calculation-explanation .period-list strong {
  color: #495057;
  font-size: 14px;
}
.bhxh-result .calculation-explanation hr {
  margin: 25px 0;
  border-color: #e9ecef;
}
.bhxh-result .calculation-explanation .text-muted {
  color: #6c757d !important;
  font-size: 13px;
  font-style: italic;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 4px;
  margin-top: 20px;
}

.note {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-left: 4px solid #6c757d;
  border-radius: 4px;
  padding: 15px;
  margin: 20px 0;
}
.note h5 {
  color: #495057;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.note p {
  color: #495057;
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #nav-tabContent {
    width: 100%;
    overflow-x: auto;
  }
  .bhxh-result {
    padding: 15px;
    margin-top: 20px;
  }
  .bhxh-result .result-header .result-title {
    font-size: 18px;
  }
  .bhxh-result .calculation-explanation h3 {
    font-size: 16px;
  }
  .bhxh-result .calculation-explanation h4 {
    font-size: 15px;
    padding: 6px 10px;
  }
  .bhxh-result .calculation-explanation p {
    font-size: 13px;
  }
}/*# sourceMappingURL=bhxh_mot_lan.css.map */