.kyc-header > app-widget-host {
    /* padding: 18px 0px; */
    /* border-bottom: 1px solid var(--c-background-white-10); */
}

.kyc-body {
    font: var(--t-small-text-normal);
    color: var(--c-text-light-e);
    position:relative;
}

.account-kyc-title {
    color: var(--c-text-light-e)
}

.kyc-header {
    width: 100%;
    color: var(--c-text-light-e);
    align-items: center;
    margin-bottom: 20px;
}

.desktop .kyc-status-container {
    margin-left: auto;
    align-items: center;
}
.mobile .kyc-status-container {
    margin-right:auto;
    /* justify-content: flex-start; */
    align-items: flex-start;
}
.kyc-status-container .kyc-status-text {
    margin-right: 5px;
}
.mobile .kyc-status-container .kyc-status-text {
    margin-bottom:10px;
}
.kyc-status-container .kyc-status-text {
    width:auto;
}
.kyc-status-container > app-widget-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kyc-status-container .kyc-full {
    color: green;
}

.kyc-status-container .kyc-none {
    color: red;
}
.kyc-status-container  .kyc_text::before {
    content:"";
    display:block;
    width:22px;
    height:22px;
   
    background-repeat:no-repeat;
     background-image:var(--c-global-icon-spritesheet);
   
    margin-right:2px;
}
.kyc-status-container .kyc-none .kyc_text::before {
     filter: hue-rotate(147deg) saturate(8) brightness(1.6);
     background-position: -343px -43px;
}
.kyc-status-container .kyc-full .kyc_text::before {
     filter: hue-rotate(226deg) saturate(8) brightness(1.2);
     background-position: -373px -43px;
}
.kyc-status-container .kyc_text {
    padding: 12px;
    background-color: var(--c-background-white-10);
    border: 1px solid var(--c-background-white-10);
    border-radius: 40px;
    min-height: 42px;
    display: flex;
    align-items: center;
}

.all-pages .document-page:nth-child(odd) {
    /* background-color:#141414; */
    background-color: var(--c-background-white-10);
}
#root .all-pages .document-page:nth-child(odd) select {
     background-color: rgb(50 79 100);
}
#root .all-pages .document-page #field-IdDocType,
#root .all-pages .document-page #field-IdDocCountry{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}
#root .all-pages .document-page:nth-child(even) select {
      background-color: var(--c-background-white-10);
}
.all-pages .document-page {
    border-radius: var(--r-20);
    border: 1px solid var(--c-background-white-10);
    margin-bottom: 10px;
    padding-bottom: 0;
    /* background-color:#2b2b2b; */
}

.document-page {
    /* color:var(--c-white-e); */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 30px;
}
.document-fields-container {
     display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width:100%;
}
.mobile .document-page {
    padding: 30px 15px;
}

