@import '_content/Limitech.CompositeModule.Resource/Limitech.CompositeModule.Resource.bundle.scp.css';
@import '_content/MinForening.CompositeModule.File/MinForening.CompositeModule.File.bundle.scp.css';
@import '_content/MinForening.CompositeModule.DynamicUI/MinForening.CompositeModule.DynamicUI.bundle.scp.css';
@import '_content/MinForening.Module.Chat.BlazorComponent/MinForening.Module.Chat.BlazorComponent.bundle.scp.css';
@import '_content/MinForening.Web.Blazor.Auth/MinForening.Web.Blazor.Auth.bundle.scp.css';

/* /Pages/Customers/Customer.dashboard.razor.rz.scp.css */

.table th[b-xigh0ybvz0] {
    font-size: 0.7em;
    font-weight:300;
    color: var(--primary-table-font-color);
}

.table th i[b-xigh0ybvz0]{
    cursor: pointer;
}

.table tbody tr[b-xigh0ybvz0] {
    background-color: var(--primary-table-background);
}
    .table tbody tr td[b-xigh0ybvz0] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }
        .table tbody tr td:nth-child(1)[b-xigh0ybvz0] {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        .table tbody tr td span[b-xigh0ybvz0], .table tbody tr td.dashbord-buttons button[b-xigh0ybvz0] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }
            .table tbody tr td span:active[b-xigh0ybvz0], .table tbody tr td.dashbord-buttons button:active[b-xigh0ybvz0] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

        /*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-xigh0ybvz0] {
    padding: 0px !important;
}

.icv-pill[b-xigh0ybvz0] {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    .icv-pill.selected[b-xigh0ybvz0] {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-xigh0ybvz0]{
    font-size: .7rem;
}
.icv-filter[b-xigh0ybvz0] {
    margin: 0.1rem 0.3rem;
}
.filter-selection[b-xigh0ybvz0] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}


.hide[b-xigh0ybvz0]{
    display: none;
}
/* /Pages/Customers/Customers.dashboard.header.razor.rz.scp.css */
.flex-container[b-buuywvje02] {
    display: flex;
    height: 80px;
}


.user-filter[b-buuywvje02] {
    background-color: var(--element-primary-backgrond);
    border-radius: 20px;
    width: 120px;
    padding: 5px;
    cursor: pointer;
}
    .user-filter > a[b-buuywvje02] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }

.hide[b-buuywvje02]{
    display: none !important;
}
/* /Pages/Customers/Customers.new.razor.rz.scp.css */
.create-new[b-dukw6oudia] {
    padding-bottom: 20px;
    background-color: var(--primary-table-background);
    font-weight: 600;
}

    .create-new > div[b-dukw6oudia] {
        max-width: 800px;
    }

        .create-new > div.save-button[b-dukw6oudia] {
            max-width: inherit;
        }

.filter-label[b-dukw6oudia] {
    font-size: .7rem;
    font-weight: 500;
}

.invitePerson[b-dukw6oudia], .existingPerson[b-dukw6oudia] {
    display: none !important;
}

.invitePerson.show[b-dukw6oudia], .existingPerson.show[b-dukw6oudia] {
    display: block !important;
}

#invitePerson[b-dukw6oudia] {
    margin-left: 10px;
}

select[b-dukw6oudia] {
    height: 31px;
}

.icv-filter[b-dukw6oudia] {
    margin: 0.1rem 0.3rem;
}
.filter-selection-leader-name[b-dukw6oudia] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 145px;
}
.filter-selection[b-dukw6oudia] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 100%;
}
.notes[b-dukw6oudia]{
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 100%;
}

.filter-time[b-dukw6oudia] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    border-radius: 0px;
    padding: 0px 5px;
    height: 30px;
    width: 120px;
}
.filter-date[b-dukw6oudia] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    border-radius: 0px;
    padding: 0px 5px;
    height: 30px;
    margin-right: 10px;
}

.save-button[b-dukw6oudia] {
    width: 100%;
}

.button-wrapper[b-dukw6oudia]{
    width:100%;
}

.button-wrapper button[b-dukw6oudia]{
    width: 150px;
}

.projectID[b-dukw6oudia] {
    background-color: var(--primary-table-background);
}

.comments-bg[b-dukw6oudia] {
    background-color: var(--primary-table-background-bold);
    width: 100%;
    padding: 10px;
    padding-bottom:20px;
}
/* /Pages/Deadlines/Deadline.dashboard.header.razor.rz.scp.css */
.flex-container[b-dl69y3fcvy] {
    display: flex;
    height: 80px;
}


.user-filter[b-dl69y3fcvy] {
    background-color: var(--element-primary-backgrond);
    border-radius: 20px;
    width: 120px;
    padding: 5px;
    cursor: pointer;
}
    .user-filter > a[b-dl69y3fcvy] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }
/* /Pages/Deadlines/Deadline.dashboard.razor.rz.scp.css */

.table th[b-b4srllgg0z] {
    font-size: 0.7em;
    font-weight:300;
    color: var(--primary-table-font-color);
}

.table th i[b-b4srllgg0z]{
    cursor: pointer;
}

.table tbody tr[b-b4srllgg0z] {
    background-color: var(--primary-table-background);
}
    .table tbody tr td[b-b4srllgg0z] {
        background-color: var(--primary-table-background);
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }
        .table tbody tr td:nth-child(1)[b-b4srllgg0z] {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        .table tbody tr td span[b-b4srllgg0z] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }
            .table tbody tr td span:active[b-b4srllgg0z] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

        /*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-b4srllgg0z] {
    padding: 0px !important;
}

.icv-pill[b-b4srllgg0z] {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    .icv-pill.selected[b-b4srllgg0z] {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-b4srllgg0z]{
    font-size: .7rem;
}
.icv-filter[b-b4srllgg0z] {
    margin: 0.1rem 0.3rem;
}
.filter-selection[b-b4srllgg0z] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}


.hide[b-b4srllgg0z]{
    display: none;
}

.overdue td[b-b4srllgg0z] {
    background-color: #f9eef0 !important;
}

.overdue-bold td[b-b4srllgg0z] {
    background-color: #fbd8df !important;
}

.complete td[b-b4srllgg0z] {
    background-color: #b8c7e0 !important;
}
/* /Pages/Deadlines/Deadline.new.razor.rz.scp.css */
.create-new[b-1bbez3b1yw] {
    padding-bottom: 20px;
    background-color: var(--primary-table-background);
    font-weight: 600;
}

.filter-label[b-1bbez3b1yw] {
    font-size: .7rem;
    font-weight: 500;
}

.icv-filter[b-1bbez3b1yw] {
    margin: 0.1rem 0.3rem;
}

.filter-selection[b-1bbez3b1yw] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 300px;
}
.notes[b-1bbez3b1yw] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 800px;
}

.filter-time[b-1bbez3b1yw] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    border-radius: 0px;
    padding: 0px 5px;
    height: 30px;
    width: 120px;
}
.filter-date[b-1bbez3b1yw] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    border-radius: 0px;
    padding: 0px 5px;
    height: 30px;
    margin-right: 10px;
}

.save-button[b-1bbez3b1yw] {
    width: 836px;
}

.button-wrapper[b-1bbez3b1yw]{
    width:100%;
}

.button-wrapper button[b-1bbez3b1yw]{
    width: 150px;
}
/* /Pages/Destinations/Create/Destinations.dashboard.advanced.razor.rz.scp.css */

.table th[b-u8jhv788mr] {
    font-size: 0.7em;
    font-weight:300;
    color: var(--primary-table-font-color);
}

.table th i[b-u8jhv788mr]{
    cursor: pointer;
}

.table tbody tr[b-u8jhv788mr] {
    background-color: var(--primary-table-background);
}
    .table tbody tr td[b-u8jhv788mr] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }
        .table tbody tr td:nth-child(1)[b-u8jhv788mr] {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        .table tbody tr td span[b-u8jhv788mr] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }
            .table tbody tr td span:active[b-u8jhv788mr] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

        /*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-u8jhv788mr] {
    padding: 0px !important;
}

.icv-pill[b-u8jhv788mr] {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    .icv-pill.selected[b-u8jhv788mr] {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-u8jhv788mr]{
    font-size: .7rem;
}
.icv-filter[b-u8jhv788mr] {
    margin: 0.1rem 0.3rem;
}
.filter-selection[b-u8jhv788mr] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}


.hide[b-u8jhv788mr]{
    display: none;
}
/* /Pages/Destinations/Create/Destinations.dashboard.header.razor.rz.scp.css */
.flex-container[b-pkm3uxgstu] {
    display: flex;
    height: 80px;
}


.user-filter[b-pkm3uxgstu] {
    background-color: var(--element-primary-backgrond);
    border-radius: 20px;
    width: 120px;
    padding: 5px;
    cursor: pointer;
}
    .user-filter > a[b-pkm3uxgstu] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }

.hide[b-pkm3uxgstu]{
    display: none !important;
}
/* /Pages/Destinations/Create/Destinations.dashboard.razor.rz.scp.css */

.table th[b-bzdq09xd80] {
    font-size: 0.7em;
    font-weight:300;
    color: var(--primary-table-font-color);
}

.table th i[b-bzdq09xd80]{
    cursor: pointer;
}

.table tbody tr[b-bzdq09xd80] {
    background-color: var(--primary-table-background);
}
    .table tbody tr td[b-bzdq09xd80] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }
        .table tbody tr td:nth-child(1)[b-bzdq09xd80] {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        .table tbody tr td span[b-bzdq09xd80] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }
            .table tbody tr td span:active[b-bzdq09xd80] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

        /*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-bzdq09xd80] {
    padding: 0px !important;
}

.icv-pill[b-bzdq09xd80] {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    .icv-pill.selected[b-bzdq09xd80] {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-bzdq09xd80]{
    font-size: .7rem;
}
.icv-filter[b-bzdq09xd80] {
    margin: 0.1rem 0.3rem;
}
.filter-selection[b-bzdq09xd80] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}


.hide[b-bzdq09xd80]{
    display: none;
}
/* /Pages/Destinations/Create/Destinations.new.advanced.razor.rz.scp.css */

.newoffer-card[b-aw4yr8x2kw] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-aw4yr8x2kw] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}


.icv-form[b-aw4yr8x2kw] {
}

.form-label[b-aw4yr8x2kw] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-aw4yr8x2kw] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-aw4yr8x2kw] {
    height: 2rem;
}


input:focus[b-aw4yr8x2kw] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-aw4yr8x2kw] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-aw4yr8x2kw] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-aw4yr8x2kw] {
    width: 150px;
}

.button-wrapper button[b-aw4yr8x2kw] {
    width: 150px;
}
/* /Pages/Destinations/Create/Destinations.new.razor.rz.scp.css */

.newoffer-card[b-dicc2rqw1x] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-dicc2rqw1x] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}


.icv-form[b-dicc2rqw1x] {
}

.form-label[b-dicc2rqw1x] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-dicc2rqw1x] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-dicc2rqw1x] {
    height: 2rem;
}


input:focus[b-dicc2rqw1x] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-dicc2rqw1x] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-dicc2rqw1x] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-dicc2rqw1x] {
    width: 150px;
}

.button-wrapper button[b-dicc2rqw1x] {
    width: 150px;
}
/* /Pages/Destinations/Create/Index.advanced.razor.rz.scp.css */
.newoffer-card[b-q0a5qlpyau] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-q0a5qlpyau] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

.icv-form[b-q0a5qlpyau] {
}

