.pixel-canvas[data-v-0a343722] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

*,:after,:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

* {
    font-family: Arial,Helvetica,sans-serif;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    user-select: none
}

body,html {
    height: 100%;
    margin: 0;
    padding: 0
}

#app {
    min-height: 100vh
}

#app,.faceid-overlay {
    display: flex;
    flex-direction: column
}

.faceid-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,32,41,.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity .6s ease
}

.faceid-overlay.fade-out {
    opacity: 0
}

.faceid-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.faceid-video {
    margin-top: -50px;
    width: 160px;
    height: 160px
}

.activation-container,.welcome-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #0c2029;
    color: #fff
}

.activation-container input {
    padding: 10px;
    font-size: 18px;
    margin: 10px 0;
    border-radius: 5px;
    border: none
}

.activation-container button {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #4caf50;
    color: #fff;
    font-weight: 700
}

.activation-container .error {
    margin-top: 10px;
    color: red;
    font-weight: 700
}

.page-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #0c2029;
    color: #fff
}

.page-container.no-scroll {
    height: 100vh;
    overflow: hidden!important;
    touch-action: none;
    overscroll-behavior: none
}

#line {
    border: 1px solid #f8ffff;
    border-radius: 0;
    margin-top: 10px
}

.home-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100dvh;
    background-color: #0c2029;
    color: #fff;
    text-align: center
}

.bankid-logo {
    width: 200px;
    margin-top: 30px
}

.middle-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box
}

.info-text {
    font-size: 19px;
    line-height: 1.4;
    margin: 20px 0;
    max-width: 350px;
    font-weight: 700;
    color: #fff
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid hsla(0,0%,100%,.2);
    border-top: 5px solid #49aee6;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.qr-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: none;
    border: 3px solid #fff;
    border-radius: 2px;
    padding: 10px 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px
}

.qr-icon {
    width: 23px;
    height: 23px
}

.bottom-section {
    flex-direction: column;
    align-items: center
}

.bottom-menu,.bottom-section {
    display: flex;
    width: 100%;
    margin-bottom: 20px
}

.bottom-menu {
    justify-content: space-around;
    max-width: 400px
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    font-weight: 700
}

.menu-item img {
    min-width: 62px;
    max-height: 62px;
    margin-bottom: 6px
}

.idcard-page {
    background: #0c2029;
    color: #fff;
    height: 100vh;
    box-sizing: border-box;
    position: relative
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #193e50;
    padding: 5px 10px;
    position: relative;
    z-index: 3
}

.header-logo {
    width: 35px
}

.content {
    padding: 0 20px 20px;
    margin-top: 20px;
    font-size: 18px
}

.middle {
    margin-top: -15px;
    margin-bottom: 20px
}

.intent,.middle b {
    margin-top: 10px
}

.name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px
}

.confirm-btn {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    padding: 15px;
    background: #7dc5dd;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    color: #0a202b;
    text-align: center
}

body.no-scroll,html.no-scroll {
    touch-action: none;
    overscroll-behavior: none
}

#app.no-scroll,body.no-scroll,html.no-scroll {
    height: 100%;
    overflow: hidden!important
}

.fade-out-enter-active,.fade-out-leave-active {
    transition: all .3s ease
}

.fat_text {
    margin-top: 7px;
    font-size: 23px;
    font-weight: 700
}

.qr-box {
    box-shadow: 0 6px 20px rgba(0,0,0,.25);
    width: 140px
}

.spinner-circle {
    position: relative;
    margin-left: -30px;
    margin-top: -50px
}

.spinner-circle .dot {
    position: absolute;
    width: 14px;
    height: 5px;
    background-color: gray;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform-origin: 13px;
    opacity: .2;
    animation: lightUp 1.6s linear infinite
}

.spinner-circle .dot:first-child {
    transform: rotate(0deg) translateX(20px);
    animation-delay: 0s
}

.spinner-circle .dot:nth-child(2) {
    transform: rotate(45deg) translateX(20px);
    animation-delay: .1s
}

