/* _content/Vicuras.Portal.Enduser.V2/Client/Components/Button/ButtonComponent.razor.rz.scp.css */
.vic-button[b-qp1cimdl5p] {
    font-family: Montserrat;
    font-weight: 900;
    color: #ffffff;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--vic-pink);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    text-align: center;
    max-width: 200px;
}

    .vic-button:hover[b-qp1cimdl5p] {
        color: black;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

/* Desktop*/
@media only screen and (min-width: 992px) {
    .vic-button[b-qp1cimdl5p] {
        font-size: 16px;
    }
}


/* Phone */
@media only screen and (max-width: 767px) {
    .vic-button[b-qp1cimdl5p] {
        max-width: 200px;
        min-width: 64px;
        max-height: 72px;
        min-height: 16px;
        font-size: min(16px, 24px);
    }
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/ChoiceList/ChoiceListComponent.razor.rz.scp.css */
.vic-radio-item[b-kd75gkgowz] {
    display: flex;
    align-content: center;
}

[b-kd75gkgowz] input[type="radio"] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    width: 0.9em;
    height: 0.9em;
    border-radius: 50%;
    font: inherit;
    cursor: pointer;
    margin-right: 1em;
    display: grid;
    place-content: center;
    margin-top: auto;
    margin-bottom: auto;
}


[b-kd75gkgowz] input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    box-shadow: inset 1em 1em var(--vic-pink);
}

[b-kd75gkgowz] input[type="radio"]:checked::before {
    transform: scale(1);
}

.vic-radio-item:not(:first-child)[b-kd75gkgowz] {
    margin-bottom: 1rem;
}

/* _content/Vicuras.Portal.Enduser.V2/Client/Components/Dialogs/ConfirmDialog.razor.rz.scp.css */
.dialog-bg[b-zf0xu56unv] {
    background-color: #001552; 
    color: white;
}

.vic-pink-bg[b-zf0xu56unv] {
    background-color: #ea47f7;
    color: white;
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/Dropdown/DropdownComponent.razor.rz.scp.css */
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/EnduserInfoForm/EnduserInfoFormComponent.razor.rz.scp.css */
.form-container[b-fdl86g9wq2] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
}
.form-group[b-fdl86g9wq2] {
    margin-bottom: 1rem;
    border-radius: 25px;
}

[b-fdl86g9wq2] .validation-message, [b-fdl86g9wq2] .form-input {
    padding-left: 1rem;
}

[b-fdl86g9wq2] .validation-message {
    margin: 0.5rem 0 0 0;
    
}

[b-fdl86g9wq2] .form-checkbox > label {
    color: white;
    margin-left: 0.3rem;
}

a[b-fdl86g9wq2] {
    color: dodgerblue;
    text-decoration: none;

}

    a:hover[b-fdl86g9wq2] {
        color: #0056b3;
        text-decoration: underline;
    }


[b-fdl86g9wq2] .form-input {
    position: relative;
    max-width: 100%;
    width: 420px;
    color: black;
    font-family: Montserrat;
    font-weight: bold;
    border-radius: 23px;
    height: 50px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border: 3px solid var(--vic-pink); 
    outline: none;
    border: none;
    font-size: 13px;
}
    [b-fdl86g9wq2] .form-input:focus {
        border: 3px solid var(--vic-pink); 
    }

    [b-fdl86g9wq2] .form-input::placeholder {
        color: black;
        font-family: Montserrat;
        justify-content: center;
        font-size: 13px;
    }

[b-fdl86g9wq2] .form-checkbox {
    margin-top: 1rem;
    text-align: center;
}

.botton-container[b-fdl86g9wq2] {
    display: flex;
    margin-top: 5rem;
    justify-content: center;
    align-content: center;
}

.form-container h2[b-fdl86g9wq2] {
    text-align: center;
}

[b-fdl86g9wq2] .stepper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2rem !important;
}


/* _content/Vicuras.Portal.Enduser.V2/Client/Components/FinalOrder/FinalOrderComponent.razor.rz.scp.css */
.vic-final-order[b-w93vp30h2y] {
    border-radius: 23px;
    background-color: white;
    border-color: white;
    color: var(--vic-navy-blue);
    padding: 2rem;
    padding-bottom: 1rem;
    font-size: 16px;
}