.form-label[b-q0a5qlpyau] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-q0a5qlpyau] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-q0a5qlpyau] {
    height: 2rem;
}


input:focus[b-q0a5qlpyau] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-q0a5qlpyau] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}


.button-wrapper[b-q0a5qlpyau] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-q0a5qlpyau] {
    width: 150px;
}

.button-wrapper button[b-q0a5qlpyau] {
    width: 150px;
}
/* /Pages/Destinations/Create/Index.razor.rz.scp.css */
.newoffer-card[b-9oyntak0r2] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-9oyntak0r2] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

.icv-form[b-9oyntak0r2] {
}

.form-label[b-9oyntak0r2] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-9oyntak0r2] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-9oyntak0r2] {
    height: 2rem;
}


input:focus[b-9oyntak0r2] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-9oyntak0r2] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}


.button-wrapper[b-9oyntak0r2] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-9oyntak0r2] {
    width: 150px;
}

.button-wrapper button[b-9oyntak0r2] {
    width: 150px;
}
/* /Pages/DestinationTypes/Create/DestinationTypes.dashboard.header.razor.rz.scp.css */
.flex-container[b-x7ndznafdd] {
    display: flex;
    height: 80px;
}


.user-filter[b-x7ndznafdd] {
    background-color: var(--element-primary-backgrond);
    border-radius: 20px;
    width: 120px;
    padding: 5px;
    cursor: pointer;
}
    .user-filter > a[b-x7ndznafdd] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }

.hide[b-x7ndznafdd]{
    display: none !important;
}
/* /Pages/DestinationTypes/Create/DestinationTypes.dashboard.razor.rz.scp.css */

.table th[b-dajrs2jov5] {
    font-size: 0.7em;
    font-weight:300;
    color: var(--primary-table-font-color);
}

.table th i[b-dajrs2jov5]{
    cursor: pointer;
}

.table tbody tr[b-dajrs2jov5] {
    background-color: var(--primary-table-background);
}
    .table tbody tr td[b-dajrs2jov5] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }
        .table tbody tr td:nth-child(1)[b-dajrs2jov5] {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        .table tbody tr td span[b-dajrs2jov5] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }
            .table tbody tr td span:active[b-dajrs2jov5] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

        /*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-dajrs2jov5] {
    padding: 0px !important;
}

.icv-pill[b-dajrs2jov5] {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    .icv-pill.selected[b-dajrs2jov5] {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-dajrs2jov5]{
    font-size: .7rem;
}
.icv-filter[b-dajrs2jov5] {
    margin: 0.1rem 0.3rem;
}
.filter-selection[b-dajrs2jov5] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}


.hide[b-dajrs2jov5]{
    display: none;
}
/* /Pages/DestinationTypes/Create/DestinationTypes.new.razor.rz.scp.css */

.newoffer-card[b-m1sp35bv2b] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-m1sp35bv2b] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}


.icv-form[b-m1sp35bv2b] {
}

.form-label[b-m1sp35bv2b] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-m1sp35bv2b] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-m1sp35bv2b] {
    height: 2rem;
}


input:focus[b-m1sp35bv2b] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-m1sp35bv2b] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-m1sp35bv2b] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-m1sp35bv2b] {
    width: 150px;
}

.button-wrapper button[b-m1sp35bv2b] {
    width: 150px;
}
/* /Pages/DestinationTypes/Create/Index.razor.rz.scp.css */
.newoffer-card[b-kkqqa1vdfz] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-kkqqa1vdfz] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

.icv-form[b-kkqqa1vdfz] {
}

.form-label[b-kkqqa1vdfz] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-kkqqa1vdfz] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-kkqqa1vdfz] {
    height: 2rem;
}


input:focus[b-kkqqa1vdfz] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-kkqqa1vdfz] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}


.button-wrapper[b-kkqqa1vdfz] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-kkqqa1vdfz] {
    width: 150px;
}

.button-wrapper button[b-kkqqa1vdfz] {
    width: 150px;
}
/* /Pages/Journeys/Journeys.dashboard.header.razor.rz.scp.css */
.flex-container[b-g7t20ieseq] {
    display: flex;
    height: 80px;
}


.user-filter[b-g7t20ieseq] {
    background-color: var(--element-primary-backgrond);
    border-radius: 20px;
    width: 120px;
    padding: 5px;
    cursor: pointer;
}
    .user-filter > a[b-g7t20ieseq] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }
/* /Pages/Journeys/Journeys.dashboard.razor.rz.scp.css */

.table th[b-gcplf8bwdz] {
    font-size: 0.7em;
    font-weight:300;
    color: var(--primary-table-font-color);
}

.table th i[b-gcplf8bwdz]{
    cursor: pointer;
}

.table tbody tr[b-gcplf8bwdz] {
    background-color: var(--primary-table-background);
}
    .table tbody tr td[b-gcplf8bwdz] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }
        .table tbody tr td:nth-child(1)[b-gcplf8bwdz] {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        .table tbody tr td span[b-gcplf8bwdz] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }
            .table tbody tr td span:active[b-gcplf8bwdz] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

        /*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-gcplf8bwdz] {
    padding: 0px !important;
}

.icv-pill[b-gcplf8bwdz] {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    .icv-pill.selected[b-gcplf8bwdz] {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-gcplf8bwdz]{
    font-size: .7rem;
}
.icv-filter[b-gcplf8bwdz] {
    margin: 0.1rem 0.3rem;
}
.filter-selection[b-gcplf8bwdz] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}
/* /Pages/Journeys/Overview/Index.razor.rz.scp.css */
.flex-container[b-x8rdif649u] {
    display: flex;
    height: 80px;
}

.invoice-total[b-x8rdif649u] {
    position: absolute !important;
    background-color: var(--navbar-background);
    right: 0px;
    height: 60px;
    top: 40px;
    width: 280px;
    border-radius: 10px 0px 0px 10px;
    color: var(--navbar-foreground);
    text-align: right;
    padding-right: .9rem;
}

.price-value[b-x8rdif649u] {
    font-size: 1.5rem;
}


.newoffer-card[b-x8rdif649u] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(232,237,243);
    --price-detail-background: rgb(255,255,255);
    --price-detail-foregrund: rgb(105,119,136);
    --price-detail-active-background: rgb(229,236,246);
    --price-detail-active-foregrund: rgb(100,121,147);
    background-color: var(--primary-table-background);
    padding: 20px;
    font-size: .9rem;
}

.clickable-label[b-x8rdif649u] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

.overviewoffer-card[b-x8rdif649u] {
    background-color: rgb(33,37,49);
    padding: .9rem;
}

.filter-label[b-x8rdif649u] {
    font-size: .7rem;
}

.icv-filter[b-x8rdif649u] {
    margin: 0.1rem 0.3rem;
}

    .icv-filter button[b-x8rdif649u] {
        border: 1px solid var(--element-primary-backgrond);
    }
.filter-selection[b-x8rdif649u] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}


.icv-form[b-x8rdif649u] {
}

.form-label[b-x8rdif649u] {
    font-size: .8rem;
    margin-bottom: 0px;
}

.form-inputs[b-x8rdif649u] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-x8rdif649u] {
    height: 2rem;
}

.header-text[b-x8rdif649u]{
    font-size: .8rem !important;
}

.price-detail-wrapper[b-x8rdif649u] {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: var(--price-detail-background);
    color: var(--price-detail-foregrund);
    box-shadow: 1px 1px 2px #9f9c9c6e;
}

.additional-details[b-x8rdif649u] {
    margin-bottom: .5rem;
}

.active-addtional-deatails[b-x8rdif649u] {
    background-color: var(--price-detail-active-background);
    color: var(--price-detail-active-foregrund);
}




.table th[b-x8rdif649u] {
    font-size: 0.7em;
    font-weight: 300;
    color: var(--primary-table-font-color);
}

    .table th i[b-x8rdif649u] {
        cursor: pointer;
    }

.table tbody tr[b-x8rdif649u] {
    background-color: var(--primary-table-background);
}

    .table tbody tr td[b-x8rdif649u] {
        background-color: var(--primary-table-background);
        color: var(--primary-table-foreground);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }

        .table tbody tr td:nth-child(1)[b-x8rdif649u] {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        .table tbody tr td span[b-x8rdif649u] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }

            .table tbody tr td span:active[b-x8rdif649u] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

.stopover-details[b-x8rdif649u] {
    margin: .5rem;
    background-color: var(--stepper-item-background);
    padding: 1rem;
}

.carousel-item[b-x8rdif649u]{
    height: 500px !important;
}

#carouselExampleCaptions[b-x8rdif649u] {
    height: 500px !important;
}

.question-mark[b-x8rdif649u] {
    padding: 5px;
    width: 25px;
    background-color: rgb(224,186,115);
    height: 25px;
    border-radius: 100%;
    padding-left: 8px;
    color: white;
    cursor: pointer;
}

.boxImage[b-x8rdif649u]{
    width: 200px;
    height: 150px;
    cursor: pointer;
}

.boxImagetext[b-x8rdif649u] {
    font-style: italic;
    font-size: .7rem;
}
/* /Pages/Journeys/Overview/JourneyConfirm.overlay.razor.rz.scp.css */
.accept-modal-body[b-oy63noxmb1]
{
    text-align: center;
}

.modal-lg[b-oy63noxmb1] {
    width: 750px;
    margin-top: 2.5rem;
}
.icv-form[b-oy63noxmb1] {
}

.form-label[b-oy63noxmb1] {
    font-size: .8rem;
    margin-bottom: 0px;
    color: #434040;
}

.form-check-label[b-oy63noxmb1] {
    font-size: .8rem;
    margin-bottom: 0px;
    color: #434040;
}

.form-inputs[b-oy63noxmb1] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

.confirm-submit[b-oy63noxmb1]{
    width: 150px;
}
/* /Pages/Limitech/Components/DragAndDropItem.razor.rz.scp.css */
.dragitem[b-wbok1a86z1] {
    position: relative;
    display: flex;
    flex-direction: inherit;
    user-select: none;
    -webkit-user-select: none;
}

.dragndroppable > .overlay[b-wbok1a86z1] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.preview[b-wbok1a86z1] {
    opacity: 30%;
}

.dragndroppable.last[b-wbok1a86z1] {
    min-width: 30px;
    min-height: 30px;
}
/* /Pages/Limitech/Pages/Dispersions.razor.rz.scp.css */
.dispersions[b-jpy2g5f56c] {
    margin-top: 16px;
    margin-bottom: 50px;
}

table select[b-jpy2g5f56c] {
    color: var(--element-primary-backgrond);
}


.time-flow-control[b-jpy2g5f56c] {
    background-color: var(--element-primary-backgrond);
    color: var(--element-primary-foregrond);
    padding: 5px 8px;
    margin: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .time-flow-control > span[b-jpy2g5f56c] {
        margin-right: 5px;
    }

.timeinput[b-jpy2g5f56c] {
    padding: 5px;
    margin: 3px;
    border: 1px solid gray;
    text-align: center;
}

.control-row input[b-jpy2g5f56c], .control-row button[b-jpy2g5f56c] {
    height: 40px;
}

.dropdowns > *[b-jpy2g5f56c] {
    margin-right: 10px;
}

.duration-adjust[b-jpy2g5f56c] {
    border-radius: 100%;
    padding: 3px;
    margin: 0 3px;
    background-color: #a097da;
    color: white;
}

#trash[b-jpy2g5f56c] {
    color: red;
}

