/* Force scrollbars in OS X */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--color-secondary-navy);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

html,
body {
    height: 1668px;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent;
}

.btn {
    -webkit-transition: all 60ms ease-in;
    -moz-transition: all 60ms ease-in;
    -o-transition: all 60ms ease-in;
    -ms-transition: all 60ms ease-in;
    transition: all 60ms ease-in;
}

.btn {
    border-width: 1px;
    background-color: transparent;
    font-weight: 400;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 8px 16px;
    border-color: #888888;
    color: #888888;
}

.btn.btn-fill {
    color: #FFFFFF;
    background-color: #888888;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*
.btn-primary {
    border-color: #447DF7;
    color: #447DF7;
}

.btn-primary.btn-fill {
    color: #FFFFFF;
    background-color: #447DF7;
    opacity: 1;
    filter: alpha(opacity=100);
}
*/

.btn.btn-small {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.btn.btn-primary {
    background-image: linear-gradient(298.79deg, #2DB5D2 -23.47%, #00FA6C 92.01%, #2DB5D2 214.83%);;
    --tw-text-opacity: 1;
    color: rgb(var(--color-blue) / var(--tw-text-opacity));
    --tw-drop-shadow: drop-shadow(0rem 2.0rem 4.0rem rgba(23, 28, 58, 0.2));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.btn.btn-primary:hover {
    background-image: linear-gradient(307.48deg, #2DB5D2 -211.07%, #00FA6C -6.04%, #2DB5D2 212.05%);;
    border: 0px;
}

.btn-text {
    text-transform: uppercase;
    font-size: 11px !important;
}

.btn-swal {
    margin: 0 5px;
}

.demo-container .preview-image img {
    max-width: 100%;
    max-height: 652px;
    position: absolute;
}

#demo-container .results-data>div {
    width: 100% !important;
    overflow-y: auto;
    height: 100%;
}

#react-json-viewer-ocr-demo {
    width: 100% !important;
}

#demo-container .results table {
    padding: 0 8px;
    width: 100%;
    border-spacing: 0px;
}

#demo-container .results td {
    padding-top: 3px;
}

#demo-container .results-head {
    font-weight: bold !important;
    border-color: #999 !important;
}

#demo-container .results-value {
    font-weight: normal;
    vertical-align: top;
}

#demo-container .results-value a {
    color: #447DF7;
}

#demo-container .results-value a:hover,
#demo-container .results-value a:active {
    color: #11bfe3;
}

#demo-container .results-currency {
    vertical-align: top;
    text-align: right;
    width: 1px;
    white-space: nowrap;
}

#demo-container .results-json {
    font-size: 12px;
}

#demo-container .results-pretty-container {
    padding: 0px 8px;
}

#demo-container .results pre {
    word-break: break-all;
    /* webkit */
    word-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap;
    /* fennec */
    white-space: pre-wrap;
    white-space: pre\9;
    /* IE7+ */
    padding: 0px;
    margin: 0;
    background: none;
    border: none;
    font-size: 12px;
}

#demo-container .results-rating {
    display: none;
    width: 100%;
    height: 32px;
    background-color: #f0f0f0;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#demo-container .has-rating .results-rating {
    display: block;
}

#demo-container .results-rating>div {
    float: right;
    padding: 6px 8px;
}

#demo-container .results-rating a {
    color: #aaa;
}

#demo-container .results-rating a.selected,
#demo-container .results-rating a:hover {
    color: #0087F7;
}

#demo-container .start-trial {
    background-color: #53bf8a;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#demo-container .upload-error {
    background-color: #fee;
    color: #b00;
    text-align: center;
    padding: 8px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.clearfix {
    clear: both;
}

#dropzone.uploading #dropzone-area {
    display: none;
}

.dropzone-error-container {
    height: 100%;
    width: 100%;
    justify-content: center;
    display: none;
}

.dropzone-error-container_text {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 32px 0 10px;
}

.dropzone-error-container_error {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-flex;
}

