/* _content/MillionThings.Server/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dojwg95zqh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dojwg95zqh] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

article[b-dojwg95zqh] {
    height: 100%;
}

.sidebar[b-dojwg95zqh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.sidebarTrigger:hover[b-dojwg95zqh] {
    cursor: pointer;
}

.top-row[b-dojwg95zqh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: var(--navbar-height);
    display: flex;
    align-items: center;
}

.top-row .homeLink[b-dojwg95zqh] {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.top-row .homeLink img[b-dojwg95zqh] {
    flex: 1;
    max-height: 90%;
}

.top-row[b-dojwg95zqh]  a, .top-row[b-dojwg95zqh]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-dojwg95zqh]  a:hover, .top-row[b-dojwg95zqh]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-dojwg95zqh]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 641px) {
    .page[b-dojwg95zqh] {
        flex-direction: row;
    }

    .sidebar[b-dojwg95zqh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dojwg95zqh] {
        position: sticky;
        top: 0;
        z-index: 1;
        padding-right: 1.5rem !important;
    }

    .top-row.auth[b-dojwg95zqh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}
/* _content/MillionThings.Server/Components/Pages/Contact.razor.rz.scp.css */
.contactInfo[b-2l9u0345a6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    padding: 3em;
}
/* _content/MillionThings.Server/Components/Pages/Index.razor.rz.scp.css */
.main[b-04t8c82zpw] {
    display: grid;
    grid-template-columns: minmax(min-content, max-content) 1fr;
    height: 100%;
    overflow-y: hidden;
}
/* _content/MillionThings.Server/Components/Pages/PrivacyPolicy.razor.rz.scp.css */
div.privacyPolicy[b-ototb1iclp] {
    padding: 1em;
}
/* _content/MillionThings.Server/Components/Pages/Profile.razor.rz.scp.css */
main.profile[b-f4s3izavcy] {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-direction: column;
}

span.profileTitle[b-f4s3izavcy] {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.profileMain[b-f4s3izavcy] {
    width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: var(--mud-palette-surface);
    box-shadow: 0 0 5px #ccc;
}

.profileImage[b-f4s3izavcy] {
    margin-right: .5em;
}

[b-f4s3izavcy] button.signOut {
    border: 0;
    border-radius: .2em;
    display: flex;
    align-items: center;
    padding: .3em;
}

[b-f4s3izavcy] button.deleteAccount {
    background-color: red;
    border: 0;
    border-radius: .2em;
    color: white;
    display: flex;
    align-items: center;
    padding: .3em;
}
/* _content/MillionThings.Server/Components/Shared/EditableLabel.razor.rz.scp.css */
div.editableLabel[b-tkb0890qpj] {
    display: inline-flex;
    position: relative;
    width: 90%;
    align-items: center;
}

div.editableLabel > *[b-tkb0890qpj] {
    padding-left: .2em;
}

.saveIcon[b-tkb0890qpj] {
    color: #50a3ff;
}

.saveIcon:hover[b-tkb0890qpj] {
    color: #007bff;
}

.cancelIcon[b-tkb0890qpj] {
    color: #d5717a;
}

.cancelIcon:hover[b-tkb0890qpj] {
    color: #dc3545;
}

div.editableLabel:hover span.editIcon[b-tkb0890qpj] {
    color: #007bff;
}

div.editableLabel span.editIcon[b-tkb0890qpj] {
    color: rgba(203, 203, 203, 0.7);
}

input[type=text][b-tkb0890qpj] {
    border: 0;
    color: var(--mud-palette-text-primary);
    background-color: transparent;
    outline: 0;
    width:100%;
    flex: 1;
}
/* _content/MillionThings.Server/Components/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vhwfrdta0n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vhwfrdta0n] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vhwfrdta0n] {
    font-size: 1.1rem;
}

.oi[b-vhwfrdta0n] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vhwfrdta0n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vhwfrdta0n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vhwfrdta0n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vhwfrdta0n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vhwfrdta0n]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vhwfrdta0n]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vhwfrdta0n] {
        display: none;
    }

    .collapse[b-vhwfrdta0n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-vhwfrdta0n] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MillionThings.Server/Components/Shared/TodoLists.razor.rz.scp.css */
.chosen[b-ofpet8z2t5] {
    background-color: var(--mud-palette-secondary);
    color: var(--mud-palette-secondary-text);
    font-weight: bold;
}

ul.todoLists[b-ofpet8z2t5] {
    list-style-type: none;
}

ul.todoLists li[b-ofpet8z2t5] {
    padding: 1em;
    border-radius: 3px;
}

ul.todoLists li:hover[b-ofpet8z2t5] {
    color: var(--mud-palette-primary-text);
    background-color: var(--mud-palette-primary);
    cursor: pointer;
}

[b-ofpet8z2t5] input.addTodoList {
    border: 0;
    background-color: transparent;
    color: var(--mud-palette-text-primary);
    outline: 0;
    margin-left: .5em;
}

[b-ofpet8z2t5] .createTodoListForm {
    display: flex;
    align-items:center;
}
/* _content/MillionThings.Server/Components/Shared/TodoTasks.razor.rz.scp.css */
div#taskList[b-3ad5s9wo7n] {
    background-color: var(--mud-palette-background-gray);
    width: 100%;
    height: calc(100vh - var(--navbar-height));
    overflow-y: auto;
}