.timetable[b-jpy2g5f56c] {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}

.timetable.playing[b-jpy2g5f56c] {
    pointer-events:none;
}

.task[b-jpy2g5f56c] {
    width: 180px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    height: 140px;
    padding: 10px;
}

    .task.add-new[b-jpy2g5f56c] {
        border-bottom: none;
    }

div.add-new[b-jpy2g5f56c] {
    height: 70px;
}

.timetable .tasks .task .task-name[b-jpy2g5f56c] {
    font-weight: bold;
    padding: 5px;
    white-space: nowrap;
    text-overflow: clip;
}

.timetable .steps-row:nth-of-type(odd) .timetable-row[b-jpy2g5f56c]{
    background: #dddddd;
}

.timetable .dragitem:nth-of-type(even) .timetable-row[b-jpy2g5f56c]{
    background: #dddddd;
}

.timetable .steps-row:last-child[b-jpy2g5f56c] {
    margin-bottom: 6px;
}

.timetable-row[b-jpy2g5f56c] {
    background: #eeeeee;
    height: 140px;
    width: 87%;
    position: relative;
}

    .timetable-row .bar[b-jpy2g5f56c] {
        position: absolute;
        background-color: #a097da;
        height: 60px;
        min-height: 60px;
        top: 40px;
        border-radius: 15px;
        box-shadow: 3px 3px 3px 0px;
        z-index: 3;
        display: flex;
        cursor: pointer;
        overflow: hidden;
    }

    .timetable-row .bar:active[b-jpy2g5f56c] {
        cursor: grab;
    }

    .timetable-row .bar:hover:not(:active) .temperature-graph[b-jpy2g5f56c] {
        display: block;
    }

.bar:active .temperature-value[b-jpy2g5f56c] {
    display: none;
}

.bar .timestamps[b-jpy2g5f56c] {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: white;
    pointer-events: none;
}

.bar:active .timestamps[b-jpy2g5f56c] {
    display: flex;
}

.temperature-graph[b-jpy2g5f56c] {
    display: none;
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 70%;
    z-index: 4;
    background: linear-gradient(90deg, blue, red);
    transform-origin: top right;
    pointer-events: none;
}

.temperature-bar[b-jpy2g5f56c] {
    position: absolute;
    z-index: 5;
    display: none;
    inset: 0;
    height: 100%;
    width: 1px;
    background-color: white;
    pointer-events: none;
}

.timetable-row .bar:hover:not(:active) .temperature-bar[b-jpy2g5f56c] {
    display: block;
}

.info-row[b-jpy2g5f56c] {
    margin-top: 40px;
}

.info-row > div[b-jpy2g5f56c] {
    height: 0;
    border: none;
    padding: 0;
}

.add-new button[b-jpy2g5f56c] {
    border-radius: 100%;
    background-color: #a097da;
    padding: 6px;
    margin: 0 3px;
    color: white;
}

.time-indicators[b-jpy2g5f56c] {
    height: 0;
    width: 100%;
    position: relative;
}

    .time-indicators > span[b-jpy2g5f56c] {
        position: absolute;
        top: -30px;
    }

.sort[b-jpy2g5f56c] {
    width: 30px;
    height: 140px;
    cursor: n-resize;
}

    .sort > i[b-jpy2g5f56c] {
        color: #555555;
        margin: 0 10px;
    }

.progress-bar[b-jpy2g5f56c] {
    height: 100%;
    width: 1px;
    background-color: black;
    position: absolute;
    top: 0;
    z-index: 4;
}

.divider-bar[b-jpy2g5f56c] {
    height: 100%;
    width: 1px;
    background-color: darkgray;
    position: absolute;
    top: 0;
    z-index: 1;
}

.machines-and-steps-wrapper[b-jpy2g5f56c] {
    display: flex;
}

input[b-jpy2g5f56c] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    margin-right: 5px;
    padding: 0 5px 0 5px;
}

.ingredients[b-jpy2g5f56c] {
    display: flex;
    border-right: 1px solid var(--element-primary-backgrond);
}

.ingredients-table-wrapper[b-jpy2g5f56c] {
    min-width: 350px;
}

    .ingredients-table-wrapper tr td:first-child[b-jpy2g5f56c] {
        width: 110px;
    }

.machines-and-steps-wrapper .ingredient-total[b-jpy2g5f56c] {
    min-width: 350px;
    display: flex;
    border-left: 1px solid var(--element-primary-backgrond);
    border-bottom: 1px solid var(--element-primary-backgrond);
    border-right: 1px solid var(--element-primary-backgrond);
}

    .machines-and-steps-wrapper .ingredient-total > div:first-child[b-jpy2g5f56c] {
        width: 110px;
        padding-top: 10px;
    }

    .machines-and-steps-wrapper .ingredient-total .ingredient-total-label[b-jpy2g5f56c] {
        text-align: center;
        width: 150px;
        padding-top: 10px;
    }

    .machines-and-steps-wrapper .ingredient-total .ingredient-total-output[b-jpy2g5f56c] {
        text-align: center;
        padding-top: 10px;
    }

    .machines-and-steps-wrapper .ingredient-total .ingredient-total-afterlabel[b-jpy2g5f56c] {
        text-align: center;
        padding-top: 10px;
    }

    .machines-and-steps-wrapper .ingredient-total > div[b-jpy2g5f56c] {
        width: 33%;
    }

.machines-and-steps-wrapper .steps[b-jpy2g5f56c] {
    width: 100%;
    border-bottom: 1px solid var(--element-primary-backgrond);
    border-right: 1px solid var(--element-primary-backgrond);
    border-top: 1px solid var(--element-primary-backgrond);
    display: flex;
    flex-direction: column;
}

