*, ::before, ::after {
  box-sizing: border-box;
}

.input-contact .form-group {
  margin-bottom: 20px;
  position: relative;
}

.page-tax-deduction {
  padding: 40px 0 60px;
}

.page-tax-deduction h3 {
  margin-top: 60px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.29;
  color: #454647;
  margin-bottom: 20px;
}

.page-tax-deduction .container-inner {
  max-width: 820px;
  margin: 0 auto;
}

.tax-deduction-intro {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.tax-deduction-intro .page-header {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 0;
}

.tax-deduction-intro .page-title {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  font-size: 32px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 0;
}

.tax-deduction-intro__text {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  font-size: 16px;
  line-height: 1.6;
  color: #454647;
  margin: 0;
}

.tax-deduction-form {
  background: #f0f6fa;
  border-radius: 12px;
  padding: 40px;
  max-width: 820px;
  margin: 0 auto;
}

.tax-deduction-form__section {
  margin-bottom: 40px;
}

.tax-deduction-form__section:first-of-type {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 92, 169, 0.2);
}

.patient-data-section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 92, 169, 0.2);
}

.patient-data-section .tax-deduction-form__section-title {
  font-size: 32px;
  margin-bottom: 40px;
}

.patient-data-section .patient-block + .patient-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 92, 169, 0.2);
}

.patient-data-section .patient-block {
  position: relative;
}

.patient-data-section .patient-block__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.patient-data-section .patient-block__remove {
  position: absolute;
  top: 90px;
  right: 0;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.patient-data-section .patient-block__remove svg path {
  transition: stroke 0.2s ease;
}

.patient-data-section .patient-block__remove:hover svg path {
  stroke: #777777;
}

.main-content > .tax-deduction-form__section {
  margin-top: 12px;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.tax-deduction-form .document-section {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 20px 24px;
}

.tax-deduction-form__section:first-of-type {
  margin-bottom: 40px;
}

.tax-deduction-form__section-title {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 20px;
}

.tax-deduction-form .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.tax-deduction-form .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.tax-deduction-form .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
}
.tax-deduction-form .field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.tax-deduction-form .field-label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #454647;
  margin-bottom: 0;
}

.tax-deduction-form .field-label .required {
  color: #d51616;
}

.tax-deduction-form .input-contact {
  position: relative;
}

.tax-deduction-form .form-group {
  position: relative;
  min-height: 50px;
}

.tax-deduction-form .input-placeholder {
  position: absolute;
  left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #a0a0a0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.2s ease;
  pointer-events: none;
  margin-top: 0;
}

.tax-deduction-form .input-placeholder .required {
  color: #d51616;
}

.tax-deduction-form .form-control {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  width: 100%;
  display: block;
  color: #323232;
}

.tax-deduction-form .form-control:hover {
  border-color: #007ec3;
  outline: 0 none;
}

.tax-deduction-form .form-control:focus {
  border-color: #32a2db;
  outline: 0 none;
}

.tax-deduction-form .form-group.focused .input-placeholder,
.tax-deduction-form .form-group.has-value .input-placeholder {
  top: -8px;
  left: 12px;
  font-size: 12px;
  background: #f0f6fa;
  padding: 0 4px;
  z-index: 11;
}

.tax-deduction-form .form-control::placeholder {
  color: #a0a0a0;
}

.tax-deduction-form .input-date-wrapper {
  position: relative;
}