ul.tasks[b-3ad5s9wo7n] {
    list-style-type: none;
    padding-left: 1em;
    padding-right: 1em;
}

ul.tasks li[b-3ad5s9wo7n] {
    display: flex;
    margin-bottom: 1em;
    border-radius: .7em;
    padding: .8em;
    color: var(--mud-palette-text-primary);
    background-color: var(--mud-palette-surface);
    box-shadow: 3px 3px 3px var(--mud-palette-shadow);
}

ul.tasks li:hover[b-3ad5s9wo7n] {
    background-color: var(--mud-palette-primary);
}

ul.tasks.done li[b-3ad5s9wo7n] {
    text-decoration: line-through;
}

[b-3ad5s9wo7n] input.addTask {
    border: 0;
    color: var(--mud-palette-text-primary);
    background-color: transparent;
    outline: 0;
    width: 100%;
}

[b-3ad5s9wo7n] input.addTask::placeholder {
    color: var(--mud-palette-text-disabled);
}

[b-3ad5s9wo7n] input.addTask::placeholder:hover {
    color: var(--mud-palette-text-primary);
}

[b-3ad5s9wo7n] .createTaskForm {
    display: flex;
    align-items:center;
    width: 90%;
}


.todoHeader[b-3ad5s9wo7n] {
    display: flex;
    align-items: center;
    padding: .5em;
    font-size: 1.5em;
}

.addTaskButton[b-3ad5s9wo7n] {
    padding-right: .3em;
}

.deleteTaskButton[b-3ad5s9wo7n], .deleteTodoButton[b-3ad5s9wo7n] {
    color: rgba(203, 203, 203, 0.7);
}

.deleteTaskButton:hover[b-3ad5s9wo7n], .deleteTodoButton:hover[b-3ad5s9wo7n] {
    color: red;
}

.publicTodoButton.public[b-3ad5s9wo7n] {
    color: seagreen;
}

.publicTodoButton.private:hover[b-3ad5s9wo7n] {
    color: deepskyblue;
}

.publicTodoButton.public:hover[b-3ad5s9wo7n] {
    color: red;
}

.publicTodoButton.private[b-3ad5s9wo7n] {
    color: lightgrey;
}

h1[b-3ad5s9wo7n] {
    padding: .4em;
}

div.showDoneSwitch[b-3ad5s9wo7n] {
    padding-left: 1em;
    display: flex;
    align-items: center;
}

input.taskCheckbox[b-3ad5s9wo7n] {
    margin-right: .4em;
}
