/* Let's highlight canvas boundaries */
#gjs {
	border: 3px solid #444;
}

/* Reset some default styling */
.gjs-cv-canvas {
	top: 0;
	width: 100%;
	height: 100%;
}

.gjs-block {
	width: auto;
	height: auto;
	min-height: auto;
	margin: 5px;
}

.panel__top {
	padding: 0;
	width: 100%;
	display: flex;
	position: initial;
	justify-content: center;
	justify-content: space-between;
}
.panel__basic-actions {
	position: initial;
}
.editor-row {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
	overflow: auto;
	height: 100%;
	min-height: 500px;
}

.editor-canvas {
	flex-grow: 1;
}

.panel__right {
	flex-basis: 230px;
	position: relative;
	overflow-y: auto;
}

.panel__switcher {
	position: initial;
}

.panel__devices {
	position: initial;
}

.grapeicon {
	width: 50px;
}

#gjs {
  border: none;
}
/* Theming */

/* Primary color for the background */
.gjs-one-bg {
  background-color: #78366a;
}

/* Secondary color for the text color */
.gjs-two-color {
  color: rgba(255, 255, 255, 0.7);
}

/* Tertiary color for the background */
.gjs-three-bg {
  background-color: #ec5896;
  color: white;
}

/* Quaternary color for the text color */
.gjs-four-color,
.gjs-four-color-h:hover {
  color: #ec5896;
}

.grapefullpage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