.dropzone-error-container_red {
    color: #FF5574;
    font-family: var(--font-family-nb-international-pro);
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
}

.dropzone-error-container_file {
    font-family: var(--font-family-nb-international-pro);
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropzone-error-container_error-text {
    min-width: 340px;
    margin: 0;
    font-family: var(--font-family-din-pro);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}

.dropzone-error-container_message {
    position: absolute;
    left: 0;
    top: 30px;
    font-family: var(--font-family-din-pro);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.04em;
}

.dropzone-error-container_button {
    height: 48px;
    width: 108px;
    margin: 0;
    padding: 0;
    color: #171C3A;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(298.79deg, #2DB5D2 -23.47%, #00FA6C 92.01%, #2DB5D2 214.83%);
    border: none;
    border-radius: 4px;
    margin-top: -5.5px;
}

/* Mimic table appearance */
div.table {
    display: table;
}

div.table .file-row {
    display: table-row;
}

div.table .file-row>div {
    display: table-cell;
    vertical-align: top;
    padding: 8px;
}

div.table .file-row:nth-child(odd) {
    background: #f9f9f9;
}

#previews {
    width: 100%;
    margin-bottom: 0;
}

#template {
    position: absolute;
    height: 107px;
    width: 100%;
    top: 0;
    background-color: transparent;
    box-shadow: 0 0 0 2px #2DB5D2, 0 0 0 3px #00FA6C, 0 0 0 4px #2DB5D2;
    border-radius: 4rem;
    background-clip: padding-box;
    animation: gradient-border-animation 3s linear infinite;
    display: none;
}

@keyframes gradient-border-animation {
    0% {
        box-shadow: 0 0 0 3px #2DB5D2;
    }
    50% {
        box-shadow: 0 0 0 3px #00FA6C;
    }
    100% {
        box-shadow: 0 0 0 3px #2DB5D2;
    }
}

.template-inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 4rem;
}

.demo-dropzone-thumbnail {
    width: 56px;
    height: 64px;
    margin-right: 16px;
    border-radius: 4px;
}

.demo-dropzone-file-name {
    font-family: var(--font-family-din-pro);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.demo-dropzone-file-size {
    font-family: var(--font-family-din-pro);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.demo-dropzone-loading-message {
    font-family: var(--font-family-din-pro);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    animation: animate-text-loading 3s linear infinite;
}
  
@keyframes animate-text-loading {
    0% {
      color: #2DB5D2;
    }
    50% {
      color: #00FA6C;
    }
    100% {
      color:  #2DB5D2;
    }
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the delete button initially */
#previews .file-row .delete {
    display: none;
}

/* Hide the start and cancel buttons and show the delete button */
#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
    display: none;
}

#previews .file-row.dz-success .delete {
    display: block;
}

/* Progress bar */
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #447DF7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-striped .progress-bar-success,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

/* Line Items */
.table-line-items tr:not(:last-child) td {
    padding-bottom: 5px !important;
}

.table-line-items tr td {
    padding-top: 5px !important;
}

.table-line-items .no-skus tr.line-item td.sku {
    display: none;
}

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

/* Taxes */
.table-tax-items tr:not(:last-child) td {
    border-bottom: solid 1px #d3d3d3;
    padding-bottom: 5px !important;
}

.table-tax-items tr td {
    padding-top: 5px !important;
}

/* Tabs */
li.ui-tabs-tab.ui-state-default {
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}

li.ui-tabs-tab>a {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/* Send data modal */
.swal2-popup {
    background-color: rgba(233, 236, 228, 1);
    border-radius: 16px !important;
}

.swal2-close {
    color: #171C3A;
}

.swal2-icon .swal2-success {
    display: none;
}

.swal2-title {
    font-family: var(--font-family-nb-international-pro);
    font-weight: 500 !important;
    font-size: 32px;
    color: #2E314F;
    margin: 30px 40px 0;
    display: inline-block !important;
}

#swal2-content {
    font-family: var(--font-family-nb-international-pro);
    font-weight: 500 !important;
    font-size: 20px;
    color: #2E314F;
    margin-top: 24px;
}

