﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

:root {
    --color-07-black-3: #959595;
    --color-05-black: #000000;
    --color-09-success: #6dd400;
    --color-08-error: #e02020;
    --color-01-primary-1: #605f00;
    --color-03-primary-3: #808080;
    --color-04-white: #ffffff;
    --mossy-green: #719430;
    --color-01-primary-selection: rgba(96, 95, 0, 0.2);
}

@font-face {
    font-family: OpenSans;
    src: local(OpenSans), url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: OpenSans;
    src: local(OpenSans-Light), url(../fonts/OpenSans-Light.woff2) format("woff2"), url(../fonts/OpenSans-Light.woff) format("woff"), url(../fonts/OpenSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: OpenSans;
    src: local(OpenSans-Bold), url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

h1 {
    font-family: OpenSans;
    font-size: 96px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1.5px;
}

h2 {
    font-family: OpenSans;
    font-size: 60px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.5px;
}

h3 {
    font-family: OpenSans;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
}

h4 {
    font-family: OpenSans;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 0.25px;
}

h5 {
    font-family: OpenSans;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

h6 {
    font-family: OpenSans;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.15px;
}

.Body-1 {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding-top: 20px;
}

.Subtitle-1 {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.15px;
}

/*TODO move these down*/
button {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.25px;
}


    button.img,
    button.img:hover {
        margin: 16px;
        display: inline-block;
    }



p {
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #0b162b;
}

.Body-2 {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.25px;
}


.Body-3 {
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.4px;
}

.Subtitle-2 {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.1px;
}

.Caption {
    margin-top: 32px;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.4px;
}

.Overline {
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 1.7px;
    text-align: left;
}

html, body {
    font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

app {
    width: 100%;
    height: 100%;
    min-width: 260px;
    position: relative;
    text-align:center;
    display: block;
    background-color: transparent;
}

.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100%;
    justify-content: center
}

.main{
    width: 100%;
    height: 100%;
    background-color: var(--color-04-white);
    text-align:left;
    padding: 5px;
}


.button-close{
    display: none;
}

.flexbox{
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .flexbox #day-place-of-birth {
        align-items: unset;
    }



#appointment-week-selection {
    width: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--color-04-white);
    cursor: default;
}
    
    #appointment-week-selection img{
        margin: 16px;
    }

    #appointment-week-selection #appointment-week-display {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px; 
        margin: 1px;
        padding-right: 4px;
        background-color: var(--color-01-primary-1);
    }

    #appointment-week-selection #change-week-button {
        height: 100%;
        width: 60px;
        display: flex;
        justify-content: center;
        border-radius: 4px;
        margin: 1px;
        background-color: var(--color-01-primary-1);
        cursor: pointer;
    }


#appointment-list{
    display: flex;
    flex-direction: column;
}

    #appointment-list .option label {
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: 0.25px;
        color: #0b162b;
    }

    #appointment-list-clerk .option label {
        font-family: OpenSans;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.25px;
        color: #0b162b;
    }

.appointment {
    height: 128px;
    width: 100%;
    padding-left: 16px;
    margin: 20px 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgba(96, 95, 0, 0.1);
    border-radius: 8px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.25px;
    color: #0b162b;
}

.appointment-info {
    display: flex;
    align-items: center;
}


/*TODO all imagas 20x20*/
.appointment-info img{
    height: 20px;
    width: 20px;
    margin-right: 16px;
}



.info-block {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}

    .info-block .icon {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .info-block label {
        margin-left: 16px;
        text-align: left;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: 0.25px;
        color: #0b162b;
    }

.progress-control {
    width: 100%;
    height: 100%;
    font-family: 'OpenSans', "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    position: relative;
    text-align: left;
}

    .progress-control #progress-bar-label {
        height: 20px;
        font-family: OpenSans;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 1.7px;
        color: var(--color-07-black-3);
    }


    .progress-control #progress-bar {
        width: 100%;
        height: 8px;
        border-radius: 4px;
        background-color: #d7d7d7;
        margin: 4px 0px 4px 0px;
        top: 24px
    }

    .progress-control #progress-bar-fill {
        float: left;
        height: 8px;
        border-radius: 4px;
        background-color: var(--color-09-success)
    }

    .progress-control #content {
        margin: 50px 0px 72px 0px;
        padding-top: 32px;
    }

    .progress-control .Caption {
        margin-top: 20px;
        width: 100%;
    }


.step {
    width: 100%;
    height: 100%;
    position: relative;
    flex: 1 1 0;
    text-align: center;
    font-weight: normal;
    color: #222;
    opacity: 0.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    cursor: pointer;
    padding: 0 2px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    flex-shrink: 0;
    white-space: nowrap;
}


