:root,
.app-wrapper {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.ui-wrapper {
  position: absolute;
  display: flex;
  flex-direction: row;
  height: 100vh;
  z-index: 100;

}

.cc-assembler-online {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 0;
}

.content {
  display: flex;
  max-width: 850px;
  height: 100vh;
}body {
	--dimensions: 50px;
}

.ccao-btn-image {
	width: var(--dimensions) !important;
	height: var(--dimensions) !important;
}

.cc-toolbar {
	left: var(--dimensions) !important;
	top: -4px;
	box-sizing: initial !important;
}

.cc-mouse-container {
	pointer-events: none;
}

ul {
	padding-left: 0px;
}

.ccao-custom-btn-transparent-icon {
	background-image: url('/icon_transparent.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.toolbar {
  background-color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50px;
  color: #FFF;
}

.toolbar-item {
  display: flex;
  flex: 25px 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.toolbar-item img {
  max-width: 22px;
  max-height: 22px;
}

.toolbar-item a {
  color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 50px;
  width: 50px;
  padding-left: 5px;
}

.toolbar-item a:hover, .toolbar-item a.active {
  color: #ffa82a;
  border-left: 5px solid #ffa82a;
  padding-left: 0;
}


.toolbar-item.material-icons {
  font-size: 24px;
  display: block;
}.configuration{
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}