.ingredients-table[b-jpy2g5f56c] {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

    .ingredients-table td[b-jpy2g5f56c] {
        padding: 5px;
    }
    .ingredients-table input[b-jpy2g5f56c] {
        width: 80px;
        text-align: right;
        color: var(--element-primary-backgrond);
    }

table td[b-jpy2g5f56c] {
    border: 1px solid var(--element-primary-backgrond);
    text-align: center;
    color: var(--element-primary-backgrond);
}

.add-ingredients[b-jpy2g5f56c] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tag[b-jpy2g5f56c] {
    padding: 2px 10px;
    background-color: var(--element-primary-backgrond);
    color: var(--element-primary-foregrond);
    border-radius: 25px;
    cursor: pointer;
    margin: 3px;
}

    .tag.circle[b-jpy2g5f56c] {
        padding: 5px;
        border-radius: 100%;
    }

.tag.unavailable[b-jpy2g5f56c] {
    opacity: 30%;
    cursor: default;
}

.machines-table[b-jpy2g5f56c] {
    width: 100%;
    height: 100%;
    margin: 0;
    border-top: 1px solid var(--element-primary-backgrond);
}

.row .machine[b-jpy2g5f56c] {
    padding: 0;
    border: 1px solid var(--element-primary-backgrond);
}

.machine[b-jpy2g5f56c] {
    min-height: 100px;
}

    .machine.selected[b-jpy2g5f56c] {
        border: 1px solid #000;
    }

    .machine:hover[b-jpy2g5f56c] {
        border: 1px solid #000;
        cursor: pointer;
    }

    .machine img[b-jpy2g5f56c] {
        width: 67%;
    }

    .machine div[b-jpy2g5f56c] {
        width: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: var(--element-primary-backgrond);
    }

    .machine span[b-jpy2g5f56c] {
        width: 100%;
        text-align: center;
        padding: 5px;
        word-wrap: break-word;
    }

        .machine span:not(:last-child)[b-jpy2g5f56c] {
            border-bottom: 1px solid var(--element-primary-backgrond);
        }

.products[b-jpy2g5f56c] {
    max-width: 70vw;
    padding: 13px;
}

    .products > div[b-jpy2g5f56c] {
        margin: 0 10px;
        overflow-x: hidden;
        font-size: larger;
        min-width: 50px;
        min-height: 20px;
    }

    .products > i[b-jpy2g5f56c] {
        font-size: x-large;
        color: var(--element-primary-backgrond);
        cursor: pointer;
    }

.resize-handle[b-jpy2g5f56c] {
    position: absolute;
    top: 0;
    opacity: 20%;
    z-index: 101;

}

.bar:hover .resize-handle[b-jpy2g5f56c] {
    opacity: 50%;
}

    .resize-handle:active[b-jpy2g5f56c] {
        opacity: 70%;
    }

.resize-handle-e[b-jpy2g5f56c], .resize-handle-w[b-jpy2g5f56c] {
    height: 100%;
    width: 15px;
}

.resize-handle-e[b-jpy2g5f56c] {
    right: 0;
}

.resize-handle-w[b-jpy2g5f56c] {
    left: 0;
}

.section .resize-handle-e[b-jpy2g5f56c] {
    right: -7.5px;
    cursor: ew-resize;
}

.bar .resize-handle-e[b-jpy2g5f56c] {
    background-image: linear-gradient(270deg, deeppink, transparent);
    border-radius: 0 15px 15px 0;
}

.bar .resize-handle-w[b-jpy2g5f56c] {
    background-image: linear-gradient(90deg, deeppink, transparent);
    border-radius: 15px 0 0 15px;
}

.ingredient-bar .resize-handle-e[b-jpy2g5f56c] {
    background-image: linear-gradient(270deg, #3c94bb, transparent);
}

.ingredient-bar .resize-handle-w[b-jpy2g5f56c] {
    background-image: linear-gradient(90deg, #3c94bb, transparent);
}

.steps-row > div[b-jpy2g5f56c] {
    height: unset;
    min-height: 120px;
}

.steps-label[b-jpy2g5f56c] {
    display: flex;
    align-items: center;
    width: 180px;
    padding: 10px;
    justify-content: space-between;
}

.steps-label button[b-jpy2g5f56c] {
    border-radius: 100%;
    background-color: var(--element-primary-backgrond);
    padding: 6px;
    margin: 0 3px;
    color: white;
}

    .list .list-element[b-jpy2g5f56c] {
        padding: 2px 5px;
        color: white;
        transition: color .2s;
        justify-content: center;
        width: 100%;
    }

.section.selected .list .list-element[b-jpy2g5f56c] {
    color: var(--element-primary-backgrond);
}

.list[b-jpy2g5f56c] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.timetable-row .bar.ingredient-bar[b-jpy2g5f56c] {
    background-color: var(--element-primary-backgrond);
    justify-content: center;
    align-items: center;
    user-select: none;
    top: 30px;
    height: unset;
    min-height: 60px;
    box-shadow: none;
}

.timetable-row .bar.ingredient-bar.adding[b-jpy2g5f56c] {
    box-shadow: darkblue 0px 0px 5px 1px;
    border: 1px solid darkblue;
}

.list .list-element i[b-jpy2g5f56c] {
    display: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 100%;
}

.list .list-element:hover  i[b-jpy2g5f56c] {
    display: initial;
    color: red;
}

.step-group.selected .step-group-button[b-jpy2g5f56c] {
    display: initial;
}

    .step-group-button:hover[b-jpy2g5f56c], .step-group-button.active[b-jpy2g5f56c] {
        color: white;
        background-color: var(--element-primary-backgrond);
        transition:
            color .3s,
            background-color .3s;
    }

    .step-group-button.fa-trash:hover[b-jpy2g5f56c] {
        color: red;
    }

    .step-group-button.active[b-jpy2g5f56c] {
        box-shadow: inset 2px 2px 5px #60A4BE;
    }


.add-to-group[b-jpy2g5f56c] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contextmenu-remove *[b-jpy2g5f56c]{
    color: red;
}

.drag-handle[b-jpy2g5f56c] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
}

.recipe-result-container[b-jpy2g5f56c] {
    width: 50%;
    overflow-y: auto;
}


.recipe-result[b-jpy2g5f56c] {
    margin: 5px 0;
    width: 100%;
}

.recipe-result .title-row[b-jpy2g5f56c] {
    background-color: var(--primary-table-background);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 5px;
    border-radius: 5px;
}

.recipe-result.selected[b-jpy2g5f56c] {
    color: var(--element-primary-backgrond);
}

.recipe-result.selected .title-row[b-jpy2g5f56c] {
    background-color: var(--element-primary-backgrond);
    color: white;
}

.recipe-result .title-row  i[b-jpy2g5f56c] {
    cursor: pointer;
}
.recipe-result .title-row span[b-jpy2g5f56c] {
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}

.recipe-result.selected .title-row span[b-jpy2g5f56c] {
    cursor: default;
}

.recipe-result .ingredients-compact[b-jpy2g5f56c] {
    margin-left: 10px;
}

.recipe-result .ingredients-expanded[b-jpy2g5f56c] {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    width: 60%;
}

.recipe-result .ingredients-expanded > div[b-jpy2g5f56c] {
    display: flex;
    justify-content: space-between;
}

.recipe-search-container[b-jpy2g5f56c] {
    display: flex;
    padding-right: 10px;
    flex-direction: column;
    width: 50%;
}

.recipe-search-container > *[b-jpy2g5f56c] {
    margin: 5px 0;
}

.recipe-search-container input[b-jpy2g5f56c], .recipe-search-container select[b-jpy2g5f56c] {
    border-radius: 5px;
    padding: 3px 8px;
    border: 1px solid var(--primary-font-color);
}

.filters-label[b-jpy2g5f56c] {
    font-weight: bold;
}

.recipe-filter[b-jpy2g5f56c] {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.close-recipe-search[b-jpy2g5f56c] {
    border-radius: 5px;
    margin-top: auto;
}

.recipe-result-container .label-row[b-jpy2g5f56c] {
    display: flex;
    justify-content: space-between;
    width: 55%;
}

.sections[b-jpy2g5f56c] {
    display: flex;
    width: 100%;
}

.sections-container[b-jpy2g5f56c] {
    display: flex;
    width: 87%;
}

.sections[b-jpy2g5f56c]:after {
    width: 30px;
    content: '';
}

.section[b-jpy2g5f56c] {
    border: 1px solid var(--element-primary-backgrond);
    border-bottom: none;
    background: linear-gradient(0deg, var(--element-primary-backgrond), 80%, transparent);
    box-shadow: inset var(--element-primary-backgrond) 0px 0px 3px 0px;
    color: white;
    min-height: 30px;
    border-radius: 10px 10px 0 0;
    min-width: 5%;
    cursor: pointer;
    user-select: none;
    position: relative;
    padding: 2px 10px;
}

    .section.selected[b-jpy2g5f56c] {
        background: white;
        box-shadow: inset var(--element-primary-backgrond) 0px 1px 5px -1px;
        color: var(--element-primary-backgrond);
        cursor: default;
    }

.add-section[b-jpy2g5f56c] {
    display: flex;
    width: 180px;
    padding: 0 10px;
    justify-content: end;
    align-items: center;
}

.add-section-button[b-jpy2g5f56c] {
    color: var(--element-primary-backgrond);
    border: 1px solid var(--element-primary-backgrond);
    border-radius: 100%;
    padding: 6px;
    margin: 0 3px;
}

.section-boundry[b-jpy2g5f56c] {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background-image: linear-gradient(to right, rgba(134, 200, 226, 0.8) 0px, rgba(134, 200, 226, 0.1) 7px), linear-gradient(to left, rgba(134, 200, 226, 0.8) 0px, rgba(134, 200, 226, 0.1) 7px);
}

.section-boundry.show[b-jpy2g5f56c], .section-boundry.preview[b-jpy2g5f56c] {
    display: block;
}

button:disabled[b-jpy2g5f56c], button[disabled][b-jpy2g5f56c] {
    cursor: default;
    opacity: 75%;
}

.hw-100[b-jpy2g5f56c] {
    height: 100%;
    width: 100%;
}
/* /Pages/Login/Login.razor.rz.scp.css */

.form-label[b-mmcrkmsgbp] {
    font-weight: bold;
    color: #000;
}
/* /Pages/Projects/Projects.dashboard.header.razor.rz.scp.css */
.flex-container[b-eud8c6vjtg] {
    display: flex;
    height: 80px;
}


.user-filter[b-eud8c6vjtg] {
    background-color: var(--element-primary-backgrond);
    border-radius: 20px;
    width: 120px;
    padding: 5px;
    cursor: pointer;
}
    .user-filter > a[b-eud8c6vjtg] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }

.hide[b-eud8c6vjtg] {
    display: none !important;
}
/* /Pages/Projects/Projects.dashboard.razor.rz.scp.css */

.table th[b-8jisz6vp4i] {
    font-size: 0.7em;
    font-weight:300;
    color: var(--primary-table-font-color);
}

.table th i[b-8jisz6vp4i]{
    cursor: pointer;
}

.table tbody tr[b-8jisz6vp4i] {
    background-color: var(--primary-table-background);
}
    .table tbody tr td[b-8jisz6vp4i] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }

        .table tbody tr td span[b-8jisz6vp4i] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }
            .table tbody tr td span:active[b-8jisz6vp4i] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

        /*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-8jisz6vp4i] {
    padding: 0px !important;
}

.icv-pill[b-8jisz6vp4i] {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    .icv-pill.selected[b-8jisz6vp4i] {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-8jisz6vp4i]{
    font-size: .7rem;
}
.icv-filter[b-8jisz6vp4i] {
    margin: 0.1rem 0.3rem;
}
.filter-selection[b-8jisz6vp4i] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}


.hide[b-8jisz6vp4i]{
    display: none;
}
/* /Pages/Resources/Resources.dashboard.header.razor.rz.scp.css */
.flex-container[b-k0nj1avzq3] {
    display: flex;
    height: 80px;
}


.user-filter[b-k0nj1avzq3] {
    background-color: var(--element-primary-backgrond);
    border-radius: 20px;
    width: 120px;
    padding: 5px;
    cursor: pointer;
}
    .user-filter > a[b-k0nj1avzq3] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }

.hide[b-k0nj1avzq3] {
    display: none !important;
}
/* /Pages/Resources/Resources.dashboard.razor.rz.scp.css */

.table th[b-6tfm18b6kp] {
    font-size: 0.7em;
    font-weight:300;
    color: var(--primary-table-font-color);
}

.table th i[b-6tfm18b6kp]{
    cursor: pointer;
}

.table tbody tr[b-6tfm18b6kp] {
    background-color: var(--primary-table-background);
}
    .table tbody tr td[b-6tfm18b6kp] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }

        .table tbody tr td span[b-6tfm18b6kp] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }
            .table tbody tr td span:active[b-6tfm18b6kp] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

        /*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-6tfm18b6kp] {
    padding: 0px !important;
}

.icv-pill[b-6tfm18b6kp] {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    .icv-pill.selected[b-6tfm18b6kp] {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-6tfm18b6kp]{
    font-size: .7rem;
}
.icv-filter[b-6tfm18b6kp] {
    margin: 0.1rem 0.3rem;
}
.filter-selection[b-6tfm18b6kp] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}


.hide[b-6tfm18b6kp]{
    display: none;
}
/* /Pages/Resources/Resources.new.razor.rz.scp.css */
.create-new[b-jabyjurwq6] {
    padding-bottom: 20px;
    background-color: var(--primary-table-background);
    font-weight: 600;
}

.create-new-resource .save-button[b-jabyjurwq6] {
    padding-bottom: 20px;
}

[b-jabyjurwq6] .filter-label {
    font-size: .7rem;
    font-weight: 500;
}

.eu-checkbox[b-jabyjurwq6] {
    margin: 5px 0 0 0;
}

.images[b-jabyjurwq6] {
    overflow: hidden;
    margin-top: 10px;
}

    .images h2[b-jabyjurwq6] {
        font-size: 18px;
        font-weight:bold;
    }

    .images .img[b-jabyjurwq6] {
        float: left;
        width: calc(33% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        max-width: 100px;
    }

        .images .img img[b-jabyjurwq6] {
            width: 100%;
            height: auto;
        }

        .images .img input[b-jabyjurwq6] {
            margin-top: 10px;
            font-weight: bold;
        }

.eu-checkbox input[type=checkbox][b-jabyjurwq6] {
    margin: 0 5px 0 2px;
    float: none;
}

.icv-filter[b-jabyjurwq6] {
    margin: 0.1rem 0.3rem;
}

.filter-selection-leader-name[b-jabyjurwq6] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 145px;
}

[b-jabyjurwq6] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 300px !important;
    height: 31px !important;
}

input:focus[b-jabyjurwq6] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-jabyjurwq6] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.filter-selection[b-jabyjurwq6] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 300px;
    height: 31px;
}

[b-jabyjurwq6] .notes {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 100%;
   
}

[b-jabyjurwq6] textarea {
    /*resize: both !important;*/
    resize: none !important;
    width: 500px !important;
    height: 200px !important;
}

.filter-time[b-jabyjurwq6] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    border-radius: 0px;
    padding: 0px 5px;
    height: 30px;
    width: 120px;
}
.filter-date[b-jabyjurwq6] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    border-radius: 0px;
    padding: 0px 5px;
    height: 30px;
    margin-right: 10px;
}


[b-jabyjurwq6] .prev{

}

[b-jabyjurwq6] .img-prev-container {
    min-width: 100px !important;
    min-height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
}

[b-jabyjurwq6] .remove {
    background-color: #e13232 !important;
    color: white;
    /*padding-left: 0.4rem;*/
    /*padding: 0.4rem;*/
    /*margin-left: 0.4rem;*/
    border-radius: 20px;
    /*width: 50px;
    height: 50px;*/
    min-width: 25px !important;
    min-height: 25px !important;
    max-width: 25px !important;
    max-height: 25px !important;
    cursor: pointer;
}

.button-wrapper[b-jabyjurwq6] {
}

.button-wrapper button[b-jabyjurwq6]{
    width: 150px;
    height: 40px;
}

.projectID[b-jabyjurwq6] {
    background-color: var(--primary-table-background);
}

.comments-bg[b-jabyjurwq6] {
    background-color: var(--primary-table-background-bold);
    width: 100%;
    padding: 10px;
    padding-bottom:20px;
}

.description[b-jabyjurwq6]{
    width: 500px;
    height: 100px;
}

.add-image-large[b-jabyjurwq6]{
    font-size: 100px;
    cursor: pointer;
}

#businessregno[b-jabyjurwq6] {
    width: 500px;
    height: 100px;
}

.img-prev[b-jabyjurwq6] {
    width: 145px;
    height: 145px;
    margin: 2px;
}

.button-wrapper[b-jabyjurwq6] {
    width: 980px;
}

[b-jabyjurwq6] .searchable-multi-select {
    width: 500px;
}

.forms-container[b-jabyjurwq6] {
    display: flex;
    background-color: var(--primary-table-background);
}

.save-button[b-jabyjurwq6] {
    background-color: var(--primary-table-background);
}
/* /Pages/TestArea/Index.razor.rz.scp.css */