.document-page .title {
    width: calc(100% - 18px);
    color: var(--c-accent-color);
    font: var(--t-h2);
    font-weight:400;
    /* text-transform: uppercase; */
    margin-bottom: 30px;
    display:inline;
}
.document-page .title .title-separator,
.document-page .title .step-text{
    display:none;
}
.document-page .title .step-number::after {
    content:")"
}
.document-page .title div {
    display:inline-block
}
.document-page .page-buttons {
    width: 100%;
    order: 100;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.document-page .page-buttons button {
    height: 40px;
    padding: 0 10px;
    max-width: 120px;
    width: 100%;
    border-radius: var(--r-10)
}

.document-page .page-buttons button.submit, .document-page .page-buttons button.next {
    background-color: var(--c-accent-color);
    color: var(--c-text-light-e);
    font: var(--t-small-text-bold);
    margin: 0;
}

.document-page .page-buttons button.previous {
    color: var(--c-white-e);
    font-weight: bold;
    font-size: 15px;
    background-color: #8C8C8C;
    margin-right: auto;
}

.document-page .hint {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.document-page .hint .button-icon {
    width: 18px;
    height: 18px;
    background-image: url(/v1.641/r/images/site/icons/infoicon.svg);
    background-size: 14px;
    background-position: center;
}

.document-page .hint button {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    margin: 0;
}

.document-page .hint.hint-active button {
    pointer-events: none;
}

.document-page .hint .hint-text p {
    margin: 2px 0px;
    ; }

.all-pages .document-page .hint .hint-text {
    position: absolute;
    color: var(--c-text-dark-blue);
    width: 250px;
    right: -18px;
    top: 100%;
    display: flex;
    flex-direction: column;
    background-color: #D9D9D9;
    z-index: 1;
    padding: 18px;
    font-size: 11px;
    border-radius: 8px;
}

.all-pages .document-page .hint .hint-text::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;
    display: block;
    top: 0;
    transform: translate(0%,-50%) rotate(45deg);
    background-color: #D9D9D9;
}

.document-page .hint .button-icon {
    width: 14px;
    height: 14px;
    display: flex;
}

.all-pages .document-page .hint .button-text {
    display: none;
}

.document-page .input-field {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    margin-bottom: 28px;
}
.document-page .input-field.empty .label-for-file {
    display:none;
}
.document-page .input-field.has-file label.internalLabel {
    display:none;
}
.document-page .input-field .field-caption:not(:empty) {
    margin-top:10px;
    color:var(--c-background-white-50);
    font:var(--t-tiny-text)
}
#root .mobile .all-pages .input-field {
    width: 100%;
    align-items: unset;
}

.document-page .input-field input, #root .document-page .input-field select {
    text-indent: 10px;
}


#root .document-page .input-field select option {
    text-indent: 10px;
}

#root .document-page .input-field input, #root .document-page .input-field .internalLabel, #root .document-page .input-field select {
    height: 50px;
    background-color: var(--c-background-white-05);
    border: 1px solid var(--c-background-white-10);
    border-radius: var(--r-10);
    color: var(--c-text-light)
}

.document-page .input-field .internalLabel {
    display: flex;
    align-items: center;
    padding: 0px 12px;
}

#root .document-page:not(.page-other) .input-field.empty .internalLabel {
    border: 1px solid red;
}

.document-page .input-field .internalLabel .document-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    filter:saturate(0) invert(1);
    background-repeat:no-repeat;
     background-image:var(--c-global-icon-spritesheet);
    background-position: -258px -43px;
    margin-right: 8px;
}



.document-page .input-field.field-address .internalLabel .document-icon {
    display: none;
}

#root .document-page .input-field .internalLabel .upload-icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: var(--c-global-icon-spritesheet);
    background-size:450px auto;
    background-position: -84px -56px;
    filter:saturate(0) invert(1);
    margin-left: auto;
    order: 1
}

#root .document-page .input-field label:not(.internalLabel) {
    /* font-size: 12px; */
    margin-bottom: 12px;
    /* font-weight: bold; */
    text-indent: 2px;
}

#root .document-page .input-field label {
    max-width: unset;
    cursor: pointer;
    height: unset;
}

#root .document-page .input-field label span {
    margin-left: 0;
    /* font-size: 12px; */
    /* font-weight: bold; */
}

#root .document-page .input-field.field-addressLine1 label {
    display: flex;
    flex-wrap: wrap;
}

#root .stepper .document-page .input-field.field-addressLine1 label .label-caption {
    width: 100%;
}

#root .document-page .input-field label .label-caption {
    color: #CACACA;
}

#root .document-page .input-field label .label-caption:not(:empty)::before {
    content: "("
}

#root .document-page .input-field label .label-caption:not(:empty)::after {
    content: ")"
}

#root .document-page .input-field.has-file label span.label-text {
    display: none;
}

#root .document-page .input-field .file-text {
    width: auto;
    padding-right: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#root .document-page .input-field.has-file {
    position: relative;
}

#root .document-page .input-field.has-file button.delete {
    width: 30px;
    height: 30px;
    /* position: absolute; */
    right: 48px;
    bottom: 25px;
    /* transform: translate(0,50%); */
    border-color:transparent;
    padding:0px;
    font-size:0px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:auto;
}
#root .document-page .input-field.has-file button.delete::before {
    content:"";
    display:block;
    width:20px;
    height:20px;
    filter: saturate(0) invert(1);
    background-repeat: no-repeat;
    background-image: var(--c-global-icon-spritesheet);
    background-position: -84px -76px;
}

