/* _content/BozaniBlazor/Components/Common/Alert.razor.rz.scp.css */
.alert[b-jwbth7zw3b] {
    overflow-wrap: anywhere;
}
/* _content/BozaniBlazor/Components/Common/StoredTextDialog.razor.rz.scp.css */
.stored-text-entry[b-6072pv2g94] {
	display: flex;
	align-items: center;
	gap: 1rem;
	user-select: none;
	margin: 0;
	padding-left: 2.75rem !important;

	&:has(.form-check-label) {
		padding: 0;
	}

	& .form-check-input[b-6072pv2g94] {
		margin: 0;
	}

	& .form-check-label[b-6072pv2g94] {
		padding-top: var(--bs-list-group-item-padding-y);
		padding-bottom: var(--bs-list-group-item-padding-y);
		padding-right: var(--bs-list-group-item-padding-x);
		overflow: hidden;
		white-space: nowrap;
	}
}

.stored-text-value[b-6072pv2g94] {
	text-wrap: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.center[b-6072pv2g94] {
	display: grid;
	place-items: center;
	height: 100%;

	& .spinner-border {
		width: 3rem;
		height: 3rem;
	}
}

@media (min-width: 641px) {

	[b-6072pv2g94] .modal-content {
		height: 33rem;
	}

}
/* _content/BozaniBlazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o1jx44561b] {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    height: 100svh;
}

main[b-o1jx44561b] {
    flex: 1;
    height: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    display: grid;
    place-items: stretch;
}

.content[b-o1jx44561b] {
    padding-top: 1.1rem;
    display: flex;
    flex-direction: column;
}

.sidebar[b-o1jx44561b] {
    z-index: 1;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    display: flex;
    flex-direction: column-reverse;
}

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

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

    article[b-o1jx44561b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-o1jx44561b] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-o1jx44561b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BozaniBlazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-1yfgtah0sh] {
    --bs-navbar-padding-x: 1rem;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: rgba(0,0,0,0.4);
    min-height: 3.5rem;
    height: 3.5rem;
}

.navbar a:first-child[b-1yfgtah0sh] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-brand[b-1yfgtah0sh] {
    font-size: 1.1rem;
    margin: 0;
}

.navbar-toggler ~ .btn[b-1yfgtah0sh] {
}

.navbar:has(.navbar-toggler:checked) ~ .nav-scrollable[b-1yfgtah0sh] {
    display: block;
}

.nav-scrollable[b-1yfgtah0sh] {
    display: none;
}

/* region Toolbar button */
.btn-toolbar[b-1yfgtah0sh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    font-size: 1.25rem;

    --bs-btn-focus-shadow-rgb: var(--bs-light-rgb);

    --bs-btn-color: var(--bs-light);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;

    --bs-btn-hover-color: var(--bs-light);
    --bs-btn-hover-bg: color-mix(in srgb, var(--bs-light), transparent 70%);
    --bs-btn-hover-border-color: transparent;

    --bs-btn-active-color: var(--bs-light);
    --bs-btn-active-bg: color-mix(in srgb, var(--bs-light), transparent 50%);
    --bs-btn-active-border-color: transparent;

    & .bi {
        line-height: 1;
    }
}

.navbar-toggler ~ .btn-toolbar[b-1yfgtah0sh] {
    font-size: 1.75rem;

    &:hover {
        color: var(--bs-btn-hover-color);
        background-color: var(--bs-btn-hover-bg);
        border-color: var(--bs-btn-hover-border-color);
    }
}

.navbar-toggler:checked + .btn-toolbar[b-1yfgtah0sh] {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);

    &:hover {
        color: var(--bs-btn-hover-color);
        background-color: var(--bs-btn-hover-bg);
        border-color: var(--bs-btn-hover-border-color);
    }
}

.toggle-on[b-1yfgtah0sh] {
    display: none;
}
.btn-check:checked + .btn-toolbar .toggle-on[b-1yfgtah0sh] {
    display: inline-block;
}