[b-bw08bmgj13] .table th {
    font-size: 0.7em;
    font-weight: 300;
    color: var(--primary-table-font-color);
}

    [b-bw08bmgj13] .table th i {
        cursor: pointer;
    }

[b-bw08bmgj13] .table tbody tr {
    background-color: var(--primary-table-background);
}

    [b-bw08bmgj13] .table tbody tr td {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }

        [b-bw08bmgj13] .table tbody tr td:nth-child(1) {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        [b-bw08bmgj13] .table tbody tr td span {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }

            [b-bw08bmgj13] .table tbody tr td span:active {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

/*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
[b-bw08bmgj13] .dashbord-buttons {
    padding: 0px !important;
}

[b-bw08bmgj13] .icv-pill {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    [b-bw08bmgj13] .icv-pill.selected {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-bw08bmgj13] {
    font-size: .7rem;
}

.icv-filter[b-bw08bmgj13] {
    margin: 0.1rem 0.3rem;
}

.filter-selection[b-bw08bmgj13] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}



[b-bw08bmgj13] .status-filter {
    color: var(--filter-background);
    background-color: var(--filter-foreground);
    border-radius: 20px;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

    [b-bw08bmgj13] .status-filter > a {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }


.advance-filter[b-bw08bmgj13] {
    height: 0px;
    overflow: hidden;
}

.show-filters[b-bw08bmgj13] {
    height: 100px;
    transition: height .25s ease-in;
    overflow: hidden;
}

.hide-filters[b-bw08bmgj13] {
    height: 0px;
    transition: height .25s ease-out;
    overflow: hidden;
}

.records-wrapper[b-bw08bmgj13] {
    background-color: var(--primary-table-background);
    border-radius: 10px;
    font-size: .8rem;
}

.small-font[b-bw08bmgj13] {
    font-size: .6rem;
}

@media (min-width: 576px) {
    .show-filters[b-bw08bmgj13] {
        height: 60px;
        transition: height .25s ease-in;
        overflow: hidden;
    }
}

.dropdown[b-bw08bmgj13] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-bw08bmgj13] {
    position: absolute;
    display: none;
    right: min(100vw - 20px, 10vw);
    background-color: var(--table-button-background-color);
    min-width: 80px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a:active[b-bw08bmgj13] {
        background-color: var(--table-button-font-color);
        color: var(--table-button-background-color);
        color: black;
    }

    .dropdown-content a:focus[b-bw08bmgj13] {
        background-color: var(--table-button-font-color);
        color: var(--table-button-background-color);
        color: black;
    }

    .dropdown-content a[b-bw08bmgj13] {
        color: var(--table-button-font-color);
        background-color: var(--table-button-background-color);
        padding: 5px 16px;
        text-decoration: none;
        display: block;
    }

.show[b-bw08bmgj13] {
    display: block;
}

.action-menu[b-bw08bmgj13] {
    background-color: transparent;
    border: none;
    z-index: 10;
}
/* /Pages/Translation/Index.razor.rz.scp.css */
.newoffer-card[b-ig3c9fvth8] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-ig3c9fvth8] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

.icv-form[b-ig3c9fvth8] {
}

.form-label[b-ig3c9fvth8] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-ig3c9fvth8] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-ig3c9fvth8] {
    height: 2rem;
}


input:focus[b-ig3c9fvth8] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-ig3c9fvth8] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}


.button-wrapper[b-ig3c9fvth8] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-ig3c9fvth8] {
    width: 150px;
}

.button-wrapper button[b-ig3c9fvth8] {
    width: 150px;
}
/* /Pages/Translation/Translation.new.razor.rz.scp.css */

.newoffer-card[b-01910i5brt] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-01910i5brt] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}


.icv-form[b-01910i5brt] {
}

.form-label[b-01910i5brt] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-01910i5brt] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-01910i5brt] {
    height: 2rem;
}


input:focus[b-01910i5brt] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-01910i5brt] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-01910i5brt] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-01910i5brt] {
    width: 150px;
}

.button-wrapper button[b-01910i5brt] {
    width: 150px;
}
/* /Pages/Translation/Translation.remove.razor.rz.scp.css */

.newoffer-card[b-fyzt3ql0ju] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-fyzt3ql0ju] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}


.icv-form[b-fyzt3ql0ju] {
}

.form-label[b-fyzt3ql0ju] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-fyzt3ql0ju] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-fyzt3ql0ju] {
    height: 2rem;
}


input:focus[b-fyzt3ql0ju] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-fyzt3ql0ju] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-fyzt3ql0ju] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-fyzt3ql0ju] {
    width: 150px;
}

.button-wrapper button[b-fyzt3ql0ju] {
    width: 150px;
}
/* /Pages/Translation/Translation.update.razor.rz.scp.css */

.newoffer-card[b-u4bt8n6yl8] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-u4bt8n6yl8] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}


.icv-form[b-u4bt8n6yl8] {
}

.form-label[b-u4bt8n6yl8] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-u4bt8n6yl8] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-u4bt8n6yl8] {
    height: 2rem;
}


input:focus[b-u4bt8n6yl8] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-u4bt8n6yl8] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-u4bt8n6yl8] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-u4bt8n6yl8] {
    width: 150px;
}

.button-wrapper button[b-u4bt8n6yl8] {
    width: 150px;
}
/* /Pages/Translation/TranslationDisplay.razor.rz.scp.css */

.newoffer-card[b-lw3s5f4i2b] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-lw3s5f4i2b] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

table[b-lw3s5f4i2b] {
    border-collapse: separate;
    border-spacing: 10px 0;
}

.icv-form[b-lw3s5f4i2b] {
}

.form-label[b-lw3s5f4i2b] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-lw3s5f4i2b] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-lw3s5f4i2b] {
    height: 2rem;
}


input:focus[b-lw3s5f4i2b] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-lw3s5f4i2b] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-lw3s5f4i2b] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-lw3s5f4i2b] {
    width: 150px;
}

.button-wrapper button[b-lw3s5f4i2b] {
    width: 150px;
}
/* /Pages/Translation/TranslationDisplayByLanguage.razor.rz.scp.css */

.newoffer-card[b-72t4v9yw55] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-72t4v9yw55] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

table[b-72t4v9yw55] {
    border-collapse: separate;
    border-spacing: 10px 0;
}

.icv-form[b-72t4v9yw55] {
}

.form-label[b-72t4v9yw55] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-72t4v9yw55] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-72t4v9yw55] {
    height: 2rem;
}


input:focus[b-72t4v9yw55] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-72t4v9yw55] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-72t4v9yw55] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-72t4v9yw55] {
    width: 150px;
}

.button-wrapper button[b-72t4v9yw55] {
    width: 150px;
}
/* /Pages/TravelOffers/Create/Index.razor.rz.scp.css */

/* /Pages/TravelOffers/Create/TravelOffer.new.header.razor.rz.scp.css */
.flex-container[b-amhoduco6i] {
    display: flex;
    height: 80px;
}

.invoice-total[b-amhoduco6i] {
    position: absolute !important;
    background-color: var(--navbar-background);
    right: 0px;
    height: 60px;
    top: 90px;
    width: 220px;
    border-radius: 10px 0px 0px 10px;
    color: var(--navbar-foreground);
    text-align: right;
    padding-right: .9rem;
}

.price-value[b-amhoduco6i]{
    font-size: 1.5rem;
}





/* /Pages/TravelOffers/Create/TravelOffer.new.step1.razor.rz.scp.css */

.newoffer-card[b-eqkbsncaqx] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);


    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-eqkbsncaqx] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}


.icv-form[b-eqkbsncaqx] {
}
.form-label[b-eqkbsncaqx]{
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-eqkbsncaqx] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-eqkbsncaqx]{
    height: 2rem;
}


input:focus[b-eqkbsncaqx] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}
select:focus[b-eqkbsncaqx] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-eqkbsncaqx]{
    padding-right: 0px;
}

.button-wrapper button[b-eqkbsncaqx]{
    width:150px;
}
/* /Pages/TravelOffers/Create/TravelOffer.new.step2.razor.rz.scp.css */

.newoffer-card[b-tadd74b71q] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-tadd74b71q] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}


.icv-form[b-tadd74b71q] {
}

.form-label[b-tadd74b71q] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-tadd74b71q] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-tadd74b71q] {
    height: 2rem;
}


input:focus[b-tadd74b71q] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-tadd74b71q] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-tadd74b71q] {
    padding-right: 0px;
    text-align: right;
}
    .backbutton[b-tadd74b71q] {
        width: 150px;
    }
    .button-wrapper button[b-tadd74b71q] {
        width: 150px;
    }
/* /Pages/TravelOffers/Create/TravelOffer.new.step3.razor.rz.scp.css */
.newoffer-card[b-0v9hpcsyi2] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-0v9hpcsyi2] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

.icv-form[b-0v9hpcsyi2] {
}

.form-label[b-0v9hpcsyi2] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-0v9hpcsyi2] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-0v9hpcsyi2] {
    height: 2rem;
}


input:focus[b-0v9hpcsyi2] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-0v9hpcsyi2] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}


.button-wrapper[b-0v9hpcsyi2] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-0v9hpcsyi2] {
    width: 150px;
}

.button-wrapper button[b-0v9hpcsyi2] {
    width: 150px;
}
/* /Pages/TravelOffers/Create/TravelOffer.new.step4.razor.rz.scp.css */
.newoffer-card[b-5nl1nlbp1c] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-5nl1nlbp1c] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

.icv-form[b-5nl1nlbp1c] {
}

.form-label[b-5nl1nlbp1c] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-5nl1nlbp1c] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-5nl1nlbp1c] {
    height: 2rem;
}


input:focus[b-5nl1nlbp1c] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-5nl1nlbp1c] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-5nl1nlbp1c] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-5nl1nlbp1c] {
    width: 150px;
}

.button-wrapper button[b-5nl1nlbp1c] {
    width: 150px;
}
/* /Pages/TravelOffers/Create/TravelOffer.new.step5.razor.rz.scp.css */
.newoffer-card[b-ghw3vjubbm] {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    background-color: var(--primary-table-background);
    padding: 20px;
}

.clickable-label[b-ghw3vjubbm] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

.icv-form[b-ghw3vjubbm] {
}

.form-label[b-ghw3vjubbm] {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-ghw3vjubbm] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-ghw3vjubbm] {
    height: 2rem;
}


input:focus[b-ghw3vjubbm] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-ghw3vjubbm] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-ghw3vjubbm] {
    padding-right: 0px;
    text-align: right;
}

.backbutton[b-ghw3vjubbm] {
    width: 150px;
}

.button-wrapper button[b-ghw3vjubbm] {
    width: 150px;
}


.sub-heading[b-ghw3vjubbm]{
    font-weight: 700 !important;
}


.table th[b-ghw3vjubbm] {
    font-size: 0.7em;
    font-weight: 300;
    color: var(--primary-table-font-color);
}

    .table th i[b-ghw3vjubbm] {
        cursor: pointer;
    }

.table tbody tr[b-ghw3vjubbm] {
    background-color: var(--primary-table-background);
}

    .table tbody tr td[b-ghw3vjubbm] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }

.remove-destination[b-ghw3vjubbm] {
    background-color: #e13232 !important;
    color: white;
    padding-left: 0.4rem;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    padding-top: .1rem;
    cursor: pointer;
}
/* /Pages/TravelOffers/Edit/OfferOverviewModal.razor.rz.scp.css */
[b-bnm7oxqiqj] .flex-container {
    display: flex;
    height: 80px;
}

