﻿@font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/epilogue/Epilogue-O4ZRFGj5hxF0EhjimlIksgg.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/epilogue/Epilogue-O4ZRFGj5hxF0EhjimlIksgg.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/epilogue/Epilogue-O4ZRFGj5hxF0EhjimlIksgg.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --sbc-blue: #071D49;
    --rose: #FFCCCC;
    --moss: #00AA6C;
    --bright-grey: #F0F0F0;
    --mustard: #F2B203;
    --sky: #62B5E5;
    --rain: #003DA5;
    --dust: #ACA39A;
    --desert: #CEEB888;
    --salmon: #FF585D;
    --pine: #004F32;
    --light-grey: #DEDEDE;
    --bg-white: #FFFFFF;
    --bg-black: #000000;
    --bg-standard: #F6F6F4;
    --illustration-bg: url(/desktop-city-background.svg);
}

body {
    font-family: "Epilogue", sans-serif;
    background-color: var(--bg-standard);
    min-height: 800px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }

.sbc-button-v2 {
    /* Base / L */
    /* Auto Layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    /* Neutral / White */

    background: #FFFFFF;
    /* Primary / SBC Blue */

    border: 3px solid #071D49;
    box-sizing: border-box;
    /* Drop shadow 0-2-4 8% */

    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 5px 0px;
    color: #071D49;
    font-weight: bold;
}

    .sbc-button-v2:hover {
        background-color: #62B5E5 !important;
        border-color: #62B5E5 !important;
        color: #071D49 !important;
    }


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.4);
    }

    ::-webkit-scrollbar-thumb:active {
        background: rgba(0,0,0,.9);
    }

.userterms-box {
    max-width: 550px;
    max-height: 300px;
    margin: 25px auto;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 24px;
    scroll-padding: 10px;
}

.userterm-page-inner-header {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}

.userterms-page {
    padding-top: 160px;
}

.userterms-button-box {
    display: inline-block;
    width: 200px;
}

.col-xs-12 {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .col-md-4 {
        order: 2;
    }

    .col-md-5 {
        order: 1;
    }
}

.login-page h1 {
    font-size: 36px;
    text-align: center;
}

.login-page-inner {
    /* Neutral / White */
    padding: 40px 32px 24px;
    background: #FFFFFF;
    border-radius: 16px 16px 0px 0px;

}

.login-page-inner-box {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 160px;
}

.login-page-inner-header {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

    .login-page-inner-header h1 {
        padding-top: 40px;
        padding-bottom: 5px;
    }

.login-page-inner-body {
    margin: 0;
    padding: 0;
}

.forgotpassword-inner-box {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 160px;
}

.forgotpassword-page-header {
    padding: 20px;
}

.recoverypassword-page {
    min-width: 368px;
    max-height: 448px;
    position: absolute;
    top: 35%;
    left: 50%;
}

.recoverypassword-page-inner-box {
    max-width: 576px;
    margin: 0 auto;
    background-color: var(--bg-white);
    border-radius: 14px;
    padding: 45px 32px 68px 32px;
    margin-top: 125px;
    box-shadow: 0px 0px 91px -2px rgba(9, 27, 63, 0.07), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.recoverypassword-page-inner-header {
    padding-bottom: 24px;
}

.recoverypassword-page-inner-body {
    border-radius: 14px;
}

.recoverypassword-page-inner-body button {
    font-weight: 700;
}

.curved-top-both {
    border-radius: 30px 30px 0px 0px;
}

.curved-bottom-both {
    border-radius: 0px 0px 30px 30px;
}

.bg-dust {
    background-color: #EEEDEB;
}

#sticky {
    width: 224px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #071D49;
}

    #sticky img {
        padding-top: 18px;
        padding-left: 28px;
        width: 75%;
    }

nav {
    margin-left: 200px;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    content: url(../arrow_down.png);
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    content: url(../arrow_up.png);
    transition: all 0.5s;
}

div.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.5);
    display: none;
}

.bankid-page {
}

    .bankid-page .card {
        border: 0;
        margin: 0;
        padding: 0;
    }

.bankid-page-inner-box {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 80px;
}

.bankid-page-inner-header {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

    .bankid-page-inner-header h1 {
        padding-top: 40px;
        padding-bottom: 5px;
    }

.bankid-page-inner-body {
    margin: 0;
    padding: 0;
}

.bankid-page-inner-footer {
    width: 100%;
    height: 25px;
    display: block;
}

#bankIdLoginStatus img {
    width: 100%;
    max-width: 289px;
    height: auto;
}