.spinner-circle .dot:nth-child(3) {
    transform: rotate(90deg) translateX(20px);
    animation-delay: .2s
}

.spinner-circle .dot:nth-child(4) {
    transform: rotate(135deg) translateX(20px);
    animation-delay: .3s
}

.spinner-circle .dot:nth-child(5) {
    transform: rotate(180deg) translateX(20px);
    animation-delay: .4s
}

.spinner-circle .dot:nth-child(6) {
    transform: rotate(225deg) translateX(20px);
    animation-delay: .5s
}

.spinner-circle .dot:nth-child(7) {
    transform: rotate(270deg) translateX(20px);
    animation-delay: .6s
}

.spinner-circle .dot:nth-child(8) {
    transform: rotate(315deg) translateX(20px);
    animation-delay: .7s
}

@keyframes lightUp {
    0%,80%,to {
        opacity: .2;
        background-color: hsla(0,0%,100%,.76)
    }

    40% {
        opacity: 1;
        background-color: hsla(0,0%,100%,.432)
    }
}

.qr-text-below {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 11px
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: .9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000
}

.overlay-box {
    background-color: #212727;
    padding: 30px 50px;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.oy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.obox {
    background: #212727;
    border-radius: 12px;
    max-width: 70%;
    color: #fff;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,.3)
}

.obox p {
    border-bottom: 1px solid #c0c0c052;
    padding: 0 15px 20px;
    margin: 0
}

.obox h2 {
    margin: 15px
}

.ok-button {
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    color: #fff;
    background: none;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 10px;
    width: 100%
}

.qr-text-below p {
    margin: 2px 0
}

.finalid-page,.finalid-page * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: auto
}

.finalid-page img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: none
}

.photo-frame:after {
    content: "";
    inset: 0;
    z-index: 10;
    background: transparent
}