#step-nav-container-outer {
    min-width: 300px;
    position: absolute;
    background-color: var(--color-04-white);
    z-index: 1000;
}

#scroll-right-button,
#scroll-left-button{
    display: none;
}

.step-nav-container {
    text-align: left;
    min-width: 300px;
    position: absolute;
    background-color: white;
    padding: 4px;
    border-radius: 4px;
    background-color: var(--color-04-white);
    border: solid 1px #2f2f2f;
    overflow: hidden;
}


    .step-nav-container[collapsed="collapsed"] {
        border: none;
        cursor: pointer;
    }

        .step-nav-container[collapsed="collapsed"] img {
            height: 24px;
            float: right;
        }


    .step-nav-container #inner-container {
        float: left;
        margin-right: -10000px;
        width: 100%;
        display:flex;
        flex-direction: column;
    }



    .step-nav-container .step-nav-button {
        height: 20px;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.1px;
        cursor: pointer;
        margin-left: 16px;
        color: var(--color-03-primary-3);
        background-color: transparent;
        border: none;
        outline: none;
    }

        .step-nav-container .step-nav-button:active,
        .step-nav-container .step-nav-button[current="current"] {
            color: #0b162b;
        }
        
        .step-nav-container .step-nav-button:disabled {
            color: #ddd;
            cursor: default;
        }

    .step-nav-container[collapsed="collapsed"] .step-nav-button[current="current"] {
        float: left;
    }

    .step-nav-container:not([collapsed="collapsed"]) img,
    .step-nav-container[collapsed="collapsed"] .step-nav-button:not([current="current"]) {
        display: none;
    }




/*TODO can be id*/
.nav-buttons {
    width: 100%;
    bottom: 1px;
    position: static;
    margin-top: 20px;
}

.nav-buttons-clerk {
    width: 100%;
    bottom: 1px;
    margin-top: 20px;
}

button.button-primary {
    height: 48px;
    padding: 12px 20px 12px 20px;
    background-color: var(--color-01-primary-1);
    border-radius: 4px;
    box-shadow: -8px 8px 16px 0 rgba(67, 86, 100, 0.08);
    border: none;
    text-align: center;
    color: var(--color-04-white);
    display: inline-flex;
    align-items: center;
}

button.button-primary img {
    height: 24px;
    margin: -2px -6px -2px 0px;
    display: inline-block;
}
    
button.button-primary:hover {
    background-color: #2f2f2f;
}


.personal-info .button-primary {
    position: static;
}

button.button-secondary {
    height: 48px;
    padding: 12px 20px 12px 20px;
    background-color: var(--color-04-white);
    border-radius: 4px;
    border: solid 1px #2f2f2f;
    box-shadow: -8px 8px 16px 0 rgba(67, 86, 100, 0.08);
    color: #2f2f2f;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

button.button-secondary img {
    height: 24px;
    margin: -12px 0px -12px -6px;
    display: inline-block;
}

button.button-secondary:active {
    color: var(--color-01-primary-1);
    border-color: var(--color-01-primary-1);
}

.question {
    font-family: OpenSans;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 0.25px;
    color: #0b162b;
}

/*editPage*/
.button-primary .grid-button {
    min-width: 188px;
}


.button-secondary .grid-button {
    min-width: 160px;
}

/*Buttons grid view*/
.grid-container {
    display: grid;
    height: 70px;
    align-content: center;
    grid-template-columns: auto 120px auto;
    gap: 5px;
    background-color: #ffffff;
    padding: 0px;
}

.grid-container .grid-item {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}


/*TODO remove max-width; implement it everywhere*/
.answers{
    min-width: 300px;
    max-width: 500px;
}

    .answers[type=radio] {
    }

    .answers[type=radio] {
    }



.option {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 12px;
    margin-bottom: 12px;
    min-height: 48px;
    border-radius: 8px;
    position: relative;
    background-color: transparent;
    z-index: 1;
}

    .option:hover,
    .option[selected="selected"] {
        background-color: rgba(96, 95, 0, 0.1);
    }



    .option label {
        margin-left: 12px;
        font-family: OpenSans;
        font-size: 16px;
        pointer-events: none;
    }

    .option #radio-button-outer {
        width: 24px;
        height: 24px;
        border: 2px solid var(--color-01-primary-1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background-color: white;
    }


    .option #radio-button-inner {
        width: 14px;
        height: 14px;
        background-color: var(--color-01-primary-1);
        border-radius: 50%;
    }


    .option:not([selected="selected"]) #radio-button-inner {
        display: none;
    }

    .option #checkbox-outer {
        margin: 10px 10px 10px 16px;
        content: "";
        height: 24px;
        width: 24px;
        min-width: 24px;
        background-color: transparent;
        border: 1px solid #2f2f2f;
        display: flex;
        align-items: center;
        align-content: center;
    }


    .option #checkbox-inner {
        content: url("/img/check.svg");
        height: 16px;
        width: 16px;
        margin: auto;
    }


    .option:not([selected="selected"]) #checkbox-inner {
        display: none;
    }

    .option .input-field{
        margin-left: 24px;
        display: inline-block;
        width: 100%;
    }