.swal2-input {
    font-family: var(--font-family-nb-international-pro);
    font-weight: 500 !important;
    border-bottom: 1px solid #7D819E !important;
    border: none;
    color: #2E314F;
    box-shadow: none;
    border-radius: 0;
    transition: none;
}

.swal2-input::placeholder {
    color: #2E314F;
    font-size: 12px !important;
}

.swal2-input:focus {
    border-color: transparent;
    box-shadow: none !important;
}

.btn-primary.btn-fill {
    font-family: var(--font-family-din-pro) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #171C3A !important;
    background: linear-gradient(298.79deg, #2DB5D2 -23.47%, #00FA6C 92.01%, #2DB5D2 214.83%);
    border-radius: 4px;
    border-color: transparent;
    height: 64px;
    width: 175px;
}

.swal2-footer {
    font-family: var(--font-family-din-pro) !important;
    font-size: 12px;
    font-weight: 400 !important;
    color: #7D819E;
    text-align: justify;
}

.privacy-alert-link {
    display: contents;
    color: #2E314F;
}

.typewriter {
    display: inline-block;
    text-align: justify;
}

.typewriter span {
    font-family: var(--font-family-din-pro) !important;
    font-weight: 500;
    font-size: 32px;
    color: #00FA6C;
    text-align: start;
    overflow: hidden;
    border-right: 2px solid #00FA6C;
    white-space: nowrap;
    margin: 0 auto;
    animation:
        typing 1.7s steps(9, end),
        blink-caret .75s step-end infinite;
    animation-delay: 1s;
    background-color: #171C3A;
    max-width: fit-content;
    display: inline-block !important;
    opacity: 0;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: rgba(0, 250, 108, 0.8);
    }
}

.typewriter span.show {
    display: inline-block !important;
    opacity: 1;
  }

.animate-spinner-container {
    margin-bottom: 32px;
}

.animate-spinner {
    animation: spinner 8s ease-in-out infinite;
    width: 89px;
}

