html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fr-toolbar.fr-top {
	top: 0;
	position: sticky !important;
	z-index: 12;
	box-shadow: #0008 0 0 4px;
	border-radius: 0;
}

#editor {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100vh;
	overflow: auto;
	border-radius: 0;
}

#PMnavbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 61px;
	box-shadow: #0008 0 0 4px;
	background: #fff8;
	z-index: 23;
	border-radius: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	padding: 2px 0 0;
}
#PMnavbar.bottom {
	top: unset;
	bottom: 0;
}

#PMnavbar button {
	margin: 8px;
	padding: 8px 15px 7px;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	font-family: poppins;
	font-weight: 700;
	border-radius: 8px;
	border: 1px solid #0004;
	background: #fff;
	cursor: hand;
}

#PMnavbar button:hover {
	background: #000;
	color: #fff;
}

#PMnavbar button {
	float: right;
}

#PMnavbar button:first-child {
	float: left;
}

/* Little hack for demo before buy
#fr-logo,
.fr-wrapper>div:first-child {
	display: none;
}
*/

.fr-wrapper {
	padding: 0;
}

.fr-box.fr-basic .fr-element {
	padding: 0;
}

.editor-preview-side {
    padding: 42px 33px 17px;
}
.editor-preview.editor-preview-active {
    padding: 33px;
}
.min-h-screen {
    height: calc(100vh - 181px) !important;
    margin: 60px 0 0;
}
.CodeMirror {
    height: calc(100vh - 109px) !important;
}
.CodeMirror-fullscreen {
    top: 110px;
}
.editor-toolbar.fullscreen {
    top: 60px !important;
}
.fa.fa-question-circle,
.fa.fa-arrows-alt.no-disable.no-mobile {
	display:none !important;
}
.CodeMirror-sizer {
	padding-bottom: 33px !important;
}
.CodeMirror-scroll {
	padding: 19px 19px 99px;
}