.vic-final-order-row[b-w93vp30h2y] {
    margin-bottom: 0.5rem;
    display: flex;
}

.vic-final-order-popup-row[b-w93vp30h2y] {
    margin-bottom: 0.3rem;
}

.vic-final-order-popup[b-w93vp30h2y] {
    font-size: 12px;
    margin-left: 4rem;
    position: absolute; 
}

.vic-final-order-popup-pretext[b-w93vp30h2y] {
    margin-top: 1.5rem;
}

.vic-final-order-popup-btn[b-w93vp30h2y] {
    color: var(--vic-pink);
}

h2[b-w93vp30h2y], h5[b-w93vp30h2y] {
    text-align: center;
    margin-bottom: 1rem;
}
[b-w93vp30h2y] .clip-dropdown {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.order-explanation[b-w93vp30h2y] {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
}
.see-details[b-w93vp30h2y] {
    margin-top: 2rem;
    font-size: 0.7rem;
}

.button-container[b-w93vp30h2y], .spinner-container[b-w93vp30h2y] {
    margin-top: 100px;
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/Footer/FooterComponent.razor.rz.scp.css */

.vic-footer[b-r21opc6pot] {
    width: 100vw;
    height: 100%;
    bottom: 0;
}

.terms-link[b-r21opc6pot] {
    text-decoration: none;
    color: white !important;
}

    .terms-link:hover[b-r21opc6pot] {
        text-decoration: underline;
    }

.footer-row[b-r21opc6pot] {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
    align-content: center;
    padding: 2em;
    font-size: 0.8vw;
}

.vic-footer p[b-r21opc6pot], address[b-r21opc6pot] {
    color: white;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.footer-column[b-r21opc6pot] {
    width: auto;
    justify-content: center;
    align-content: center;
    margin: 0 1.25em;
}

.social-container[b-r21opc6pot] {
    width: auto;
    height: 100%;
    margin: auto 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
.social-container img[b-r21opc6pot] {
    padding: 0 10px;
}

.footer-logo[b-r21opc6pot] {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 170px;
}

#vic-footer-desktop[b-r21opc6pot]{
    display: block;
}

#vic-footer-mobile[b-r21opc6pot]{
    display: none;
}

@media only screen and (max-width: 420px) {
    .footer-row[b-r21opc6pot] {
        flex-wrap: initial;
        height: initial;
        padding: initial;
    }

    .footer-column[b-r21opc6pot] {
        width: 100%;
    }
    
    .footer-logo[b-r21opc6pot] {
        width: 100px;
        padding-top: 5px;
    }

    .vic-footer p[b-r21opc6pot], address[b-r21opc6pot] {
        font-size: 3em;
    }

    .social-container[b-r21opc6pot] {
        min-height: fit-content;
        width: 100%;
        justify-content: center;
        margin-top: 20%;
    }
    .social-container img[b-r21opc6pot] {
        width: 100px;
    }
    #vic-footer-desktop[b-r21opc6pot]{
        display: none;

    }
    #vic-footer-mobile[b-r21opc6pot]{
        display:block;
    }
}