@keyframes spinner {
    0% {
      transform: rotate(0deg);
    }
  
    20% {
      transform: rotate(90deg);
    }
  
    25% {
      transform: rotate(90deg);
    }
  
    45% {
      transform: rotate(180deg);
    }
  
    50% {
      transform: rotate(180deg);
    }
  
    70% {
      transform: rotate(270deg);
    }
  
    75% {
      transform: rotate(270deg);
    }
  
    95% {
      transform: rotate(360deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

.rest-of-text {
    display: block;
}

/* Invoice/Receipt */
.regular-table-row {
    justify-content: space-between;
    display: flex;
}

.results-value {
    font-family: var(--font-family-din-pro);
    font-size: 12px;
    font-weight: 500 !important;
    color: #000;
}

.results-value-invoice-receipt {
    font-family: var(--font-family-din-pro);
    font-size: 12px;
    font-weight: 500 !important;
    color: #000;
    width: 55%;
    text-align: end;
}

.results-head {
    font-family: var(--font-family-din-pro);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-secondary-navy-2); !important;
}

:root {
    --font-family-serif-fallback: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
    --font-family-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --font-family-din-pro: 'DINPro', var(--font-family-serif-fallback);
    --font-family-nb-international-pro: 'NBInternationalPro', var(--font-family-serif-fallback);
    --font-family-source-code-pro: SourceCodePro, var(--font-family-mono-fallback);

    --font-body-2-size: 1.6rem;
    --font-body-2-line-height: 2.4rem;

    --font-body-2-m-size: 1.6rem;
    --font-body-2-m-line-height: 2.0rem;

    --font-body-2-med-size: 1.6rem;
    --font-body-2-med-line-height: 2.4rem;
    --font-body-2-med-weight: 500;

    --font-body-2-med-m-size: 1.6rem;
    --font-body-2-med-m-line-height: 2.0rem;
    --font-body-2-med-m-weight: 500;

    --font-source-code-size: 1.2rem;
    --font-source-code-line-height: 2.4rem;
    --font-source-code-weight: 500;

    --font-source-code-m-size: 0.8rem;
    --font-source-code-m-line-height: 1.6rem;
    --font-source-code-m-weight: 500;

    --font-source-code-lg-size: 1.4rem;
    --font-source-code-lg-line-height: 2.4rem;
    --font-source-code-lg-weight: 500;

    --font-source-code-lg-m-size: 1.2rem;
    --font-source-code-lg-m-line-height: 1.6rem;
    --font-source-code-lg-m-weight: 500;

    --color-white: 255 255 255;
    --color-ivory: 233 236 228;
    --color-navy-01: 46 49 79;
    --color-navy-02: 69 72 103;
    --color-navy-03: 125 129 158;
    --color-navy-04: 176 179 203;
    --color-blue: 23 28 58;
    --color-black: #000;
    --color-secondary-navy: #B0B3CB;
    --color-secondary-navy-1: #2E314F;
    --color-secondary-navy-2: #454867;
    --color-secondary-navy-3: #7D819E;
    --color-secondary-gray-4-transparent: #B0B3CB1A;
    --color-secondary-link: #22CF6D;
}

#demo-container-expandible_container {
    position: absolute;
    height: 0;
    width: calc(100% - 48px);
    z-index: 10;
    background: rgba(250, 250, 249, 0.24);
    box-shadow: 0px 0px 80px rgba(23, 28, 58, 0.4);
    border-radius: 32px;
    transition: height 0.1s ease-in-out;
}

.demo-container-expandible_container-visible {
    height: calc(100% - 48px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@keyframes expand {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.expandible_container-dashed_container {
    height: 100%;
    width: 100%;
    border: 1px dashed #FFFFFF;
    box-shadow: 0px 0px 80px rgba(23, 28, 58, 0.4);
    border-radius: 32px;
    display: flex;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.expandible_container-paragraph {
    font-family: var(--font-family-nb-international-pro);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: "#E9ECE4";
}

.expandible_container-doc_types {
    font-family: var(--font-family-din-pro);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    color: "#E9ECE4";
}

#dropzone {
    width: 100%;
}

.dropzone-container {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4.0rem;
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-white) / var(--tw-border-opacity));
    cursor: pointer;
    padding: 3.2rem 0;
    position: relative;
}

.dropzone-container-loading {
    border: none;
}

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

.dz-message p {
    font-family: var(--font-family-din-pro);
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 4px;
}

.dz-message span {
    font-family: var(--font-family-din-pro);
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.dz-message svg {
    margin: 0;
    margin-right: 1.6rem
}

.ocr-demo-body {
    display: flex;
    flex-grow: 1;
    height: 200px;
}

#preview-container{
    min-width: 33%;
}

.results-container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    gap: 0.8rem;
    border: 0 !important;
    padding: 0 !important;
    margin-left: 24px;
    background: none;
    height: 100%;
    min-width: 470px;
}

.ocr-demo-data-preview-tabs li {
    margin-right: 40px !important;
}

.ocr-demo-data-preview-tabs li a {
    font-family: var(--font-family-din-pro) !important;
    font-size: var(--font-body-2-size) !important;
    line-height: var(--font-body-2-m-line-height, normal) !important;
    letter-spacing: var(--font-body-2-m-letter-spacing, 0) !important;
    font-weight: var(--font-body-2-m-weight, 400) !important;
    -webkit-font-smoothing: subpixel-antialiased;
    color: rgb(var(--color-ivory) / 0.8) !important;
    padding: 0 !important;
}

.ocr-demo-data-preview-tabs li a.selected {
    color: rgb(var(--color-ivory)) !important;
}

.ocr-demo-data-preview-tabs li a::after {
    content: '';
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.8rem;
    display: block;
    height: 3px;
    width: 5.6rem;
    background-color: transparent;
}

.ocr-demo-data-preview-tabs li a:hover::after {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(var(--color-navy-02) / var(--tw-bg-opacity)) !important;
}

.ocr-demo-data-preview-tabs li a.selected::after {
    background-image: linear-gradient(298.79deg, #2DB5D2 -23.47%, #00FA6C 92.01%, #2DB5D2 214.83%);
}

.results {
    display: flex;
    flex-grow: 1;
}

.results-json pre {
    white-space: normal;
    word-break: break-all;
}

.results-json {
    width: 836px !important;
}

#demo-container .jsonview {
    font-family: var(--font-family-source-code-pro);
    font-size: var(--font-source-code-lg-m-size);
    line-height: var(--font-source-code-lg-m-line-height, normal);
    letter-spacing: var(--font-source-code-lg-m-letter-spacing, 0);
    font-weight: var(--font-source-code-lg-m-weight, 400);
}

#demo-container .jsonview {
    --tw-text-opacity: 1;
    color: rgb(var(--color-blue) / var(--tw-text-opacity));
}