.field-IdDocType {
    order: 1;
}

.field-IdDocCountry {
    order: 2;
}

.field-IdDocNumber {
    order: 4;
}

.field-idFront, .field-passport {
    order: 4;
}

.field-idBack {
    order: 5;
}

#root .document-page .field-idBack .field-label {
    display: none;
}

.all-pages .field-IdDocType {
    width: 33.33%;
    padding-right: 1vw /* padding-right:3vw; */
}

.all-pages .field-IdDocCountry {
    width: 33.33%;
    padding: 0px 1vw ;
    /* padding-right:3vw; */
}

.all-pages .field-IdDocNumber {
    width: 33.33%;
    padding-left: 1vw /* padding-right:3vw; */
}

.all-pages .field-idFront {
    width: 50%;
    padding-right: 1vw
}

.desktop .all-pages  .field-idBack {
    width: 50%;
    padding-left: 1vw
}

.desktop .all-pages .field-postCode {
    padding-right: 1vw
}

.all-pages .field-addressLine1 {
    width: 33.33%;
    padding-right: 1vw
}

.all-pages .field-country {
    width: 33.33%;
    padding: 0px 1vw
}

.all-pages .field-city {
    width: 33.33%;
    padding-left: 1vw
}

.desktop .all-pages .field-address {
    padding-left: 1vw
}

.document-page .page-hint {
    width: 100%;
    font: var(--t-small-text-bold)
}

.document-page .page-hint {
    margin-bottom: 30px;
}

.document-page input[type="file"] {
    display: none;
}

.document-page .card-images {
    width: 50%;
    display: flex;
    align-items: center;
}
.mobile .document-page .card-images {
    margin-bottom:10px;
}
.document-page .card-images > div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: var(--c-background-white-10);
    border-radius: 5px;
    font-size: 25px;
    height: 50px;
}

.document-page .card-images.creditcard > div {
    max-width: 180px;
}

.document-page .card-images.skrill-neteller > div {
    max-width: 295px;
}

.document-page .card-images .card-image {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% auto;
}

.document-page .card-images.creditcard .card-image.visa {
    background-image: url(/v1.641/r/images/site/icons/visa-logo-new.svg);
}

.document-page .card-images.creditcard .card-image.mastercard {
    background-image: url(/v1.641/r/images/site/icons/master-logo-new.svg);
    background-size: 60% auto;
}

.document-page .card-images.skrill-neteller > div .card-image.skrill {
    width: 40%;
    background-image: url(/v1.641/r/images/site/icons/skrill-logo-new.svg);
    background-size: 60% auto;
}

.stepper .document-page .card-images.skrill-neteller > div .card-image.skrill {
    width: 30%;
}

.document-page .card-images.skrill-neteller > div .card-image.neteller {
    width: 60%;
    background-image: url(/v1.641/r/images/site/icons/Neteller-logo-new.svg);
}

.stepper .document-page .card-images.skrill-neteller > div .card-image.neteller {
    width: 40%;
}

.stepper .document-page .card-images.creditcard .card-image {
    max-width: 65px;
}

.stepper .document-page .card-images > div {
    justify-content: center;
}

.card-images.creditcard {
    order: 1;
}

.input-field.field-creditcardFront {
    order: 2;
}

.all-pages .input-field.field-creditcardBack {
    order: 3;
    width: 100%;
    align-items: flex-end
}

#root .document-page .input-field.field-creditcardBack .field-label {
    display: none;
}

.desktop .all-pages .input-field.field-creditcardBack > * {
    width: 50%;
}

.card-images.skrill-neteller {
    order: 4;
}

.stepper .card-images.skrill-neteller {
    margin-top: 36px;
}

.input-field.field-screenshot {
    order: 5
}

.mobile .kyc-header > app-widget-host {
    flex-direction: column;
}

