/* /Components/Bailine/BailineMainControl.razor.rz.scp.css */
.css-maingrid[b-m1oufktv0v] {
    display: grid;
    background-color: white;
    grid-template-rows: 125px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-style: solid;
    border-width: 1px;
    border-color: var(--topcontrol-background); /* zodat die dezelfde color heeft als de topcontrol*/
    width: 100%;
    height: 100%;
}

.css-topcontrol-placing[b-m1oufktv0v] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
}

.css-memberships-placing[b-m1oufktv0v] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
/* /Components/Bailine/BailineTopcontrol.razor.rz.scp.css */
.css-topcontrol-maingrid[b-172jcxjrbg] {
    display: grid;
    background-color: var(--topcontrol-background);
    grid-template-rows: 1fr;
    grid-template-columns: 60px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-style: solid;
    border-width: 0px;
    border-color: white;
    width: 100%;
    height: 100%;
}


.css-topcontrol-logoplacing[b-172jcxjrbg] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
}

.css-topcontrol-logo[b-172jcxjrbg] {
    width: auto;
    height: 100%;
    margin-top: 20px;
}

.css-topcontrol-logoimage[b-172jcxjrbg] {
    width: 241px;
    height: 100px;
}
/* /Components/Bailine/MembershipComponent.razor.rz.scp.css */
.css-membership[b-1ar30znw1p] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 100px;
    padding: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--membership-border);
    background-color: rgba(113,198,222,0.1);

}

.css-switch[b-1ar30znw1p] {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border: unset;
    background: unset;
    padding: unset;

}
.css-switch img[b-1ar30znw1p] {
    width: 60px;
    height: 60px;
}


.css-description-bbb[b-1ar30znw1p] {
    width: calc(100% - 80px);
    height: auto;
}
.css-description-bbb p[b-1ar30znw1p] {
    margin-top: unset;
    margin-bottom: unset;
}

.css-description-bailine[b-1ar30znw1p] {
    width: calc(100% - 80px);
    height: auto;
}

    .css-description-bailine p[b-1ar30znw1p] {
        margin-top: unset;
        margin-bottom: unset;
    }
/* /Components/Ladyline/LadylineMainControl.razor.rz.scp.css */
.css-maingrid[b-jro3pq75tf] {
    display: grid;
    background-color: white;
    grid-template-rows: 275px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-style: solid;
    border-width: 1px;
    border-color: var(--topcontrol-background); /* zodat die dezelfde color heeft als de topcontrol*/
    width: 100%;
    height: 100%;
}

.css-topcontrol-placing[b-jro3pq75tf] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
}

.css-memberships-placing[b-jro3pq75tf] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.css-infomessage[b-jro3pq75tf] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 100px;
    padding: 15px;
    font-style: italic;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--membership-border);
    background-color: rgba(113,198,222,0.1);
}
/* /Components/Ladyline/LadylineTopcontrol.razor.rz.scp.css */
.css-topcontrol-maingrid[b-bid4j4egqr] {
    display: grid;
    background-color: var(--topcontrol-background);
    grid-template-rows: 1fr;
    grid-template-columns: 60px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-style: solid;
    border-width: 0px;
    border-color: white;
    width: 100%;
    height: 100%;
}


.css-topcontrol-logoplacing[b-bid4j4egqr] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
}

.css-topcontrol-logo[b-bid4j4egqr] {
    width: auto;
    height: 100%;
    margin-top: 20px;
}

.css-topcontrol-logoimage[b-bid4j4egqr] {
    width: 241px;
    height: 210px;
}
/* /Components/Ladyline/MembershipComponent.razor.rz.scp.css */
.css-membership[b-qdghk4xqtz] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 100px;
    padding: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--membership-border);
    background-color: rgba(113,198,222,0.1);

}

.css-switch[b-qdghk4xqtz] {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border: unset;
    background: unset;
    padding: unset;

}
.css-switch img[b-qdghk4xqtz] {
    width: 60px;
    height: 60px;
}