@media only screen and (max-width: 850px) {
    .footer-column[b-r21opc6pot] {
        flex-basis: calc(100% / 2);
        margin-bottom: 10px;
    }

    .footer-column > *[b-r21opc6pot] {
        display: block;
        margin: auto;
        align-content: center;
        justify-content: center;
        text-align: center;
    }

    .footer-row .social-container[b-r21opc6pot] {
        min-height: fit-content;
        width: 100%;
        justify-content: center;
        margin-top: 2%;
        padding-bottom: 3%;
    }
    .social-container img[b-r21opc6pot] {
        width: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .vic-footer .footer-row[b-r21opc6pot] {
        width: 95%;
    }
}

@media only screen and (min-width: 1900px) {
    .vic-footer .footer-row[b-r21opc6pot] {
        width: 70%;
    }
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/Header/HeaderComponent.razor.rz.scp.css */
.vic-header[b-ptbgbl4qha] {
    width: 100vw;
    height: 100%;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
}

.logo-container[b-ptbgbl4qha] {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.logo-img[b-ptbgbl4qha] {
    max-width: auto;
    max-height: 70%;
}



/* _content/Vicuras.Portal.Enduser.V2/Client/Components/Input/InputComponent.razor.rz.scp.css */

.vic-createform[b-75lwcolroi] {
    height: 50px;
    border-radius: 23px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

    .vic-createform:focus[b-75lwcolroi] {
        border: 2px solid #ea47f7
    }

@media screen and (max-width: 577px) {

    .vic-createform[b-75lwcolroi] {
        width: 250px;
    }
}


.form-control[b-75lwcolroi]::-webkit-input-placeholder {
    color: black;
}
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder[b-75lwcolroi] {
    color: black;
}
/* Mozilla Firefox 4 to 18 */
.form-control[b-75lwcolroi]::-moz-placeholder {
    color: black;
}
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder[b-75lwcolroi] {
    color: black;
}
/* Internet Explorer 10-11 */
.form-control[b-75lwcolroi]::-ms-input-placeholder {
    color: black;
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/LanguageSelector/LanguageSelectorComponent.razor.rz.scp.css */
.flag-icon-wrap[b-5x1acqeafi] {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.flag-icon[b-5x1acqeafi] {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50%;
    cursor: pointer;
    padding: 0;
    margin-right: 2%;
}

@media only screen and (max-width: 500px) {
    .flag-icon-wrap .flag-icon[b-5x1acqeafi] {
        margin-right: 5%;
    }
}

@
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/ProgressBar/ProgressBarComponent.razor.rz.scp.css */
/* I have no fucking idea who put this here, but when I deleted it the [progress bar] wouldn’t 
    [fill]. Words cannot describe my fucking confusion
    Source: Some unfortunate Team fortress 2 developer
*/
.empty-css-line[b-813r2tn0fw]{
}

.vic-progress-bar[b-813r2tn0fw] {
    background-color: var(--vic-pink);
    height: 100%;
    transition: width 0.3s ease-in-out;
    max-width: 600px;
}

.sticky-bar[b-813r2tn0fw] {
    /*    position: sticky;*/
    top: 0;
    z-index: 10;
    width: 600px;
    background-color: white;
    height: 10px;
    margin: 20px auto;
    display: flex;
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/SelectCompany/SelectCompanyComponent.razor.rz.scp.css */
.form-container[b-hoewfebvsu] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
}

    .form-container h1[b-hoewfebvsu] {
        text-align: center;
    }

[b-hoewfebvsu] .stepper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2rem !important;
}

.vic-radio-item[b-hoewfebvsu] {
    display: flex;
    align-content: center;
}

    .vic-radio-item label[b-hoewfebvsu] {
        font-size: 1.2em;
    }

[b-hoewfebvsu] input[type="radio"] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    width: 0.9em;
    height: 0.9em;
    border-radius: 50%;
    font: inherit;
    cursor: pointer;
    margin-right: 1em;
    display: grid;
    place-content: center;
    margin-top: auto;
    margin-bottom: auto;
}


    [b-hoewfebvsu] input[type="radio"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        border-radius: 50%;
        transform: scale(0);
        box-shadow: inset 1em 1em var(--vic-pink);
    }

    [b-hoewfebvsu] input[type="radio"]:checked::before {
        transform: scale(1);
    }

.vic-radio-item:not(:first-child)[b-hoewfebvsu] {
    margin-bottom: 1rem;
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/SelectLocation/SelectLocationComponent.razor.rz.scp.css */
.form-container[b-s3dvz4u8jy] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
}

    .form-container h1[b-s3dvz4u8jy] {
        text-align: center;
    }

[b-s3dvz4u8jy] .stepper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2rem !important;
}


/* ChoiceListComponent css */
.vic-radio-item[b-s3dvz4u8jy] {
    display: flex;
    align-content: center;
}

    .vic-radio-item label[b-s3dvz4u8jy] {
        font-size: 1.2em;
    }

[b-s3dvz4u8jy] input[type="radio"] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    width: 0.9em;
    height: 0.9em;
    border-radius: 50%;
    font: inherit;
    cursor: pointer;
    margin-right: 1em;
    display: grid;
    place-content: center;
    margin-top: auto;
    margin-bottom: auto;
}


    [b-s3dvz4u8jy] input[type="radio"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        border-radius: 50%;
        transform: scale(0);
        box-shadow: inset 1em 1em var(--vic-pink);
    }

    [b-s3dvz4u8jy] input[type="radio"]:checked::before {
        transform: scale(1);
    }

.vic-radio-item:not(:first-child)[b-s3dvz4u8jy] {
    margin-bottom: 1rem;
}

/* _content/Vicuras.Portal.Enduser.V2/Client/Components/SelectService/SelectServiceComponent.razor.rz.scp.css */
.form-container[b-axezjq8zt3] {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-container h2[b-axezjq8zt3] {
    text-align: center;
}

.form-group[b-axezjq8zt3] {
    margin-bottom: 1rem;
    border-radius: 25px;
}

.button-container[b-axezjq8zt3] {
    margin-top: 2rem;
}

[b-axezjq8zt3] .botton-margin {
    margin-right: 10px;
    margin-left: 10px;
}

[b-axezjq8zt3] .stepper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2rem !important;
}

.description-container[b-axezjq8zt3] {
    max-width: 90%;
    text-align: center;
}
.description-container[b-axezjq8zt3] {
    max-width: 60%;
}

@media (max-width: 900px) 
{
    .description-container[b-axezjq8zt3] {
        max-width: 90%;
    }
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/SignupBox/SignupBoxComponent.razor.rz.scp.css */
.text-container > h1[b-kst9w5fjcx] {
  /*Remove default style.*/
}
#registration-title[b-kst9w5fjcx] {
    font-size: 1.8vw !important;
    margin-bottom: 10px;
    font-weight: 600;
}

pre[b-kst9w5fjcx] {
    white-space: pre-line;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px;
    max-width: 500px;
    font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.content-container[b-kst9w5fjcx] {
    height: 100%;
    width: 100%;
    flex: 1;
    justify-content: center;
    /*align-content: center;*/
    padding-left: 3em;
}

.text-container[b-kst9w5fjcx] {
    position: relative;
    display: flex;
    flex-direction: column;
    color: white;
    width: 100%;
    padding-right: 2rem;
    margin-bottom: 25%;
    margin-top: 15%;
}

.text-container > *[b-kst9w5fjcx] {
    z-index: 1;
}

    .text-container > p[b-kst9w5fjcx], #submission-deadline[b-kst9w5fjcx], pre[b-kst9w5fjcx] {
        margin-bottom: 4%;
        font-size: 0.9vw;
    }

[b-kst9w5fjcx] .text-container > .vic-stepper, pre[b-kst9w5fjcx] {
    margin-bottom: 8%;
    z-index: 1;
}

.signup-container[b-kst9w5fjcx] {
    min-height: fit-content;
    position: relative;
    height: 65%;
    max-height: 750px;
    width: 25%;
    min-width: 250px !important;
    min-width: fit-content;
    min-height: fit-content;
    border-bottom-right-radius: 50px;
    display: flex;
    flex-direction: column;
}

.signup-container > *[b-kst9w5fjcx] {
    margin-top: 0;
}

.signup-inner-box[b-kst9w5fjcx] {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 50%;
    width: 70%;
    border-bottom-right-radius: 50px;
    background-color: #1A2D64; /*Light blue*/
    z-index: 0;
}


.deadline-container[b-kst9w5fjcx] {
    margin-top: 1%;
}

[b-kst9w5fjcx] .start-button {
    z-index: 1;
}

.button-container[b-kst9w5fjcx] {
    position: relative;
    display: flex;
    margin-top: 2rem !important;
    min-width: fit-content;
}

.spinner-container[b-kst9w5fjcx] {
    display: flex;
    justify-content: left;
    margin-left: 30%;
    align-items: center;
    height: 100%;
    width: 100%;
}
@media (min-width: 2000px){
    #registration-title[b-kst9w5fjcx] {
        font-size: 24px !important;
    }

    .text-container > p[b-kst9w5fjcx], #submission-deadline[b-kst9w5fjcx], pre[b-kst9w5fjcx] {
        font-size: 16px;
    }

    .text-container[b-kst9w5fjcx] {
        padding-right: 2rem;
    }
    .start-button[b-kst9w5fjcx] {
        font-size: 16px;
    }

    .signup-container[b-kst9w5fjcx] {
        width: fit-content;
        margin-left: 20% !important;
    }

}
@media (max-width: 1620px) {

    .signup-container > *[b-kst9w5fjcx] {
        margin-top: 0;
    }

    .signup-inner-box[b-kst9w5fjcx] {
        margin-left: 0;
    }

    .signup-container > .text-container[b-kst9w5fjcx] {
        padding-top: 2.5rem;
    }
}

