/* /Components/Newsletter/NewsletterForm.razor.rz.scp.css */
.css-toolbar-placing[b-1uszyswhea] {
    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: auto;
    overflow-y: auto;
    padding-left: 30px;
}

.css-form-placing[b-1uszyswhea] {
    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: 4;
    grid-row-end: 5;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.css-form-container[b-1uszyswhea] {
    width: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    padding-left: 25px;
    padding-right: 10px;
    line-height: var(--ivx-lineheight-cards);
}
/* /Components/Newsletter/NewsletterMainHost.razor.rz.scp.css */
.newsletter-maingrid[b-w7ru584y9g] {
    display: grid;
    background-color: white;
    grid-template-rows: minmax(80px,auto) minmax(25px,auto) minmax(25px,auto) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-style: solid;
    border-width: 1px;
    border-color: var(--ivx-brandcolor-border);
    width: 100%;
    height: 100%;
}


.newsletter-topcontrol-placing[b-w7ru584y9g] {
    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%;
}
/* /Components/Prospect/Call/AppointmentConfirmation.razor.rz.scp.css */
.css-confirmation-placing[b-d9ty8ynja9] {
    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: 3;
    grid-row-end: 4;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}



.css-header[b-d9ty8ynja9] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: unset;
    background-color: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .css-header h3[b-d9ty8ynja9] {
        margin-top: unset;
        margin-bottom: unset;
    }


.css-intro[b-d9ty8ynja9] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: unset;
    background-color: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .css-intro p[b-d9ty8ynja9] {
        margin-top: unset;
        margin-bottom: unset;
        font-style: italic;
        text-align: center;
        line-height: 2;
    }


.css-studiocomponent[b-d9ty8ynja9] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: unset;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--ivx-brandcolor-green);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ivx-brandcolor-green);
    background-color: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .css-studiocomponent p[b-d9ty8ynja9] {
        margin-top: unset;
        margin-bottom: unset;
        color: var(--ivx-brandcolor-green);
        font-size: 2em;
    }

.css-datumtijd[b-d9ty8ynja9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: unset;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ivx-brandcolor-green);
    background-color: unset;
    padding-top: 25px;
    padding-bottom: 10px;
}

    .css-datumtijd p[b-d9ty8ynja9] {
        font-size: 1.25em;
    }


.confirmbuttonrow[b-d9ty8ynja9] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 60px;
}
.confirmbutton[b-d9ty8ynja9] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 100px;
    height: 40px;
    background-color: var(--ivx-brandcolor-background-lightblue);
    border-radius: 6px;
    border-color: var(--ivx-brandcolor-lightblue);
    border-style: solid;
    border-width: 1px;
    margin-top: 5px;

}

    .confirmbutton p[b-d9ty8ynja9] {
        margin-top: unset;
        margin-bottom: unset;
    }

.cancelbutton[b-d9ty8ynja9] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 100px;
    height: 40px;
    background-color: #e9e6e2;
    border-radius: 6px;
    margin-left: 0;
    border-color: #ded9d3;
    border-style: solid;
    border-width: 1px;
    margin-top: 5px;
}

    .cancelbutton p[b-d9ty8ynja9] {
        margin-top: unset;
        margin-bottom: unset;
    }

/* /Components/Prospect/Call/CallAppointmentHostDialog.razor.rz.scp.css */
.prospect-call-maingrid[b-zakxceqm0o] {
    display: grid;
    background-color: white;
    grid-template-rows: minmax(80px,auto) minmax(25px,auto) minmax(25px,auto) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-style: solid;
    border-width: 1px;
    border-color: var(--ivx-brandcolor-border);
    width: 100%;
    height: 100%;
}


.prospect-topcontrol-placing[b-zakxceqm0o] {
    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%;
}

.prospect-proeflesafspraken-placing[b-zakxceqm0o] {
    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: 4;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
/* /Components/Prospect/Call/OptionButton.razor.rz.scp.css */
.css-tijdbutton[b-jm3qgqecoc] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 100px;
    height: 40px;
    background-color: var(--ivx-brandcolor-background-lightblue);
    border-radius: 6px;
    margin-left: 5px;
    border-color: var(--ivx-brandcolor-lightblue);
    border-style: solid;
    border-width: 1px;
    margin-top: 5px;
}

    .css-tijdbutton p[b-jm3qgqecoc] {
        margin-top: unset;
        margin-bottom: unset;
    }

.css-bezet[b-jm3qgqecoc] {
    background-color: #e9e6e2;
    border-color: #ded9d3;
}
/* /Components/Prospect/Call/OptionsListComponent.razor.rz.scp.css */
.css-toolbar-placing[b-gm8a29vvnq] {
    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: auto;
    overflow-y: auto;
}

