html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

body.dark-mode{background-color:rgb(0, 15, 27);color:#bfc2c7}.documentNameItem{border:solid 1px #bfc2c7;color:#ffffff;background-color:transparent}.documentNameItem:hover{cursor:pointer}#status.svelte-1j04ppc.svelte-1j04ppc{position:fixed;bottom:40%;left:35%;width:400px;height:90px;background-color:aquamarine;text-align:center;visibility:hidden;transition:visibility 0.5s}#status.svelte-1j04ppc.svelte-1j04ppc{font-size:3rem}#dataName.svelte-1j04ppc.svelte-1j04ppc{visibility:hidden}#pdf-viewer.svelte-1j04ppc.svelte-1j04ppc{max-width:50vw;height:85vh}#toolbar.svelte-1j04ppc.svelte-1j04ppc{padding-top:10px;width:506px;margin:auto}#toolbar.svelte-1j04ppc button.svelte-1j04ppc{border-radius:3px;border:none;height:30px}#toolbar-container.svelte-1j04ppc.svelte-1j04ppc{position:absolute;bottom:0;width:100%;border-radius:10px;margin:auto;min-height:50px;background-color:rgb(78, 130, 213)}#documents.svelte-1j04ppc.svelte-1j04ppc{margin:auto;text-align:center}.my-canvas{background-color:white;overflow-y:scroll;overflow-x:scroll;width:100%;height:100%}#editor.svelte-1j04ppc.svelte-1j04ppc{display:flex}#tex-editor.svelte-1j04ppc.svelte-1j04ppc{min-height:90vh;width:50%
    }@media only screen and (max-width: 1100px){#editor.svelte-1j04ppc.svelte-1j04ppc{display:block}#pdf-viewer.svelte-1j04ppc.svelte-1j04ppc{width:100%;height:40%}#tex-editor.svelte-1j04ppc.svelte-1j04ppc{width:100%;height:50%;min-height:50vh}}
