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

:focus {
    outline: none;
}

html {
    font-size: 14px;
}

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

.AtomApp {
    font-size: 14px;
    min-height: 1.2em;
    left: 0;
    line-height: 1.2em;
    position: absolute;
    top: 0;
    width: 100%;
}

.AtomApp button.ajs-button {
    border: none;
    background-color: transparent;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.2em;
    min-height: 1rem;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-family: sans-serif;
    display: block;
    overflow: hidden;
}
.AtomApp button.ajs-button {
    padding-left: 0;
}
.AtomApp button.ajs-button img {
    display: none;
}
.AtomApp button.ajs-button.has-icon {
    padding-left: 1.4em;
}
.AtomApp button.ajs-button.has-icon img {
    width: 1em;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    display: block;
}
.AtomApp input.ajs-input {
    background-color: transparent;
    border: none;
    display: block;
    font-family: sans-serif;
    font-size: 1em;
    height: 1.2em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    width: 100%;
}
.AtomApp.AtomApp--isSecondaryFrame > * {
    height: auto;
}

.AtomApp .StripeField--fake {
    bottom: 0;
    z-index: 0;
}

.AtomApp.is-disabled,
input:disabled {
    color: #cfd7df;
}

.AtomApp.is-disabled .Icon {
    opacity: 0.3;
}

.AtomApp input:-webkit-autofill {
    -webkit-animation: native-autofill-in 1ms;
    transition: background-color 100000000s;
}

.AtomApp input[data-com-onepassword-filled] {
    transition:
        background-color 0s 100000000s,
        opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.AtomApp input {
    -webkit-animation: native-autofill-out 1ms;
}

@-webkit-keyframes native-autofill-in {
    0% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes native-autofill-out {
    0% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

.AtomApp .Icon-fill {
    fill: #515e80;
}

.AtomApp.is-invalid .Icon-fill {
    fill: #eb1c26;
}

.AtomApp.is-complete .Icon-fill {
    fill: #6772e5;
}
.AtomApp .qr {
    position: relative;
}
.AtomApp .qr img {
    filter: blur(3px);
    width: 100%;
    height: 100%;
}
.AtomApp .qr.active img {
    filter: blur(0px);
}
.AtomApp .qr.active button {
    display: none;
}
.AtomApp .qr button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.no-overflow {
    overflow: hidden !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.InputHolder img {
    height: 1em;
    position: absolute;
    right: 0.2em;
    top: 50%;
    transform: translateY(-50%);
    max-height: 24px;
    display: none;
}