.finalid-page {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.settings-page {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #0c2029;
    color: #fff
}

.settings-header {
    padding: 10px 16px 16px 16px;
    font-size: 18px;
    font-weight: 700;
    background: #193e50;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center
}

.settings-header span {
    padding: 0 15px 0 0
}

.settings-header .back {
    color: #fff;
    margin-right: 12px;
    cursor: pointer
}

.settings-header .title {
    font-weight: 600;
    width: 40%;
    display: flex;
    justify-content: center
}

.settings-header .back-icon {
    margin-right: 10px;
    padding: 0
}

.item-container {
    background-color: #0c2029;
    padding: 0 0 0 16px;
    border-top: 1px solid #7272724b;
    border-bottom: 1px solid #7272724b
}

.settings-body {
    overflow-y: auto;
    font-weight: 700;
    background-color: #000
}

.section-title {
    margin: 30px 10px 8px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #aaa;
    text-transform: uppercase
}

.item-container:last-child {
    margin-bottom: 50px
}

.item {
    padding: 13px 0;
    border-bottom: 1px solid #7272724b;
    font-size: 18px
}

.item,.item .left {
    display: flex;
    align-items: center
}

.item .text {
    flex: 1;
    display: flex;
    flex-direction: column
}

.angle-right {
    font-size: 21px;
    color: #aaa;
    margin-right: 15px
}

.item .sub.validTo {
    font-size: 18px;
    color: #fff
}

.item .cs div {
    font-size: 15px;
    max-width: 62%
}

.cs {
    margin-top: 15px
}

.item .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.item .icon-wrapper .icon {
    width: 40px;
    height: 30px;
    margin-left: -7px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.item:last-child {
    border: none
}

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

.item.danger {
    color: #e54c2c
}

.item .name {
    font-weight: 700;
    margin: 0
}

.item .sub {
    font-size: 13px;
    color: #aaa
}

.toggle .sub {
    font-size: 14px;
    color: #fff
}

.slide-left-enter-active,.slide-left-leave-active {
    transition: transform .3s ease
}

.slide-left-enter-from {
    transform: translateX(100%)
}

.slide-left-leave-to {
    transform: translateX(-100%)
}

.slide-right-enter-active,.slide-right-leave-active {
    transition: transform .3s ease
}

.slide-right-enter-from {
    transform: translateX(-100%)
}

.slide-right-leave-to {
    transform: translateX(100%)
}

.remove-icon {
    max-height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
    padding: 0
}

.slide-up-enter-active,.slide-up-leave-active {
    transition: transform .3s ease,opacity .3s ease
}

.slide-up-enter-from,.slide-up-leave-to {
    transform: translateY(100%);
    opacity: 0
}

.slide-up-enter-to,.slide-up-leave-from {
    transform: translateY(0);
    opacity: 1
}

.pin-input.keypad-hidden {
    margin-bottom: 25px;
    transition: .3s
}

.keypad-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.keypad-container {
    background: #193e50;
    display: flex;
    flex-direction: column;
    align-items: center
}

.keypad-buttons,.keypad-container {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #436777
}

.keypad-buttons {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 30px;
    border-bottom: 1px solid #436777;
    border-radius: 3px
}

.keypad-buttons button {
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    background: #193e50;
    color: #fff;
    border: none
}

.keypad-buttons button:active {
    background-color: #456773
}

.keypad-buttons button .sub {
    font-size: 18px;
    margin-top: 2px;
    color: #fff
}

.keypad-buttons button .main {
    font-size: 30px;
    margin-right: 5px
}

.keypad-buttons button:nth-child(3n+2),.keypad-buttons button:nth-child(3n+3) {
    border-left: 1px solid #436777
}

.keypad-buttons button:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #436777
}

.keypad-buttons button.permanent-control.clear,.keypad-buttons button.permanent-control.ok {
    font-size: 20px;
    font-weight: 700;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.permanent-control.ok {
    color: #54717f;
    border-bottom: 1px solid #436777;
    cursor: not-allowed;
    transition: background .3s ease,color .3s ease
}

.permanent-control.ok.active {
    background: #7dc5dd;
    color: #0a202b;
    cursor: pointer;
    opacity: 1
}

.camera-page {
    height: 100%
}

.camera-page,.verify-page {
    display: flex;
    flex-direction: column;
    background: #0c2029
}

.verify-page {
    min-height: 100%;
    color: #fff
}

.verify-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #193e50;
    padding: 0 16px
}

.verify-header .back {
    position: absolute;
    left: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center
}

.back-icon {
    font-size: 22px;
    margin-right: 4px
}

.verify-header .title {
    font-weight: 600;
    font-size: 17px;
    margin: 10px
}

.verify-header .logo {
    position: absolute;
    right: 12px;
    height: 34px
}

.verify-content {
    padding: 24px 16px;
    text-align: center
}

.photo-box {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 2px
}

.person-photo {
    display: block;
    width: 185px;
    height: auto
}

.checkmark {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #61b987;
    color: #0b1d27;
    font-weight: 700;
    border-radius: 40%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px
}

.info {
    margin-top: 80px
}

.info .name {
    font-size: 35px;
    margin-bottom: 7px;
    font-weight: 700
}

.info .age,.info .ssn {
    font-size: 30px;
    margin: 4px 0;
    font-weight: 700
}

.info .age {
    font-size: 32px;
    margin-top: 5px
}

.cameraPage-footer {
    position: absolute;
    bottom: 30px;
    left: 3%;
    width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 10px
}

.cameraPage-footer button {
    font-size: 16px;
    cursor: pointer;
    flex: none;
    padding: 15px 20px
}

.btn-outline,.btn-primary {
    width: 100%;
    padding: 12px;
    font-size: 17px;
    border-radius: 2px;
    margin-top: 16px;
    cursor: pointer
}

.btn-outline {
    border: 2px solid #6fc8e3;
    background: transparent;
    color: #6fc8e3
}

.btn-primary {
    background: #6fc8e3;
    color: #0c2029;
    border: none
}

.camera-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #193e50;
    padding: 0 16px;
    height: 56px;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif
}

.camera-header .title {
    font-size: 17px;
    font-weight: 600;
    color: #fff
}