#demo-container .jsonview .string,
#demo-container .jsonview .num,
#demo-container .jsonview .bool,
#demo-container .jsonview .null,
#demo-container .jsonview a {
    --tw-text-opacity: 1;
    color: rgb(var(--color-navy-02) / var(--tw-text-opacity));
}

#demo-container .jsonview ul {
    margin-left: 2.4rem;
}

/* NEW DESIGN */
::selection {
  background-color: transparent;
}

::-moz-selection {
  background-color: transparent;
}

.api-demo-x-frame {
    height: 0; 
    width: 0;
    display: none;
    visibility: hidden;
}

.demo-container {
    width: 100%;
    height: 880px;
    clear: both;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    overflow: hidden;
    --tw-text-opacity: 1;
    color: rgb(var(--color-white) / var(--tw-text-opacity));
    position: relative;
    padding: 24px;
    border-radius: 4.0rem;
    border: 1px solid rgb(var(--color-white) / 0.3);
    background-color: rgb(var(--color-ivory) / 0.25);
}

.w9.demo-container,
.w9.captcha-container .swal2-container.swal2-shown,
.w9 ~ .swal2-container.swal2-shown  {
    height: 720px;
}

.check.demo-container,
.check.captcha-container .swal2-container.swal2-shown,
.check ~ .swal2-container.swal2-shown  {
    height: 640px;
}

.business-card.demo-container,
.business-card.captcha-container .swal2-container.swal2-shown,
.business-card ~ .swal2-container.swal2-shown  {
    height: 580px;
}

.ocr-demo-data-preview-tabs {
    display: flex;
    /* justify-content: center;
    gap: 8.0rem; */
    background-color: transparent;
    padding: 0 !important;
    border: 0 !important;
}

.demo-container .preview-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 700px;
    border-radius: 2px;
    float: left;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    margin-right: 24px;
}