.input-field {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 2px 4px 2px 4px;
    flex-grow: 1;
}
    .input-field input,
    .input-field input:active {
        height: 36px;
        width: 100%;
        border: none;
        font-family: OpenSans;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0.15px;
        color: #2f2f2f;
        outline: 0px solid transparent;
        border-bottom: 2px solid #2f2f2f;
        background-color: transparent
    }

    .input-field input:hover {
        color: var(--color-01-primary-1);
        border-bottom-color: var(--color-01-primary-1);
    }
    
    .input-field input:disabled {
        color: var(--color-07-black-3);
        background-color: transparent;
        border-bottom-color: var(--color-07-black-3);
    }

.personal-info .input-field {
    flex-basis: 100px;
}

.appointment-confirmation-input {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 1em;
}

    .appointment-confirmation-input #label {
        display: flex;
        flex-direction: column;
        position: relative
    }



.number-input {
    display: flex;
    flex-direction: row;
    margin: 2px 4px 2px 4px;
    flex-grow: 1;
    text-align: right;
    border-bottom: 2px solid #2f2f2f;
    outline: 0px solid transparent;
}

    .number-input:hover {
        color: var(--color-01-primary-1);
        border-bottom-color: var(--color-01-primary-1);
    }

    .number-input input,
    .number-input input:active{
        border: none
    }


#intro {
    width: 100%;
    min-height: 100vh;
    background-color: var(--color-01-primary-1);
    font-family: OpenSans;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.15px;
    text-align: center;
    color: var(--color-04-white);
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 5px;
}

#intro-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    #intro-inner h2 {
        font-size: min(12vw, 60px);
    }

#hintstep {
    width: 100%;
    min-height: 100vh;
    background-color: var(--color-01-primary-1);
    font-family: OpenSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.15px;
    text-align: center;
    color: var(--color-04-white);
    flex-direction: column;
    display: flex;
}
#hintstep-inner {
    display: flex;
    flex-direction: column;
}

    #hintstep-inner h2 {
        font-size: min(10vw, 50px);
    }




.invalid .Overline {
    color: var(--color-08-error);
}

.invalid input{
    border-bottom-color: var(--color-08-error);
}

.validation-message {
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: var(--color-08-error);
}

#blazor-error-ui {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: center;
    z-index: 10000000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.checkbox-not-checked { /*TODO: Combine these*/
    margin-left: 16px;
    content: "";
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid white;
    box-shadow: 0 0 0 2px rgb(101, 100, 0);
    float: left;
    display: flex;
    justify-content: center;
}

.checkbox-checked {
    margin: 2px;
    margin-right: 6px;
    content: "";
    height: 16px;
    width: 16px;
    background-color: rgb(127, 126, 0);
    border-radius: 4px;
    border: 2px solid white;
    box-shadow: 0 0 0 2px rgb(101, 100, 0);
    display: inline-block;
    float: left;
}

.edit-form-entry { /*TODO: Make these specific for the form*/
    margin-top: 8px;
}

.form-input {
    width: 100%;
    height: 37px;
    border: 1px solid rgb(20, 20, 0);
    border-radius: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .form-input:focus {
        box-shadow: 0 0 5px rgb(127, 126, 0);
    }


@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}


.faq-entry {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px rgba(180, 180, 180, 0.5);
    position: relative;
    margin: 2px;
    text-align: left;
    cursor: pointer;
}

    .faq-entry h4 {
        margin: 0;
    }

    .faq-entry p {
        margin: 8px 0 4px 0;
        font-family: OpenSans;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }

    .faq-entry button {
        position: absolute;
        top: 12px;
        right: 12px;
    }

.datepicker{
    width: 100%;
}