.camera-header .action,.camera-header .back {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 0 12px;
    cursor: pointer
}

.camera-header .back {
    left: 0
}

.camera-header .back-icon {
    font-size: 22px;
    margin-right: 4px;
    line-height: 1
}

.camera-header .action {
    right: 0
}

.camera-header .action img {
    width: 44px;
    height: 44px
}

.language-page {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #000
}

.language-header {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #193e50;
    font-weight: 700
}

.language-header .title {
    margin-left: 25%;
    font-size: 20px;
    flex: 1
}

.language-body {
    background-color: #0c2029;
    margin-top: 40px
}

.language-body .item {
    padding: 16px;
    border-bottom: 1px solid #dddddd17;
    font-size: 18px
}

.language-body .item:first-child {
    border-top: 1px solid #dddddd17
}

.language-body .item:active {
    background: #dadada17
}

.camera-container {
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #000
}

.camera-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pin-input {
    width: 95%;
    border: 1px solid #436777;
    padding: 8px;
    margin: 10px 0;
    font-size: 16px;
    border-radius: 3px;
    background-color: #000;
    color: #fff
}

.slide-down-enter-active,.slide-down-leave-active {
    transition: transform .4s cubic-bezier(.25,.8,.25,1)
}

.slide-down-enter-from,.slide-down-leave-to {
    transform: translateY(100%)
}

.slide-down-enter-to,.slide-down-leave-from {
    transform: translateY(0)
}

.collapse-buttons-enter-active,.collapse-buttons-leave-active {
    transition: max-height .3s ease,opacity .3s ease,margin-bottom .3s ease
}

.collapse-buttons-enter-from,.collapse-buttons-leave-to {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0
}

.collapse-buttons-enter-to,.collapse-buttons-leave-from {
    max-height: 500px;
    opacity: 1;
    margin-bottom: 30px
}

.keypad button .sub {
    font-size: 18px;
    margin-top: 2px;
    color: #fff
}

.keypad button .main {
    font-size: 30px;
    margin-right: 5px
}

.keypad .ok {
    background-color: #7dc5dd;
    color: #0b1f28
}

.keypad-buttons .control {
    color: #58707a
}

.keypad-buttons .control.ok.active {
    opacity: 1;
    pointer-events: auto;
    background: #7dc5dd;
    color: #0a202b
}

.slide-container-enter-active,.slide-container-leave-active {
    transition: transform .35s ease;
    will-change: transform
}

.slide-container-enter-from {
    transform: translateY(100%)
}

.slide-container-enter-to,.slide-container-leave-from {
    transform: translateY(0)
}

.security-code-page {
    background-color: #0c2029;
    color: #fff
}

.security-code-header {
    display: flex;
    align-items: center;
    background-color: #193e50;
    padding: 10px
}

.security-code-header .back-icon {
    font-size: 24px;
    color: #fff;
    cursor: pointer
}

.security-code-header .title {
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px
}

.security-code-body {
    margin: 20px
}

.permanent-keypad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background-color: #193e50;
    padding-bottom: 30px;
    border-top: 1px solid #436777;
    transform: translateY(500vh);
    transition: transform .3s ease-out
}

.permanent-keypad.active {
    transform: translateY(0)
}

.permanent-keypad button {
    padding: 18px 0;
    font-size: 24px;
    font-weight: 700;
    background: #193e50;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s
}

.permanent-keypad button:active {
    background: #456773
}

.permanent-keypad .digit .main {
    font-size: 28px
}

.permanent-keypad .digit .sub {
    font-size: 16px;
    color: #fff;
    margin-top: 2px
}

.permanent-keypad button:not(:nth-child(3n)) {
    border-right: 1px solid #436777;
    border-bottom: 1px solid #436777
}

.permanent-keypad button:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #436777
}

.permanent-keypad button:first-child {
    border-top-left-radius: 5px
}

.permanent-keypad button:nth-child(3) {
    border-top-right-radius: 5px
}

.permanent-keypad button:nth-last-child(3) {
    border-bottom-left-radius: 5px
}