.css-toolbar[b-gm8a29vvnq] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    height: auto;
    padding-left: 5px;
    justify-content: flex-start;
}

.css-optionslist-placing[b-gm8a29vvnq] {
    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: 3;
    grid-row-end: 4;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 25px;
}


.css-studiocomponent[b-gm8a29vvnq] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: unset;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--ivx-brandcolor-green);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ivx-brandcolor-green);
    background-color: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .css-studiocomponent p[b-gm8a29vvnq] {
        margin-top: unset;
        margin-bottom: unset;
        color: var(--ivx-brandcolor-green);
        font-size: 2em;
        text-align: center;
    }

.css-header[b-gm8a29vvnq] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: unset;
    background-color: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .css-header h3[b-gm8a29vvnq] {
        margin-top: unset;
        margin-bottom: unset;
        text-align: center;
        font-style: italic;
        font-size: 1.5rem;
    }

.css-intro[b-gm8a29vvnq] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: unset;
    background-color: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .css-intro p[b-gm8a29vvnq] {
        margin-top: unset;
        margin-bottom: unset;
        text-align: center;
        line-height: 1.5;
    }

.css-maand-row[b-gm8a29vvnq] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: auto;
    padding-top: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ivx-brandcolor-green);
}

.css-maanddisplay[b-gm8a29vvnq] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background-color: white;
    padding-bottom: 10px;
}

    .css-maanddisplay p[b-gm8a29vvnq] {
        margin-top: unset;
        margin-bottom: unset;
        font-style: italic;
        font-size: 1.5rem;
    }

.css-datumrow[b-gm8a29vvnq] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding-top: 5px;
    margin-top: 5px;
}

.css-datumdisplay[b-gm8a29vvnq] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 40px;
    background-color: white;
}

    .css-datumdisplay p[b-gm8a29vvnq] {
        margin-top: unset;
        margin-bottom: unset;
    }

.css-tijdenrow[b-gm8a29vvnq] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}
/* /Components/Prospect/Call/ProspectForm.razor.rz.scp.css */
.css-toolbar-placing[b-65yart2o0q] {
    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: auto;
    overflow-y: auto;
    padding-left: 30px;
}

.css-toolbar[b-65yart2o0q] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 5px;
    justify-content: flex-start;
}

.css-header[b-65yart2o0q] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: unset;
    background-color: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .css-header h3[b-65yart2o0q] {
        margin-top: unset;
        margin-bottom: unset;
    }



.css-confirmform-placing[b-65yart2o0q] {
    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: 3;
    grid-row-end: 4;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.css-confirmform-container[b-65yart2o0q] {
    width: 100%;
    margin-top: 25px;
    max-width: 600px;
    overflow-y: auto;
    overflow-x: auto;
    padding-left: 25px;
    padding-right: 10px;
    line-height: var(--ivx-lineheight-cards);
}

.css-text-positive[b-65yart2o0q] {
    padding: 6px;
    background-color: #e6ffee;
}

.css-text-negative[b-65yart2o0q] {
    padding: 6px;
    background-color: #ffe6e6;
}

.table-body[b-65yart2o0q] {
    width: 100%;
    border: 0;
}

    .table-body tr[b-65yart2o0q] {
        min-height: 20px;
        vertical-align: top;
        line-height: 1.5rem;
    }

/* /Components/Prospect/Generic/BrandButtonControl.razor.rz.scp.css */

.css-buttoncontrol-defaultbrand[b-ykqd01tjgk] {
    display: flex;
    height: 100%;
    max-width: 300px;
    width: auto;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--ivx-brandcolor-green);
    color: white;
    background-color: var(--ivx-brandcolor-green);
    cursor: pointer;
    margin: 4px;
}

    .css-buttoncontrol-defaultbrand  p[b-ykqd01tjgk] {
        margin: unset;
        color:white;
        cursor: pointer;
        text-align: center;
    }


.css-buttoncontrol-defaultbrand-disabled[b-ykqd01tjgk] {
    display: flex;
    height: 100%;
    width: auto;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--ivx-brandcolor-gray);
    color: white;
    background-color: var(--ivx-brandcolor-gray);
    margin: 4px;
}

    .css-buttoncontrol-defaultbrand-disabled p[b-ykqd01tjgk] {
        margin: unset;
        color: white;
        text-align: center;
    }


/* /Components/Prospect/Generic/ButtonContainer.razor.rz.scp.css */
.css-container-horizontal[b-hroypx99cz] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 60px;
}