.toggle-off[b-1yfgtah0sh] {
    display: inline-block;
}
.btn-check:checked + .btn-toolbar .toggle-off[b-1yfgtah0sh] {
    display: none;
}
/* endregion Toolbar button */

/* region Nav items */
.nav-item[b-1yfgtah0sh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

.nav-item[b-1yfgtah0sh]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-1yfgtah0sh]  .nav-link .bi {
    margin-right: 0.75rem;
    font-size: 1.25rem;
}

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

.nav-item[b-1yfgtah0sh]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* endregion Nav items */

@media (min-width: 641px) {

    .navbar[b-1yfgtah0sh] {
        position: sticky;
        top: 0;
        z-index: 1;

        flex-direction: row-reverse;
    }

    .navbar-brand[b-1yfgtah0sh] {
        margin-left: 0.75rem;
    }

    .navbar-toggler-container[b-1yfgtah0sh] {
        display: none;
    }

    .nav-scrollable[b-1yfgtah0sh] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BozaniBlazor/Components/Pages/Anagrammer.razor.rz.scp.css */
.input[b-8lozu0t5ty] {
	grid-template-columns: repeat(3, 1fr);
	max-width: 48rem;
}
/* _content/BozaniBlazor/Components/Pages/Braille.razor.rz.scp.css */
.layout[b-o63stlxahi] {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.decoded-text[b-o63stlxahi] {
	display: flex;
	flex-direction: column;
}

.decoded-text-value[b-o63stlxahi] {
	width: 100%;
}

.braille-input[b-o63stlxahi] {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	align-items: stretch;
	justify-content: end;
}

.braille-result[b-o63stlxahi] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	font-weight: bold;
	font-size: 3rem;
}
.invert[b-o63stlxahi] {
	color: var(--bs-body-bg);
	-webkit-text-stroke: 0.05em var(--bs-body-color);
}

.braille-dots[b-o63stlxahi] {
	flex: 1;
	max-height: 65vw;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-auto-flow: column;
	align-items: stretch;
	justify-items: end;
}
.braille-dot:nth-child(n+4)[b-o63stlxahi] {
	justify-self: start;
}

.braille-dot[b-o63stlxahi] {
	height: 100%;
	aspect-ratio: 1;
	display: grid;
	place-items: stretch;
}

.braille-dot .btn[b-o63stlxahi] {
	border-radius: 50%;
	border-width: 4px;
}

.actions[b-o63stlxahi] {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.5rem;
	padding: 1.5rem 0;
}

@media (min-width: 768px) {

	.layout[b-o63stlxahi] {
		align-self: start;
		flex-direction: column-reverse;
		align-items: stretch;
		justify-content: start;
		gap: 1rem;
	}

	.decoded-text-value[b-o63stlxahi] {
		width: auto;
	}

	.braille-input[b-o63stlxahi] {
		flex: 0;
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto;
		align-items: start;
		justify-content: start;
	}

	.braille-dots[b-o63stlxahi] {
		grid-column: 1;
		grid-row: 1 / 3;
		margin-right: 1rem;
		width: 12rem;
	}

	.braille-dot[b-o63stlxahi] {
		height: unset;
		width: 100%;
	}

	.braille-result[b-o63stlxahi] {
		grid-column: 2;
		grid-row: 1;
	}

	.actions[b-o63stlxahi] {
		grid-column: 2;
		grid-row: 2;
		display: flex;
		flex-direction: column-reverse;
		padding: 0;
	}

}

@media (min-width: 992px) {

	.layout[b-o63stlxahi] {
		flex-direction: row-reverse;
		align-items: start;
		justify-content: start;
		gap: 2rem;
	}

}
/* _content/BozaniBlazor/Components/Pages/Home.razor.rz.scp.css */
.page-list[b-ulk9vduwtc] {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
}

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