.css-description-bbb[b-qdghk4xqtz] {
    width: calc(100% - 80px);
    height: auto;
}
.css-description-bbb p[b-qdghk4xqtz] {
    margin-top: unset;
    margin-bottom: unset;
}

.css-description-bailine[b-qdghk4xqtz] {
    width: calc(100% - 80px);
    height: auto;
}

    .css-description-bailine p[b-qdghk4xqtz] {
        margin-top: unset;
        margin-bottom: unset;
    }
/* /Components/Main/MainHost.razor.rz.scp.css */
.css-maingrid[b-fzsmvc7fmz] {
    display: grid;
    background-color: white;
    grid-template-rows: 60px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-style: solid;
    border-width: 1px;
    border-color: var(--topcontrol-background); /* zodat die dezelfde color heeft als de topcontrol*/
    width: 100%;
    height: 100%;
}

.css-topcontrol-placing[b-fzsmvc7fmz] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
}

.css-memberships-placing[b-fzsmvc7fmz] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.css-header-image-bbb[b-fzsmvc7fmz] {
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    min-height: 100px;
    height: 267px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--membership-border);
    background-image: url("/Images/bbb-front.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.css-funnel-confirm[b-fzsmvc7fmz] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 100px;
    padding: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--membership-border);
}

.css-funnel-switch[b-fzsmvc7fmz] {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border: unset;
    background: unset;
    padding: unset;
}

    .css-funnel-switch img[b-fzsmvc7fmz] {
        width: 60px;
        height: 60px;
    }

.css-funnel-message[b-fzsmvc7fmz] {
    width: calc(100% - 80px);
    height: auto;
}

    .css-funnel-message p[b-fzsmvc7fmz] {
        margin-top: unset;
        margin-bottom: unset;
    }
/* /Components/Subscriber/MembershipComponent.razor.rz.scp.css */
.css-membership[b-iomfo4bj8r] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 100px;
    padding: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--membership-border);

}

.css-switch[b-iomfo4bj8r] {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border: unset;
    background: unset;
    padding: unset;

}
.css-switch img[b-iomfo4bj8r] {
    width: 60px;
    height: 60px;
}


.css-description-bbb[b-iomfo4bj8r] {
    width: calc(100% - 80px);
    height: auto;
}
.css-description-bbb p[b-iomfo4bj8r] {
    margin-top: unset;
    margin-bottom: unset;
}

.css-description-bailine[b-iomfo4bj8r] {
    width: calc(100% - 80px);
    height: auto;
}

    .css-description-bailine p[b-iomfo4bj8r] {
        margin-top: unset;
        margin-bottom: unset;
    }
/* /Components/Topcontrols/BbbTopcontrol.razor.rz.scp.css */
.css-topcontrol-maingrid[b-p5fjj9wfv0] {
    display: grid;
    background-color: var(--topcontrol-background);
    grid-template-rows: 1fr;
    grid-template-columns: 60px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-style: solid;
    border-width: 0px;
    border-color: white;
    width: 100%;
    height: 100%;
}


.css-topcontrol-naam[b-p5fjj9wfv0] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--ivx-brandcolor);
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 2;
}

    .css-topcontrol-naam p[b-p5fjj9wfv0] {
        font-size: x-large;
        height: 25px;
        margin-top: unset;
        margin-bottom: unset;
        color: white;
        margin-left: 25px;
    }


.css-topcontrol-logoplacing[b-p5fjj9wfv0] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    grid-column-start: 8;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
    padding-right: 5px;
}

.css-topcontrol-logo[b-p5fjj9wfv0] {
    width: auto;
    height: 100%;
    background-color: var(--ivx-brandcolor);
    padding-top: 5px;
    padding-right: 5px;
}

.css-topcontrol-logoimage[b-p5fjj9wfv0] {
    width: 50px;
    height: 50px;
}