@media (min-width: 767.98px) {
    .body{
        height: 100%;
    }

    .main {
        width: 800px;
        min-height: 623px;
        display: inline-block;
        border-radius: 20px;
        /*box-shadow: -4px 5px 8px 0 rgba(67, 86, 100, 0.12), -1px 2px 4px 0 rgba(67, 86, 100, 0.1);*/
        /*border: solid 1px rgba(215, 215, 215, 0.5);*/
        background-color: var(--color-04-white);
    }



    .button-close {
        display: flex;
        position: absolute;
        top: 40px;
        right: 40px;
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }


    .progress-control {
        position: relative;
    }


    .progress-control #step-nav-container-outer {
        width: 800px;
        top:48px;
        position:absolute;
        height: 28px;
    }

    #scroll-left-button {
        display: block;
        position: absolute;
        z-index: 100;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 40px;
        background-image: linear-gradient(to right, white 0%, white 30%, transparent 100%);
        cursor: pointer;
    }


    #scroll-right-button {
        display: block;
        position: absolute;
        z-index: 100;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 40px;
        background-image: linear-gradient(to left, white 0%, white 30%, transparent 100%);
        cursor: pointer;
    }


    #progress-bar-label{
        position: absolute;
        margin-top: 10px
    }

    .progress-control #progress-bar {
        margin-top: 50px;
        position: absolute;
        top: 24px;
    }

    .step-nav-container,
    .step-nav-container[collapsed="collapsed"]{
        width: 100%;
        position: absolute;
        padding: 4px;
        border-radius: 4px;
        background-color: var(--color-04-white);
        border: none;
    }


    .step-nav-container img {
        display:none;
    }


    .step-nav-container #inner-container {
        flex-direction: row;
    }

    .step-nav-container[collapsed="collapsed"] .step-nav-button:not([current="current"]) {
        display: block;
    }


    .progress-control #content {
        margin: 64px 0px 72px 32px; /* top, right, bottom, left */
        padding-top: 0px;
        position: relative;
    }




    .nav-buttons {
        position: absolute;
        bottom: 0px;
    }


    .Caption {
        margin-top: unset;
        position: absolute;
        bottom: 56px;
    }



    .flexbox{
        flex-direction: row;
        width: unset;
    }

        .flexbox #day-place-of-birth {
            align-items: flex-end;
        }



    .option .input-field{
        width: 400px;
    }

    #appointment-week-selection {
        width: 420px;
    }

    #appointment-list{
        flex-wrap: wrap;
        max-height: 280px;
    }

        #appointment-list .option {
            width: 50%;
            height: 80px;
        }


    .appointment {
        height: 60px;
        padding-left: unset;
        flex-direction: row;
        align-items: center;
    }


    .appointment-confirmation-input {
        display: flex;
        flex-direction: row;
        position: relative;
    }

        .appointment-confirmation-input #label img {
            position: absolute;
            left: -30px;
        }

        .appointment-confirmation-input form {
            position: relative;
            top: 8px;
            left: 24px;
        }


    #intro-inner {
        padding: unset;
        max-width: 800px;
    }

    .single-input-step .input-field{
        width: 50%;
    }
    .input-field .number-input-validation{
        float: right;
    }


    .personal-info .button-primary {
        position: absolute;
        bottom: 40px;
        right: 200px;
    }

    .datepicker{
        width: unset;
        margin-right: 4px;
    }

}



@media (max-width: 350px) {
    #appointment-week-selection #change-week-button {
        width: unset;
    }

    #appointment-week-selection #change-week-button img{
        margin: unset;
    }

    .option label {
        margin-left: 0px;
    }

}

#rc-anchor-container {
    margin-left: 70px;
}

.flex-end {
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
}

.stepper-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
   
}

.stepper-label {
    font-size: 12px;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 10px;
    margin-top: 24px;
}

.stepper-steps {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    gap: 12px;
    padding-bottom: 4px;
}


    .stepper-steps .step.active {
        font-weight: bold;
        color: #0b162b;
        opacity: 1;
        background: none;
    }

.progress-bar-container {
    height: 6px;
    background-color: #ddd;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: #99e000;
    transition: width 0.3s ease;
}

.form-control {
    font-family: OpenSans, sans-serif;
    font-size: 1rem;
    color: #0b162b;
    background-color: #ffffff;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding: 8px 12px;
    max-width: 200px;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .form-control:focus {
        outline: none;
        border-color: #756f39; /* Olivgrün */
        box-shadow: 0 0 0 2px rgba(117, 111, 57, 0.3); /* weicher olivgrüner Glow */
    }

.stepper-steps .step.active {
    max-width: none;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
}


.step {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.stepper-steps .step.active,
.stepper-steps .step.completed {
    opacity: 1;
}


/* Gleicher Stil wie Inputs */
.input-underline {
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    width: 100%;
    font-size: 1rem;
    padding: 4px 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