[b-bnm7oxqiqj] .invoice-total {
    position: absolute !important;
    background-color: var(--navbar-background);
    right: 0px;
    height: 60px;
    top: 40px;
    width: 280px;
    border-radius: 10px 0px 0px 10px;
    color: var(--navbar-foreground);
    text-align: right;
    padding-right: .9rem;
}

[b-bnm7oxqiqj] .price-value {
    font-size: 1.5rem;
}


[b-bnm7oxqiqj] .newoffer-card {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(232,237,243);
    --price-detail-background: rgb(255,255,255);
    --price-detail-foregrund: rgb(105,119,136);
    --price-detail-active-background: rgb(229,236,246);
    --price-detail-active-foregrund: rgb(100,121,147);
    background-color: var(--primary-table-background);
    padding: 20px;
    font-size: .9rem;
}

[b-bnm7oxqiqj] .clickable-label {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

[b-bnm7oxqiqj] .overviewoffer-card {
    background-color: rgb(33,37,49);
    padding: .9rem;
}

[b-bnm7oxqiqj] .filter-label {
    font-size: .7rem;
}

[b-bnm7oxqiqj] .icv-filter {
    margin: 0.1rem 0.3rem;
}

    [b-bnm7oxqiqj] .icv-filter button {
        border: 1px solid var(--element-primary-backgrond);
    }

[b-bnm7oxqiqj] .filter-selection {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}


[b-bnm7oxqiqj] .icv-form {
}

[b-bnm7oxqiqj] .form-label {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-bnm7oxqiqj] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

[b-bnm7oxqiqj] select.form-inputs {
    height: 2rem;
}

[b-bnm7oxqiqj] .header-text {
    font-size: .8rem !important;
}

[b-bnm7oxqiqj] .price-detail-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: var(--price-detail-background);
    color: var(--price-detail-foregrund);
    box-shadow: 1px 1px 2px #9f9c9c6e;
}

[b-bnm7oxqiqj] .additional-details {
    margin-bottom: .5rem;
}

[b-bnm7oxqiqj] .active-addtional-deatails {
    background-color: var(--price-detail-active-background);
    color: var(--price-detail-active-foregrund);
}




[b-bnm7oxqiqj] .table th {
    font-size: 0.7em;
    font-weight: 300;
    color: var(--primary-table-font-color);
}

    [b-bnm7oxqiqj] .table th i {
        cursor: pointer;
    }

[b-bnm7oxqiqj] .table tbody tr {
    background-color: var(--primary-table-background);
}

    [b-bnm7oxqiqj] .table tbody tr td {
        background-color: var(--primary-table-background);
        color: var(--primary-table-foreground);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }

        [b-bnm7oxqiqj] .table tbody tr td:nth-child(1) {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        [b-bnm7oxqiqj] .table tbody tr td span {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }

            [b-bnm7oxqiqj] .table tbody tr td span:active {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

[b-bnm7oxqiqj] .stopover-details {
    margin: .5rem;
    background-color: var(--stepper-item-background);
    padding: 1rem;
}
/* /Pages/TravelOffers/Leader/TravelOffer.leader.dashboard.header.razor.rz.scp.css */
.flex-container[b-v58zydp47f] {
    display: flex;
    height: 80px;
}


.user-filter[b-v58zydp47f] {
    background-color: var(--element-primary-backgrond);
    border-radius: 20px;
    width: 120px;
    padding: 5px;
    cursor: pointer;
}
    .user-filter > a[b-v58zydp47f] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }
/* /Pages/TravelOffers/Leader/TravelOffer.leader.dashboard.razor.rz.scp.css */

.table th[b-crmc88ti7j] {
    font-size: 0.7em;
    font-weight:300;
    color: var(--primary-table-font-color);
}

.table th i[b-crmc88ti7j]{
    cursor: pointer;
}

.table tbody tr[b-crmc88ti7j] {
    background-color: var(--primary-table-background);
}
    .table tbody tr td[b-crmc88ti7j] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }
        .table tbody tr td:nth-child(1)[b-crmc88ti7j] {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        .table tbody tr td span[b-crmc88ti7j] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }
            .table tbody tr td span:active[b-crmc88ti7j] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

        /*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-crmc88ti7j] {
    padding: 0px !important;
}

.icv-pill[b-crmc88ti7j] {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    .icv-pill.selected[b-crmc88ti7j] {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-crmc88ti7j]{
    font-size: .7rem;
}
.icv-filter[b-crmc88ti7j] {
    margin: 0.1rem 0.3rem;
}
.filter-selection[b-crmc88ti7j] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}
/* /Pages/TravelOffers/Lists/Index.razor.rz.scp.css */
[b-nghcxt2ads] .flex-container {
    display: flex;
    height: 80px;
}

[b-nghcxt2ads] .invoice-total {
    position: absolute !important;
    background-color: var(--navbar-background);
    right: 0px;
    height: 60px;
    top: 40px;
    width: 280px;
    border-radius: 10px 0px 0px 10px;
    color: var(--navbar-foreground);
    text-align: right;
    padding-right: .9rem;
}

[b-nghcxt2ads] .price-value {
    font-size: 1.5rem;
}


[b-nghcxt2ads] .details-section {
    --stepper-item-foregrund: rgb(135,199,227);
    --stepper-item-background: rgb(232,237,243);
    --price-detail-background: rgb(255,255,255);
    --price-detail-foregrund: rgb(105,119,136);
    --price-detail-active-background: rgb(229,236,246);
    --price-detail-active-foregrund: rgb(100,121,147);
    background-color: var(--primary-table-background);
    padding: 20px;
    font-size: .9rem;
}

[b-nghcxt2ads] .action-list-item {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #000;
    right: 0;
    top: 0;
}

[b-nghcxt2ads] .clickable-label {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

[b-nghcxt2ads] .overviewoffer-card {
    background-color: rgb(33,37,49);
    padding: .9rem;
}

[b-nghcxt2ads] .filter-label {
    font-size: .7rem;
}

[b-nghcxt2ads] .icv-filter {
    margin: 0.1rem 0.3rem;
}

    [b-nghcxt2ads] .icv-filter button {
        border: 1px solid var(--element-primary-backgrond);
    }

[b-nghcxt2ads] .filter-selection {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}


[b-nghcxt2ads] .icv-form {
}

[b-nghcxt2ads] .form-label {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-nghcxt2ads] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

[b-nghcxt2ads] select.form-inputs {
    height: 2rem;
}

[b-nghcxt2ads] .header-text {
    font-size: .8rem !important;
}

[b-nghcxt2ads] .price-detail-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: var(--price-detail-background);
    color: var(--price-detail-foregrund);
    box-shadow: 1px 1px 2px #9f9c9c6e;
}

[b-nghcxt2ads] .additional-details {
    margin-bottom: .5rem;
}

[b-nghcxt2ads] .active-addtional-deatails {
    background-color: var(--price-detail-active-background);
    color: var(--price-detail-active-foregrund);
}




[b-nghcxt2ads] .table th {
    font-size: 0.7em;
    font-weight: 300;
    color: var(--primary-table-font-color);
}

    [b-nghcxt2ads] .table th i {
        cursor: pointer;
    }

