﻿/*
    HEADER SECTION
*/

.static-modal {
    background-color: #3731D8;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../../images/2025/background.png');
    min-height: 100vh;
}

.border-btm-red {
    border-bottom: solid;
    border-bottom-color: #3731D8;
    padding-bottom: 10px;
}

.border-btm-grey {
    border-bottom: solid;
    border-bottom-color: #D2D2D2;
    padding-bottom: 10px;
}

.title-grey a {
    color: grey !important;
}

.back-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}



.category-tabs .title a {
    text-decoration: none;
    color: black;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
}

#authForm > div.links {
    margin-top: 30px;
    margin-bottom: 25px;
}

.main-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 48px;
    position: relative;
    background-color: white;
}

    .main-bar .logo-full-color {
        position: relative;
        width: 97.99px;
        height: 48px;
    }

    .main-bar .right-links {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        flex: 0 0 auto;
    }

    .main-bar .arrow-left {
        position: relative;
        width: 16px;
        height: 16px;
    }

    .main-bar .terug-naar-webshop {
        position: relative;
        width: fit-content;
        margin-top: -1px;
        font-family: "graphie-semibold", Helvetica;
        font-weight: 500;
        color: black;
        font-size: 18px;
        line-height: 18px;
        white-space: nowrap;
    }

        .main-bar .terug-naar-webshop a {
            text-decoration: none;
            color: black;
        }