@media (max-width: 1250px){
    .text-container > p[b-kst9w5fjcx], #submission-deadline[b-kst9w5fjcx], pre[b-kst9w5fjcx] {
        margin-bottom: 4%;
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    #registration-title[b-kst9w5fjcx] {
        font-size: 20px !important;
    }
    [b-kst9w5fjcx] .start-button {
        width: 80%;
    }

}

@media (max-width: 650px) {
    .button-container[b-kst9w5fjcx] {
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }
    .signup-inner-box[b-kst9w5fjcx]  {
        display: none;
    }
    .signup-container[b-kst9w5fjcx] {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 100% !important;
        border-bottom-right-radius: 0;
    }
    .text-container[b-kst9w5fjcx]  {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        justify-content: center;
        align-content: center;
    
    }
    .content-container[b-kst9w5fjcx] {
        padding-left: 0;
    }
    #registration-title[b-kst9w5fjcx]{
        margin-bottom: 0;
    }
    [b-kst9w5fjcx] .vic-stepper {
        width: 100px !important;
        padding: 0;
        margin: 1rem auto !important;
        height: 0;
    }
    #service-periode[b-kst9w5fjcx]{
        margin-bottom: 0 !important;
    }

    .spinner-container[b-kst9w5fjcx]{
        justify-content: center;
        margin-left: initial;
    }
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Components/SpinnerComponent/SpinnerComponent.razor.rz.scp.css */
.spinner[b-7futh6azy6] {
    width: 120px;
    height: 120px;
    border: 30px solid #ffffff; /*White*/
    border-top: 30px solid var(--vic-pink);
    border-radius: 50%;
    animation: spin-b-7futh6azy6 1s linear infinite;
}