.error,.pin-error {
    color: red;
    margin-top: 10px
}

.success {
    color: #4caf50;
    margin-top: 10px
}

input[readonly] {
    cursor: pointer
}

.security-code-body form {
    display: flex;
    flex-direction: column
}

.security-code-body input {
    background-color: #000
}

.security-form-group input {
    width: 100%;
    padding: 5px;
    font-size: 20px;
    margin-top: 15px;
    display: grid;
    background: #000;
    color: #fff;
    border: 1px solid #c6ced16b;
    border-radius: 5px;
    box-sizing: border-box
}

.security-message {
    background-color: #193e50
}

.security-message p {
    padding: 15px
}

.finalid-page {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #223d4e;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.qr-info-banner {
    position: absolute;
    bottom: 115px;
    background-color: #fbefdf;
    color: #0c2029;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    z-index: 25
}

.qr-info-banner span {
    font-size: 13px
}

.qr-info-triangle {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fbefdf
}

.id-card-wrapper {
    position: absolute;
    top: clamp(16px,2vh,40px);
    left: clamp(16px,3vw,40px);
    right: clamp(16px,3vw,40px);
    bottom: clamp(160px,20vh,240px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible
}

.waves-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 10px
}

.wave {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    opacity: .2;
    pointer-events: none;
    z-index: 1
}

.wave1 {
    animation: rotateClockwise 50s linear infinite
}

.wave2 {
    animation: rotateCounterClockwise 70s linear infinite
}

.wave3 {
    animation: rotateClockwise 90s linear infinite
}

.wave4 {
    animation: rotateCounterClockwise 110s linear infinite
}

