/* /Pages/MonthlyItems/MonthlyExpenses.razor.rz.scp.css */
.header[b-eurwjq7juf] {
    display: flex;
    gap: 1em;
    margin-bottom: .5em;
}


.modal-mask[b-eurwjq7juf] {
    background-color: rgba(0,0,0,.9);
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 10;
}

.new-item-form-container[b-eurwjq7juf] {
    margin: auto;
    padding: 1em;
    background-color: #585858;
    opacity: 1;
    z-index: 20;
}

tr > * + *[b-eurwjq7juf] {
    text-align: center;
}

.new-item-form[b-eurwjq7juf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .5em;
    opacity: 1;
    z-index: 30;
}
.element[b-eurwjq7juf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tbl-header:hover[b-eurwjq7juf] {
    cursor: pointer;
}

.btn-group[b-eurwjq7juf] {
    width: 100%;
    display: flex;
    gap: 1em;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
.optional-col[b-eurwjq7juf] {
    display: none;    
}

.btn-group[b-eurwjq7juf] {
    justify-content: flex-end;
}

}
/* /Pages/schedule/Schedule.razor.rz.scp.css */
.day[b-q0v2iptwr6] {
	/* width: calc(100% / 7) */
	grid-area: day;
    background: #585858;
    color: white;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: .5rem;
}

.day:focus[b-q0v2iptwr6] {
    outline: none;
}

.header[b-q0v2iptwr6] {
	/* min-width: 1em; */
	grid-area: header;
}

.inner-container[b-q0v2iptwr6] {
    display: flex;
    flex-direction: column;
	gap: 1em;
}

.schedule-container[b-q0v2iptwr6] {
    display: flex;
    flex-wrap: wrap;
	margin: 1em;
	gap: 1em;
}

.main-header-container[b-q0v2iptwr6] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;
}

.bottom-btn[b-q0v2iptwr6] {
    display: none;
}

@media only  screen and (max-width: 400px) {
    .bottom-btn[b-q0v2iptwr6] {
        display: inline-block;
        margin-bottom: 2em;
    }
}
/* /Pages/WishList/WishList.razor.rz.scp.css */
.wishlist[b-4y004u6btp] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.wishlist-item[b-4y004u6btp] {
    width: 300px;
    background: #585858;
    border-radius: .5rem;
    height: fit-content;
}
.image[b-4y004u6btp] {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
 
.card[b-4y004u6btp] {
    border: none;
}

.icon-group[b-4y004u6btp] {
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
}

.icon:hover[b-4y004u6btp] {
    cursor: pointer;
}
.content[b-4y004u6btp] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.group[b-4y004u6btp] {
    display: flex;
    justify-content: space-between;
}

.group.description[b-4y004u6btp] {
    flex-direction: column;
}
.label[b-4y004u6btp] {
    font-weight: bold;
}

.group.title[b-4y004u6btp] {
    justify-content: space-between;
    align-items: flex-start;
}

.titlebar[b-4y004u6btp] {
    display: flex;
    align-items: center;    
    gap: 1em;
}
.titlebar > .oi[b-4y004u6btp] {
    margin-bottom: .5rem;
    
}

.oi:hover[b-4y004u6btp] {
    cursor: pointer;
}
.modal-mask[b-4y004u6btp] {
    background-color: rgba(0,0,0,.9);
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 10;
}

.new-item-form-container[b-4y004u6btp] {
    margin: auto;
    padding: 1em;
    background-color: #585858;
    opacity: 1;
    z-index: 20;
}


.new-item-form[b-4y004u6btp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .5em;
    opacity: 1;
    z-index: 30;
}
.element[b-4y004u6btp] {
    display: flex;
    gap: .5rem;
    margin-bottom: .5rem;
    align-items: center;
    justify-content: space-between;
}
.element.description[b-4y004u6btp] {
    flex-direction: column;
    align-items: flex-start;
}

.sort-form[b-4y004u6btp] {
     display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sort-group[b-4y004u6btp] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.sort[b-4y004u6btp] {
    width: 100%;
}

@media only screen and (max-width: 600px){
    .wishlist[b-4y004u6btp] {
        justify-content: center;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wnb9mdxo6c] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #212121;
    color: white;
    height: 100%;
}

html[b-wnb9mdxo6c] {
    height: 100vh;
}

.main[b-wnb9mdxo6c] {
    flex: 1;
}


.sidebar[b-wnb9mdxo6c] {
    background: #2363ec;
}

.top-row[b-wnb9mdxo6c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wnb9mdxo6c] {
        display: none;
    }

    .top-row.auth[b-wnb9mdxo6c] {
        justify-content: space-between;
    }

    .top-row a[b-wnb9mdxo6c], .top-row .btn-link[b-wnb9mdxo6c] {
        margin-left: 0;
    }
}

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

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

    .top-row[b-wnb9mdxo6c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-wnb9mdxo6c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cusvm67lo7] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

.logout-btn:hover[b-cusvm67lo7] {
   cursor: pointer;
}

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

    .collapse[b-cusvm67lo7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
