@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* @media (prefers-color-scheme: light) {
    :root{
        --font-color1: #0a1841;
        --font-color1: #0a1841;
        --bright-color1: #000;
        --body-bg: #ffffff;
        --right-side-bg: #be98cc;
        --thin-border: #ccc;
        --input-background: #FFF;
        --button-background: #0645ff;
        --button-background-hover: #8035bf;
        --button-text: #666;
        --button-text-hover: #FFF;
        --invert: 0;
        --validateBad: #ff9999;
        --validateGood: #99ff99;
        --doc-height: 100%;
        --logo-color: #0A1841;
    }
    .login .qrBox{
        opacity: .8;
    }
} */
/* @media (prefers-color-scheme: dark) { */
    :root{
        --font-color1: #eee;
        --font-color2: #0a1841;
        --bright-color1: #ffffff;
        --color-primary: #0A1339;
        --right-side-bg: #be98cc;
        --nav-bg: #2b2a2a;
        --thin-border: #ccc;
        --button-background: #555;
        --button-background-hover: #5f139fdb;
        --button-text: #e6dede;
        --button-text-hover: #efefef;
        --invert: .8;
        --validateBad: #ff2222;
        --validateGood: #11a811;
        --logo-color: #FFF;
    }
    .login .qrBox{
        filter: invert(1);
        mix-blend-mode: color-dodge;
    }
    .storePopup #storeqr{
        mix-blend-mode: color-dodge;
        filter: invert(1);
    }
/* } */
body{
    font-family: 'Inter' ,'Open Sans',sans-serif;
    color: var(--font-color1);
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
form{
    max-width: 75%;
    width: 425px;
}
.container{
    display: flex;
    height: 100%;
    align-items: center;
}
.left-side{
    background: url('content/logo.svg'), #be98cc;
    width: 43%;
    /* display: flex; */
    height: 100%;
    min-height: 450px;
    /* background: url('content/logo.svg'),linear-gradient(39deg, #be98cc, #be98cc); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: 70%;
    background-position-x: 97%;
}
.right-side{
    min-height: 450px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--right-side-bg);
    justify-content: space-between;
    width: 57%;
}
.logo{
    opacity: 0.85;
    width: 90%;
    transform: translateX(-75px);
}
.copyright{
    color: #D8DAE1;
    height: 51.5px 
}
h1{
    filter: drop-shadow(2.257px 12.803px 54px rgba(105, 95, 151, 0.078));
}
.text-input{
    padding: 15px;
    width: 100%;
    height: 51px;
    font-family: var(--font-family-base);
    font-size: 16px;
    color: var(--color-primary);
    border: 1px solid rgba(57, 107, 254, 0.5);
    border-radius: 8px;
    background-color: #FFF;
    filter: drop-shadow(2.257px 12.803px 54px rgba(105, 95, 151, 0.078));
    transition: filter .4s;
}
.text-input:focus-visible{
    filter: drop-shadow(2.257px 12.803px 54px rgba(105, 95, 151, 0.328));
}
input:focus {
    outline:none; 
    border:1px solid var(--button-background-hover);
    -webkit-box-shadow: 0px 0px 5px var(--button-background-hover);
    box-shadow: 0px 0px 5px var(--button-background-hover);
}
input{
    font-size: 16px;
    margin-top: 5px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 100%;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.form-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
}
.checkboxFive input[type="radio"], .checkboxFive input[type="checkbox"]{
    opacity: 0;
}
.checkboxFive {
    width: 16px;
    margin-right:20px;
    position: relative;
}
.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #FFF;
    border:1px solid var(--thin-border);
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    box-sizing: content-box;
}
.checkboxFive>label::after {
    opacity: 0.0;
    content: '';
    position: absolute;
    width: 10px;
    height: 4px;
    background: transparent;
    top: 4px;
    left: 3px;
    border: 3px solid var(--font-color2);
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    transition: all .3s ease;
    box-sizing: content-box;
}
.disabled>label::after{
    border-color:#ccc !important;
}
.checkboxFive>label:hover::after {
    opacity: 0.0;
}
.checkboxFive input[type=radio]:checked + label:after, .checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
}
input[type='radio']:disabled, input[type='checkbox']:disabled, input[type='checkbox']:disabled + label {
    cursor:default;
}
label{
    display: block;
}
.button{
    width: 140px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    background-color: var(--button-background);
    color: var(--button-text);
    position: relative;
    padding: 13px 25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background-image: linear-gradient(86.42deg, #784c93 0%, #8b53fd 100%);
    box-shadow: 0 10px 30px 0 rgba(69, 82, 243, 0.3);
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
    transition: opacity 0.5s linear;
    z-index: 1;
}
.button::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background-image: linear-gradient(86.42deg, var(--button-background-hover) 0%, var(--button-background-hover) 100%);
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.button:hover::before{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.button:hover svg{
    fill: var(--button-text-hover);
}
.forgot-password{
    opacity: 0.8;
}

.login{
    position: relative;
}

.storePopup .storeSub{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.storePopup{
    background-color: var(--right-side-bg);
    width: 100%;
    display: none;
    position: absolute;
    z-index: 1;
}
.storePopup .buttons{
    display: inline-block;
    padding-top: 30px;
    margin-bottom: -5px;
}
.storePopup .buttons img{
    cursor: pointer;
}
.storePopup .closeStore{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
    font-size: 21px;
}


a{
    text-decoration: underline;
    color: var(--bright-color1);
    cursor: pointer;
}
#submitWijzig{
    cursor: pointer;
}
#submitWijzig[disabled]{
    cursor: default;
}
.validationMessage{
    display: block;
}
.validationGood{
    background-color: var(--validateGood) !important;
}
.validationBad{
    background-color:var(--validateBad) !important;
}
input:-internal-autofill-selected,
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, 
select:-webkit-autofill, select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px var(--input-background) inset !important;
    -webkit-text-fill-color: var(--font-color1) !important;
    color: var(--font-color1) !important;
    caret-color: var(--font-color1);
}
.logo-color{
    fill: var(--logo-color);
}
.small-logo{
    display:none;
}
.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
}
.checkbox input{
    position: absolute;
    opacity: 0;
    width: 0.01px;
    height: 0.01px;
}
.checkbox svg{
    flex-shrink: 0;
    overflow: visible;
    cursor: pointer;
}
.checkbox svg rect{
    stroke: var(--thin-border);
}
.checkbox svg .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset .2s ease-out;
}
.checkbox input:checked + svg .tick {
    stroke-dashoffset: 0;
}
.checkbox span {
    margin-left: 0.5em;
}
.login .checkbox {
    gap: 14px;
}
.qrBox img {
    mix-blend-mode: multiply;
}
.login .qrBox a {
    margin: auto;
    width: fit-content;
    display: block;
}

.login .qrBox{
    padding: 27px 0;
}
.wrong {
    font-weight: 700;
    color: #ec650b;

}

.spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: fixed;
	left: calc(50% - 30px);
    top: calc(50% - 30px);
	z-index: 3000;
	display:none;
}
.spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--font-color1) transparent transparent transparent;
}
.spinner div:nth-child(1) {
    animation-delay: -0.45s;
}
.spinner div:nth-child(2) {
    animation-delay: -0.3s;
}
.spinner div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 991px){
    .left-side{
        display:none;
    }
    .right-side{
        width: 100%;
    }
    .small-logo{
        display: block;
        margin-bottom: 40px;
    }
    form{
        max-width: 90%;
        flex-grow:1;
    }
}