.tax-deduction-form .input-date-calendar {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.tax-deduction-form .input-date-calendar svg {
  width: 20px;
  height: 20px;
}

.tax-deduction-form .form-select {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  /*padding: 15px 40px 15px 15px;*/
  background: #ffffff;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  width: 100%;
  display: block;
  color: #323232;
  appearance: none;
  /*background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23323232' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");*/
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.tax-deduction-form .form-select option {
  color: #323232;
}

.tax-deduction-form .form-select:invalid,
.tax-deduction-form .form-select option[value=""][disabled][selected] {
  color: #a0a0a0;
}

.tax-deduction-form .form-select:hover {
  border-color: #007ec3;
}

.tax-deduction-form .form-select:focus {
  border-color: #32a2db;
  outline: 0 none;
}

.tax-deduction-form .document-type {
  margin-bottom: 20px;
}

.tax-deduction-form .document-type__label {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 10px;
  display: block;
}

.tax-deduction-form .document-type__label .required {
  color: #d51616;
}

.tax-deduction-form .document-type-buttons {
  display: flex;
  gap: 10px;
}

.tax-deduction-form .document-type-btn {
  flex: 1;
  padding: 12px 24px;
  background: #ffffff;
  color: #323232;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tax-deduction-form .document-type-btn:hover {
  border-color: #007ec3;
}

.tax-deduction-form .document-type-btn.active {
  background: #2787f529;

  color: #005ca9;
  border: none;
}

/* Стили для кнопок выбора документа в секции пациента */
.patient-data-section .document-type-buttons {
  display: flex;
  gap: 10px;
}

.patient-data-section .document-type-btn {
  width: 360px;
  height: 50px;
  background: #e8eef2;
  border-radius: 6px;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  gap: 10px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #323232;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 1;
  position: relative;
}

.patient-data-section .document-type-btn.active {
  background: #2787f529;
  color: #005ca9;
}

.patient-data-section .document-type-btn:not(.active) {
  background: #e8eef2;
  color: #323232;
}

/* Стили для сообщений об ошибках */
.tax-deduction-form .error-message {
  display: none;
  color: #d51616;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  font-family: "Mulish", sans-serif;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}

.tax-deduction-form .form-group.has-error {
  padding-bottom: 5px;
}

.tax-deduction-form .form-group.has-error .error-message {
  display: block !important;
}

.tax-deduction-form .form-group.has-error .form-control,
.tax-deduction-form .form-group.has-error .form-select,
.tax-deduction-form .form-group.has-error input.form-control,
.tax-deduction-form .form-group.has-error select.form-select {
  border-color: #d51616 !important;
  border-width: 1px;
}

.tax-deduction-form .document-type.has-error .error-message {
  display: block !important;
}

.tax-deduction-form .form-checkbox.has-error .error-message {
  display: block !important;
  margin-top: 5px;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

.tax-deduction-form .form-checkbox.has-error label i {
  border-color: #d51616 !important;
}

.tax-deduction-form .form-checkbox-inline.has-error .error-message {
  display: block !important;
  margin-top: 5px;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

.tax-deduction-form .form-checkbox-inline.has-error label i {
  border-color: #d51616 !important;
}

/* Убеждаемся, что стили применяются ко всем полям с ошибками */
.tax-deduction-form .has-error input.form-control,
.tax-deduction-form .has-error select.form-select,
.tax-deduction-form .form-group.has-error input,
.tax-deduction-form .form-group.has-error select {
  border-color: #d51616 !important;
}

.tax-deduction-form .button-primary:disabled {
  background-color: #e8eef2;
  color: #a0a0a0;
  cursor: not-allowed;
}

.tax-deduction-form .form-checkbox {
  margin-bottom: 15px;
}

.tax-deduction-form .form-checkbox label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
  color: #454647;
  margin: 0;
}

.tax-deduction-form .form-checkbox label i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #005ca9;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 2px;
}

.tax-deduction-form .form-checkbox label input {
  display: none;
}

.tax-deduction-form .form-checkbox label input:checked + i {
  background-color: #e2f2ff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.5 8L11 1.5' stroke='%23005CA9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.tax-deduction-form .form-checkbox label a {
  color: #005ca9;
  text-decoration: underline;
}

.tax-deduction-form .form-actions-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}

.tax-deduction-form .form-actions-left {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
}

.tax-deduction-form .form-actions-right {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  box-sizing: border-box;
}

.tax-deduction-form .form-checkbox-inline {
  display: flex;
  align-items: center;
  margin: 0;
}

.tax-deduction-form .form-checkbox-inline label {
  margin: 0;
  font-size: 12px;
  color: #454647;
}

.tax-deduction-form .button-primary {
  padding: 12px 25px 14px;
  background-color: #005ca9;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.tax-deduction-form .button-primary:hover {
  background-color: #32a2db;
}

.tax-deduction-form .button-primary:hover:disabled {
  background-color: #e8eef2;
}

.tax-deduction-form__section .button-add-patient {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 48px;
  width: 100%;
  height: 50px;
  background: #f0f6fa;
  border: 1px solid #005ca9;
  border-radius: 4px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #005ca9;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 16px;
  margin-bottom: 0;
  position: relative;
}

.tax-deduction-form__section .button-add-patient__text {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.tax-deduction-form__section .button-add-patient__plus {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  position: absolute;
  right: 16px;
}

.tax-deduction-form__section .button-add-patient__plus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20.83%;
  bottom: 20.83%;
  width: 2px;
  background: #005ca9;
  transform: translateX(-50%);
}

.tax-deduction-form__section .button-add-patient__plus::after {
  content: "";
  position: absolute;
  left: 20.83%;
  right: 20.83%;
  top: 50%;
  height: 2px;
  background: #005ca9;
  transform: translateY(-50%);
}

.tax-deduction-form__section .button-add-patient:hover {
  background: #d0e7fd;
}

.tax-deduction-form__section .form-footer-info {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.tax-deduction-form__section .form-footer-info p {
  margin: 0 0 17px 0;
}

.tax-deduction-form__section .form-footer-info p:last-child {
  margin-bottom: 0;
}

.tax-deduction-form__section .form-footer-info a {
  text-decoration: underline;
}

@media (max-width: 820px) {
  .page-tax-deduction .container-inner {
    padding: 0 15px;
  }

  .tax-deduction-intro .page-header {
    flex-direction: column;
    gap: 12px;
  }

  .tax-deduction-intro .page-title {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 28px;
  }

  .tax-deduction-intro__text {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tax-deduction-form {
    padding: 30px 20px;
  }

  .tax-deduction-form .form-actions-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .tax-deduction-form .form-actions-left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    gap: 0;
  }

  .tax-deduction-form .form-actions-right {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    align-items: stretch;
    width: 100%;
  }

  .tax-deduction-form .form-actions-right .button-primary {
    width: 100% !important;
    max-width: 100% !important;
    order: 1;
    box-sizing: border-box;
    flex: 1 1 100%;
    min-width: 0;
  }

  .tax-deduction-form .form-actions-right .form-checkbox-inline {
    order: 2;
    width: 100%;
  }

  .tax-deduction-form .form-checkbox label,
  .tax-deduction-form .form-checkbox-inline label {
    font-size: 12px;
    line-height: 1.5;
    color: #454647;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    margin: 0;
  }

  .tax-deduction-form .form-checkbox-inline label i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #005ca9;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 2px;
  }

  .tax-deduction-form .form-checkbox-inline label input {
    display: none;
  }

  .tax-deduction-form .form-checkbox-inline label input:checked + i {
    background-color: #e2f2ff;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.5 8L11 1.5' stroke='%23005CA9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

@media (max-width: 768px) {
  .tax-deduction-form {
    padding: 20px;
  }

  .tax-deduction-form .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tax-deduction-intro {
    flex-direction: column;
    gap: 15px;
  }

  .tax-deduction-form .form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tax-deduction-form .button-primary {
    width: 100%;
  }
}

/* Стили для страницы успешной отправки */
.tax-deduction-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  max-width: 820px;
}

.tax-deduction-success__container {
  width: 100%;
}

.tax-deduction-success__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  gap: 40px;
  background: #f0f6fa;
  border-radius: 8px;
}

.tax-deduction-success__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  height: 70px;
}

.tax-deduction-success__icon-circle {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tax-deduction-success__icon-circle svg {
  width: 70px;
  height: 70px;
}

.tax-deduction-success__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.tax-deduction-success__title {
  width: 100%;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  color: #323232;
  margin: 0;
}

.tax-deduction-success__description {
  width: 100%;
  max-width: 526px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #454647;
  margin: 0;
}

.tax-deduction-success__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.tax-deduction-success__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  gap: 10px;
  min-width: 143px;
  height: 50px;
  background: #005ca9;
  border-radius: 4px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.tax-deduction-success__another {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: #005ca9;
}

.tax-deduction-success__another:hover {
  color: #004a8a;
}

.tax-deduction-success__button:hover {
  background: #004a8a;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .tax-deduction-success {
    max-width: 100%;
    padding: 0 15px;
  }

  .tax-deduction-success__content {
    padding: 30px 20px;
    gap: 30px;
  }

  .tax-deduction-success__title {
    font-size: 24px;
  }

  .tax-deduction-success__description {
    font-size: 14px;
    line-height: 18px;
  }

  .tax-deduction-success__button {
    width: 100%;
  }
}

.tax-deduction-error-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tax-deduction-error-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.tax-deduction-error-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 25px;
  width: 500px;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 12px;
  z-index: 10001;
}

