:root{
    --text-primary-color: #828d9f;
    --text-header-color: #5d6778;

    --primary-color: #007388;

    --lp-fade-color: #D1E3E7;
    --lp-line-color: #e5e7ee;

    --button-primary-color-hover: #004f5d;
    
    --text-primary-link-color: #007388;
    --text-primary-link-hover-color: #1e3f79;

    --button-secondary-color: #EB8201;
    --button-secondary-color-hover: #fd981d;

}
@font-face {
    font-family: 'Argent CF';
    src: url('/fonts/argentcf/argent.woff2') format('woff2'),
         url('/fonts/argentcf/argent.woff') format('woff'),
         url('/fonts/argentcf/argent.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('/fonts/calibri/calibri.woff2') format('woff2'),
         url('/fonts/calibri/calibri.woff') format('woff'),
         url('/fonts/calibri/calibri.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*{box-sizing: border-box; } 
html, body {margin: 0px; }
body{ 
    border: 0; 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: 'Calibri', system-ui, sans-serif;
    font-size: 14px; 
    font-weight: 400; 
    width: 100%;
    background-color: #004f5d;
    min-height: 100vh;
    color:#1f2123;
    overflow-x: hidden;
}


body.login {
    background: url("/images/psbg2.png") no-repeat center center fixed;
    background-size: cover;
    background-color: #004f5d;
}


.login-module{
    position: fixed;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background-color: white;
    border-radius: 5px;
    margin-top: 200px;
    padding: 20px;
}

.login-logo{
    margin-bottom: 25px;
    text-align: left;
}

.login-header{
    border-bottom: 1px solid #e5e7ee;
    font-size: 1.3rem;
    padding-bottom: 20px;
    font-weight: 500;
    color: #828d9f;
}

.login-error-holder{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: red;
    text-align: center;
}

.rp-error-holder{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: red;
    text-align: center;
}

#digitalIDmessage{
    margin-top: 0px;
    text-align: center;
}

.form-group {
    position: relative;
    margin: 1.5em 0;
}
.form-group input,select{
    width: 100%;
    padding: 0.75em 0.5em;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.form-group label {
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
    background: white;
    padding: 0 0.25em;
    color: #888;
    font-size: 1rem;
    pointer-events: none;
    transition: all 0.2s ease;
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
    top: -0.6em;
    left: 0.4em;
    font-size: 0.8rem;
    color: #333;
}
/* Hide default placeholder text */
.form-group input::-ms-input-placeholder {
    color: transparent;
}
.form-group input::placeholder {
    color: transparent;
}

.login-box-label{
    font-family: 'Argent CF';
    font-size: 16px;
    color: #828d9f;
    text-align: center;
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
}

.login-box-subject{
    font-family: 'Argent CF';
    font-size: 25px;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.login-box-loginoptions{
    float:left;
    cursor: pointer;
    clear:both;
    width: 100%;
    padding: 5px;
}

.login-box-loginoptions img{
    width: 50px;
    float:left;
    margin-right: 5px;
    background-color: #007388;
    border-radius: 50%;
    height:50px;
}

.login-option-icon{
    width: 50px;
    float:left;
    margin-right: 5px;
    background-color: #007388;
    border-radius: 50%;
    height:50px;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
}

.digitalIdContent{
    margin-top:20px;
}

.login-box-close{
    border-radius: 50%;
    background-color: #828d9f;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 10px;
    cursor: pointer;
    position: absolute;
}

.btn {
    display: inline-block;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-width: 1px;
    border-style: solid;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.8rem 1rem;
    border: 1px solid;
    border-radius: 5px;
}

.login-language-div{
    display: flex;
    position: fixed; 
    top: 0px; 
    left: 50%;
    width: 200px; 
    height: 25px;
    background-color: white; 
    border-bottom-left-radius: 75px;  
    border-bottom-right-radius: 75px; 
    color: #000; 
    text-align: center;
    cursor: pointer;
    margin-left: -100px;
    padding-top: 3px;
}
.login-language-holder-div{
    position: fixed; 
    top: 0px; 
    left: 50%;
    width: 200px; 
    background-color: white; 
    border-bottom-left-radius: 10px;  
    border-bottom-right-radius: 10px; 
    color: #000; 
    text-align: center;
    margin-left: -100px;
}
.login-language-option{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid lightgray;
    cursor: pointer;
}

.custom-tooltip {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
    max-width: 220px;
    z-index: 9999;
    display: none;
    transform: translateX(-50%);
}

.questionmark_info_container{
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.questionmark_info {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #007388;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.flex-item {
    flex: 1 1 0px;
}

.progress_state{ margin-top: 10px; margin-bottom: 20px; color: green }

.customer-option{
    padding: 10px;
    background-color: var(--button-secondary-color);
    border-radius: 5px;
    margin-top: 5px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: flex;
}
.customer-option:hover{
    background-color: var(--button-secondary-color-hover);
}

input[type="text"].inp_transparent{
    border: 0px; 
    background-color: transparent; 
    width: 100%;
    font-size: 1rem;
    padding: 0px;
    line-height: 1rem;
}
input[type="text"].inp_transparent:focus{
    outline:none;
}
/* MISC */

.btn-primary {
    color: #fff;
    background-color: #007388;
    border-color: #007388;
}
.btn-primary:hover{
    background-color: #006274;
    border-color: #005c6d;
}

.btn-neutral {
    color: #005c6d;
    background-color: none;
    border-color: #005c6d;
}
.btn-neutral:hover{
    color: #fff;
    background-color: #006274;
    border-color: #005c6d;
}
.btn-close {
    color: #fff;
    background-color: #4a5759;
    border-color: #475254;
}
.btn-close:hover{
    background-color: #4d5152;
    border-color: #005c6d;
}

.btn:disabled{
    background-color: gray;
    border-color: gray;
}

a.pagelink{ 
    color: var(--text-primary-link-color);
    text-decoration: none;
}
a.pagelink:hover{
    color: var(--text-primary-link-hover-color);
}

.box-footer{
    position: absolute;
    bottom:0px;
    width: 100%;
}
.box-footer-content{   
    text-align: center;
    padding: 20px;
    color:white;
}

.spinner-loading-div{
    text-align: center;
    margin-top: 50px;
    position:relative;
}

.spinner-brand-span{
    position: absolute;
    top: 20px; 
    left: 50%; 
    margin-left: -12px; 
    color: #007388; 
    font-size: 15pt;
}

.spinner-loading-icon{
    background: -webkit-linear-gradient(#eee, #007388); 
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 2500ms !important;
    animation-iteration-count: infinite !important;
}


/* MEDIA */

@media only screen and (max-width: 700px){
    .login-module{
        width: 80%;
        margin-left: -40%;
        margin-top: 100px;
    }
    .dp-mb-100{
        width: 100%;
    }

    .login-language-holder-div{
        right: 0px;     
        left: auto; 
    }
}