.outroText p {
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.bluebirds-logo img {
    max-width: 480px;
}

@media (max-width: 1000px) {
    .bluebirds-logo {
        margin-top: 70px;
    }
        .bluebirds-logo img {
            max-width: 300px;
        }
}
    /*.o-main-navigation__link:before {
    content: url(../../images/store.svg);
    height: 1.5rem;
    margin-right: .75rem;
    width: 1.5rem;
    display: block;
}*/
    /*
    FOOTER SECTION
*/
    .footer-component {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 48px;
        background-color: #A20006;
        position: relative;
        bottom: 0;
        width: 100%;
    }

        .footer-component .links {
            display: inline-flex;
            align-items: center;
            gap: 24px;
            position: relative;
            flex: 0 0 auto;
        }

        .footer-component .text-wrapper {
            position: relative;
            width: fit-content;
            font-family: var(--02-body-desktop-body-extra-small-desktop-font-family);
            font-weight: var(--02-body-desktop-body-extra-small-desktop-font-weight);
            color: white;
            font-size: var(--02-body-desktop-body-extra-small-desktop-font-size);
            line-height: var(--02-body-desktop-body-extra-small-desktop-line-height);
            white-space: nowrap;
            font-style: var(--02-body-desktop-body-extra-small-desktop-font-style);
        }

        .footer-component .div-wrapper {
            display: inline-flex;
            align-items: flex-start;
            gap: 10px;
            padding: 0px 0px 4px;
            position: relative;
            flex: 0 0 auto;
        }

        .footer-component .div {
            position: relative;
            width: fit-content;
            margin-top: -1px;
            font-family: var(--02-body-desktop-body-extra-small-desktop-font-family);
            font-weight: var(--02-body-desktop-body-extra-small-desktop-font-weight);
            color: white;
            font-size: var(--02-body-desktop-body-extra-small-desktop-font-size);
            line-height: var(--02-body-desktop-body-extra-small-desktop-line-height);
            white-space: nowrap;
            font-style: var(--02-body-desktop-body-extra-small-desktop-font-style);
            text-decoration: underline;
        }

    /*
    MAIN SECTION
*/
.mijn-CCFC {
    display: flex;
    flex-direction: column;
    width: 615px;
    align-items: center;
    gap: 40px;
    padding: var(--space-spacing-units-3) 100px var(--space-spacing-units-3) 100px;
    position: relative;
    background-color: white;
    border-radius: 10px;
}

        .mijn-CCFC .content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 40px;
            position: relative;
            align-self: stretch;
            width: 100%;
            flex: 0 0 auto;
            padding: 50px 75px 40px 75px;
        }

    .label .title {
        font-family: "graphie-semibold", Helvetica;
        font-weight: 500;
        color: #000000;
        font-size: 22px;
        text-align: center;
        line-height: 22px;
        white-space: nowrap;
    }


    .label .input-text {
        position: fixed;
        top: 0;
        left: 0;
        font-family: "Noto Sans-Regular", Helvetica;
        font-weight: 400;
        color: #696969;
        font-size: 16px;
        line-height: 25.6px;
    }



    .account-main-page {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
        position: relative;
        text-align: left;
        margin-top: 0px;
        padding-bottom: 80px;
        padding-top: 120px;
    }

    .tabs {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .tabs .title {
            position: relative;
            width: fit-content;
            margin-top: -1px;
            font-family: "graphie-semibold", Helvetica;
            font-weight: 500;
            color: black;
            font-size: 22px;
            text-align: center;
            line-height: 22px;
            white-space: nowrap;
        }

    .box .line {
        position: fixed;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .account-main-page .layer {
        position: absolute;
        width: 1280px;
        height: 1093px;
        top: 36px;
        left: 0;
    }

    .mijn-CCFC .log-in-or-create-an {
        display: flex;
        flex-direction: column;
        gap: 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .mijn-CCFC .category-tabs {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 0px 0px 12px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: white;
    }

    .mijn-CCFC .tabs {
        display: flex;
        align-items: flex-start;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .mijn-CCFC .title-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .mijn-CCFC .title {
        position: relative;
        width: fit-content;
        margin-top: -1px;
        font-family: "graphie-semibold", Helvetica;
        font-weight: 500;
        color: black;
        font-size: 22px;
        text-align: center;
        line-height: 22px;
        white-space: nowrap;
    }

    .label .page-title {
        font-weight: 900;
        color: #000000;
        font-size: 65px;
        line-height: 57.6px;
        text-transform: uppercase;
        text-wrap: wrap;
        text-align: center;
    }

    .arrow-image {
        width: 15px;
    }

    .mijn-CCFC .text-wrapper {
        position: relative;
        width: fit-content;
        margin-top: -1px;
        font-family: "graphie-semibold", Helvetica;
        font-weight: 500;
        color: var(--x-0-3tones-0-3dimgrey);
        font-size: 22px;
        text-align: center;
        line-height: 22px;
        white-space: nowrap;
    }

    .mijn-CCFC .progess-line {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 1px;
        background-image: url(./img/line-1.svg);
        background-size: cover;
        background-position: 50% 50%;
    }

    .mijn-CCFC .line {
        position: absolute;
        width: 192px;
        height: 1px;
        top: -1px;
        left: 0;
        object-fit: cover;
    }

    .mijn-CCFC .text-input {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .text-input {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        position: relative;
    }

        .text-input .input-field {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 14px 24px;
            position: relative;
            align-self: stretch;
            width: 100%;
            flex: 0 0 auto;
            border: 1px solid;
            border-color: black;
        }

        .text-input .input-text {
            position: relative;
            flex: 1;
            margin-top: -1px;
            font-family: var(--02-body-mobile-body-standard-mobile-font-family);
            font-weight: var(--02-body-mobile-body-standard-mobile-font-weight);
            color: var(--x-0-3tones-0-3dimgrey);
            font-size: var(--02-body-mobile-body-standard-mobile-font-size);
            line-height: var(--02-body-mobile-body-standard-mobile-line-height);
            font-style: var(--02-body-mobile-body-standard-mobile-font-style);
        }


    .mijn-CCFC .input-field {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 14px 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        border: 1px solid;
        border-color: black;
    }

    .mijn-CCFC .input-text {
        position: relative;
        flex: 1;
        margin-top: -1px;
        font-family: var(--02-body-mobile-body-standard-mobile-font-family);
        font-weight: var(--02-body-mobile-body-standard-mobile-font-weight);
        color: var(--x-0-3tones-0-3dimgrey);
        font-size: var(--02-body-mobile-body-standard-mobile-font-size);
        line-height: var(--02-body-mobile-body-standard-mobile-line-height);
        font-style: var(--02-body-mobile-body-standard-mobile-font-style);
    }

    .mijn-CCFC .hide {
        position: relative;
        width: 24px;
        height: 24px;
    }

    .mijn-CCFC .union {
        position: absolute;
        width: 18px;
        height: 16px;
        top: 3px;
        left: 3px;
    }

    .mijn-CCFC .links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0px 0px 0px;
        position: relative;
        flex: 0 0 auto;
    }

    .mijn-CCFC .link-text a {
        position: relative;
        width: fit-content;
        margin-top: -1px;
        font-family: "graphie-semibold", Helvetica;
        font-weight: 600;
        color: black;
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap;
        text-transform: uppercase;
        text-decoration: auto;
    }



    .mijn-CCFC .buttons-default a {
        display: flex;
        height: 54px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        background-color: #CA0008;
        text-decoration: none;
    }

    .mijn-CCFC .button-text a {
        position: relative;
        margin-top: -1px;
        font-family: "graphie-semibold", Helvetica;
        font-weight: 500;
        color: white;
        font-size: 22px;
        line-height: 22px;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .mijn-CCFC .divider {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 1px;
        object-fit: cover;
    }

    hr.border-line {
        margin: 50px 0;
    }

    .mijn-CCFC .log-in-with {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .mijn-CCFC .div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .mijn-CCFC form {
        width: 100%
    }

    .mijn-CCFC .buttons-default-2 {
        display: flex;
        height: 54px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        border: 1px solid;
        border-color: black;
    }

    .mijn-CCFC .button-text-2 {
        position: relative;
        width: fit-content;
        margin-top: -1px;
        font-family: "graphie-semibold", Helvetica;
        font-weight: 500;
        color: black;
        font-size: 22px;
        line-height: 22px;
        white-space: nowrap;
    }

    .mijn-CCFC .introduction {
        position: relative;
        margin-top: -1px;
        font-family: var(--02-body-desktop-body-extra-small-desktop-font-family);
        font-weight: var(--02-body-desktop-body-extra-small-desktop-font-weight);
        color: #A2A2A2;
        font-size: var(--02-body-desktop-body-extra-small-desktop-font-size);
        letter-spacing: var(--02-body-desktop-body-extra-small-desktop-letter-spacing);
        line-height: var(--02-body-desktop-body-extra-small-desktop-line-height);
        font-style: var(--02-body-desktop-body-extra-small-desktop-font-style);
    }

    .no-account {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        position: relative;
    }

        .no-account .introduction {
            position: relative;
            margin-top: -1px;
            font-family: var(--02-body-desktop-body-extra-small-desktop-font-family);
            font-weight: var(--02-body-desktop-body-extra-small-desktop-font-weight);
            color: #A2A2A2;
            font-size: var(--02-body-desktop-body-extra-small-desktop-font-size);
            letter-spacing: var(--02-body-desktop-body-extra-small-desktop-letter-spacing);
            line-height: var(--02-body-desktop-body-extra-small-desktop-line-height);
            font-style: var(--02-body-desktop-body-extra-small-desktop-font-style);
            margin-bottom: 0px;
        }

        .no-account .links {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 0px 0px 8px;
            position: relative;
            flex: 0 0 auto;
        }

        .no-account .link-text {
            position: relative;
            width: fit-content;
            margin-top: -1px;
            font-family: "graphie-semibold", Helvetica;
            font-weight: 600;
            color: black;
            font-size: 16px;
            line-height: 18px;
            white-space: nowrap;
            margin-bottom: 0px;
            text-transform: uppercase;
        }

    .underline {
        text-decoration: underline !important;
    }

    .clearBtn {
        background-color: white !important;
        color: black !important;
        border: solid !important;
        border-width: 2px !important;
    }

li.site-navigation__nav-item {
    margin-left: 20px;
}

    @media screen and (min-width: 1000px) {

        .mijn-CCFC {
            min-height: 510px;
        }
    }

    @media screen and (max-width: 1000px) {

        .mijn-CCFC {
            width: 100% !important;
        }

        .account-main-page {
            width: 100% !important;
            padding-bottom: 0px;
            padding-top: 0px;
            margin-top: 0px;
        }

          
    }


    @media screen and (max-width: 600px) {
        .sso-content .sso-page-header {
            font-size: 60px;
        }

        .mijn-CCFC .log-in-or-create-an {
            gap: 8px;
        }

        .footer-component .div-wrapper {
            display: block;
            padding: 20px 0px 4px;
        }

        .footer-component .links {
            display: block;
        }

        .profile-menu li {
            font-size: 10px !important;
        }

        .mijn-CCFC .content {
            padding: 50px 30px 40px 30px;
        }

        .label .page-title {
            font-size: 48px;
        }
    }

    @media screen and (max-width: 400px) {

        .sso-content .sso-page-header {
            font-size: 35px;
        }

        .label .page-title {
            font-size: 35px;
            line-height: 35.6px;
        }

        .no-account .link-text {
            font-size: 11px;
        }

        .category-tabs .title a {
            font-size: 0.5em;
        }
    }