.tax-deduction-error-modal__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tax-deduction-error-modal__close:hover {
  opacity: 0.7;
}

.tax-deduction-error-modal__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.tax-deduction-error-modal__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.tax-deduction-error-modal__title {
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 27px;
  color: #EE2F53;
  margin: 0;
  flex: 1;
}

.tax-deduction-error-modal__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}

.tax-deduction-error-modal__patient-name {
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  width: 100%;
}

.tax-deduction-error-modal__message {
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  width: 100%;
}

.tax-deduction-error-modal__email-link {
  color: #005CA9;
  text-decoration: underline;
  cursor: pointer;
}

.tax-deduction-error-modal__email-link:hover {
  color: #004a8a;
  text-decoration: none;
}

.tax-deduction-error-modal__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 25px;
  gap: 10px;
  width: 100%;
  height: 50px;
  background: #005CA9;
  border-radius: 4px;
  border: none;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tax-deduction-error-modal__button:hover {
  background: #004a8a;
}

.page-tax-deduction .ui-datepicker table thead th span {
	padding: 0;
}
.page-tax-deduction .jqselect .jq-selectbox__select {
  border-radius: 0;
  border: none;
  box-shadow: inherit;
  background: inherit;
  height: auto;
  box-sizing: border-box;
  padding: 0 15px 0 65px;
  font-size: inherit;
  line-height: inherit;
}
.page-tax-deduction .jqselect .jq-selectbox__select {
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 768px) {
  .tax-deduction-error-modal__content {
    width: 90%;
    padding: 30px 20px;
  }

  .tax-deduction-error-modal__title {
    font-size: 22px;
    line-height: 24px;
  }

  .tax-deduction-error-modal__message {
    font-size: 14px;
    line-height: 18px;
  }
}

/*# sourceURL=tax-deduction-inline-css */
