/* /Controls/ContextMenu/DeonBContextMenu.razor.rz.scp.css */
.contextMenu-container[b-91iwwgmlzr] {
	border-color:#444444;
	background: repeating-linear-gradient(to bottom, transparent 0, transparent 43px, #444444 43px, #444444 44px );
}
/* /Controls/ContextMenu/DeonBContextMenuItemCustomFontSize.razor.rz.scp.css */
input[type='number'][b-yrjtz6z7an]::-webkit-inner-spin-button,
input[type='number'][b-yrjtz6z7an]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.container[b-yrjtz6z7an] {
	border-color: #444444
}

.custom-number-input input:focus[b-yrjtz6z7an] {
	outline: none !important;
}

.custom-number-input button:focus[b-yrjtz6z7an] {
	outline: none !important;
}
/* /Controls/ContextMenu/DeonBContextMenuItemTextFonts.razor.rz.scp.css */
.container[b-scs652zn72] {
	border-color: #444444;
	height: 20px;
}
/* /Controls/DeonButton.razor.rz.scp.css */
@tailwind base;
@tailwind components;
@tailwind utilities;

.True[b-7su3b11rgl] {
	color: #237BFF;
	font-size: 18px;
	background: Transparent;
	border-width: 0px;
}

.False[b-7su3b11rgl] {
	font-size: 18px;
	background: Transparent;
	border-width: 0px;
}

.deonb-button-False:active[b-7su3b11rgl] {
	color: #237BFF;
}

.deonb-button-False:disabled[b-7su3b11rgl] {
	color: #535353;
	background: Transparent;
}
/* /Pages/Lite/MapLite.razor.rz.scp.css */
@tailwind base;
@tailwind components;
@tailwind utilities;

.inbox-grid[b-h9kmlwb855] {
	display: grid;
	grid-template-columns: repeat(auto-fill, 16rem);
}

.noselect[b-h9kmlwb855] {
	cursor: default;
}

.noselect:focus[b-h9kmlwb855] {
	outline: none;
}
/* /Pages/Lite/ProjectsLite.razor.rz.scp.css */
@tailwind base;
@tailwind components;
@tailwind utilities;

.projects-container-False[b-lf0em1j60k] {
	display: flex;
	flex-wrap: wrap;
}

.project-thumbnail[b-lf0em1j60k] {
	background-color: #000000;
}

.proj-filter[b-lf0em1j60k] {
	grid: "myprojs" auto "starred" auto "trash" auto / auto;
}

.myprojs[b-lf0em1j60k] {
	grid-area: myprojs;
}

.starred[b-lf0em1j60k] {
	grid-area: starred;
}

.trash[b-lf0em1j60k] {
	grid-area: trash;
}

/* The container */
.filters-container[b-lf0em1j60k] {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: white;
	padding: 15px 0px 0px 0px;
}

	/* Hide the browser's default radio button */
	.filters-container input[b-lf0em1j60k] {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

@layer components {
	.checkmark[b-lf0em1j60k] {
		@apply absolute top-0 left-0 h-0.5 w-auto;
	}
}

.checkmark[b-lf0em1j60k]:before {
	padding: 0px 15px 0px 0px;
}

.filters-container:hover input ~ .checkmark[b-lf0em1j60k] {
	color: #ccc;
}

.filters-container input:checked ~ .checkmark[b-lf0em1j60k] {
	color: #2196F3;
}

.first-row-background[b-lf0em1j60k] {
	background: Black;
}

.buttons-container[b-lf0em1j60k] {
	grid: "opencontainer renamecontainer favoritecontainer deletecontainer copylinkcontainer sharebuttoncontainer deletepermcontainer restorecontainer listviewswitchercontainer" 1fr / auto auto auto auto auto auto auto auto auto;
}

.opencontainer[b-lf0em1j60k] {
	grid-area: opencontainer;
}

.renamecontainer[b-lf0em1j60k] {
	grid-area: renamecontainer;
}

.favoritecontainer[b-lf0em1j60k] {
	grid-area: favoritecontainer;
}

.deletecontainer[b-lf0em1j60k] {
	grid-area: deletecontainer;
}

.copylinkcontainer[b-lf0em1j60k] {
	grid-area: copylinkcontainer;
}

.sharebuttoncontainer[b-lf0em1j60k] {
	grid-area: sharebuttoncontainer;
}

.deletepermcontainer[b-lf0em1j60k] {
	grid-area: deletepermcontainer;
}

.restorecontainer[b-lf0em1j60k] {
	grid-area: restorecontainer;
}

.listviewswitchercontainer[b-lf0em1j60k] {
	grid-area: listviewswitchercontainer;
}

.projects-row-True[b-lf0em1j60k] {
	background-color: blue
}

.projects-row-False[b-lf0em1j60k] {
	background-color: transparent
}
/* /Pages/Login.razor.rz.scp.css */
[b-8edx3fzxz9] .container {
    text-align: center;
    display: flex;
    flex-direction: column;
}

[b-8edx3fzxz9] .logo {
    display: flex;
    justify-content: center;
    margin: 25px auto;
}

[b-8edx3fzxz9] .login-input {
    width: 300px;
    margin: 8px auto;
}

[b-8edx3fzxz9] .login-button {
    width: 200px;
    margin: 0 auto;
}

[b-8edx3fzxz9] .login-host-input {
    width: 200px;
    margin: 16px auto;
    margin-top: auto;
}

.login-container[b-8edx3fzxz9] {
    display: flex;
    align-items: stretch;
    flex: 1;
}

.login-loader[b-8edx3fzxz9] {
	margin: 0 auto;
}
/* /Shared/Lite/MainLayout.razor.rz.scp.css */
.page[b-sc5cqxl4hh] {
	position: relative;
	display: flex;
	flex-direction: column;
}

main[b-sc5cqxl4hh] {
	flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row.auth[b-sc5cqxl4hh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sc5cqxl4hh], article[b-sc5cqxl4hh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
