:root {
  --border-secondary: #d9d9d9;
  --white: white;
  --secondary-text: #4e5055;
  --black: #000;
  --tertriary-border: #e5e7eb;
  --brand-color: #593ba8;
  --transparent: #0000;
  --secondary-color: #c8e976;
  --feeacc: var(--white);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #111827;
  font-family: kit-sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h3 {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: #111827;
  text-decoration: none;
}

li {
  margin-bottom: 4px;
}

.tso-page-wrapper {
  flex-flow: column;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  overflow: auto;
}

.tso-header {
  border-bottom: 1px solid var(--border-secondary);
}

.tso-main {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tso-main.items-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tso-main.pb-0 {
  padding-bottom: 0;
}

.tso-main.pb-0.pt-0 {
  padding-top: 0;
}

.tso-main.warning-light-bg {
  background-color: #feeacc;
  padding-top: 0;
  padding-bottom: 0;
}

.tso-main.light-bg {
  background-color: #daf2f3;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-js, .custom-css {
  display: none;
}

.tso-header-block {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 14px 40px;
  display: flex;
}

.tso-user-dropdown {
  position: relative;
}

.tso-user-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-dropdown-icon {
  margin-top: -6px;
  display: flex;
}

.tso-user-dropdown-menu {
  z-index: 100000;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  min-width: 140px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 110% 0% auto auto;
  box-shadow: 0 1px 4px #0003;
}

.tso-user-dropdown-item {
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.tso-user-dropdown-item:hover {
  background-color: #ded8ed;
}

.tso-user-dropdown-avatar {
  color: #593ba8;
  background-color: #ded8ed;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-weight: 600;
  display: flex;
}

.tso-container {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tso-container.is-wider {
  max-width: 760px;
}

.tso-heading-block {
  margin-bottom: 20px;
}

.tso-heading-block.text-align-center.mb-6 {
  margin-bottom: 32px;
}

.tso-heading-block.text-align-center.mb-0, .tso-heading-block.margin-none, .tso-heading-block.mb-0 {
  margin-bottom: 0;
}

.text-align-center {
  text-align: center;
}

.tso-heading {
  letter-spacing: -.24px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.tso-heading.mb-3 {
  margin-bottom: 12px;
}

.tso-heading.mb-0 {
  margin-bottom: 0;
}

.margin-tiny {
  margin-bottom: 4px;
}

.tso-secondary-text {
  color: var(--secondary-text);
}

.tso-secondary-text.add-text-ch {
  max-width: 58ch;
}

.tso-secondary-text.is-underline {
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
}

.mb-4, .tso-question-block {
  margin-bottom: 20px;
}

.tso-question-block.bg-white-rounded {
  border: 2px solid var(--white);
  background-color: var(--white);
  border-radius: 10px;
}

.tso-question-block.bg-white-rounded.disabled {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.tso-question-block.margin-none, .tso-question-block.mb-0 {
  margin-bottom: 0;
}

.tso-question-block.mb-8 {
  margin-bottom: 48px;
}

.ts-return-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.ts-return-item-wrap.mb-5 {
  margin-bottom: 20px;
}

.ts-retrun-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.ts-retrun-item.align-item-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.ts-return-content-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ts-return-content-block.items-align-top {
  justify-content: space-between;
  align-items: flex-start;
}

.ts-return-content-block.items-align-top.mb-5 {
  margin-bottom: 20px;
}

.tso-button-block {
  flex: none;
}

.tso-button-block.left-align {
  display: flex;
}

.tso-button-block.left-align.mt-4 {
  margin-top: 16px;
}

.tso-button-block.left-align.mt-4.mb-4 {
  margin-bottom: 16px;
}

.tso-button-block.center-align {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tso-button-block.center-align.justify-between {
  justify-content: space-between;
}

.tso-primary-button {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-primary-button:hover {
  color: var(--secondary-text);
  box-shadow: 0 -1px 2px #1b242c1f;
}

.tso-heading-medium-block {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.tso-earing-type-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.tso-eraning-type-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--border-secondary);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 190px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
  display: flex;
}

.tso-eraning-type-block.active {
  background-color: #eff9d6;
  border-color: #def2ad;
}

.tso-eraning-type-block.hide {
  display: none;
}

.tso-earning-type-icon {
  display: flex;
}

.tso-earing-type-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tso-continue-button {
  border: 1px solid var(--border-secondary);
  color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-continue-button.disable {
  opacity: .5;
  pointer-events: none;
}

.tso-content-top {
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 40px;
  display: flex;
}

.tso-background {
  background-color: #f8f8f8;
}

.tso-progress-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eff9d6;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  min-height: 44px;
  padding-left: 16px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.tso-progress-block {
  background-color: #e0e0e0;
  border-radius: 99px;
  width: 92px;
  height: 10px;
  position: relative;
}

.tso-progressbar {
  background-color: #1d7c4d;
  border-radius: 99px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tso-progressbar._34 {
  width: 34%;
}

.tso-progressbar._50 {
  width: 50%;
}

.tso-progressbar._66 {
  width: 66px;
}

.tso-progressbar._16 {
  width: 16.6%;
}

.tso-progressbar._74 {
  width: 74%;
}

.tso-progressbar._100 {
  width: 100%;
}

.tso-progress-number {
  margin-bottom: -2px;
  padding-top: 2px;
}

.tso-business-type-header {
  border-bottom-width: 1px;
  border-bottom-color: var(--border-secondary);
  padding: 20px 24px;
}

.tso-business-type-header.border-none {
  border-bottom-style: none;
}

.tso-business-type-body {
  padding: 20px 24px;
}

.tso-business-type-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid var(--border-secondary);
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.tso-business-type-bottom.right-align {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.tso-secondary-heading {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.tso-secondary-heading.margin-bottom-medium {
  margin-bottom: 20px;
}

.tso-secondary-heading.mb-0 {
  margin-bottom: 0;
}

.tso-secondary-heading.mb-3 {
  margin-bottom: 12px;
}

.tso-secondary-heading.dark {
  color: var(--black);
}

.tso-secondary-heading.mb-4 {
  margin-bottom: 20px;
}

.tso-secondary-heading.set-width {
  max-width: 90%;
}

.tso-filled-tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.tso-filled-tag-wrapper.less-gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.tso-form-wrapper {
  display: block;
}

.margin-small {
  margin-bottom: 10px;
}

.tso-business-type-tag {
  box-shadow: inset 0 0 0 1px var(--border-secondary);
  color: #2d2d2d;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: box-shadow .3s, color .3s;
  display: flex;
  position: relative;
}

.tso-business-type-tag:hover {
  color: #000;
  box-shadow: inset 0 0 0 2px #bdb1dc;
}

.form-ignore-wrapper {
  margin-bottom: 0;
}

.tso-input-label {
  color: var(--black);
  margin-bottom: 8px;
  font-weight: 500;
}

.tso-input-field {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 10px;
  padding: 12px 16px 6px;
}

.tso-input-field:focus {
  border-color: var(--border-secondary);
}

.tso-input-field::placeholder {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
}

.tso-input-field.tso-datepicker-input {
  width: 100%;
}

.tso-input-field.tso-datepicker-input.date {
  background-image: url('../images/calendar-icon.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
}

.tso-input-field.tso-datepicker-input.date::placeholder {
  text-align: left;
}

.tso-input-field.is-message {
  height: auto;
  min-height: 96px;
}

.tso-input-field.mb-0 {
  margin-bottom: 0;
}

.tso-primary-btn {
  color: var(--black);
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-primary-btn.is-disable {
  opacity: .5;
  pointer-events: none;
}

.tso-primary-btn.is-medium {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-input-message {
  justify-content: flex-start;
  align-items: center;
  min-height: 20px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
}

.form-input-message.error {
  color: #be274b;
}

.form-input-message.success {
  color: #1d7c4d;
}

.fim-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
}

.fim-text {
  margin-bottom: -4px;
  padding-top: 4px;
  line-height: 16px;
}

.tso-single-form-block.pt-4 {
  margin-top: 20px;
}

.tso-answer-tag {
  color: var(--black);
  cursor: pointer;
  background-color: #feeacc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px 8px 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: border .3s, color .3s;
  display: flex;
}

.tso-answer-tag:hover {
  color: #000;
  border-color: #8d8d8d;
}

.tso-answer-tag.is-full {
  flex: 1;
}

.tso-answer-tag.error {
  color: var(--white);
  background-color: #be274b;
}

.tso-earning-icon-block {
  color: #2d1e54;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
}

.tso-earning-icon-block.light-blue {
  background-color: #daf2f3;
}

.tso-earning-icon-block.light-blue.active {
  color: #5b7e24;
  background-color: #def2ad;
}

.tso-earning-icon-block.warning-accent {
  background-color: #feeacc;
}

.tso-earning-icon-block.light-purple {
  background-color: #ded8ed;
}

.tso-earning-icon-block.danger-accent {
  background-color: #f2d4db;
}

.tso-earning-icon-block.active {
  color: #5b7e24;
  background-color: #def2ad;
}

.tso-earning-icon-block.light-green {
  background-color: #def2ad;
}

.check-icon {
  display: flex;
  position: absolute;
  inset: -8px -8px auto auto;
}

.check-icon.is-hide {
  opacity: 100;
  display: none;
}

.tso-action-btn {
  box-shadow: inset 0 0 0 1px var(--border-secondary);
  color: #2d2d2d;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: box-shadow .3s, color .3s;
  display: flex;
  position: relative;
}

.tso-action-btn:hover {
  color: #000;
  box-shadow: inset 0 0 0 2px #bdb1dc;
}

.tso-finished-button {
  border: 1px solid var(--black);
  color: var(--white);
  background-color: #593ba8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-finished-button.disable {
  opacity: .5;
  pointer-events: none;
}

.unit-price-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 8px;
  transition: box-shadow .3s;
  display: flex;
}

.unit-price-wrapper:focus {
  box-shadow: inset 0 0 0 2px #6792f4;
}

.unit-price-currency {
  color: #593ba8;
  background-color: #ded8ed;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 3px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.unit-price-input {
  color: var(--black);
  border: 0 #000;
  height: 24px;
  margin-bottom: -2px;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 400;
}

.unit-price-input::placeholder {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
}

.tso-filled-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border: 2px solid #c8e976;
  border-radius: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  padding: 20px 24px;
  display: flex;
}

.tso-filled-content-block.error {
  outline-offset: 0px;
  outline: 2px solid #be274b;
  position: relative;
}

.tso-filled-content-block.success {
  outline-offset: 0px;
  outline: 2px solid #1d7c4d;
  position: relative;
}

.tso-filled-content-block.pb-0 {
  padding-bottom: 0;
}

.tso-filled-content-block.pb-0.mb-0, .tso-filled-content-block.mb-0 {
  margin-bottom: 0;
}

.tso-filled-heading-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tso-filled-heading-block.align-top {
  justify-content: space-between;
  align-items: flex-start;
}

.tso-filled-heading-block.mb-5 {
  margin-bottom: 20px;
}

.tso-filled-heading-block.right-align {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
}

.tso-edit-button {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  height: 40px;
  padding: 10px 16px;
  font-weight: 700;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-content-wrapper.tso-margin-regular {
  margin-bottom: 16px;
}

.tso-single-input-item {
  flex: 1;
}

.tso-input-delete-btn {
  color: #be274b;
  cursor: pointer;
  border: 1px solid #e5a9b7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.tso-input-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 8px;
  margin-bottom: 0;
  display: grid;
}

.tso-input-items.mt-0 {
  margin-top: 0;
}

.tso-delete-icon {
  display: flex;
}

.tso-input-items-wrap.tso-margin-regular, .tso-margin-regular {
  margin-bottom: 16px;
}

.tso-brand-btn {
  color: var(--white);
  background-color: #593ba8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: filter .25s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-brand-btn:hover {
  filter: brightness(115%);
}

.tso-brand-btn.disabled {
  opacity: .5;
  pointer-events: none;
}

.tso-brand-btn.blank {
  background-color: var(--white);
  box-shadow: none;
  color: #2d2d2d;
  padding: 0;
  font-weight: 600;
}

.tso-brand-btn.is-medium {
  height: 40px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}

.tso-brand-btn.inline-block {
  display: inline-block;
}

.tso-filled-tags-blocks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.select-wrap {
  flex: 1;
  position: relative;
}

.field-select-icon {
  pointer-events: none;
  color: #000;
  display: flex;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}

.tso-select-items-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tso-brand-logo {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-upload-filed-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #eff9d6;
  border: 1px dashed #c8e976;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 20px;
  display: flex;
}

.tso-input-check-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--secondary-text);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 14px;
  display: flex;
  position: relative;
}

.tso-input-checkbox {
  border: 1px solid var(--tertriary-border);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  overflow: hidden;
}

.tso-question-note-text {
  color: #111827;
  letter-spacing: -.32px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tdf-db-datepicker {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.tdf-db-input-field {
  color: #09090b;
  background-color: #fff;
  border: 1px solid #35475a33;
  border-radius: 6px;
  height: 36px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 1px 2px #0000001a;
}

.tdf-db-input-field:focus {
  border-color: #a1a1a1;
  box-shadow: 0 0 0 3px #a1a1a180;
}

.tdf-db-input-field::placeholder {
  color: #71717a;
  font-size: 14px;
  font-weight: 500;
}

.tdf-db-input-field.tdf-db-datepicker-input {
  padding-left: 32px;
}

.tdf-db-datepicker-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 8px;
}

.tso-uploader-icon {
  display: flex;
}

.tso-mf-content-block {
  padding-top: 20px;
}

.tso-back-btn-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.tso-back-icon {
  display: flex;
}

.tso-mf-heading {
  font-size: 20px;
  line-height: 28px;
}

.tso-mf-heading-block {
  margin-bottom: 40px;
}

.tso-header-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-pages-dropdown {
  position: relative;
}

.tso-pages-dropdwon-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #ded8ed;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 44px;
  padding-top: 6px;
  padding-left: 16px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.tso-pages-dropdown-menu {
  z-index: 1000;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  min-width: 360px;
  display: none;
  position: absolute;
  top: 120%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 8px 16px #1b1b1b0a, 0 2px 8px #1b1b1b0a;
}

.tso-pages-dropdown-item {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.tso-pages-dropdown-item:hover {
  background-color: #ded8ed;
}

.tso-pages-dropdown-item.top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.tso-pages-dropdown-item.top.active {
  background-color: #ded8ed;
}

.tso-pages-dropdown-item.last {
  border-bottom-style: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tso-pages-dropdown-item.active {
  background-color: #ded8ed;
}

.tso-status-number {
  background-color: #f4f4f5;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 14px;
  line-height: 20px;
}

.tso-header-dropdown-wrap {
  display: none;
}

.tso-return-progress-wraper {
  flex: 1;
}

.tso-tax-item-delete-btn {
  color: #be274b;
  cursor: pointer;
  background-color: #f2d4db;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
}

.tso-icon {
  display: flex;
}

.tso-tertriary-heading.mb-2 {
  margin-bottom: 8px;
}

.tso-tax-progress-item {
  color: #909090;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 4px 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.tso-tax-progress-item.current {
  color: var(--black);
  background-color: #eff9d6;
}

.tso-tax-panding-block {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-progress-filling-btn {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-progress-filling-btn:hover {
  color: var(--secondary-text);
  box-shadow: 0 -1px 2px #1b242c1f;
}

.tso-header-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-logo-divider {
  background-color: #b0b0b0;
  width: 1px;
  height: 32px;
}

.tso-save-btn {
  color: var(--black);
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8px 16px 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.tso-save-btn.is-disable {
  opacity: .5;
  pointer-events: none;
}

.tso-btn-group {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-btn-group.justify-between {
  justify-content: space-between;
}

.tso-btn-group.gap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.tso-ghost-btn {
  color: var(--black);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.tso-modal-wrapper {
  z-index: 100;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.tso-modal {
  background-color: var(--white);
  border-radius: 20px;
  flex: 1;
  max-width: 480px;
}

.tso-modal-padding {
  padding: 40px;
}

.tso-modal-content-block {
  text-align: center;
}

.tso-modal-from-wrap {
  text-align: left;
}

.tso-modal-action-btn {
  color: var(--white);
  background-color: #593ba8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-modal-input-label {
  color: var(--black);
  margin-bottom: 6px;
  padding-top: 3px;
  font-weight: 500;
}

.tso-modal-input-item {
  margin-bottom: 10px;
}

.tso-modal-title {
  letter-spacing: -.25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.tso-modal-title.mb-2 {
  margin-bottom: 8px;
}

.tso-modal-title.text-primary {
  color: #111827;
}

.tso-modal-text {
  color: var(--secondary-text);
  letter-spacing: -.25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tso-modal-text.mb-4 {
  margin-bottom: 16px;
}

.tso-modal-text.mb-7 {
  margin-bottom: 40px;
}

.tso-modal-content-wrap.mb-5 {
  margin-bottom: 20px;
}

.tso-modal-content-wrap.mb-7 {
  margin-bottom: 40px;
}

.tso-modal-img.mb-5 {
  margin-bottom: 20px;
}

.tso-password-field-wrap {
  position: relative;
}

.password_icon {
  position: absolute;
  inset: 10px 16px 0% auto;
}

.tso-link {
  color: #593ba8;
}

.tso-file-result-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  display: flex;
}

.tso-file-result-block.less-gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.tso-file-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2d2d2d;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.tso-secondary-btn {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-secondary-btn.is-disable {
  opacity: .5;
  pointer-events: none;
}

.tso-question-label {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%);
}

.tso-question-label.error {
  background-color: #be274b;
}

.tso-question-label.success {
  background-color: #1d7c4d;
}

.tso-save-icon {
  display: none;
}

.tso-question-title {
  margin-bottom: -4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.tso-tertrairy-heading {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.tso-tertrairy-heading.margin-bottom-medium {
  margin-bottom: 20px;
}

.tso-tertrairy-heading.mb-0 {
  margin-bottom: 0;
}

.tso-tertrairy-heading.mb-3 {
  margin-bottom: 12px;
}

.tso-tertrairy-heading.text-primary {
  color: #111827;
}

.tso-tertrairy-heading.mb-5 {
  margin-bottom: 20px;
}

.tso-questions-heading {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.tso-questions-heading.margin-bottom-medium {
  margin-bottom: 20px;
}

.tso-questions-heading.mb-0 {
  margin-bottom: 0;
}

.tso-questions-heading.mb-3 {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tso-profit-calcute-block.mb-5 {
  margin-bottom: 24px;
}

.tso-pc-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px 24px;
  display: flex;
}

.tso-pc-card {
  background-color: #eff9d6;
  border: 3px solid #c8e976;
  border-radius: 10px;
}

.tso-pc-card-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2d2d2d;
  border-bottom: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.tso-pc-card-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: #2d2d2d;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  min-height: 56px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: grid;
}

.tso-vertical-divider {
  background-color: #d9d9d9;
  width: 1px;
  height: 100%;
}

.tso-pc-user-info, .tso-pc-amout-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.tso-profit-amout {
  color: #000;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.tso-profit-amout.success {
  background-color: #c8e976;
}

.tso-profit-amout.error {
  color: var(--white);
  background-color: #be274b;
}

.tso-note {
  color: var(--black);
  letter-spacing: -.25px;
  background-color: #feeacc;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tso-note.danger {
  background-color: #f2d4db;
}

.tso-note.light {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.tso-note.mb-0 {
  margin-bottom: 0;
}

.tso-note.semibold {
  font-weight: 600;
}

.tso-note.is-small {
  font-size: 14px;
  line-height: 20px;
}

.tso-summary-block.mb-5 {
  margin-bottom: 24px;
}

.tso-summary-card {
  background-color: #eff9d6;
  border: 3px solid #c8e976;
  border-radius: 10px;
  margin-bottom: 16px;
}

.tso-summary-card-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #2d2d2d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.tso-summary-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px 24px;
  display: flex;
}

.tso-summary-card-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--border-secondary);
  color: #2d2d2d;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tso-summary-table {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.tso-st-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #d9d9d9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tso-st-heading {
  padding: 8px 20px;
}

.tso-st-heading.border-left {
  border-left: 1px solid var(--border-secondary);
}

.tso-st-body {
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tso-st-body.padding {
  border-radius: 8px;
}

.tso-st-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--border-secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.tso-st-row.last {
  border-bottom-style: none;
}

.tso-st-cell {
  padding: 8px 20px;
}

.tso-st-cell.left-border {
  border-left: 1px solid var(--border-secondary);
}

.tso-st-answer-tag {
  color: var(--black);
  cursor: pointer;
  border-radius: 10px;
  height: 28px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: border .3s, color .3s;
  display: inline-block;
}

.tso-st-answer-tag:hover {
  color: #000;
  border-color: #8d8d8d;
}

.tso-st-answer-tag.is-full {
  flex: 1;
}

.tso-st-answer-tag.error {
  color: var(--white);
  background-color: #be274b;
}

.tso-st-answer-tag.success {
  background-color: #c8e976;
}

.tso-st-answer-tag.success.set-width {
  text-align: center;
  min-width: 64px;
}

.tso-sc-title {
  padding-left: 14px;
  font-size: 16px;
}

.tso-underline {
  text-decoration: underline;
}

.tso-st-content {
  font-size: 14px;
  line-height: 20px;
}

.tso-st-content.mb-3 {
  margin-bottom: 12px;
}

.tso-delete-field-btn {
  color: #be274b;
  cursor: pointer;
  background-color: #f2d4db;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.flex {
  display: flex;
}

.flex.gap-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex.gap-1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.flex.gap-1.items-center {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.flex.items-center {
  justify-content: center;
}

.flex.items-center.gap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex.items-center.mb-7 {
  margin-bottom: 40px;
}

.flex.align-center {
  justify-content: center;
  align-items: center;
}

.flex.align-center.gap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex.mt-2 {
  margin-top: 8px;
}

.learn-more-link {
  margin-bottom: 20px;
  text-decoration: underline;
  display: inline-flex;
}

.margin-bottom-medium {
  margin-bottom: 20px;
}

.tso-note-light-icon {
  background-color: #daf2f3;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  display: flex;
}

.tso-note-light-text {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}

.tso-user-wrapper {
  height: 100vh;
  overflow: hidden;
}

.tso-user-main {
  height: 100%;
  display: flex;
  overflow: auto;
}

.tso-user-main.items-center {
  justify-content: center;
  align-items: center;
}

.tso-user-left {
  width: 40%;
  padding: 40px;
  display: flex;
}

.tso-user-right {
  width: 60%;
  padding: 40px;
  display: flex;
}

.tso-user-right.login {
  background-color: #eff9d6;
}

.tso-user-right.signup {
  background-color: #daf2f3;
}

.tso-user-right.password {
  background-color: #f2d4db;
}

.tso-user-content-container {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tso-user-heading {
  font-size: 32px;
  line-height: 1.125;
}

.tso-user-heading.mb-2 {
  margin-bottom: 8px;
}

.tso-user-heading-block.mb-7 {
  margin-bottom: 40px;
}

.tso-user-input-wrap {
  text-align: left;
}

.tso-form-ignore {
  margin-bottom: 0;
}

.tso-input-single-item {
  margin-bottom: 10px;
}

.tso-input-single-item.mb-2 {
  margin-bottom: 8px;
}

.tso-input-single-item.mb-0 {
  margin-bottom: 0;
}

.tso-user-question-text {
  font-weight: 500;
}

.tso-reset-link {
  color: #593ba8;
  font-weight: 600;
}

.tso-user-heading-text {
  color: var(--secondary-text);
  letter-spacing: -.25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tso-user-heading-text.mb-3 {
  margin-bottom: 12px;
}

.tso-user-action-btn {
  background-color: var(--brand-color);
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-weight: 700;
  transition: filter .25s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-user-action-btn:hover {
  filter: brightness(115%);
}

.tso-user-btn-block.mt-4 {
  margin-top: 20px;
}

.tso-user-condition-text {
  color: var(--secondary-text);
  font-weight: 500;
}

.tso-user-terms-link {
  color: var(--brand-color);
  text-decoration: underline;
}

.tso-user-right-container {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tso-user-profile-block {
  margin-bottom: 40px;
}

.tso-user-description-block {
  text-align: left;
}

.tso-user-description-text {
  letter-spacing: -.25px;
  font-size: 24px;
  line-height: 1.33333;
}

.tso-user-description-text.mb-7 {
  margin-bottom: 40px;
}

.tso-user-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33333;
}

.tso-user-name.mb-1 {
  margin-bottom: 4px;
}

.tso-user-info {
  color: var(--secondary-text);
  letter-spacing: -.25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.tso-user-btn-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.tso-user-secondary-btn {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-user-title {
  letter-spacing: -.25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333;
}

.tso-user-title.mb-7 {
  margin-bottom: 40px;
}

.tso-input-message-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tso-input-message-grid.mb-2 {
  margin-bottom: 8px;
}

.tso-404-content-container {
  flex: 1;
  max-width: 440px;
}

.tso-404-content-block {
  text-align: center;
}

.tso-404-text {
  color: var(--secondary-text);
  font-weight: 500;
}

.tso-404-action-btn {
  background-color: var(--brand-color);
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-404-title {
  letter-spacing: -.25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.tso-404-title.mb-1 {
  margin-bottom: 4px;
}

.text-block-2 {
  margin-bottom: -2px;
  padding-top: 2px;
}

.tso-modal-btn-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tso-modal-delete-btn {
  color: var(--white);
  background-color: #c53434;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-modal-delete-btn:hover {
  box-shadow: 0 -1px 2px #1b242c1f;
}

.tso-highlight-text.danger {
  color: #be274b;
}

.tso-question-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--border-secondary);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tso-question-item.align-item-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.tso-question-item.active {
  background-color: #eff9d6;
}

.ts-question-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-question-secondary-title {
  padding-top: 4px;
}

.tso-question-progress-pill {
  color: var(--black);
  background-color: #e0e0e0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 2px 4px;
  font-weight: 500;
  display: flex;
}

.tso-question-progress-pill.is-success {
  background-color: #c8e976;
}

.tso-question-number {
  color: var(--black);
  margin-bottom: -6px;
  font-weight: 500;
}

.tso-question-items-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.tso-question-items-wrap.mb-5 {
  margin-bottom: 20px;
}

.tso-content-block.text-align-center {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tso-question-content-divider {
  background-color: #d9d9d9;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tso-question-delete-icon {
  color: #be274b;
  cursor: pointer;
  background-color: #f2d4db;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
}

.tso-question-review-btn {
  color: var(--black);
  background-color: #def2ad;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-question-icon-block {
  color: #2d1e54;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
}

.tso-question-icon-block.light-blue {
  background-color: #daf2f3;
}

.tso-question-icon-block.light-blue.active {
  color: #5b7e24;
  background-color: #def2ad;
}

.tso-question-icon-block.warning-accent {
  background-color: #feeacc;
}

.tso-question-icon-block.light-purple {
  background-color: #ded8ed;
}

.tso-question-icon-block.danger-accent {
  background-color: #f2d4db;
}

.tso-question-icon-block.active {
  color: var(--black);
  background-color: #def2ad;
}

.tso-question-icon-block.light-green {
  background-color: #def2ad;
}

.tso-question-icon-block.success-accent {
  background-color: #eff9d6;
}

.tso-question-icon-block.info-accent {
  background-color: #ccd8f7;
}

.tso-question-btns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-question-btns.justify-between {
  justify-content: space-between;
}

.tso-question-btns.gap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.tso-orbording-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--border-secondary);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tso-orbording-block.align-item-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.tso-orbording-block.active {
  background-color: #eff9d6;
}

.tso-modal-outline-btn {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #9ea8b3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-modal-outline-btn:hover {
  color: var(--secondary-text);
  background-color: #f7f7f7;
  box-shadow: 0 -1px 2px #1b242c1f;
}

.tso-question-status-wrap {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}

.tso-question-status-wrap.mb-5 {
  margin-bottom: 20px;
}

.tso-question-status-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--border-secondary);
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tso-question-status-item.align-item-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.tso-question-status-item.active {
  background-color: #eff9d6;
}

.tso-question-status-item.last {
  border-bottom-style: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tso-question-status-item.success {
  background-color: #eff9d6;
}

.tso-question-status-item.top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tso-question-status-contents {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tso-question-tertriary-title {
  padding-top: 4px;
  font-size: 16px;
}

.tso-status-reasult-text {
  color: var(--black);
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tso-status-pill {
  color: var(--white);
  border-radius: 6px;
  height: 28px;
  padding: 4px 6px;
  font-weight: 600;
  display: inline-block;
}

.tso-status-pill.success {
  background-color: #1d7c4d;
}

.tso-status-pill.pending {
  color: var(--black);
  background-color: #feeacc;
}

.tso-status-pill.update {
  background-color: #1d7c4d;
  border-radius: 4px;
  height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 20px;
}

.tso-status-pill.update.mb-1 {
  margin-bottom: 4px;
}

.tso-status-pill.not-update {
  background-color: #be274b;
  border-radius: 4px;
  height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 20px;
}

.tso-status-pill.not-update.mb-1 {
  margin-bottom: 4px;
}

.tso-status-pill-text {
  margin-top: 2px;
}

.tso-form-input-message {
  color: #71717a;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tso-form-input-message.error {
  color: #fafafa;
  background-color: #dc2626;
}

.tso-fim-text {
  margin-top: 4px;
  line-height: 16px;
}

.tod-form-ignore {
  margin-bottom: 0;
}

.tso-preview-modal-header {
  border-bottom: 1px solid #e4e4e7;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  padding: 12px 16px;
  display: flex;
}

.tso-profile-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tso-preview-modal {
  flex: 1;
  max-width: 95vw;
  height: 100%;
  max-height: 85vh;
  overflow: hidden;
}

.tso-preview-modal-wrap {
  height: 100%;
  display: flex;
}

.tod-question-items-wrap {
  flex-flow: column;
  flex: 1;
  max-height: calc(100vh - 140px);
  padding: 20px 30px;
  overflow: auto;
}

.tso-left-sidebar {
  border-right: 1px solid #e4e4e7;
  flex-flow: column;
  flex: 1;
  max-width: 360px;
  height: 100%;
  display: flex;
}

.tso-modal-secondary-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tso-menu-link-text {
  margin-top: 5px;
}

.tso-preview-modal-right {
  flex: 1;
}

.tod-btn-group {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-menu-link-status {
  color: #09090b;
  background-color: #f4f4f5;
  border-radius: 4px;
  padding: 3px 4px;
  font-size: 14px;
  line-height: 20px;
}

.tso-menu-link-status.active {
  background-color: #fff;
}

.tso-preview-modal-heading {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.tso-left-sidebar-menu-link {
  color: #71717a;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.tso-left-sidebar-menu-link:hover, .tso-left-sidebar-menu-link.active {
  color: #09090b;
  background-color: #f4f4f5;
  box-shadow: inset 0 0 0 1px #e4e4e7;
}

.tod-input-label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tso-left-sidebar-menu {
  overflow: auto;
}

.tod-stauts-pill {
  color: #fafafa;
  background-color: #09090b;
  border-radius: 4px;
  padding: 3px 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.tso-anser-block {
  color: #fafafa;
  background-color: #09090b;
  border-radius: 4px;
  height: 28px;
  padding: 4px 8px;
}

.tso-left-sidebar-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  padding: 20px 16px;
  display: flex;
  overflow: auto;
}

.tso-modal-question-items {
  flex-flow: column;
  flex: 1;
  max-height: calc(100vh - 140px);
  padding: 20px 30px;
  overflow: auto;
}

.tso-anser-text {
  margin-top: 4px;
}

.tso-question-content-block {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  padding: 20px 24px;
  display: flex;
}

.tso-question-content-block.error {
  outline-offset: 0px;
  outline: 2px solid #be274b;
  position: relative;
}

.tso-question-content-block.success {
  outline-offset: 0px;
  outline: 2px solid #1d7c4d;
  position: relative;
}

.tso-medium-text {
  font-weight: 500;
}

.tso-question-heading-block {
  margin-bottom: 20px;
}

.tso-sub-question {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
}

.tso-updolder-results-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.tso-uploader-results-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eff9d6;
  border: 1px dashed #c8e976;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tso-uploader-file-icon-block {
  background-color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.tso-uploader-file-infos {
  flex: 1;
}

.tso-uploader-file-name {
  color: #2d2d2d;
  font-weight: 600;
}

.tso-uploader-file-size {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 16px;
}

.tso-uploader-file-delete {
  color: #be274b;
  cursor: pointer;
  background-color: #f2d4db;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.tso-uploader-anser-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  cursor: pointer;
  background-color: #feeacc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 56px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: border .3s, color .3s;
  display: flex;
}

.tso-uploader-anser-block:hover {
  color: #000;
  border-color: #8d8d8d;
}

.tso-uploader-anser-block.is-full {
  flex: 1;
}

.tso-uploader-anser-block.error {
  color: var(--white);
  background-color: #be274b;
}

.tso-privacy-checkbox {
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -10px;
}

.tso-privacy-checkbox.w--redirected-checked {
  background-color: #593ba8;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #593ba8;
}

.tso-privacy-checkbox.w--redirected-focus {
  box-shadow: none;
}

.tso-privacy-checkbox.is-small {
  background-color: var(--white);
  width: 16px;
  height: 16px;
}

.tso-privacy-checkbox.is-small.w--redirected-checked {
  background-color: var(--brand-color);
  background-position: 50%;
}

.tso-checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  display: flex;
  position: relative;
}

.tso-checkbox-field.large {
  font-size: 18px;
  line-height: 24px;
}

.tso-checkbox-field.align-center {
  justify-content: center;
  align-items: center;
}

.tso-checkbox-field.align-center.mb-4 {
  margin-bottom: 16px;
}

.tso-checkbox-field.gap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.tso-checkbox-text {
  margin-top: 7px;
  margin-bottom: 0;
}

.tso-checkbox-text.is-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.tso-account-card-wrapper {
  background-color: #00000080;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.tso-user-card {
  background-color: var(--white);
  border-radius: 20px;
  flex: 1;
  max-width: 480px;
}

.tso-user-card-padding {
  padding: 40px;
}

.tso-user-card-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.tso-user-card-heading.mb-3 {
  margin-bottom: 12px;
}

.tso-user-card-heading.mb-0 {
  margin-bottom: 0;
}

.tso-input-filed-itmes.mb-7 {
  margin-bottom: 40px;
}

.tso-medium-container {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tso-medium-container.is-wider {
  max-width: 760px;
}

.tso-submission-title {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.tso-submission-title.mb-3 {
  margin-bottom: 12px;
}

.tso-submission-title.mb-0 {
  margin-bottom: 0;
}

.tso-submission-lists-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tso-submission-list-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--black);
  letter-spacing: -.24px;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 20px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.tso-support-note-wrapper {
  z-index: 2;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.tso-total-price-amout {
  color: var(--black);
  letter-spacing: -.48px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.16667;
}

.tso-payment-btn {
  background-color: var(--brand-color);
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: filter .25s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-payment-btn:hover {
  filter: brightness(115%);
}

.tso-payment-process-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.tso-payment-gateway-logo {
  max-width: 112px;
}

.tso-payment-gateway-url {
  color: var(--black);
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.tso-payment-btn-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tso-right-modal {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  max-height: 95vh;
  overflow: hidden;
}

.tso-aside-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.tso-aside-content-wrapper.mb-6 {
  margin-bottom: 32px;
}

.tso-undertanding-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.tso-undertanding-block.text-align-center {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tso-list-number {
  color: var(--black);
  font-weight: 600;
}

.tso-us-details-text {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tso-us-details-text.mb-3 {
  margin-bottom: 12px;
}

.tso-list {
  color: #2d2d2d;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 500;
}

.tso-horizontal-divider {
  background-color: var(--border-secondary);
  height: 1px;
}

.tso-us-summary-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #feeacc;
  border: 3px solid #fa9500;
  border-radius: 10px;
}

.tso-us-summary-block.text-align-center {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tso-us-summary-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-bottom: 1px solid #d9d9d9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.tso-us-summary-body {
  padding: 10px;
}

.tso-right-modal-content-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-height: calc(100vh - 220px);
  padding-right: 24px;
  display: flex;
  overflow: auto;
}

.tso-question-note {
  background-color: #ccd8f7;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding: 10px 14px;
  display: flex;
}

.tso-contact-btn {
  color: var(--white);
  background-color: #593ba8;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  transition: filter .25s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-contact-btn:hover {
  filter: brightness(115%);
}

.tso-contact-btn.disabled {
  opacity: .5;
  pointer-events: none;
}

.tso-contact-btn.blank {
  background-color: var(--white);
  box-shadow: none;
  color: #2d2d2d;
  padding: 0;
  font-weight: 600;
}

.tso-sub-question-title {
  color: var(--black);
  letter-spacing: -.25px;
  font-weight: 500;
}

.tso-sub-question-title.set-width {
  max-width: 92%;
}

.tso-questions-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 20px;
}

.tso-questions-wrapper.pb-0 {
  padding-bottom: 0;
}

.tso-questions-wrapper.mb-0 {
  margin-bottom: 0;
}

.tso-question-btn-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid var(--border-secondary);
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.tso-question-btn-block.right-align {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.tso-dropdown-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.tso-dashboard-btn {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  height: 40px;
  padding: 10px 16px;
  font-weight: 700;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-dashboard-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.tso-fs-hero-block {
  background-color: #ded8ed;
  padding-top: 34px;
  padding-bottom: 34px;
}

.tso-fs-hero-block.warning-bg {
  background-color: #fdd599;
}

.tso-fs-hero-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tso-fs-hero-title {
  color: #2d1e54;
  letter-spacing: -.24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.42857;
}

.tso-fs-hero-title.mb-3 {
  margin-bottom: 12px;
}

.tso-fs-hero-title.mb-0 {
  margin-bottom: 0;
}

.tso-fs-content-main {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

.tso-fs-content-main.warning-light-bg {
  background-color: #feeacc;
}

.tso-fs-shape {
  position: absolute;
  inset: auto 0% 0% auto;
}

.tso-back-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #2d1e54;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: inline-flex;
}

.tso-back-btn-text {
  margin-top: 4px;
  font-weight: 600;
  line-height: 20px;
}

.tso-note-text {
  letter-spacing: 0;
  font-weight: 600;
}

.tso-note-text.set-ch {
  max-width: 51ch;
}

.mb-7 {
  margin-bottom: 40px;
}

.tso-note-text-small {
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
}

.tso-view-btn {
  color: var(--black);
  background-color: #def2ad;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-view-btn:hover {
  color: var(--secondary-text);
  box-shadow: 0 -1px 2px #1b242c1f;
}

.tso-question-show-success {
  color: var(--black);
  background-color: #c8e976;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
}

.tso-question-show-success.light-blue {
  background-color: #daf2f3;
}

.tso-question-show-success.light-blue.active {
  color: #5b7e24;
  background-color: #def2ad;
}

.tso-question-show-success.warning-accent {
  background-color: #feeacc;
}

.tso-question-show-success.light-purple {
  background-color: #ded8ed;
}

.tso-question-show-success.danger-accent {
  background-color: #f2d4db;
}

.tso-question-show-success.active {
  color: var(--black);
  background-color: #def2ad;
}

.tso-question-show-success.light-green {
  background-color: #def2ad;
}

.tso-question-show-success.success-accent {
  background-color: #eff9d6;
}

.tso-question-show-success.info-accent {
  background-color: #ccd8f7;
}

.tso-result-pill-block {
  background-color: #c8e976;
  border-radius: 4px;
  height: 24px;
  padding: 2px 4px;
  display: inline-flex;
}

.tso-account-form {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 24px;
}

.tso-form-input-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.tso-form-btn-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid var(--border-secondary);
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.tso-form-btn-block.right-align {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.tso-form-btn-block.pt-4 {
  margin-top: 20px;
}

.tso-btn-text {
  margin-top: 2px;
}

.tso-billing-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  padding: 20px 24px;
  display: flex;
}

.tso-billing-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tso-billing-subject {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.tso-billing-subject.mb-1 {
  margin-bottom: 4px;
}

.tso-billing-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tso-billing-btn-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-billing-status-pill {
  color: var(--black);
  background-color: #eff9d6;
  border-radius: 6px;
  height: 32px;
  padding: 4px 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.tso-billing-status-text {
  margin-top: 2px;
}

.tso-billing-reciept-btn {
  color: var(--black);
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-billing-reciept-btn.is-disable {
  opacity: .5;
  pointer-events: none;
}

.tso-support-form {
  background-color: var(--white);
  border-radius: 10px;
}

.tso-favicon-logo {
  display: none;
}

.tso-note-wrapper {
  padding: 10px 20px;
}

.sticky-btn-wrapper {
  display: none;
}

.tso-resume-btn {
  color: var(--black);
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-resume-btn.is-disable {
  opacity: .5;
  pointer-events: none;
}

.tso-submit-btn {
  color: var(--white);
  background-color: #593ba8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-submit-btn.disabled {
  opacity: .5;
  pointer-events: none;
}

.tso-submit-btn.blank {
  background-color: var(--white);
  box-shadow: none;
  color: #2d2d2d;
  padding: 0;
  font-weight: 600;
}

.tso-account-main-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tso-account-menu {
  background-color: var(--white);
  border: 1px solid #ded8ed;
  border-radius: 10px;
  flex: 1;
  max-width: 300px;
  padding: 20px;
}

.tso-account-content-wrap {
  flex: 1;
  max-width: 720px;
}

.tso-account-content-wrap.is-wider {
  max-width: 760px;
}

.tso-account-menu-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tso-account-icon-wrap {
  background-color: #feeacc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.tso-menu-account-title {
  color: #2d2d2d;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.tso-account-menu-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.tso-account-menu-link {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: #2d2d2d;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 10px;
  font-weight: 600;
  transition: background-color .25s;
  display: flex;
}

.tso-account-menu-link:hover, .tso-account-menu-link.active {
  background-color: #ded8ed;
}

.tso-account-link-text {
  margin-top: 3px;
}

.tso-account-dropdown-block {
  background-color: var(--white);
  flex: 1;
  max-width: 300px;
  display: none;
}

.tso-account-dropdown-trigger {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tso-account-dropdown-body {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.tso-dropdown-full-overlay {
  display: none;
}

.tso-questions-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 20px 24px;
  display: flex;
}

.tso-q-anser-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border: 2px solid #c8e976;
  border-radius: 10px;
  margin-bottom: 20px;
}

.tso-q-anser-block.error {
  outline-offset: 0px;
  outline: 2px solid #be274b;
  position: relative;
}

.tso-q-anser-block.success {
  outline-offset: 0px;
  outline: 2px solid #1d7c4d;
  position: relative;
}

.tso-q-anser-block.pb-0 {
  padding-bottom: 0;
}

.tso-q-anser-block.pb-0.mb-0, .tso-q-anser-block.mb-0 {
  margin-bottom: 0;
}

.tso-q-anser-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 20px 24px;
  display: flex;
}

.tso-account-form-body, .tso-support-form-body {
  padding: 20px 24px;
}

.tso-question-skip-btn {
  color: #2d2d2d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: filter .25s;
  display: flex;
}

.tso-question-skip-btn:hover {
  filter: brightness(115%);
}

.tso-question-skip-btn.disabled {
  opacity: .5;
  pointer-events: none;
}

.tso-question-skip-btn.blank {
  background-color: var(--white);
  box-shadow: none;
  color: #2d2d2d;
  padding: 0;
  font-weight: 600;
}

.tso-draft-btn {
  color: var(--white);
  background-color: #1d7c4d;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  transition: filter .25s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-draft-btn:hover {
  filter: brightness(115%);
}

.tso-progress-item-card {
  background-color: #ded8ed;
  border-radius: 8px;
}

.tso-card-notify-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 10px;
  font-weight: 600;
  display: flex;
}

.tso-container-large {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tso-draft-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tso-pdf-wrap {
  width: 100%;
  max-width: 1000px;
}

.tso-draft-menu-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px solid #ded8ed;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.tso-group-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.tso-form-step-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex-flow: column;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.tso-title {
  font-size: 14px;
}

.tso-title.mb-1 {
  margin-bottom: 4px;
}

.tso-tax-return-date {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 16px;
}

.tso-pdf-download-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #eff9d6;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: 700;
  display: flex;
}

.tso-draft-card-title {
  color: #000;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.tso-draft-card-title.mb-0 {
  margin-bottom: 0;
}

.tso-draft-card-content-wrap {
  margin-bottom: 16px;
}

.tso-draft-card-text {
  color: #2d2d2d;
  font-weight: 500;
}

.tso-email-input-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  display: flex;
}

.tso-email-validation-block {
  background-color: #eff9d6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 18px 24px;
}

.tso-email-validation-content-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-email-validation-text {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33333;
}

.tso-email-field-wrap {
  flex: 1;
}

.tso-approved-modal {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
}

.tso-modal-heading-text {
  color: #2d2d2d;
  letter-spacing: -.4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tso-modal-heading-text.mb-2 {
  margin-bottom: 8px;
}

.tso-modal-content-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-height: 60vh;
  padding-right: 24px;
  display: flex;
  overflow: auto;
}

.tso-checkbox-wrap.mb-5 {
  margin-bottom: 24px;
}

.tso-comment-modal {
  width: 100%;
  max-width: 600px;
}

.tso-comment-input-field {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 6px;
  min-height: 320px;
  margin-bottom: 10px;
  padding: 12px 16px 6px;
}

.tso-comment-input-field:focus {
  border-color: var(--border-secondary);
}

.tso-comment-input-field::placeholder {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
}

.tso-comment-input-field.tso-datepicker-input {
  width: 100%;
}

.tso-comment-input-field.tso-datepicker-input.date {
  background-image: url('../images/calendar-icon.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
}

.tso-comment-input-field.tso-datepicker-input.date::placeholder {
  text-align: left;
}

.tso-comment-input-field.is-message {
  height: auto;
  min-height: 96px;
}

.tso-comment-input-field.mb-0 {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tso-draft-item-wrapper {
  border: 1px solid var(--border-secondary);
  border-radius: 6px;
}

.tso-draft-version {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tso-draft-version.top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.tso-draft-version.top.lattest {
  background-color: #d2e5db;
}

.tso-draft-version.top.current {
  background-color: #feeacc;
}

.tso-draft-version.active {
  background-color: #d2e5db;
}

.tso-review-status-block {
  flex-flow: row;
  justify-content: center;
  width: 40px;
  display: flex;
  position: relative;
}

.tso-review-status-block.pt-0 {
  padding-top: 0;
}

.tso-review-status-block.pt-0.mt-2 {
  margin-top: 10px;
}

.tso-list-icon-block {
  z-index: 10;
  background-color: var(--white);
  color: #0d0d12;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #d9d9d9;
}

.tso-list-icon-block._01 {
  background-color: #a4f5d3;
}

.tso-list-icon-block.active {
  box-shadow: none;
  color: var(--white);
  background-color: #1d7c4d;
}

.tso-list-icon-block.current {
  box-shadow: none;
  background-color: #fdd599;
}

.tso-checklist-number-text {
  margin-bottom: -6px;
}

.tso-time-line {
  background-color: var(--border-secondary);
  width: 2px;
}

.tso-time-line.active {
  background-color: #1d7c4d;
  top: 0;
}

.tso-time-line.current {
  background-color: #fa9500;
  top: 0;
}

.tso-time-line.current.last {
  display: none;
}

.tso-step-banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-step-banner.align-item-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.tso-review-content-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 600;
  display: flex;
}

.tso-review-content-block.pt-0 {
  padding-top: 0;
}

.tso-review-content-block.pt-0.mb-0 {
  padding-bottom: 0;
}

.tso-date-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.tso-date-wrap.gap-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.tso-date-wrap.gap-1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.tso-date-wrap.gap-1.items-center {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.tso-date-wrap.items-center {
  justify-content: center;
}

.tso-date-wrap.items-center.gap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.tso-date-wrap.items-center.mb-7 {
  margin-bottom: 40px;
}

.tso-date-wrap.align-center {
  justify-content: center;
  align-items: center;
}

.tso-date-wrap.align-center.gap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.tso-date-wrap.mt-2 {
  margin-top: 8px;
}

.tso-date-wrap.mb-2 {
  margin-bottom: 10px;
}

.tso-date-divider {
  background-color: #e5e5e5;
  width: 1px;
}

.tso-date-divider.approved {
  background-color: #1d7c4d;
}

.tso-date-divider.current {
  background-color: #fa9500;
}

.tso-status-title {
  color: #111827;
}

.tso-status-title.mb-1 {
  margin-bottom: 4px;
}

.tso-status-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-status-group.mb-1 {
  margin-bottom: 4px;
}

.tso-top-btn-block {
  display: none;
}

.tso-comment-btn {
  color: var(--black);
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-comment-btn.is-disable {
  opacity: .5;
  pointer-events: none;
}

.tso-comment-btn.is-medium {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tso-approve-btn {
  color: var(--white);
  background-color: #593ba8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: filter .25s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-approve-btn:hover {
  filter: brightness(115%);
}

.tso-approve-btn.disabled {
  opacity: .5;
  pointer-events: none;
}

.tso-approve-btn.blank {
  background-color: var(--white);
  box-shadow: none;
  color: #2d2d2d;
  padding: 0;
  font-weight: 600;
}

.tso-approve-btn.is-medium {
  height: 40px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}

.tso-approve-btn.inline-block {
  display: inline-block;
}

.tso-download-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #eff9d6;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: 700;
  display: flex;
}

.tso-right-block {
  flex: none;
  max-width: 340px;
}

.tso-previous-wrapper {
  background-color: #fff;
  border-radius: 8px;
}

.tso-previous-items {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tso-previous-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tso-previous-item.top.active, .tso-previous-item.active {
  background-color: #feeacc;
}

.tso-previous-btn-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tso-previous-btn {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px 12px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-previous-btn:hover {
  color: var(--secondary-text);
  box-shadow: 0 -1px 2px #1b242c1f;
}

.tso-submission-data-table {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  text-align: left;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 5px 10px;
}

.tso-submission-data-table.mb-5 {
  margin-bottom: 20px;
}

.tso-submission-data-table.mb-7 {
  margin-bottom: 40px;
}

.tso-submission-data-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--border-secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tso-submission-data-row.last {
  border-bottom-style: none;
}

.tso-submission-data-col {
  padding-top: 8px;
  padding-bottom: 8px;
}

.tso-submission-data-label {
  color: var(--black);
  font-size: 12px;
  line-height: 16px;
}

.tso-submission-data-value {
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.tso-content-center {
  text-align: center;
}

.tso-content-center.mb-6 {
  margin-bottom: 32px;
}

.tso-tab-wrapper {
  border: 1px solid var(--border-secondary);
  border-radius: 4px;
  margin-bottom: 20px;
}

.tso-tab-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #d9d9d9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.tso-tab-btn {
  color: #2d2d2d;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 10px 12px 6px;
  font-weight: 600;
  display: flex;
}

.tso-tab-btn.left {
  border-top-left-radius: 4px;
}

.tso-tab-btn.right {
  border-top-right-radius: 4px;
}

.tso-tab-btn.active {
  background-color: #ded8ed;
}

.tso-tab-pane {
  min-height: 278px;
  padding: 20px;
  display: none;
}

.tso-tab-pane.active {
  display: block;
}

.tso-signature-canvas {
  cursor: text;
  border: 1px dashed #b0b0b0;
  border-radius: 4px;
  min-height: 200px;
  margin-bottom: 10px;
}

.tso-signature-content-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tso-signature-action-btn {
  color: #be274b;
  margin-top: 6px;
  font-weight: 500;
  text-decoration: underline;
}

.tso-signature-note {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-signature-note-text {
  color: #2d2d2d;
  margin-top: 6px;
  font-weight: 500;
}

.tso-terms-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tso-circle-divider {
  background-color: var(--black);
  border-radius: 100%;
  flex: none;
  width: 4px;
  height: 4px;
}

.tso-terms-link {
  margin-top: 4px;
  font-weight: 500;
  text-decoration: underline;
}

.tso-privacy-link {
  color: #111827;
  margin-top: 4px;
  font-weight: 500;
  text-decoration: underline;
}

.tso-draft-not-card {
  background-color: var(--white);
  border: 1px solid #ded8ed;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}

.tso-draft-note-title {
  color: #000;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.tso-draft-note-title.mb-0 {
  margin-bottom: 0;
}

.tso-feedback-btn {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-feedback-btn:hover {
  color: var(--secondary-text);
  box-shadow: 0 -1px 2px #1b242c1f;
}

.tso-feedback-modal {
  width: 100%;
  max-width: 600px;
}

.tso-feeback-heading-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tso-feedback-heading-contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-feedback-heading {
  color: #002481;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 700;
}

.tso-feedback-date {
  color: #909090;
  margin-top: 6px;
  font-weight: 500;
  line-height: 1;
}

.tso-feedback-container {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  border-radius: 6px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.tso-feedback-content-block {
  max-height: 360px;
  padding-bottom: 14px;
  padding-right: 24px;
  overflow: auto;
}

.tso-feedback-content {
  color: var(--black);
  font-weight: 500;
}

.tso-back-dashboard-btn {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color .25s;
  display: inline-flex;
}

.tso-back-dashboard-btn:hover {
  background-color: #eee;
}

.tso-back-dashboard-btn.show-mobile {
  display: none;
}

.tso-timeline {
  background-color: #d9d9d9;
  width: 2px;
}

.tso-timeline.approved {
  background-color: #1d7c4d;
  top: 10px;
}

.tso-timeline.top {
  top: -20px;
}

.tso-timeline.current {
  background-color: #fa9500;
  top: 10px;
}

.tod-tax-return-date {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 16px;
}

.tod-draft-content-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.tod-icon {
  display: flex;
}

.tod-timeline-icon-block {
  z-index: 10;
  color: #0d0d12;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #d9d9d9;
}

.tod-timeline-icon-block.approved {
  box-shadow: none;
  color: var(--white);
  background-color: #1d7c4d;
}

.tod-timeline-icon-block.current {
  box-shadow: none;
  background-color: #fdd599;
}

.tod-draft-title {
  color: #111827;
  margin-bottom: 4px;
}

.tod-draft-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.tod-draft-item.last-item {
  margin-bottom: 0;
}

.tod-draft-item.top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tod-draft-item.top.approved {
  background-color: #d2e5db;
}

.tod-draft-item.top.current {
  background-color: #feeacc;
}

.tod-draft-item.mb-0, .tod-draft-item.one-item {
  margin-bottom: 0;
}

.tod-draft-item.current-doc {
  background-color: #feeacc;
  border-radius: 6px;
}

.tod-status-pill {
  color: #fff;
  border-radius: 6px;
  height: 20px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.tod-status-pill.success {
  color: #09090b;
  background-color: #4ade80;
  font-size: 12px;
  line-height: 16px;
}

.tod-date-divider {
  background-color: #e5e5e5;
  width: 1px;
}

.tod-timeline-wrap {
  position: relative;
}

.tod-feedback-contents {
  margin-bottom: 10px;
}

.tod-draft-view-btn {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8px 10px;
  font-weight: 600;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000001a;
}

.tso-view-draft-btn {
  border: 1px solid var(--border-secondary);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  transition: color .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-view-draft-btn:hover {
  color: var(--secondary-text);
  box-shadow: 0 -1px 2px #1b242c1f;
}

.tso-quiz-wrapper {
  background-color: #593ba8;
  height: 100vh;
}

.tso-quiz-header {
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.tso-quiz-main {
  justify-content: center;
  align-items: center;
  height: calc(100vh - 72px);
  display: flex;
}

.tso-quiz-content-main {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.tso-quiz-img-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: minmax(110px, 216px) minmax(140px, 1fr) minmax(100px, 240px);
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 870px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tso-quiz-content-wrapper {
  text-align: center;
}

.tso-quiz-heading {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333;
}

.tso-quiz-heading.mb-3 {
  margin-bottom: 12px;
}

.tso-quiz-heading-text {
  color: var(--white);
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.tso-quiz-heading-wrap {
  margin-bottom: 40px;
}

.tso-quiz-start-btn {
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color .3s;
  display: inline-flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-quiz-start-btn:hover {
  background-color: var(--border-secondary);
}

.tso-question-card-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tso-question-card {
  z-index: 5;
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  position: relative;
}

.tso-question-card._02 {
  z-index: 4;
  opacity: .5;
  position: absolute;
  transform: rotate(8deg);
}

.tso-question-card-btn-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #d9d9d9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 12px 24px;
  display: grid;
}

.tso-question-card-body {
  padding: 20px 24px;
}

.tso-question-back-btn {
  color: var(--black);
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-question-back-btn.is-disable {
  opacity: .5;
  pointer-events: none;
}

.tso-question-back-btn.is-medium {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tso-question-next-btn {
  color: var(--white);
  background-color: #593ba8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: filter .25s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-question-next-btn:hover {
  filter: brightness(115%);
}

.tso-question-next-btn.disabled {
  opacity: .5;
  pointer-events: none;
}

.tso-question-next-btn.blank {
  background-color: var(--white);
  box-shadow: none;
  color: #2d2d2d;
  padding: 0;
  font-weight: 600;
}

.tso-question-next-btn.is-medium {
  height: 40px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}

.tso-question-next-btn.inline-block {
  display: inline-block;
}

.tso-question-nav-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: inline-flex;
}

.tso-question-nav {
  cursor: pointer;
  background-color: #593ba840;
  border-radius: 99px;
  width: 32px;
  height: 5px;
}

.tso-question-nav.current {
  background-color: #593ba8;
}

.so-question-number-block {
  margin-bottom: 20px;
}

.tso-question-number-text {
  color: var(--secondary-text);
  font-weight: 500;
}

.tso-question-content-wrap {
  margin-bottom: 20px;
}

.tso-question-body-text {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33333;
}

.tso-question-tip-block {
  color: var(--black);
  background-color: #daf2f3;
  border-radius: 4px;
  padding: 8px 10px;
  font-weight: 500;
}

.tso-question-tip-block.secondary-accent {
  background-color: #eff9d6;
}

@media screen and (max-width: 991px) {
  .tso-header-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-pages-dropdown-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .tso-header-dropdown-wrap {
    margin-top: -2px;
  }

  .tso-save-text {
    flex: none;
  }

  .tso-user-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-user-description-text {
    font-size: 18px;
  }

  .tso-user-name {
    font-size: 16px;
  }

  .tso-user-info {
    font-size: 14px;
  }

  .tso-user-title {
    font-size: 18px;
  }

  .tso-submission-lists-block {
    position: relative;
  }

  .tso-fs-hero-title {
    font-size: 24px;
  }

  .tso-account-menu, .tso-account-dropdown-block {
    max-width: 240px;
  }

  .tso-draft-menu-card {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .tso-page-wrapper {
    max-height: none;
    overflow: visible;
  }

  .tso-header {
    z-index: 20;
    position: relative;
  }

  .tso-header.border-none {
    border-bottom-style: none;
  }

  .tso-main.items-center {
    justify-content: center;
    align-items: flex-start;
  }

  .tso-header-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-header-block.height-auto {
    height: auto;
    padding-bottom: 0;
  }

  .ts-retrun-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ts-retrun-item.align-item-top {
    flex-flow: column;
  }

  .ts-return-content-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ts-return-content-block.items-align-top {
    flex-flow: row;
  }

  .tso-primary-button {
    flex: none;
  }

  .tso-earing-type-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tso-content-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-progress-block {
    display: none;
  }

  .tso-business-type-header {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tso-business-type-body {
    padding: 16px;
  }

  .tso-business-type-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tso-input-field.tso-datepicker-input.date {
    background-position: 99%;
  }

  .tso-answer-tag {
    height: auto;
  }

  .unit-price-currency {
    padding-top: 1px;
  }

  .tso-filled-content-block {
    margin-bottom: 16px;
    padding: 16px;
  }

  .tso-filled-heading-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .tso-pages-dropdown {
    z-index: 10;
    border-bottom: 1px solid var(--border-secondary);
    background-color: var(--white);
    width: 100%;
    padding: 14px 20px;
    position: absolute;
  }

  .tso-pages-dropdown.hide-mobile {
    display: none;
  }

  .tso-pages-dropdown-menu {
    border-color: var(--border-secondary);
    box-shadow: none;
    min-width: auto;
    margin-top: 10px;
    display: none;
    position: static;
    transform: none;
  }

  .tso-pages-dropdown-item {
    font-weight: 500;
  }

  .tso-header-dropdown-wrap {
    z-index: 10;
    background-color: var(--white);
    min-height: 58px;
    display: block;
    position: sticky;
    top: 0;
  }

  .tso-tax-progress-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tso-progress-filling-btn {
    flex: none;
  }

  .tso-header-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tso-modal-padding {
    padding: 32px 24px;
  }

  .tso-label-text {
    white-space: nowrap;
  }

  .tso-st-row {
    grid-template-columns: 1fr;
  }

  .tso-st-cell.left-border {
    border-left-style: none;
  }

  .tso-st-answer-tag {
    height: auto;
  }

  .flex.items-center.align-center.gap-1 {
    text-align: left;
  }

  .tso-user-left {
    width: 100%;
  }

  .tso-user-right {
    display: none;
  }

  .tso-modal-delete-btn {
    flex: none;
  }

  .tso-question-item {
    flex-flow: column;
    align-items: stretch;
  }

  .tso-question-item.align-item-top {
    flex-flow: column;
  }

  .ts-question-content-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .tso-question-delete-icon, .tso-question-icon-block {
    flex: none;
  }

  .tso-question-btns {
    justify-content: space-between;
  }

  .tso-orbording-block {
    flex-flow: row;
    align-items: stretch;
  }

  .tso-orbording-block.align-item-top {
    flex-flow: column;
  }

  .tso-modal-outline-btn {
    flex: none;
  }

  .tso-question-status-item {
    flex-flow: row;
    align-items: stretch;
  }

  .tso-question-status-item.align-item-top {
    flex-flow: column;
  }

  .tso-question-content-block {
    margin-bottom: 16px;
    padding: 16px;
  }

  .tso-uploader-anser-block {
    height: auto;
  }

  .tso-account-card-wrapper {
    padding: 20px;
  }

  .tso-user-card-padding {
    padding: 32px 20px;
  }

  .tso-payment-process-wrap {
    flex-flow: wrap;
  }

  .tso-right-modal-content-body {
    max-height: 70vh;
    padding-right: 20px;
  }

  .tso-question-btn-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tso-fs-hero-content-wrapper {
    flex-flow: column;
  }

  .tso-fs-shape {
    display: none;
  }

  .tso-view-btn, .tso-question-show-success {
    flex: none;
  }

  .tso-form-btn-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tso-billing-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .tso-billing-btn-wrap {
    justify-content: space-between;
  }

  .tso-note-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tso-account-main-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .tso-account-menu {
    width: 100%;
    max-width: none;
    display: none;
  }

  .tso-menu-account-title {
    margin-top: 6px;
  }

  .tso-account-menu-links {
    padding-top: 10px;
  }

  .tso-account-dropdown-block {
    width: 100%;
    max-width: none;
    min-height: 80px;
    display: block;
    position: relative;
  }

  .tso-dropdown-menu-wrap {
    border: 1px solid #ded8ed;
    border-radius: 6px;
    padding: 10px;
  }

  .tso-account-dropdown-trigger {
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .tso-account-dropdown-body {
    opacity: 0;
    max-height: 0;
    transition: height .3s;
    overflow: hidden;
  }

  .tso-account-dropdown-icon {
    transition: transform .25s;
    display: flex;
  }

  .tso-dropwdown-content-area {
    z-index: 10;
    background-color: var(--white);
    padding: 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
  }

  .tso-dropdown-full-overlay {
    opacity: 0;
    pointer-events: none;
    background-color: #00000040;
    transition: opacity .25s;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .tso-q-anser-body, .tso-support-form-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-draft-btn {
    flex: none;
  }

  .tso-draft-content-wrapper {
    flex-flow: column;
  }

  .tso-pdf-wrap {
    width: 100%;
  }

  .tso-draft-menu-card {
    max-width: none;
  }

  .tso-modal-content-body {
    max-height: 70vh;
    padding-right: 20px;
  }

  .tso-comment-input-field.tso-datepicker-input.date {
    background-position: 99%;
  }

  .tso-step-banner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tso-step-banner.align-item-top {
    flex-flow: column;
  }

  .tso-date-wrap.items-center.align-center.gap-1 {
    text-align: left;
  }

  .tso-top-btn-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 10px 16px;
    display: grid;
  }

  .tso-comment-btn, .tso-approve-btn {
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
  }

  .tso-download-btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tso-right-block {
    width: 100%;
    max-width: none;
  }

  .tso-previous-btn, .tso-feedback-btn {
    flex: none;
  }

  .tso-back-dashboard-btn {
    margin-bottom: 20px;
    display: none;
  }

  .tso-back-dashboard-btn.show-mobile {
    display: inline-flex;
  }

  .tod-draft-item {
    font-size: 16px;
  }

  .tso-view-draft-btn {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  .tso-page-wrapper {
    overflow: visible;
  }

  .tso-header {
    background-color: var(--white);
  }

  .tso-header-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tso-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .ts-retrun-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
    padding: 20px;
  }

  .ts-retrun-item.align-item-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ts-return-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: stretch;
  }

  .ts-return-content-block.items-align-top {
    flex-flow: row;
  }

  .tso-button-block.center-align.justify-between {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: stretch;
  }

  .tso-primary-button {
    flex: 1;
  }

  .tso-earing-type-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .tso-content-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-progress-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 12px;
  }

  .tso-progress-block {
    width: 100%;
  }

  .tso-business-type-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-business-type-body {
    padding: 16px;
  }

  .tso-business-type-bottom {
    flex-flow: column;
  }

  .tso-business-type-bottom.hide-small-device {
    display: none;
  }

  .tso-business-type-tag {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .tso-input-field {
    padding-left: 14px;
    padding-right: 14px;
  }

  .form-input-message {
    font-size: 14px;
  }

  .form-input-message.error {
    text-align: left;
  }

  .form-input-message.error.top-align {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fim-icon.hide-small-device {
    display: none;
  }

  .tso-answer-tag, .tso-action-btn {
    font-size: 14px;
    line-height: 20px;
  }

  .tso-filled-content-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tso-input-items {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tso-brand-btn {
    flex: 1;
  }

  .tso-brand-btn.inline-block {
    display: flex;
  }

  .tso-select-items-grid {
    grid-template-columns: 1fr;
  }

  .tso-header-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tso-tax-progress-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .tso-header-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tso-logo-divider {
    display: block;
  }

  .tso-save-btn {
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
  }

  .tso-btn-group.gap-2 {
    justify-content: space-between;
  }

  .tso-modal-wrapper {
    flex-flow: column;
    display: none;
  }

  .tso-modal-padding {
    padding: 24px 20px;
  }

  .tso-file-result-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tso-secondary-btn {
    flex: 1;
  }

  .tso-save-icon {
    display: flex;
  }

  .tso-st-answer-tag {
    font-size: 14px;
    line-height: 20px;
  }

  .flex.items-center.align-center.gap-1 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .flex.align-center.gap-2 {
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tso-user-content-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tso-user-heading {
    font-size: 24px;
  }

  .tso-input-message-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tso-modal-btn-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .tso-question-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .ts-question-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .tso-content-block.text-align-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tso-question-review-btn {
    flex: 1;
  }

  .tso-question-btns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .tso-orbording-block, .tso-question-status-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 20px;
  }

  .tso-question-status-contents {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex: 1;
  }

  .tso-form-input-message {
    font-size: 14px;
  }

  .tso-question-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-uploader-anser-block {
    font-size: 14px;
    line-height: 20px;
  }

  .tso-privacy-checkbox {
    flex: none;
    margin-top: 5px;
  }

  .tso-checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tso-checkbox-field.gap-2.align-center.mb-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .tso-checkbox-text {
    text-align: left;
  }

  .tso-payment-btn {
    width: 100%;
    min-width: auto;
  }

  .tso-payment-process-wrap {
    flex-flow: column;
  }

  .tso-payment-gateway-url {
    text-align: left;
  }

  .tso-payment-btn-block, .tso-contact-btn {
    width: 100%;
  }

  .tso-question-btn-block.hide-small-device {
    display: none;
  }

  .tso-fs-hero-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .tso-fs-hero-title {
    font-size: 20px;
    line-height: 28px;
  }

  .mb-7 {
    margin-bottom: 20px;
  }

  .tso-view-btn {
    flex: 1;
  }

  .tso-form-btn-block {
    flex-flow: column;
    align-items: stretch;
  }

  .tso-billing-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tso-logo {
    display: none;
  }

  .tso-favicon-logo {
    width: 32px;
    min-width: 32px;
    display: block;
  }

  .tso-note-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-btn-wrapper {
    z-index: 1000;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: 1px solid var(--border-secondary);
    background-color: var(--white);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 10px 16px;
    display: grid;
    position: sticky;
    bottom: 0;
  }

  .sticky-btn-wrapper.grid-1 {
    grid-template-columns: 1fr;
  }

  .tso-resume-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tso-submit-btn {
    flex: 1;
  }

  .tso-questions-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-account-form-body {
    padding: 16px;
  }

  .tso-support-form-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tso-question-skip-btn {
    flex: 1;
  }

  .tso-draft-btn {
    flex: none;
  }

  .tso-card-notify-block {
    flex-flow: column;
    align-items: stretch;
  }

  .tso-email-input-wrap {
    flex-flow: column;
  }

  .tso-email-validation-block {
    border-radius: 20px;
  }

  .tso-comment-input-field {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tso-step-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
    padding: 20px;
  }

  .tso-step-banner.align-item-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tso-review-content-block {
    flex-flow: column;
    align-items: stretch;
  }

  .tso-date-wrap.items-center.align-center.gap-1 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .tso-date-wrap.align-center.gap-2 {
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tso-comment-btn {
    height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tso-approve-btn {
    flex: 1;
    height: 36px;
    padding: 8px 10px;
  }

  .tso-approve-btn.inline-block {
    display: flex;
  }

  .tso-previous-btn, .tso-feedback-btn {
    flex: 1;
  }

  .tod-draft-content-block {
    flex-flow: column;
    align-items: stretch;
  }

  .tso-view-draft-btn, .tso-question-next-btn {
    flex: 1;
  }

  .tso-question-next-btn.inline-block {
    display: flex;
  }
}

#w-node-_71690bd6-40b5-f381-890d-003501ac0c9b-1732b348, #w-node-_6a7e0f22-46c7-b005-0b4e-7a20443cbaf9-1732b348 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55e2e5d0-e9a1-a9ec-50fe-4b14b9a36ddf-fd682ff1 {
  place-self: center end;
}