.mobile .kyc-status-container > app-widget-host {
    justify-content: center;
    /* padding: 15px 10px; */
    /* font-size: 10px; */
    /* text-decoration: underline; */
    /* background-color: #2b2b2b; */
}

.mobile .account-kyc-title {
    font-size: 18px;
    text-align: left;
    width: 100%;
}

.page-indicator {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    position: relative;
    height: 43px;
    margin: 0 auto;
    padding-bottom: 16px;
}

.page-indicator .step-container {
    z-index: 1;
    top: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-indicator .step-container:first-child {
    align-items: flex-start
}

.page-indicator .step-container:nth-last-child(2) {
    align-items: flex-end;
}

.page-indicator .step-container .step-text {
    white-space: nowrap;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 5px;
    color: var(--c-emphasis)
}

.page-indicator .step-container .step-decoration {
    width: 27px;
    height: 27px;
    background-color: #1A1A1A;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(200 200 200 / 20%)
}

.page-indicator .step-container .step-decoration::before {
    width: 15px;
    height: 15px;
    content: "";
    display: flex;
    background-color: var(--c-white-e);
    border-radius: 50%;
}

.page-indicator .step-container.active .step-decoration::before {
    background-color: var(--c-emphasis)
}

.page-indicator .step-progress-bar-container {
    width: 100%;
    height: 10px;
    background-color: #1A1A1A;
    border: 1px solid rgb(200 200 200 / 20%)
}

.page-indicator .step-progress-bar-container div {
    position: absolute;
    left: 0px;
    height: 4px;
    top: calc(50% - 8px);
    transform: translate(0%, -50%);
    background-color: var(--c-emphasis)
}

.stepper .document-page {
    padding: 10px 0px;
}

.stepper .document-page .title {
    width: 100%;
    display: none;
}

.stepper .document-page .hint {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.stepper .document-page .hint button {
    width: 100%;
    height: 100%;
    display: flex;
    color: #808080;
    background-color: #1A1A1A;
    padding: 10px;
    border-radius: 8px;
    background-image: url(/v1.641/r/images/site/icons/arrow_down_grey.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center
}

.stepper .document-page .hint button .button-icon {
    margin-right: 8px;
}

.stepper .document-page .hint.hint-active {
    color: #1a1a1a
}

.stepper .document-page .hint.hint-active button {
    background-color: #D9D9D9;
    color: #1a1a1a;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: url(/v1.641/r/images/site/icons/close_hint_grey.svg);
}

.stepper .document-page .hint.hint-active .button-icon {
    display: none;
}

.stepper .document-page .hint.hint-active .hint-text {
    background-color: #D9D9D9;
    padding: 10px;
    padding-top: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.stepper .document-page .input-field {
    width: 100%;
}

.stepper .field-idFront, .stepper .field-passport {
    order: 4
}

.stepper .document-page .input-field.field-city {
    width: 50%;
    padding-right: 15px
}

.stepper .document-page .input-field.field-postCode {
    width: 50%;
}

.stepper .input-field.field-IdDocType {
    width: 70%;
    padding-right: 15px
}

.stepper .input-field.field-IdDocCountry {
    width: 30%;
}

.stepper .document-page .page-buttons button {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
}

.stepper .document-page .card-images {
    width: 100%;
    /* order:1; */
    margin-bottom: 10px;
}

.stepper .document-page .card-images > div {
    width: 100%;
    max-width: unset;
}

.stepper .document-page .input-field .internalLabel {
    padding: 0 18px;
}

.stepper .input-field.field-creditcardBack {
    order: 3
}

.stepper div.active-field > div {
    border: 1px solid var(--c-emphasis);
    box-shadow: 1px 1px 4px var(--c-emphasis),-1px -1px 4px var(--c-emphasis)
}

.stepper .card-images.creditcard.active-field ~ .field-screenshot {
    display: none;
}

.stepper .card-images.skrill-neteller.active-field ~ [class*="field-credit"] {
    display: none;
}

.file-display {
    display: flex;
    flex-direction: column;
}

.file-display .file-entry:first-child {
    margin-top: 10px;
}

.file-display .file-entry {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 8px;
    max-width: 500px;
    background-color: var(--c-background-white-10);
    border-radius:var(--r-10);
    border:1px solid var(--c-background-white-10);
    margin-bottom: 10px;
}

.file-display .file-entry.upload-successful::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/v1.641/r/images/site/icons/tick_green.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    display: block;
    order: 3
}

.file-display .file-entry.upload-failed::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/v1.641/r/images/site/icons/nt-warning-i_yellow.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    display: block;
    order: 3
}

.file-display .file-entry.upload-successful svg, .file-display .file-entry.upload-failed svg {
    display: none;
}

.file-display .file-entry svg {
    width: 24px;
    height: 24px;
}

.file-display .file-entry .type {
    display: none;
}

.file-display .file-entry .file-name {
    width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
}

#root .document-page .input-field.field-IdDocCountry input {
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: 12px center;
    padding-left: 44px;
}

.mobile .kyc-body {
   padding-bottom:70px;
}
.mobile .kyc-body .document-page button.submit {
    position:absolute;
    bottom:20px;
}
.desktop .document-uploader + .kyc-text {
    width:calc(100% - 150px)
}
.desktop .kyc-body .document-page button.submit {
    bottom:12px;
    position:absolute;
}
.document-page .document-container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    order:5;
    width:100%;
    margin-top:8px;
}
.document-page .document-container .document-field {
    display:flex;
    flex-direction:column;
    width:100%;
}
.document-page .document-container .document-field:not(:last-child) {
    margin-bottom:10px;
}
.document-page .document-container .document-field label {
    margin-bottom: 12px;
    text-indent: 2px;
    font: var(--t-small-text-bold);
    color: var(--c-text-light-e);
}
.document-page .document-container .document {
    display:flex;
    min-height:50px;
    align-items:center;
    background-color:var(--c-background-white-10);
    border:1px solid var(--c-background-white-10);
    padding:10px;
    border-radius:var(--r-10)
}
.document-page .document-container .document .document-text {
    word-break:break-word;
    margin-right:8px;
}
.document-page .document-container .document .document-status {
    margin-left:auto;
    display:flex;
    align-items:center;
    /* margin-left:8px; */
}
.document-page .document-container .document .document-status .status-text {
    color:var(--c-background-white-50);
    font: var(--t-small-text-bold);
    margin-left:5px;
    display:flex;
    align-items:center;
}
.document-page .document-container .document .document-status .status-text::before {
    content:"";
    width:20px;
    height:20px;
    display:block;
    
    margin-right:5px;
}
.document-page .document-container .pending .document .document-status .status-text::before {
    filter: saturate(0) invert(1);
    background-repeat: no-repeat;
    background-image: var(--c-global-icon-spritesheet);
    background-position: -169px -43px;
    opacity:.5;
}
.document-page .document-container .rejected .document .document-status .status-text::before {
    filter: saturate(0) invert(1);
    background-repeat: no-repeat;
    background-image: var(--c-global-icon-spritesheet);
    background-position: -343px -43px;
    opacity:.5;
}
.document-page .document-container .approved .document .document-status .status-text::before {
    filter: saturate(0) invert(1);
    background-repeat: no-repeat;
    background-image: var(--c-global-icon-spritesheet);
    background-position: -373px -43px;
    opacity:.5;
}
.document-page .input-field.field-not-available:not(.field-cardType) {
    display:none;
}
.desktop .document-page .input-field.field-cardType ~ .document-container {
    width:50%;
}
.document-page .input-field.field-cardType > label {
    display:none;
}
.document-page .input-field.field-cardType {
    justify-content:center;
    margin-bottom:0px;
}
#root .document-page .input-field.field-cardType.field-not-available fieldset input:not(:checked) + label {
    display:none;
}
#root .document-page .input-field.field-cardType.field-not-available fieldset input:checked + label {
    margin-bottom:auto;
}
.document-page .input-field fieldset {
    border:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
    padding-block: 0;
    padding-inline:0;
}
#root .document-page .input-field fieldset label {
    height:54px;
    background-color:var(--c-background-white-10);
    display:flex;
    align-items:center;
    padding:0px 10px;
    border-radius:var(--r-5);
}
#root .document-page .input-field fieldset label .label-text {
    display:flex;
    height:100%;
    flex:1;
    font-size:0px;
    position:relative;
    pointer-events:none;
}
#root .document-page .input-field fieldset label[for="visa"] {
    max-width:163px
}
#root .document-page .input-field fieldset label[for="visa"] .label-text {
     background-image:url(/v1.066/r/images/in2bet/payments/v3/visa_white.svg), url(/v1.066/r/images/in2bet/payments/v3/mastercard.svg);
    background-repeat:no-repeat, no-repeat;
    background-position:15% center, 90% center
}
#root .document-page .input-field fieldset label[for="visa"] .label-text::before {
    content:"";
    height:30px;
    width:1px;
    display:block;
    background-color:#D6D6D6;
    left:55%;
    position:absolute;
    top:50%;
    transform:translate(0%, -50%) rotate(10deg)
}
#root .document-page .input-field fieldset label[for="neteller"] {
    max-width:236px
}
#root .document-page .input-field fieldset label[for="neteller"] .label-text {
     background-image:url(/v1.066/r/images/site/icons/Neteller-logo-new.svg), url(/v1.066/r/images/site/icons/skrill-logo-new.svg);
    background-repeat:no-repeat, no-repeat;
    background-position:10% center, 95% center;
    background-size:auto 17px, auto 20px;;
}
#root .document-page .input-field fieldset label[for="neteller"] .label-text::before {
    content:"";
    height:30px;
    width:1px;
    display:block;
    background-color:#D6D6D6;
    left:60%;
    position:absolute;
    top:50%;
    transform:translate(0%, -50%) rotate(10deg)
}
.document-page .input-field fieldset label .label-icon {
    width:20px;
    height:20px;
    border-radius:50%;
    display:block;
    border:2px solid var(--c-background-white);
    position:relative;
    order:-1;
}
.document-page .input-field fieldset input:checked +  label {
     background-color:var(--c-background-white-30);
}
.document-page .input-field fieldset input:checked +  label .label-icon::before {
    content:"";
    width:12px;
    height:12px;
    display:block;
    border-radius:50%;
    background-color:var(--c-background-white);
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    position:absolute;
}
.document-page .input-field input[type="radio"] {
    display:none;
}
.document-page .page-error {
    width:100%;
    order:15;
    margin:15px 0px;
}
.document-page:not(.page-other) .document-container-title {
    display:none;
}
.document-page.page-other .document-container-title {
    font:var(--t-small-text-bold);
    margin-bottom:10px;
}
.document-page.page-other .document-container-title:last-child {
    margin-bottom:0px;
}
.page-other {
    background-color:var(--c-background-white-10);
}
.page-other .title {
    color:var(--c-text-light-e)
}
.page-other .title .step-number {
    display:none;
}
.page-other .input-field {
    width:100%;
    margin-bottom:10px;
}
.page-other .input-field .field-label {
    display:flex;
    align-items:center;
    
}
.page-other .input-field .field-label::before {
    content:"";
    width:20px;
    height:20px;
    display:block;
    background-repeat: no-repeat;
    background-image: var(--c-global-icon-spritesheet);
    filter: saturate(0) invert(1);
    background-position: -129px -106px;
    margin-right:5px;
}
.page-other.document-page .input-field .document-icon {
    background-position: -286px -43px;
}
.page-other .document-container {
    padding:10px;
    border:1px solid var(--c-background-white-10);
    border-radius:var(--r-10);
}
.page-other .document-fields-container {
    background-color:var(--c-background-white-10);
    padding:20px;
    border-radius:var(--r-10);
}
.page-other .document-field > label {
    display:none;
}
.document-page.page-other .document-container .document-field .document{
    background-color:transparent;
    border:0px;
    border-radius:0px;
    
}
.document-page.page-other .document-container .document-field:not(:last-child) .document {
    border-bottom:1px solid var(--c-background-white-10)
}