#companyselectModal {
    padding-top: 160px;
}

    #companyselectModal .modal-body {
        padding-top: 0;
    }

    #companyselectModal .modal-content {
        border-radius: 16px 16px 16px 16px;
        border-color: #fff;
    }

    #companyselectModal .modal-header {
        margin: 0;
        padding: 0;
    }

    #companyselectModal h1.modal-title {
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 14px;
    }

    #companyselectModal h1 {
        /* Heading/L 32-40 Desktop */
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
        /* identical to box height, or 125% */
        text-align: center;
        /* Primary / SBC Blue */
        color: #071D49;
    }

    #companyselectModal .list-group span {
        /* Heading/S 16-20 Desktop */
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
    }

.logged-out-page {
    text-align: center;
}

    .logged-out-page h1 {
        margin-top: 150px;
    }


/* Ny layout */

.button {
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    background-color: #384478;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    color: #FFFFFF;
    border: 0;
    outline: 0;
}

    .button:active, .button:focus {
        border: 0;
        outline: 0;
    }

    .button:disabled {
        background-color: var(--color-secondary-gray);
    }

.form-span {
    display: inline-block;
    vertical-align: text-top;
}

    .form-span input {
        width: 100%;
    }

.form-label {
    display: block;
}

.input-rounded {
    border-radius: 8px;
    padding: 12px 16px;
    height: 48px;
    border: 1px solid #DEDAD7;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

body {
    z-index: 0;
}

.secondary-button,
.login-actions .secondary-button {
    background-color: white;
    border: solid;
    border-color: #34343426;
    color: black;
}

.login-form .form-section {
    margin-top: 20px;
}

.form-span {
    width: 100%;
}

.login-actions {
    position: relative;
}

    .login-actions button {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 700;
    }

        .login-actions button.primary {
            background: #62B5E5;
        }
    .login-actions .forgot-password-link {
        margin-top: 10px;
        position: absolute;
        top: 0;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.01em;
        text-decoration-line: underline;
        border: none;
        background: none;
        color: #6B6E7B;
    }

.login-form-header {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}

.login-form-sub-header {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
}

.forgot-password-form-header {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 15px;
}

.recoverypassword-page-inner-header {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 15px;
}

.forgot-password-form-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.login-title {
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 112px;
    /* or 117% */

    text-align: center;
    color: var(--bg-black);
}

.bg-illustration-odevo-container {
    width: 100%;
    min-width: var(--bg-img-min-width);
    top: 35vh;
    position: relative;
    overflow-x: clip;
}

.odevo-city {
    width: 100%;
    z-index: -1;
    max-width: 1800px;
    min-width: 1000px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sticky-logo-top-left {
    position: fixed;
    width: 212px;
    height: 24px;
    z-index: 100;
    left: 0;
    top: 0;
}

    .sticky-logo-top-left img {
        width: 100%;
        margin-top: 78px;
        margin-left: 68px;
    }

.sticky-logo-top-right-simpleko {
    position: fixed;
    height: 50px;
    z-index: 100;
    right: 0;
    top: 23px;
}
.sticky-logo-top-right {
    position: fixed;
    height: 150px;
    z-index: 100;
    right: 0;
    top: 23px;
}

    .sticky-logo-top-right img {
        height: 100%;
    }

.sticky-logo-bottom {
    position: absolute;
    left: calc(50% - 91px);
    bottom: 32px;
    z-index: -1;
}

.login-body {
    min-width: 368px;
    max-height: 448px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-form1 {
    background-color: var(--bg-white);
    opacity: 1;
    width: 386px;
}

.login-form {
    margin-top: 125px;
    max-width: 576px;
    background-color: var(--bg-white);
    border-radius: 14px;
    padding: 45px 32px 68px 32px;
    box-shadow: 0px 0px 91px -2px rgba(9, 27, 63, 0.07), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.form-span label {
    /* or 133% */

    text-align: center;
    color: #000000;

    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
}

.login-input {
    margin-bottom: 15px;
}

.login-input label {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
}

.validation-errors {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
}

@media (max-width: 500px) {
    .login-form {
        min-width: 80%;
    }


    .bg-illustration-odevo-container {
        display: none;
    }

    .sticky-logo-top-left img {
        margin-top: 25px;
        margin-left: 25px;
    }

    .sticky-logo-top-right {
        top: 0;
        transform: translateY(-20px);
    }

    .login-title {
        width: 100%;
        font-size: xx-large;
        margin: 0;
        padding: 0;
        padding-top: 60px;
        text-align: center;
    }

    .login-form-header {
        font-size: x-large;
    }
}

@media (max-width: 340px) {
    .sticky-logo-top-right {
        display: none;
    }
}