/* /Components/DicAccordion.razor.rz.scp.css */
/* /Components/DicButton.razor.rz.scp.css */

/* /Components/DicButtonIcon.razor.rz.scp.css */
/* /Components/DicCheckbox.razor.rz.scp.css */
.content:checked[b-w75c2mgltk] {
    background-color: var(--dic-color-yellow) !important;
    border-color: none;
}
/* /Components/DicContainerBase.razor.rz.scp.css */
.content[b-woove7tcou] {
    border-radius: 5px;
    box-shadow: 0 1px 2px rgb(220 225 232 / 50%), 0 1px 2px rgb(220 225 232 / 50%);
    background: #FFF;
    margin:5px;
}
/* /Components/DicContentBase.razor.rz.scp.css */
header[b-lsdftdt6f5] {
    padding: 10px;
    height: 55px;
}

    header img[b-lsdftdt6f5] {
        object-fit: contain;
        height: 35px;
        max-width: 250px;
    }

    header .fa-calendar[b-lsdftdt6f5] {
        color: var(--dic_color_main);
    }

.main-content[b-lsdftdt6f5] {
    max-width: none;
    margin: 0;
}

footer[b-lsdftdt6f5] {
    padding: 30px 10px 10px;
    font-size: .8rem;
    color: #A4A4A4;
}

    footer a[b-lsdftdt6f5] {
        text-decoration: none;
        color: #A4A4A4;
    }


@media screen and (min-width:576px) {
    .main-content[b-lsdftdt6f5] {
        max-width: 400px;
        margin: 2rem auto;
        min-height: calc(100vh - 4rem);
        background: #D9D9D9;
    }
}
/* /Components/DicDialogAlert.razor.rz.scp.css */
/* /Components/DicDialogConfirm.razor.rz.scp.css */
/* /Components/DicFrame.razor.rz.scp.css */
.frame[b-obyublbn6k] {
    background-color: #EEEEEE;
}

.frame-tittle[b-obyublbn6k] {
    background-color: #D9D9D9;
}
/* /Components/DicHeader.razor.rz.scp.css */
.header-logo[b-neftdmlonr] {
    width: 147px;
    height: 40px;
}
/* /Components/DicInputString.razor.rz.scp.css */
input[type="number"][b-hjwrnbou57]::-webkit-outer-spin-button,
input[type="number"][b-hjwrnbou57]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"][b-hjwrnbou57] {
    text-align: right;
    -moz-appearance: textfield;
}
/* /Components/DicNumericUpDownField.razor.rz.scp.css */
/* /Components/DicRadioButton.razor.rz.scp.css */
/* /Components/DicSelect.razor.rz.scp.css */

/* /Components/DicTextArea.razor.rz.scp.css */
/* /Components/DicTitle.razor.rz.scp.css */
.dic-title[b-ciqyyjwv21] {
    background: #F1F5F1;
    margin: 5px;
}
/* /Components/DicToggleSwitch.razor.rz.scp.css */
.toggle-switch[b-jzvxudqlpf] {
    line-height: 0;
}

input[b-jzvxudqlpf] {
    display: none;
}

.toggle-label[b-jzvxudqlpf] {
    width: 50px;
    height: 29px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 32px;
    transition: 0.4s;
    box-sizing: border-box;
    cursor: pointer;
}

    .toggle-label[b-jzvxudqlpf]:after {
        content: "";
        position: absolute;
        width: 27px;
        height: 27px;
        border-radius: 100%;
        left: 2px;
        top: 1px;
        z-index: 2;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transition: 0.4s;
    }

.toggle-input:checked + .toggle-label[b-jzvxudqlpf] {
    background-color: var(--dic-color-yellow);
}

.toggle-input:checked + .toggle-label[b-jzvxudqlpf]:after {
    left: 21px;
}

/* /Pages/AllergyCheck.razor.rz.scp.css */
/* /Pages/Answer.razor.rz.scp.css */
/* /Pages/Confirm.razor.rz.scp.css */

/* /Pages/Error.razor.rz.scp.css */
/* /Pages/Meal.razor.rz.scp.css */
/* /Pages/Option.razor.rz.scp.css */
/* /Pages/Pickup.razor.rz.scp.css */
/* /Pages/Room.razor.rz.scp.css */
/* /Pages/Top.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3r21d8z1ms] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3r21d8z1ms] {
    flex: 1;
}

.sidebar[b-3r21d8z1ms] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3r21d8z1ms] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3r21d8z1ms]  a, .top-row[b-3r21d8z1ms]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3r21d8z1ms]  a:hover, .top-row[b-3r21d8z1ms]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3r21d8z1ms]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3r21d8z1ms] {
        display: none;
    }

    .top-row.auth[b-3r21d8z1ms] {
        justify-content: space-between;
    }

    .top-row[b-3r21d8z1ms]  a, .top-row[b-3r21d8z1ms]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3r21d8z1ms] {
        flex-direction: row;
    }

    .sidebar[b-3r21d8z1ms] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3r21d8z1ms] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3r21d8z1ms]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3r21d8z1ms], article[b-3r21d8z1ms] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