.css-container-vertical[b-hroypx99cz] {
    padding: 10px;
    display: flex;
    height: 60px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.css-container-ivxdialog[b-hroypx99cz] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


/* /Components/Prospect/Generic/FormContainer.razor.rz.scp.css */
.css-formcontainer[b-thdm7aqj12] {
    width: 100%;
    min-width: 85px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

    .css-formcontainer div.row[b-thdm7aqj12] {
        padding: 15px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
/* /Components/Prospect/Generic/ProspectTopControl.razor.rz.scp.css */
.css-klant-topcontrol-maingrid[b-wc3i0mgz65] {
    display: grid;
    background-color: white;
    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-klant-topcontrol-logoplacing[b-wc3i0mgz65] {
    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-klant-topcontrol-logo[b-wc3i0mgz65] {
    width: auto;
    height: 100%;
    margin-top: 40px;
}

.css-klant-topcontrol-logoimage[b-wc3i0mgz65] {
    width: 241px;
    height: 100px;
}

/* /Components/Prospect/Generic/StudioComponent.razor.rz.scp.css */
.css-studiocomponent[b-dc4wrle2t4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 500px;
    height: 70px;
    min-height: 50px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--ivx-brandcolor-lightblue);
    background-color: var(--ivx-brandcolor-background-lightblue);
    cursor: pointer;
}

    .css-studiocomponent p[b-dc4wrle2t4] {
        margin-top: unset;
        margin-bottom: unset;
        cursor: pointer;
        text-align: center;
        font-size: 20px;
    }
/* /Components/Prospect/Generic/StudioSelectorComponent.razor.rz.scp.css */
.css-studioselector-placing[b-h0ft4lncte] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 4;
    padding-top: 5px;
    overflow-y:auto;
}

.css-header[b-h0ft4lncte] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: unset;
    background-color: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .css-header h3[b-h0ft4lncte] {
        margin-top: unset;
        margin-bottom: unset;
        text-align: center;
    }

.css-intro[b-h0ft4lncte] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: unset;
    background-color: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .css-intro p[b-h0ft4lncte] {
        margin-top: unset;
        margin-bottom: unset;
        text-align: center;
        line-height: 1.5;
    }
/* /Components/Prospect/Proefles/ProeflesForm.razor.rz.scp.css */
.css-toolbar-placing[b-thuq0quu91] {
    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: auto;
    overflow-y: auto;
    padding-left: 30px;
}

.css-toolbar[b-thuq0quu91] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 5px;
    justify-content: flex-start;
}


.css-studiocard-placing[b-thuq0quu91] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 4;
    width: 100%;
    height: auto;
    overflow-y: auto;
    padding-left: 5px;
}

.css-studiocard-row[b-thuq0quu91] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 22px;
    padding-left: 5px;
    justify-content: flex-start;
    color: var(--ivx-captions-color);
}

.css-studiocard-row p[b-thuq0quu91] {
    margin-bottom: 0;
}

.css-proeflesform-placing[b-thuq0quu91] {
    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: 4;
    grid-row-end: 5;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.css-proeflesform-container[b-thuq0quu91] {
    width: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    padding-left: 25px;
    padding-right: 10px;
    line-height: var(--ivx-lineheight-cards);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ivx-captions-color);
}

/* /Components/Prospect/Proefles/ProeflesHostDialog.razor.rz.scp.css */
.prospect-proefles-maingrid[b-ve1f5zshii] {
    display: grid;
    background-color: white;
    grid-template-rows: minmax(80px,auto) minmax(25px,auto) minmax(25px,auto) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-style: solid;
    border-width: 1px;
    border-color: var(--ivx-brandcolor-border);
    width: 100%;
    height: 100%;
}


.prospect-topcontrol-placing[b-ve1f5zshii] {
    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%;
}

.prospect-proeflesafspraken-placing[b-ve1f5zshii] {
    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: 4;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
/* /Components/Prospect/ProspectMainHost.razor.rz.scp.css */
body[b-j7enovsun4] {
}
/* /Components/Prospect/Start/StartHostDialog.razor.rz.scp.css */
.prospect-start-maingrid[b-eqsu1x0jjk] {
    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(--ivx-brandcolor);
    width: 100%;
    height: 100%;
}

.prospect-topcontrol-placing[b-eqsu1x0jjk] {
    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%;
}

/* /Pages/Mainpage.razor.rz.scp.css */
.css-target-maingrid[b-af4i098vp1] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 600px) {
    .css-target-maingrid[b-af4i098vp1] {
        max-width: 600px;
        height: 97%;
        border-style: solid;
        border-width: 1px;
        border-color: var(--ivx-brandcolor-border);
        box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
    }
}
/* /Pages/NewsletterPage.razor.rz.scp.css */
.css-target-maingrid[b-kng9h65gck] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 600px) {
    .css-target-maingrid[b-kng9h65gck] {
        max-width: 600px;
        height: 97%;
        border-style: solid;
        border-width: 1px;
        border-color: var(--ivx-brandcolor-border);
        box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
    }
}