.demo-container .preview-image .pdf-preview {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

.demo-container.w9 .preview-image {
    height: 540px;
}

.demo-container.check .preview-image {
    height: 462px;
}

.demo-container.business-card .preview-image {
    height: 400px;
}

.results-data {
    width: 100%;
    flex-grow: 1;
    border-radius: 4rem;
    background-color: rgb(var(--color-white) / 0.8);
    padding: 3.2rem;
    height: 655px;
}

.w9 .results-data {
    height: 500px;
}

.check .results-data {
    height: 420px;
}

.business-card .results-data {
    height: 346px;
}

.ocr-demo-resize-division {
    height: 690px;
    cursor: ew-resize;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.w9 .ocr-demo-resize-division {
    height: 540px;
}

.check .ocr-demo-resize-division {
    height: 462px;
}

.business-card .ocr-demo-resize-division {
    height: 400px;
}

.ocr-demo-resize-division-line {
    height: 100%;
    width: 0;
    border-left: 1px dashed var(--color-secondary-navy);
    margin: 0 3px;
}

.swal2-container.swal2-shown {
    border-radius: 4rem;
}

#react-json-viewer-ocr-demo {
    width: 100% !important;
}

@media (max-width: 1012px) {
    .ocr-demo-data-preview-tabs a {
        font-size: var(--font-body-2-size);
        line-height: var(--font-body-2-line-height, normal);
        letter-spacing: var(--font-body-2-letter-spacing, 0);
        font-weight: var(--font-body-2-weight, 400);
    }

    .results-data {
        height: 730px;
    }

    .results-container {
        margin-left: 0;
        min-width: 0;
    }

    .demo-container {
        height: 1600px;
    }

    .w2.demo-container, 
    .w2.captcha-container .swal2-container.swal2-shown,
    .w2 ~ .swal2-container.swal2-shown {
        height: 1400px;
    }

    .w9.demo-container, 
    .w9.captcha-container .swal2-container.swal2-shown,
    .w9 ~ .swal2-container.swal2-shown {
        height: 1150px;
    }

    .check.demo-container,
    .check.captcha-container .swal2-container.swal2-shown,
    .check ~ .swal2-container.swal2-shown {
        height: 1000px;
    }

    .business-card.demo-container,
    .business-card.captcha-container .swal2-container.swal2-shown,
    .business-card ~ .swal2-container.swal2-shown {
        height: 880px;
    }

    .demo-container .preview-image {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 1200px;
        border-radius: 2px;
        overflow: hidden;
        margin-right: 0;
    }

    .demo-container.w2 .preview-image {
        height: 1000px;
    }

    .demo-container.w9 .preview-image {
        height: 700px;
    }

    .demo-container.check .preview-image {
        height: 550px;
    }

    .demo-container.business-card .preview-image {
        height: 500px;
    }

    .ocr-demo-data-preview-tabs {
        margin-top: 18px !important;
    }

    .ocr-demo-body {
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    .demo-container .preview-image img {
        max-height: 624px;
        height: 100%;
    }

    .ocr-demo-resize-division {
        display: none !important;
    }

    .demo-container .preview-image img {
        max-height: unset;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    #g-recaptcha {
        position: absolute;
        top: 90px;
    }

    .swal2-popup {
        position: absolute;
        top: 90px;
        max-width: calc(100% - 1.25em);
    }

    #previews .name {
        display: none;
    }
}

@media (max-width: 686px) {
    .demo-container {
        gap: 1.6rem;
    }

    .dropzone-container {
        border-radius: 2.0rem;
    }

    .results-container {
        margin-top: 2.4rem;
        padding: 0 !important;
        margin-left: 0;
    }

    .ocr-demo-data-preview-tabs {
        gap: 2.4rem;
    }

    .results-data {
        padding: 1.6rem;
    }
}

@media (max-width: 575px) {
    .ocr-demo-data-preview-tabs {
        gap: 1rem;
    }

    .results-data {
        height: 522px;
    }

    .demo-container {
        height: 1200px;
        padding: 22px 10px;
    }

    .captcha-container .swal2-container.swal2-shown,
    .swal2-container.swal2-shown  {
        height: 1200px;
    }

    .w2.demo-container,
    .w9.demo-container,
    .w2.captcha-container .swal2-container.swal2-shown,
    .w9.captcha-container .swal2-container.swal2-shown,
    .w2 ~ .swal2-container.swal2-shown,
    .w9 ~ .swal2-container.swal2-shown  {
        height: 1160px;
    }

    .demo-container.w9 .preview-image,
    .demo-container.w2 .preview-image,
    .demo-container .preview-image {
        height: 760px;
    }
}

/* Secondary button - used for download */
.btn.btn-outline {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: white;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -2px;
    outline-color: white;
    --tw-drop-shadow: drop-shadow(0rem 2.0rem 4.0rem rgba(23, 28, 58, 0.2));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.btn.btn-outline:hover {
    color: rgb(var(--color-blue) / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: white;
}

.btn.btn-outline span {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
}

.animate-dark .btn-outline {
    --tw-text-opacity: 1;
    color: rgb(var(--color-white) / var(--tw-text-opacity));
    outline-color: rgb(var(--color-white) / 1);
}