@keyframes rotateClockwise {
    0% {
        transform: rotate(90deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes rotateCounterClockwise {
    0% {
        transform: rotate(90deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.pixel-orb {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(6,1fr);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(circle at center,hsla(0,0%,100%,.08) 0,hsla(0,0%,100%,0) 80%);
    backdrop-filter: blur(6px);
    overflow: hidden
}

.pixel-orb .pixel {
    width: 12px;
    height: 12px;
    background: rgba(150,220,255,.15);
    border-radius: 50%;
    filter: blur(1px);
    transform: none
}

.id-card {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(4,25,32,.45);
    background: linear-gradient(180deg,#fff,#f7fbfc);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.final-header .close-btn {
    position: absolute;
    left: -3%;
    top: -25%;
    color: #0c2029;
    font-weight: 800;
    cursor: pointer;
    font-size: 35px;
    padding: .2em .4em;
    background: none;
    border: none
}

.final-header {
    position: absolute;
    top: clamp(8px,2vw,14px);
    left: clamp(8px,2vw,14px);
    right: clamp(8px,2vw,14px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.menu-dots {
    position: fixed;
    right: 15px;
    top: 45px;
    padding: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 3.7rem;
    cursor: pointer;
    z-index: 3
}

.dropdown-menu {
    position: absolute;
    right: 10px;
    background-color: #fff;
    border-radius: 4px;
    min-width: 160px;
    box-shadow: 0 5px 12px rgba(0,0,0,.534);
    z-index: 5
}

.dropdown-item {
    padding: 14px 10px;
    font-size: 1.2rem;
    cursor: pointer;
    color: #000;
    font-weight: 700
}

.faceid-page {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #0c2029;
    color: #fff
}

.faceid-header {
    display: flex;
    align-items: center;
    background: #193e50;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: 700
}

.faceid-back {
    color: #fff;
    cursor: pointer;
    margin-right: 12px
}

.faceid-title {
    flex: 1;
    font-weight: 700
}

.faceid-body {
    flex: 1;
    overflow-y: auto;
    background: #000
}

.faceid-section-title {
    font-size: 13px;
    color: #aaa;
    padding: 20px 16px 5px;
    letter-spacing: 1px
}

.faceid-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0c2029;
    padding: 8px 16px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333
}

.faceid-row+.faceid-row {
    margin-top: -1px
}

.faceid-footer {
    background: #0c2029;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-bottom: 13%;
    border-top: 1px solid #5c5c5c48
}

.faceid-button {
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    color: #aaa;
    background: #2a4a5a;
    border: none;
    width: 100%;
    text-align: center
}

.faceid-button:disabled {
    opacity: .6;
    color: #dbdbdb;
    background-color: #565551
}

.faceid-text {
    flex: 1;
    margin-right: 10px;
    display: flex;
    flex-direction: column
}

.faceid-label {
    font-size: 18px;
    font-weight: 700
}

.faceid-sub {
    font-size: 15px;
    color: #ccc;
    margin-top: 4px;
    line-height: 1.3;
    margin: 10px;
    margin-left: 20px
}

.faceid-sub.first {
    margin-bottom: 25px
}

.faceid-switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 33px
}

.faceid-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.faceid-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2c3a43;
    transition: .3s;
    border-radius: 34px
}

.faceid-slider:before {
    position: absolute;
    content: "";
    height: 27px;
    width: 26px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    transition: .3s;
    border-radius: 50%
}

.faceid-switch input:checked+.faceid-slider {
    background-color: #4caf50
}

.faceid-switch input:checked+.faceid-slider:before {
    transform: translateX(22px)
}

.faceid-info {
    font-size: 16px;
    color: #fbffff;
    line-height: 1.4
}

.dropdown-item:hover {
    background-color: #f0f0f0
}

.divider {
    height: 1px;
    background-color: #000;
    margin: 0 5px
}

.menu-dots span {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%
}

.final-header .header-logo {
    min-width: 45px;
    height: auto
}

.photo-area {
    max-width: 270px;
    margin: 50px auto 15px
}

.photo-area,.photo-frame {
    position: relative;
    width: 100%
}

.photo-frame:before {
    content: "";
    display: block;
    padding-top: 125%
}

.photo-frame img.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.age-badge {
    position: absolute;
    bottom: -5%;
    right: -5%;
    transform: translate(-10%,-10%);
    background: #fff;
    border-radius: 8px;
    padding: 5px 9px;
    font-weight: 800;
    color: #0c2029;
    font-size: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.details {
    text-align: center
}

.details .name {
    font-size: 30px;
    font-weight: 800;
    color: #0b2b36;
    margin-top: -3px;
    margin-bottom: 0
}

.details .ssn {
    font-size: 20px;
    color: #4e6b75
}

.finalid-page:before {
    content: "";
    position: absolute;
    width: 60vmax;
    height: 60vmax;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: radial-gradient(circle at center,rgba(255,100,180,.8),rgba(255,100,180,0));
    filter: blur(20px);
    animation: moveOrb 120s ease-in-out infinite,colorShift 120s ease-in-out infinite;
    z-index: 0
}

.qr-box {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 30px rgba(0,0,0,.384);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    z-index: 20
}

.qr-code {
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5px
}

.qr-code,.qr-timer {
    width: 140px;
    background-color: #fff
}

.qr-timer {
    position: relative;
    height: 6px;
    overflow: hidden
}

.qr-timer-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #101e27;
    animation: slideTimer 120s linear forwards
}

.qr-timer-progress.warning {
    background: linear-gradient(90deg,#ff4d6d,#ff1744)
}

@keyframes slideTimer {
    0% {
        width: 100%;
        background: #0c2029
    }

    91.6666% {
        width: 8.3333%;
        background: #0c2029
    }

    to {
        width: 0;
        background: #ff1744
    }
}

@keyframes moveOrb {
    0% {
        transform: translate(-50%,-50%) translate(0)
    }

    10% {
        transform: translate(-50%,-50%) translate(60%,-70%)
    }

    25% {
        transform: translate(-50%,-50%) translate(-70%,50%)
    }

    40% {
        transform: translate(-50%,-50%) translate(50%,60%)
    }

    55% {
        transform: translate(-50%,-50%) translate(-60%,-50%)
    }

    70% {
        transform: translate(-50%,-50%) translate(70%,70%)
    }

    85% {
        transform: translate(-50%,-50%) translate(-80%,60%)
    }

    to {
        transform: translate(-50%,-50%) translate(0)
    }
}

@keyframes colorShift {
    0% {
        background: radial-gradient(circle at center,rgba(255,100,180,.8),rgba(255,100,180,0))
    }

    25% {
        background: radial-gradient(circle at center,rgba(255,150,50,.8),rgba(255,150,50,0))
    }

    50% {
        background: radial-gradient(circle at center,rgba(100,200,255,.8),rgba(100,200,255,0))
    }

    75% {
        background: radial-gradient(circle at center,rgba(255,255,100,.8),rgba(255,255,100,0))
    }

    to {
        background: radial-gradient(circle at center,rgba(255,100,180,.8),rgba(255,100,180,0))
    }
}

@media (max-width: 768px) {
    .details .name {
        font-size:28px
    }

    .photo-area {
        max-width: 250px;
        margin: 30px auto 10px
    }

    .photo-frame:before {
        margin-top: 40px
    }
}

.bankid-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    flex-shrink: 0;
    margin-left: 12px
}

.bankid-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.bankid-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
    background-color: #2c3a43;
    border-radius: 34px;
    transition: .3s
}

.bankid-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s
}

.bankid-switch input:checked+.bankid-slider {
    background-color: #4caf50
}

.bankid-switch input:checked+.bankid-slider:before {
    transform: translateX(22px)
}

.bankid-switch.small {
    width: 55px;
    height: 30px;
    margin-left: 8px
}

.bankid-switch.small .bankid-slider:before {
    height: 26px;
    width: 26px;
    left: 2px;
    bottom: 2px
}

.bankid-switch.small input:checked+.bankid-slider:before {
    transform: translateX(15px)
}

.support-page {
    background-color: #0c2029;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column
}

.support-header {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #193e50;
    font-weight: 700;
    font-size: 18px;
    color: #fff
}

.support-header .back {
    margin-left: 5px;
    margin-right: auto;
    cursor: pointer
}

.support-header .title {
    flex-grow: 1;
    text-align: center;
    margin-right: 40px
}

.support-body {
    padding: 16px;
    font-size: large
}

.support-link {
    display: block;
    margin-bottom: 20px;
    color: #bfe5f0;
    text-decoration: none
}

.support-link .link-title {
    font-weight: 700;
    margin-bottom: 2px;
    text-decoration: underline
}

.support-link .link-sub {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.support-divider {
    border: none;
    border-top: 1px solid #2e4148;
    margin: 50px 0
}

.support-info {
    font-size: 15px;
    color: #ddd
}

.support-info .info-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: #bfe5f0;
    font-size: 20px
}

.support-info b {
    color: #fff;
    font-size: large
}

.support-info .info-spacing {
    margin: 10px 0
}

.admin-panel {
    width: 80%;
    max-width: 500px;
    background: #1b1b1f;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 10%
}

.admin-panel h1 {
    margin: 0
}

.adminPanel-header {
    margin-bottom: 20px;
    display: flex
}

.form-group {
    margin-bottom: 10px
}

.form-group input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    background: #3e3e3e;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box
}

.adminButtons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px
}

.adminButtons button {
    padding: 10px;
    background: #535353;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer
}

.adminButtons button:hover {
    background: #5a5a5a
}

html {
    background-color: #0c2029
}

.admin-login {
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-top: 40%
}

.admin-login .form-group {
    margin-bottom: 15px
}

.admin-login input {
    width: 100%;
    padding: 15px;
    margin-top: 5px;
    border: 1px solid #fff;
    background: none
}

.admin-login button {
    padding: 15px 16px;
    cursor: pointer;
    width: 100%;
    background-color: #4caf50;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: medium
}

.error {
    color: red;
    margin-top: 10px
}

.logout-btn {
    margin-left: auto;
    display: flex;
    background-color: #ff4d4d;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
    align-items: center
}

.logout-btn:hover {
    background-color: #e60000
}

.error[data-v-c26e24a8] {
    color: red;
    margin-top: 10px
}
