/*!
 * Bootstrap Reboot v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

body {
    color: #2196f3;
    font-family: ProximaNova-Regular, sans-serif;
    background: #ffffff
}

.primary-bg-color-f47a04 {
    background-color: #f47a04;
}

.primary-color-f47a04 {
    color: #f47a04;
}

.primary-text-color-462401 {
    color: #462401;
}

.secondary-text-color-050c147 {
    color: #132232;
}

.secondary-bg-color-050c147 {
    background-color: #132232;
}

.color-6334f4 {
    color: #6334f4;
}

.color-f47a04 {
    color: #f47a04;
}

.color-505050 {
    color: #505050;
}

.color-007bff {
    color: #007bff;
}

.color-5a2fb1{
    color: #5a2fb1;
}

.color-155724{
    color: #155724
}

.color-721c24{
    color: #721c24
}

.button-color {
    color: #f47a04;
    font-weight: bold;
}

.bg-fccc9b {
    background-color: #fccc9b;
}


.h1-thin {
    font-size: 40px;
    font-family: ProximaNova-Thin sans-serif;

}


.h2-thin {
    font-size: 34px;
    font-family: ProximaNova-Thin sans-serif;

}

.h3-thin {
    font-size: 28px;
    font-family: ProximaNova-Thin sans-serif;

}

.h4-thin {
    font-size: 22px;
    font-family: ProximaNova-Thin sans-serif;

}

.h5-thin {
    font-size: 16px;
    font-family: ProximaNova-Thin sans-serif;

}

.h6-thin {
    font-size: 10px;
    font-family: ProximaNova-Thin sans-serif;

}

.h1-alt-thin {
    font-size: 40px;
    font-family: ProximaNova-AltThin sans-serif;

}

.h2-alt-thin {
    font-size: 34px;
    font-family: ProximaNova-AltThin sans-serif;

}

.h3-alt-thin {
    font-size: 28px;
    font-family: ProximaNova-AltThin sans-serif

}

.h4-alt-thin {
    font-size: 22px;
    font-family: ProximaNova-AltThin sans-serif;

}

.h5-alt-thin {
    font-size: 16px;
    font-family: ProximaNova-AltThin sans-serif;

}

.h6-alt-thin {
    font-size: 10px;
    font-family: ProximaNova-AltThin sans-serif;

}

.h1-alt-light {
    font-size: 40px;
    font-family: ProximaNova-AltLight sans-serif;

}

.h2-alt-light {
    font-size: 34px;
    font-family: ProximaNova-AltLight sans-serif;

}

.h3-alt-light {
    font-size: 28px;
    font-family: ProximaNova-AltLight sans-serif;

}

.h4-alt-light {
    font-size: 22px;
    font-family: ProximaNova-AltLight sans-serif;

}

.h5-alt-light {
    font-size: 16px;
    font-family: ProximaNova-AltLight sans-serif;

}

.h6-alt-light {
    font-size: 10px;
    font-family: ProximaNova-AltLight sans-serif;

}

.h1-regular {
    font-size: 40px;
    font-family: ProximaNova-Regular sans-serif

}

.h2-regular {
    font-size: 34px;
    font-family: ProximaNova-Regular sans-serif

}

.h3-regular {
    font-size: 28px;
    font-family: ProximaNova-Regular sans-serif

}

.h4-regular {
    font-size: 22px;
    font-family: ProximaNova-Regular sans-serif

}

.h5-regular {
    font-size: 16px;
    font-family: ProximaNova-Regular sans-serif

}

.h6-regular {
    font-size: 10px;
    font-family: ProximaNova-Regular sans-serif

}

.h1-bold {
    font-size: 40px;
    font-family: ProximaNova-Bold sans-serif

}

.h2-bold {
    font-size: 34px;
    font-family: ProximaNova-Bold sans-serif

}

.h3-bold {
    font-size: 28px;
    font-family: ProximaNova-Bold sans-serif

}

.h4-bold {
    font-size: 22px;
    font-family: ProximaNova-Bold sans-serif
}

.h5-bold {
    font-size: 16px;
    font-family: ProximaNova-Bold sans-serif
}

.h6-bold {
    font-size: 10px;
    font-family: ProximaNova-Bold sans-serif
}

.h1-alt-bold {
    font-size: 40px;
    font-family: ProximaNova-AltBold sans-serif
}

.h2-alt-bold {
    font-size: 34px;
    font-family: ProximaNova-AltBold sans-serif
}

.h3-alt-bold {
    font-size: 28px;
    font-family: ProximaNova-AltBold sans-serif
}

.h4-alt-bold {
    font-size: 22px;
    font-family: ProximaNova-AltBold sans-serif

}

.h5-alt-bold {
    font-size: 16px;
    font-family: ProximaNova-AltBold sans-serif

}

.h6-alt-bold {
    font-size: 10px;
    font-family: ProximaNova-AltBold sans-serif

}

.h1-black {
    font-size: 40px;
    font-family: ProximaNova-Black sans-serif

}

.h2-black {
    font-size: 34px;
    font-family: ProximaNova-Black sans-serif

}

.h3-black {
    font-size: 28px;
    font-family: ProximaNova-Black sans-serif

}

.h4-black {
    font-size: 22px;
    font-family: ProximaNova-Black sans-serif

}

.h5-black {
    font-size: 16px;
    font-family: ProximaNova-Black sans-serif

}

.h6-black {
    font-size: 10px;
    font-family: ProximaNova-Black sans-serif

}

.h1-extra-bold {
    font-size: 40px;
    font-family: ProximaNova-ExtraBold sans-serif

}

.h2-extra-bold {
    font-size: 34px;
    font-family: ProximaNova-ExtraBold sans-serif

}

.h3-extra-bold {
    font-size: 28px;
    font-family: ProximaNova-ExtraBold sans-serif

}

.h4-extra-bold {
    font-size: 22px;
    font-family: ProximaNova-ExtraBold sans-serif

}

.h5-extra-bold {
    font-size: 16px;
    font-family: ProximaNova-ExtraBold sans-serif

}

.h6-extra-bold {
    font-size: 10px;
    font-family: ProximaNova-ExtraBold sans-serif

}

.base-text {
    font-family: ProximaNova-Regular sans-serif;
}

.regular-text {
    font-size: 16px;
    font-family: ProximaNova-Regular sans-serif;
}

.font-family-pn-regular {
    font-family: ProximaNova-Regular sans-serif
}

.diagnose-items {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px;
    width: 100%;
}

.screen-container {
    background: #fbefe3;
}

.elevate {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.06);
    background: white;
}

.elevanimate-primary {
    position: relative;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 2.8px 2.2px rgba(21, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.020),
    0 41.8px 33.4px rgba(0, 0, 0, 0.020),
    0 100px 80px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.elevanimate-success {
    position: relative;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 2.8px 2.2px rgba(21, 0, 0, 0.034),
    0 6.7px 5.3px rgba(21, 87, 36, 0.048),
    0 12.5px 10px rgba(21, 87, 36, 0.06),
    0 22.3px 17.9px rgba(21, 87, 36, 0.020),
    0 41.8px 33.4px rgba(21, 87, 36, 0.020),
    0 100px 80px rgba(21, 87, 36, 0.06);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.elevanimate-danger {
    position: relative;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 2.8px 2.2px rgba(21, 0, 0, 0.034),
    0 6.7px 5.3px rgba(114, 28, 36, 0.048),
    0 12.5px 10px rgba(114, 28, 36, 0.06),
    0 22.3px 17.9px rgba(114, 28, 36, 0.020),
    0 41.8px 33.4px rgba(114, 28, 36, 0.020),
    0 100px 80px rgba(114, 28, 36, 0.06);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.elevanimate:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.020),
    0 41.8px 33.4px rgba(0, 0, 0, 0.020),
    0 100px 80px rgba(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}





.fill-primary{
    fill: #5a2fb1;
}

.fill-secondary{
    fill: #132232;
}

.fill-success{
    fill: #155724;
}

.fill-danger{
    fill: #721c24;
}

.fill-warning{
    fill: #f47a04;
}

.fill-info{
    fill: #0c5460;
}


.color-primary{
    color: #5a2fb1;
}

.color-secondary{
    color: #132232;
}

.color-success{
    color: #155724;
}

.color-danger{
    color: #721c24;
}

.color-warning{
    color: #f47a04;
}

.color-info{
    color: #0c5460;
}


.bg-primary{
    background-color: #d1c3ef;
}

.bg-secondary{
    background-color: #c8d8ea;
}

.bg-success{
    background-color: #c1f0cc;
}

.bg-danger{
    background-color: #f0c1c6;
}

.bg-warning{
    background-color: #fed9b4;
}

.bg-warning-light{
    background-color: #fbefe3;
}

.bg-info{
    background-color: #bbeef7;
}



.elevanimate.diagnosing {
    -webkit-transform: scale(1.10, 1.10);
    transform: scale(1.10, 1.10);
}

.elevanimate.diagnosing::after {
    opacity: 1;
}

.diagnose-item {
    height: 70px;
    background-color: #ffffff;
    border-radius: 14px;
    width: 100%;
    align-items: center;
    flex-direction: row;
    display: flex;
    cursor: pointer;
}


.icon-part {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.radius-11 {
    border-radius: 11px;
}

.radius-5 {
    border-radius: 5px;
}

.text-part {
    margin-top: 5px;
    margin-left: 10px;
    flex: 1;
    flex-grow: 1;
}

.text-part h5 {
    margin-bottom: 0 !important;
}

.indicator-part {
    width: 40px;
    margin-right: 10px;
}


.fs-40 {
    font-size: 40px;
}


.center-text-align {
    text-align: center
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.fw-bold {
    font-weight: bold
}


.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.spinx::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #5a2fb1;
    border-radius: 50%;
    content: "";
    height: 30px;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    width: 30px;
    will-change: transform;
    margin-left:20px;
}

.app-header {
    padding-top: 20px;
    text-align: center;
    color: #f47a04;
}

@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.fs-modal {
    background-color: white;
    display: none;
    width: 100vw;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1986;
}

.fs-modal.can-seen{
    display:block;
}


.backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1987;
    width: 100vw;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    background-color: #000;
    opacity: 0;
    display:none;
}
.backdrop.can-seen{
    display:block;
    opacity:.5;
}

.backdrop.not-dismissable{
    display: block !important;
    opacity: .5 !important;
}

.dialog{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1988;
    display: none;
    overflow: hidden;
    outline: 0;
    max-width: 500px;
    margin:1.75rem auto;
    padding-left: 15px;
    padding-right: 15px;
    top:30%;
    overflow-y: auto;
}

.dialog.can-seen{
    display: block;
}

.dialog .dialog-content{
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .6rem;
    outline: 0;
}

.dialog .dialog-body {
 text-align: center;
    padding: 15px;
}
.dialog .dialog-body p{
    font-size: 18px;
    color: #132232;
    margin-top: 15px;
    font-weight: 600;

}



.message-box {
    position: absolute;
    z-index: 1001;
    text-align: left;
    background: #fff;
    border: none;
    -webkit-box-shadow: 1px 3px 3px 0 rgb(0 0 0 / 20%), 1px 3px 15px 2px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 3px 0 rgb(0 0 0 / 20%), 1px 3px 15px 2px rgb(0 0 0 /  20%);
    -webkit-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: .28571429rem;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    will-change: top, left, margin, transform, opacity;
}

.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}





.dead-pixel--color-0001fb{
    background-color: #0001fb;
}

.dead-pixel--color-fffe03{
    background-color: #fffe03;
}

.dead-pixel--color-ffffff{
    background-color: #ffffff;
}
.dead-pixel--color-000000{
    background-color: #000000;
}
.dead-pixel--color-fe0000{
    background-color: #fe0000;
}

.f-btn{
    border:none;
    background:none;
    font-family: ProximaNova-AltBold, sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 40px 10px 40px;
}

.f-btn.f-btn-sm{
    padding: 5px 20px 5px 20px;

}

.f-btn-primary{
    background: #5a2fb1;
    color: white;
    border-radius: 7px;
}

.f-btn-secondary{
    background: #132232;
    color: white;
    border-radius: 7px;
}


.f-btn-success{
    background: #155724;
    color: white;
    padding: 10px 40px 10px 40px;
    border-radius: 7px;
}

.f-btn-danger{
    background: #721c24;
    color: white;
    padding: 10px 40px 10px 40px;
    border-radius: 7px;
}

.f-btn-warning{
    background: #f47a04;
    color: white;
    padding: 10px 40px 10px 40px;
    border-radius: 7px;
}

.f-btn-info{
    background: #0c5460;
    color: white;
    padding: 10px 40px 10px 40px;
    border-radius: 7px;
}


.f-btn-danger:active{
    background: #52141a;
}

.f-btn-primary.f-btn-shadow{
    background: white;
    color: #5a2fb1;
}

.f-btn-primary.f-btn-shadow{
    background: unset;
    color: #5a2fb1;
}
.f-btn-primary:active{
    background: #48258d;
}


.f-btn-shadow:active{
    background: #efefef;
}

.f-pull-left{
    float:left;
}

.f-pull-right{
    float:right;
}

.f-clearfix{
    clear:both;
}

.dialog-footer{
    padding: 10px;
}

.dead-pixel--switch-colors, .multiple-touch-test-container{
    width: 100%;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);}

.multiple-touch-test-container{
    display: flex;
    align-items: center;
    user-select: none;
    flex-flow: row wrap;
}


.multiple-touch-test-container div{
    text-align: center;
    padding:15px;
    font-size: 20px;
    font-weight: bold;
    flex-direction: column;

}

.end-test-by-user-button-container{
    position:absolute;
    z-index: 99998;
    top:20%;
    text-align: center;
    width:100%
}



.full-width{
    width: 100vw;
    height:100vh;
}

.user-select-none{
    user-select: none;
}

.f-hidden{
    display:none !important;
}

.diagnosis-button-container{
    text-align: center;
}

.full-width video{
    width: 100vw;
    height: 100vh;
}

.animalPics{
    display: flex;
    justify-content: space-between;
}
.animalPics img{
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5a2fb1;
    padding:3px;
    cursor: pointer;
}


.animalPics img:active{
    opacity: .8;
}
.animalPics span{
    float:left;
    display:inline-block;
}

.circle-numbers{
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 10px;
    background: #fff;
    border: 3px solid #5a2fb1;
    color: #000;
    text-align: center;
    font: 30px Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;

}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-indicator{
    margin-top: 40px;
}

.vendor-image img{
    width:80%
}

.center-both{
    display: flex;
    align-items: center;
    user-select: none;
    flex-flow: row wrap;
    color: white;
}
.center-both div {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    flex-direction: column;
    width: 100%;
}

.center-both p{
    font-size: 22px;
}

.dead-pixel--color-fe0000 p{
    color: white !important;
}

.dead-pixel--color-fffe03 p{
    color: black; !important;
}

.dead-pixel--color-ffffff p{
    color: black !important;
}