@keyframes spin-b-7futh6azy6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Layout/MainLayout.razor.rz.scp.css */
.flex-wrapper[b-q8b6ldsdje] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: clip;
    justify-content: space-between
}


.content[b-q8b6ldsdje] {
    width: 100%;
    top: 9em; /*header height: See top-row*/
    bottom: 7em; /*footer height. See .bottom-row*/
    margin: 0;
    padding: 0;
}

main[b-q8b6ldsdje] {
    flex: 1;
    /*overflow-y: auto;*/
}

.top-row[b-q8b6ldsdje] {
    height: 9em;
    justify-content: flex-end;
    align-items: center;
}

.bottom-row[b-q8b6ldsdje] {
    min-height: fit-content;
    align-items: center;
    justify-content: flex-start;
    bottom: 0;
    width: 100%;
    height: 7em;
}

@media (max-width: 640.98px) {
    .top-row[b-q8b6ldsdje] {
        height: 7em;
    }

    .content[b-q8b6ldsdje] {
        top: 7em;
        bottom: 7em;
    }

    .bottom-row[b-q8b6ldsdje] {
        height: 9em;
    }
}

@media (min-width: 641px) {
    .page[b-q8b6ldsdje] {
        flex-direction: row;
    }

    .sidebar[b-q8b6ldsdje] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-q8b6ldsdje] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-q8b6ldsdje] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Vicuras.Portal.Enduser.V2/Client/Pages/AlreadyRegistered/AlreadyRegistered.razor.rz.scp.css */
