.page-content {
  overflow: hidden;
}

.page1-sidebar {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 16.875rem;
  max-width: 16.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1002;
  will-change: left, right;
}

#app .page1-sidebar {
  background-color: white;
  background-image: none;
}

.question-list-wrapper {
  /*padding-left: 0;*/
  padding-right: 500px;
  transition: all 0.5s ease;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

#a.page1-sidebar, #b.page1-sidebar {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
}

#a {
  width: 500px;
  max-width: 500px;
}

#b {
  transition: all 0.3s ease;
  width: 0;
  max-width: 800px;
}

#b.edit {
  max-width: 800px;
  width: 800px;
}

.question-list-wrapper.edit {
  padding-right: 800px;
}

.aside-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  transition: right 0.3s ease;
}

.edit .aside-left {
  right: 800px;
}

.editor {
  border: 1px dashed transparent;
  position: relative;
}

.editor-toolbar {
  display: none;
  position: absolute;
  top: -30px;
  left: -1px;
}

.editor-active {
  border-color: silver;
}

.editor-active .editor-toolbar {
  display: block;
}

.editor .editor-title {
  font-size: 24px;
}

.li-group {
  border-style: dashed !important;
}

:root {
  --ck-z-default: 9000 !important;
}