[b-nghcxt2ads] .table tbody tr {
    background-color: var(--primary-table-background);
}

    [b-nghcxt2ads] .table tbody tr td {
        background-color: var(--primary-table-background);
        color: var(--primary-table-foreground);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }

        [b-nghcxt2ads] .table tbody tr td:nth-child(1) {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        [b-nghcxt2ads] .table tbody tr td span {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }

            [b-nghcxt2ads] .table tbody tr td span:active {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

[b-nghcxt2ads] .stopover-details {
    margin: .5rem;
    background-color: var(--stepper-item-background);
    padding: 1rem;
}


.table th[b-nghcxt2ads] {
    font-size: 0.7em;
    font-weight: 300;
    color: var(--primary-table-font-color);
}

    .table th i[b-nghcxt2ads] {
        cursor: pointer;
    }

.table tbody tr[b-nghcxt2ads] {
    background-color: var(--primary-table-background);
}

    .table tbody tr td[b-nghcxt2ads] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }

        .table tbody tr td:nth-child(1)[b-nghcxt2ads] {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        .table tbody tr td span[b-nghcxt2ads] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }

            .table tbody tr td span:active[b-nghcxt2ads] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

/*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-nghcxt2ads] {
    padding: 0px !important;
}

[b-nghcxt2ads] .icv-pill {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    [b-nghcxt2ads] .icv-pill.selected {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-nghcxt2ads] {
    font-size: .7rem;
}

.icv-filter[b-nghcxt2ads] {
    margin: 0.1rem 0.3rem;
}

.filter-selection[b-nghcxt2ads] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}



.status-filter[b-nghcxt2ads] {
    color: var(--filter-background);
    background-color: var(--filter-foreground);
    border-radius: 20px;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

    .status-filter > a[b-nghcxt2ads] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }


.advance-filter[b-nghcxt2ads] {
    height: 0px;
    overflow: hidden;
}

.show-filters[b-nghcxt2ads] {
    height: 100px;
    transition: height .25s ease-in;
    overflow: hidden;
}

.hide-filters[b-nghcxt2ads] {
    height: 0px;
    transition: height .25s ease-out;
    overflow: hidden;
}

.records-wrapper[b-nghcxt2ads] {
    background-color: var(--primary-table-background);
    border-radius: 10px;
    font-size: .8rem;
}

.small-font[b-nghcxt2ads] {
    font-size: .6rem;
}

@media (min-width: 576px) {
    .show-filters[b-nghcxt2ads] {
        height: 60px;
        transition: height .25s ease-in;
        overflow: hidden;
    }
}

.dropdown[b-nghcxt2ads] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-nghcxt2ads] {
    position: absolute;
    display: none;
    right: min(100vw - 20px, 10vw);
    background-color: var(--table-button-background-color);
    min-width: 80px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a:active[b-nghcxt2ads] {
        background-color: var(--table-button-font-color);
        color: var(--table-button-background-color);
        color: black;
    }

    .dropdown-content a:focus[b-nghcxt2ads] {
        background-color: var(--table-button-font-color);
        color: var(--table-button-background-color);
        color: black;
    }

    .dropdown-content a[b-nghcxt2ads] {
        color: var(--table-button-font-color);
        background-color: var(--table-button-background-color);
        padding: 5px 16px;
        text-decoration: none;
        display: block;
    }

.show[b-nghcxt2ads] {
    display: block;
}

.action-menu[b-nghcxt2ads] {
    background-color: transparent;
    border: none;
    z-index: 10;
}
/* /Pages/TravelOffers/Lists/TravelOfferListsRoomdetails.razor.rz.scp.css */
[b-acmq6qboro] .flex-container {
    display: flex;
    height: 80px;
}


[b-acmq6qboro] .clickable-label {
    color: #8cc6df;
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

[b-acmq6qboro] .overviewoffer-card {
    background-color: rgb(33,37,49);
    padding: .9rem;
}

[b-acmq6qboro] .filter-label {
    font-size: .7rem;
}

[b-acmq6qboro] .icv-filter {
    margin: 0.1rem 0.3rem;
}

    [b-acmq6qboro] .icv-filter button {
        border: 1px solid var(--element-primary-backgrond);
    }

[b-acmq6qboro] .filter-selection {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}


[b-acmq6qboro] .icv-form {
}

[b-acmq6qboro] .form-label {
    font-size: .8rem;
    margin-bottom: 0px;
}

[b-acmq6qboro] .form-inputs {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

[b-acmq6qboro] select.form-inputs {
    height: 2rem;
}


[b-acmq6qboro] action-list-item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #d8d8d8;
    right: 0;
    top: 0;
}

[b-acmq6qboro] .icv-btn {
    background-color: #ffffff;
    border: 1px solid #a097da;
    border-bottom-width: 2px;
    color: #a097da;
    padding: .3rem .5rem;
    font-size: .8rem;
    font-weight: bold;
}

    [b-acmq6qboro] .icv-btn:active {
        background-color: #a097da;
        color: #ffffff
    }

[b-acmq6qboro] .section-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: #4b5565;
}

[b-acmq6qboro] .rooms-table th{
    font-weight: normal;
    color: #a9b8ce;
}

[b-acmq6qboro] .rooms-table td {
    color: #6b7a8f;
}

[b-acmq6qboro] .rooms-table tbody tr {
    background-color: #f5f6fa;
    border-bottom: 1px solid #dde0e5;
}

[b-acmq6qboro] .rooms-table {
    width: 100%;
}



[b-acmq6qboro] .icv-pill {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    [b-acmq6qboro] .icv-pill.selected {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

/* /Pages/TravelOffers/TravelOffer.dashboard.header.razor.rz.scp.css */
.flex-container[b-ylgaj9r9e7] {
    display: flex;
    height: 80px;
}


.user-filter[b-ylgaj9r9e7] {
    background-color: var(--element-primary-backgrond);
    border-radius: 20px;
    width: 120px;
    padding: 5px;
    cursor: pointer;
}
    .user-filter > a[b-ylgaj9r9e7] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }
/* /Pages/TravelOffers/TravelOffer.dashboard.razor.rz.scp.css */

.table th[b-hbr17m22qn] {
    font-size: 0.7em;
    font-weight:300;
    color: var(--primary-table-font-color);
}

.table th i[b-hbr17m22qn]{
    cursor: pointer;
}

.table tbody tr[b-hbr17m22qn] {
    background-color: var(--primary-table-background);
}
    .table tbody tr td[b-hbr17m22qn] {
        background-color: var(--primary-table-background);
        padding: .3rem .5rem;
        font-size: 0.8em;
        font-weight: 600;
    }
        .table tbody tr td:nth-child(1)[b-hbr17m22qn] {
            color: var(--primary-table-font-color);
            width: 80px;
            font-size: 0.7em;
            font-weight: 300;
        }


        .table tbody tr td span[b-hbr17m22qn] {
            font-size: .7rem;
            background-color: var(--table-button-background-color);
            margin: 0px !important;
            font-weight: 300;
            padding: 0.7em .7em;
            border-radius: 0px;
            border: 1px solid white;
            cursor: pointer;
            color: var(--table-button-font-color);
        }
            .table tbody tr td span:active[b-hbr17m22qn] {
                color: var(--table-button-background-color);
                background-color: var(--table-button-font-color);
            }

        /*.table tbody tr td:nth-child(2) {
            width: 200px;
        }
        .table tbody tr td:nth-child(3) {
            width: 150px;
        }
        .table tbody tr td:nth-child(4) {
            width: 150px;
        }
*/
.dashbord-buttons[b-hbr17m22qn] {
    padding: 0px !important;
}

[b-hbr17m22qn] .icv-pill {
    background-color: var(--filter-background);
    color: var(--filter-foreground);
    border-radius: 1rem;
    border: 1px solid var(--filter-foreground);
    font-size: .7rem;
    padding: .2rem 1.0rem;
    margin: 0rem 5px;
    cursor: pointer;
    width: 120px;
    text-align: center
}

    [b-hbr17m22qn] .icv-pill.selected {
        color: var(--filter-background);
        background-color: var(--filter-foreground);
    }

.filter-label[b-hbr17m22qn]{
    font-size: .7rem;
}
.icv-filter[b-hbr17m22qn] {
    margin: 0.1rem 0.3rem;
}
.filter-selection[b-hbr17m22qn] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
    width: 150px;
}



.status-filter[b-hbr17m22qn] {
    color: var(--filter-background);
    background-color: var(--filter-foreground);
    border-radius: 20px;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

    .status-filter > a[b-hbr17m22qn] {
        align-content: center;
        text-decoration: none;
        color: var(--element-primary-foregrond);
        font-size: .95em;
    }


.advance-filter[b-hbr17m22qn] {
    height: 0px;
    overflow: hidden;
}

.show-filters[b-hbr17m22qn] {
    height: 100px;
    transition: height .25s ease-in;
    overflow: hidden;
}

.hide-filters[b-hbr17m22qn] {
    height: 0px;
    transition: height .25s ease-out;
    overflow: hidden;
}

.records-wrapper[b-hbr17m22qn] {
    background-color: var(--primary-table-background);
    border-radius: 10px;
    font-size: .8rem;
}

.small-font[b-hbr17m22qn] {
    font-size: .6rem;
}

@media (min-width: 576px) {
    .show-filters[b-hbr17m22qn]
    {
        height: 60px;
        transition: height .25s ease-in;
        overflow: hidden;
    }
}

.dropdown[b-hbr17m22qn] {
    position: relative;
    display: inline-block;
}
.dropdown-content[b-hbr17m22qn] {
    position: absolute;
    display: none;
    right: min(100vw - 20px, 10vw);
    background-color: var(--table-button-background-color);
    min-width: 80px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
    .dropdown-content a:active[b-hbr17m22qn] {
        background-color: var(--table-button-font-color);
        color: var(--table-button-background-color);
        color: black;
    }
    .dropdown-content a:focus[b-hbr17m22qn] {
        background-color: var(--table-button-font-color);
        color: var(--table-button-background-color);
        color: black;
    }

    .dropdown-content a[b-hbr17m22qn] {
        color: var(--table-button-font-color);
        background-color: var(--table-button-background-color);
        padding: 5px 16px;
        text-decoration: none;
        display: block;
    }

.show[b-hbr17m22qn] {
    display: block;
}

.action-menu[b-hbr17m22qn]{
    background-color: transparent;
    border: none;
    z-index: 10;
}
/* /Shared/ICVElements/ICVAccommodation.deadline.razor.rz.scp.css */

.icv-form[b-s5c9vhf8k5] {
    --stepover-bakground: rgb(232,237,243);
    --comments-background: rgb(229,237,248);
}

.form-label[b-s5c9vhf8k5] {
    font-size: .8rem;
    margin-bottom: 0px;
}

.form-inputs[b-s5c9vhf8k5] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-s5c9vhf8k5] {
    height: 2rem;
}


input:focus[b-s5c9vhf8k5] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-s5c9vhf8k5] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-s5c9vhf8k5] {
    padding-right: 0px;
}

    .button-wrapper button[b-s5c9vhf8k5] {
        width: 150px;
    }

.date-width[b-s5c9vhf8k5] {
    width: 75%;
}

.time-width[b-s5c9vhf8k5] {
    width: 23%;
}

.deadlines[b-s5c9vhf8k5] {
    background-color: var(--comments-background);
}

.transport-deadline[b-s5c9vhf8k5] {
    border-bottom: 1px #d5d1d1 solid;
}
.remove-destination[b-s5c9vhf8k5] {
    background-color: #e13232 !important;
    color: white;
    padding-left: 0.4rem;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    padding-top: .1rem;
    cursor: pointer;
}
/* /Shared/ICVElements/ICVAccommodation.rooms.razor.rz.scp.css */

.icv-form[b-gd0y2s9sgs] {
    --stepover-bakground: rgb(232,237,243);
    --comments-background: rgb(229,237,248);
}

.form-label[b-gd0y2s9sgs] {
    font-size: .8rem;
    margin-bottom: 0px;
}

.form-inputs[b-gd0y2s9sgs] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-gd0y2s9sgs] {
    height: 2rem;
}


input:focus[b-gd0y2s9sgs] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-gd0y2s9sgs] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-gd0y2s9sgs] {
    padding-right: 0px;
}

    .button-wrapper button[b-gd0y2s9sgs] {
        width: 150px;
    }

.date-width[b-gd0y2s9sgs] {
    width: 75%;
}

.time-width[b-gd0y2s9sgs] {
    width: 23%;
}

.deadlines[b-gd0y2s9sgs] {
    background-color: var(--comments-background);
}

.transport-deadline[b-gd0y2s9sgs] {
    border-bottom: 1px #d5d1d1 solid;
}
.remove-destination[b-gd0y2s9sgs] {
    background-color: #e13232 !important;
    color: white;
    padding-left: 0.4rem;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    padding-top: .1rem;
    cursor: pointer;
}
/* /Shared/ICVElements/ICVAccommodationSelection.razor.rz.scp.css */

.icv-form[b-ehxoetlef7] {
    --stepover-bakground: rgb(232,237,243);
    --comments-background:rgb(229,237,248);
}

.form-label[b-ehxoetlef7] {
    font-size: .8rem;
    margin-bottom: 0px;
}

.form-inputs[b-ehxoetlef7] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-ehxoetlef7] {
    height: 2rem;
}


input:focus[b-ehxoetlef7] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-ehxoetlef7] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-ehxoetlef7] {
    padding-right: 0px;
}

    .button-wrapper button[b-ehxoetlef7] {
        width: 150px;
    }

.date-width[b-ehxoetlef7]{
    width: 75%;
}

.time-width[b-ehxoetlef7] {
    width: 23%;
}

.deadlines[b-ehxoetlef7]{
    background-color: var(--comments-background);
}


.clickable-label[b-ehxoetlef7] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

/* /Shared/ICVElements/ICVDestinationSelection.razor.rz.scp.css */

.icv-form[b-rrdpj0tgoz] {
}

.form-label[b-rrdpj0tgoz] {
    font-size: .8rem;
    margin-bottom: 0px;
}

.form-inputs[b-rrdpj0tgoz] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-rrdpj0tgoz] {
    height: 2rem;
}


input:focus[b-rrdpj0tgoz] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-rrdpj0tgoz] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}
.destination-selection[b-rrdpj0tgoz] {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--primary-font-color);
}

.remove-destination[b-rrdpj0tgoz] {
    background-color: #e13232 !important;
    color: white;
    padding-left: 0.4rem;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    padding-top: .1rem;
    cursor: pointer;
}
/* /Shared/ICVElements/ICVFacilitySelection.razor.rz.scp.css */

.icv-form[b-g2hzyci3yc] {
    --stepover-bakground: rgb(232,237,243);
    --comments-background:rgb(229,237,248);
}

.form-label[b-g2hzyci3yc] {
    font-size: .8rem;
    margin-bottom: 0px;
}

.form-inputs[b-g2hzyci3yc] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-g2hzyci3yc] {
    height: 2rem;
}


input:focus[b-g2hzyci3yc] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-g2hzyci3yc] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-g2hzyci3yc] {
    padding-right: 0px;
}

    .button-wrapper button[b-g2hzyci3yc] {
        width: 150px;
    }

.date-width[b-g2hzyci3yc]{
    width: 75%;
}

.time-width[b-g2hzyci3yc] {
    width: 23%;
}

.deadlines[b-g2hzyci3yc]{
    background-color: var(--comments-background);
}


.clickable-label[b-g2hzyci3yc] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