.page-container[b-pph9kmxek9] {
    flex-direction: column;
    position: relative;
    height: 100%;
}

.text-container[b-pph9kmxek9] {
    text-align: center;
    position: relative;
    margin-top: 4rem;
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Pages/Error/Error.razor.rz.scp.css */
.vic-error-text-title[b-he3ihz9xh4] {
    color: white;
    text-align: center;
    margin-top: 2.5rem;
}

.vic-error-text[b-he3ihz9xh4] {
    color: white;
    text-align: center;
    font-size: 1.5rem;
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Pages/Home/Home.razor.rz.scp.css */
.page-container[b-pigqx303by] {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.text-container[b-pigqx303by] {
    padding-top: 5%;
}


.text-container h1[b-pigqx303by], p[b-pigqx303by] {
    color: white;
}

.text-container h1[b-pigqx303by] {
    text-align: center;
    margin-bottom: 2%;
}


@media only screen and (min-width: 992px) {
    .text-container p[b-pigqx303by] {
        font-size: 18px;
    }

    .text-container[b-pigqx303by] {
        width: 50%;
        padding-top: 2%;
    }
}

@media only screen and (min-width : 320px) {
    .page-container p[b-pigqx303by] {
        font-size: 18px;
    }

    .description-container[b-pigqx303by] {
        width: 90%;
    }
}



/* _content/Vicuras.Portal.Enduser.V2/Client/Pages/OverlappingRegistration/OverlappingRegistration.razor.rz.scp.css */
.page-container[b-fx6z1lsgkp] {
    flex-direction: column;
    position: relative;
    height: 100%;
}

.text-container[b-fx6z1lsgkp] {
    text-align: center;
    position: relative;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Pages/PortalLinkDoesNotExist/PortalLinkDoesNotExist.razor.rz.scp.css */
.page-container[b-os574jt454] {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.text-container[b-os574jt454] {
    padding-top: 5%;
}


    .text-container h1[b-os574jt454], p[b-os574jt454] {
        color: white;
    }

    .text-container h1[b-os574jt454] {
        text-align: center;
        margin-bottom: 2%;
    }


@media only screen and (min-width: 992px) {
    .text-container p[b-os574jt454] {
        font-size: 18px;
    }

    .text-container[b-os574jt454] {
        width: 50%;
        padding-top: 2%;
    }
}

@media only screen and (min-width : 320px) {
    .page-container p[b-os574jt454] {
        font-size: 18px;
    }

    .description-container[b-os574jt454] {
        width: 90%;
    }
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Pages/SignupCompleted/SignupCompleted.razor.rz.scp.css */
.page-container[b-dchs5bl2v1] {
    flex-direction: column;
    position: relative;
    height: 100%;
}

.text-container[b-dchs5bl2v1] {
    text-align: center;
    position: relative;
    margin-top: 10%;
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Pages/Signup/Signup.razor.rz.scp.css */
.page-container[b-wbamkmanbb] {
    display: flex;
    flex-flow: column;
    height: 100%;
    position: relative;
}

.bg-image-container[b-wbamkmanbb] {
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 76vh;
    position: relative;
    overflow: hidden;

}


[b-wbamkmanbb] .signup-box {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10%;
    position: absolute;
    height: 75%;
}

.vic-progress-container[b-wbamkmanbb] {
    position: sticky;
    display: flex;
    top: 0px;
    background-color: #001552;
    z-index: 10;
    align-self: flex-start;
}

@media only screen and (min-width: 2200px) {
    .bg-image-container img[b-wbamkmanbb] {
        height: 90%;
        width: auto;
        display: block;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    [b-wbamkmanbb] .signup-box {
        height: 85%;
    }
}

#form-step-1[b-wbamkmanbb]{
    height: 80vh;
}

.form-step-container[b-wbamkmanbb] {
    min-height: fit-content;
    height: 60vh;
    max-height: 80vh;
    display: flex;
    flex-flow: column;
    position: relative;
    justify-content: center;
    margin-bottom: 10px;
}

.form-step-content[b-wbamkmanbb]{
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 2200px) {
    .bg-image-container img[b-wbamkmanbb] {
        height: auto;
        width: 60rem;
        display: block;
        overflow: hidden;
        margin-left: 30%;
        margin-right: auto;
    }

    [b-wbamkmanbb] .signup-box {
        margin-left: 15%;
        max-height: 35rem;
    }
}
@media only screen and (max-width: 1900px) {
    .bg-image-container img[b-wbamkmanbb] {
        height: auto;
        width: 45%;
        display: block;
        overflow: hidden;
        margin-left: 30%;
        margin-right: auto;
    }

    [b-wbamkmanbb] .signup-box {
        margin-left: 15%;
        height: 80%;
        max-height: 30rem;
    }

    [b-wbamkmanbb] .botton-container {
        margin-top: 1rem;
    }

    .form-step-container[b-wbamkmanbb] {
        margin-top: 3rem;
    }

    .form-step-container[b-wbamkmanbb] {
        scale: 0.9;
    }

}

@media only screen and (max-width: 1200px) {
    .bg-image-container img[b-wbamkmanbb] {
        margin-left: 25%;
        margin-right: auto;
        width: 50rem;
    }

    [b-wbamkmanbb] .signup-box {
        margin-left: 8%;
        width: 30%;
    }

    .form-step-container[b-wbamkmanbb] {
        scale: 0.9;
    }

}

@media only screen and (max-width: 900px){

    [b-wbamkmanbb] .signup-box {
        margin-left: 0%;
    }

    .bg-image-container img[b-wbamkmanbb] {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 90%;
    }

    .form-step-content[b-wbamkmanbb] {
        margin-left: 20%;
        margin-right: 20%;
    }

    .form-step-container[b-wbamkmanbb] {
        scale: 0.9;
    }
}

@media only screen and (max-width: 650px ){
    .bg-image-container img[b-wbamkmanbb] {
        display: none;
    }
    .bg-image-container[b-wbamkmanbb] {
        height: 0;
        width: 0;
    }

    [b-wbamkmanbb] .signup-box {
        position: relative;
        padding-top: 5rem !important;
    }

    .form-step-content[b-wbamkmanbb] {
        margin-left: 5%;
        margin-right: 5%;
    }
}


 /*------------------------------*/
.page-container-notfound[b-wbamkmanbb] {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.text-container-notfound[b-wbamkmanbb] {
    padding-top: 5%;
}


    .text-container-notfound h1[b-wbamkmanbb], p[b-wbamkmanbb] {
        color: white;
    }

    .text-container-notfound h1[b-wbamkmanbb] {
        text-align: center;
        margin-bottom: 2%;
    }


@media only screen and (min-width: 992px) {
    .text-container-notfound p[b-wbamkmanbb] {
        font-size: 18px;
    }

    .text-container-notfound[b-wbamkmanbb] {
        width: 50%;
        padding-top: 2%;
    }
}

@media only screen and (min-width : 320px) {
    .page-container-notfound p[b-wbamkmanbb] {
        font-size: 18px;
    }

    .description-container-notfound[b-wbamkmanbb] {
        width: 90%;
    }
}
/* _content/Vicuras.Portal.Enduser.V2/Client/Pages/TermsAndConditions/TermsAndConditions.razor.rz.scp.css */
.page-container[b-ed132yeebd] {
    flex-direction: column;
    position: relative;
    height: 100%;
}

h1[b-ed132yeebd] {
    text-align: center;
}
.text-container[b-ed132yeebd] {
    position: relative;
    margin-top: 2rem;
    color: white;
    margin-left: 17em;
    margin-right: 17em;
}

@media only screen and (max-width: 1200px){
    .text-container[b-ed132yeebd] {
        margin-left: 10em;
        margin-right: 10em;
    }
}

@media only screen and (max-width: 900px) {
    .text-container[b-ed132yeebd] {
        margin-left: 5em;
        margin-right: 5em;
    }
}

@media only screen and (max-width: 450px) {
    .text-container[b-ed132yeebd] {
        margin-left: 2em;
        margin-right: 2em;
    }
}