/* /Shared/ICVElements/ICVStatusPill.razor.rz.scp.css */
.icv-status-pill[b-xpyrqpujq3] {
    padding: 5px 10px;
    border-radius: 30px;
    float:right;
    font-size: .7rem;
    font-weight: 400;
}
/* /Shared/ICVElements/ICVStepper.razor.rz.scp.css */





.stepper-wrapper[b-f62fxu7mq7] {
    --stepper-item-border: rgb(135,199,227);
    --stepper-item-background: rgb(255,255,255);
    --stepper-item-foreground: rgb(0,0,0);
    --stepper-item-active: rgb(39, 146, 218);
}




.stepper-wrapper[b-f62fxu7mq7] {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 800px;
    margin-left: -5%;
}

.stepper-item[b-f62fxu7mq7] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    color: white !important;
    cursor: unset;

}
@media (max-width: 768px) {
}

    .stepper-item[b-f62fxu7mq7]::before {
        position: absolute;
        content: "";
        border-bottom: 2px dashed var(--stepper-item-border);
        width: 100%;
        top: 15px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item[b-f62fxu7mq7]::after {
        position: absolute;
        content: "";
        border-bottom: 2px dashed var(--stepper-item-border);
        background-color: white !important;
        color: white !important;
        width: 100%;
        top: 15px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter[b-f62fxu7mq7] {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 6px;
        font-size: .8rem;
        border: 1px solid var(--stepper-item-border);
        background-color: var(--stepper-item-background);
        color: var(--stepper-item-border);
    }

    .stepper-item.active[b-f62fxu7mq7] {
        font-weight: bold;
    }

    .stepper-item.completed .step-counter[b-f62fxu7mq7] {
        background-color: var(--stepper-item-border);
        color: var(--stepper-item-background);
    }

    .stepper-item.active .step-counter[b-f62fxu7mq7] {
        background-color: var(--stepper-item-active);
        color: var(--stepper-item-background);
    }

    .stepper-item.completed[b-f62fxu7mq7]::after {
        position: absolute;
        content: "";
        border-bottom: 2px dashed var(--stepper-item-border);
        width: 100%;
        top: 15px;
        left: 50%;
        z-index: 3;
    }


    .stepper-item:first-child[b-f62fxu7mq7]::before {
        content: none;
    }

    .stepper-item:last-child[b-f62fxu7mq7]::after {
        content: none;
    }
/* /Shared/ICVElements/ICVTransportSelection.deadline.razor.rz.scp.css */

.icv-form[b-tz0v3ba7t1] {
    --stepover-bakground: rgb(232,237,243);
    --comments-background: rgb(229,237,248);
}

.form-label[b-tz0v3ba7t1] {
    font-size: .8rem;
    margin-bottom: 0px;
}

.form-inputs[b-tz0v3ba7t1] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-tz0v3ba7t1] {
    height: 2rem;
}


input:focus[b-tz0v3ba7t1] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-tz0v3ba7t1] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-tz0v3ba7t1] {
    padding-right: 0px;
}

    .button-wrapper button[b-tz0v3ba7t1] {
        width: 150px;
    }

.date-width[b-tz0v3ba7t1] {
    width: 75%;
}

.time-width[b-tz0v3ba7t1] {
    width: 23%;
}

.deadlines[b-tz0v3ba7t1] {
    background-color: var(--comments-background);
}

.transport-deadline[b-tz0v3ba7t1] {
    border-bottom: 1px #d5d1d1 solid;
}
.remove-destination[b-tz0v3ba7t1] {
    background-color: #e13232 !important;
    color: white;
    padding-left: 0.4rem;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    padding-top: .1rem;
    cursor: pointer;
}
/* /Shared/ICVElements/ICVTransportSelection.razor.rz.scp.css */

.icv-form[b-ynvsjft8ci] {
    --stepover-bakground: rgb(232,237,243);
    --comments-background:rgb(229,237,248);
}

.form-label[b-ynvsjft8ci] {
    font-size: .8rem;
    margin-bottom: 0px;
}

.form-inputs[b-ynvsjft8ci] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-ynvsjft8ci] {
    height: 2rem;
}


input:focus[b-ynvsjft8ci] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-ynvsjft8ci] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-ynvsjft8ci] {
    padding-right: 0px;
}

    .button-wrapper button[b-ynvsjft8ci] {
        width: 150px;
    }

.date-width[b-ynvsjft8ci]{
    width: 75%;
}

.time-width[b-ynvsjft8ci] {
    width: 23%;
}

.deadlines[b-ynvsjft8ci]{
    background-color: var(--comments-background);
}


.clickable-label[b-ynvsjft8ci] {
    color: var(--stepper-item-foregrund);
    cursor: pointer;
    font-size: .7rem;
    margin-left: .7rem;
    margin-right: .7rem;
}

.remove-destination[b-ynvsjft8ci] {
    background-color: #e13232 !important;
    color: white;
    padding-left: 0.4rem;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    padding-top: .1rem;
    cursor: pointer;
}
/* /Shared/ICVElements/ICVTransportSelection.stopover.razor.rz.scp.css */

.icv-form[b-08gwmr9nes] {
    --stepover-bakground: rgb(232,237,243);
    --comments-background: rgb(229,237,248);
}

.form-label[b-08gwmr9nes] {
    font-size: .8rem;
    margin-bottom: 0px;
}

.form-inputs[b-08gwmr9nes] {
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    padding: .3rem .5rem;
    font-size: .8rem;
}

select.form-inputs[b-08gwmr9nes] {
    height: 2rem;
}


input:focus[b-08gwmr9nes] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

select:focus[b-08gwmr9nes] {
    outline: none;
    border: 1px solid var(--secondary-font-color);
}

.button-wrapper[b-08gwmr9nes] {
    padding-right: 0px;
}

    .button-wrapper button[b-08gwmr9nes] {
        width: 150px;
    }

.date-width[b-08gwmr9nes] {
    width: 75%;
}

.time-width[b-08gwmr9nes] {
    width: 23%;
}

.deadlines[b-08gwmr9nes] {
    background-color: var(--comments-background);
}

.transport-deadline[b-08gwmr9nes] {
    border-bottom: 1px #d5d1d1 solid;
}
.remove-destination[b-08gwmr9nes] {
    background-color: #e13232 !important;
    color: white;
    padding-left: 0.4rem;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    padding-top: .1rem;
    cursor: pointer;
}
/* /Shared/ICVLayouts/ICVtravelofferLayout.razor.rz.scp.css */
.page[b-96edlgys5z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-96edlgys5z] {
    flex: 1;
}

.sidebar[b-96edlgys5z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    position: sticky;
    top: 0;
}


.top-row[b-96edlgys5z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-96edlgys5z]  a, .top-row[b-96edlgys5z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-96edlgys5z]  a:hover, .top-row[b-96edlgys5z]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-96edlgys5z]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-96edlgys5z] {
        display: none;
    }

    .top-row.auth[b-96edlgys5z] {
        justify-content: space-between;
    }

    .top-row[b-96edlgys5z]  a, .top-row[b-96edlgys5z]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-96edlgys5z] {
        flex-direction: row;
    }

    .sidebar[b-96edlgys5z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-96edlgys5z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-96edlgys5z]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-96edlgys5z], article[b-96edlgys5z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    .icv-sidebar[b-96edlgys5z] {
        height: 100vh;
    }
}



.icv-sidebar[b-96edlgys5z] {
    z-index: 10;
    font-size: 0.9rem !important;
    background-color: var(--navbar-background);
}


/* /Shared/LoginMainLayout.razor.rz.scp.css */
.page[b-9y5eptoqnp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

body[b-9y5eptoqnp] {
    overflow-y: scroll !important;
}

main[b-9y5eptoqnp] {
    flex: 1;
}

.sidebar[b-9y5eptoqnp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


.top-row[b-9y5eptoqnp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9y5eptoqnp]  a, .top-row[b-9y5eptoqnp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9y5eptoqnp]  a:hover, .top-row[b-9y5eptoqnp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9y5eptoqnp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9y5eptoqnp] {
        display: none;
    }

    .top-row.auth[b-9y5eptoqnp] {
        justify-content: space-between;
    }

    .top-row[b-9y5eptoqnp]  a, .top-row[b-9y5eptoqnp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9y5eptoqnp] {
        flex-direction: row;
    }

    .sidebar[b-9y5eptoqnp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9y5eptoqnp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9y5eptoqnp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9y5eptoqnp], article[b-9y5eptoqnp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



.icv-sidebar[b-9y5eptoqnp] {
    height: 100vh;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vg3k41e5mb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

body[b-vg3k41e5mb] {
    overflow-y: scroll;
}

main[b-vg3k41e5mb] {
 /*   flex: 1;*/
    width: 79%;
}

.sidebar[b-vg3k41e5mb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    position: sticky;
    top: 0;
    width: 21%;
    max-width: 600px;
}


.top-row[b-vg3k41e5mb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vg3k41e5mb]  a, .top-row[b-vg3k41e5mb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vg3k41e5mb]  a:hover, .top-row[b-vg3k41e5mb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vg3k41e5mb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vg3k41e5mb] {
        display: none;
    }

    .top-row.auth[b-vg3k41e5mb] {
        justify-content: space-between;
    }

    .top-row[b-vg3k41e5mb]  a, .top-row[b-vg3k41e5mb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vg3k41e5mb] {
        flex-direction: row;
    }

    .sidebar[b-vg3k41e5mb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vg3k41e5mb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vg3k41e5mb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vg3k41e5mb], article[b-vg3k41e5mb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



.icv-sidebar[b-vg3k41e5mb] {
    height: 100vh;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-bar-wrapper[b-kdh7bxu22e]{
    width: 230px;
}

.navbar-toggler[b-kdh7bxu22e] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-kdh7bxu22e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kdh7bxu22e] {
    font-size: 1.1rem;
}

.oi[b-kdh7bxu22e] {
    width: 2rem;
    font-size: 0.9rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-kdh7bxu22e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kdh7bxu22e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kdh7bxu22e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kdh7bxu22e]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-kdh7bxu22e]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-kdh7bxu22e]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kdh7bxu22e] {
        display: none;
    }

    .collapse[b-kdh7bxu22e] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


.nav-link[b-kdh7bxu22e] {
    border-radius: 0px;
    color: var(--navbar-foreground);
}

    .nav-link.active[b-kdh7bxu22e] {
        background-color: var(--navbar-active-navitem-background);
       color: var(--navbar-active-navitem-foreground);
    }
.user-selection[b-kdh7bxu22e] {
    background-color: var(--element-primary-backgrond);
    color: var(--element-primary-foregrond);
}

    .user-selection strong[b-kdh7bxu22e] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.lang-selection[b-kdh7bxu22e] {
    background-color: var(--element-primary-backgrond);
    color: var(--element-primary-foregrond);
}

.lang-dropdown select[b-kdh7bxu22e] {
    width: 100%;
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 768px) {
    .nav-bar-wrapper[b-kdh7bxu22e] {
        width: 100% !important;
        top:0px;
    }
    .header-menu[b-kdh7bxu22e]{
        align-self: center;
    }
    .hamberg-menu[b-kdh7bxu22e]{
        position: fixed;
        right: 20px !important;
    }
    .floating-menu[b-kdh7bxu22e] {
        height: 0px;
        overflow: hidden;
    }

    .show-float[b-kdh7bxu22e] {
        height: 350px;
        transition: height .25s ease-in;
        overflow: hidden;
    }
    .hide-float[b-kdh7bxu22e] {
        height: 0px;
        transition: height .25s ease-out;
        overflow: hidden;
    }
}
