.editor-customcodeblocks {
  position: absolute;
}
.editor-customcodeblocks .editor-drawer-content {
  background-color: transparent;
}
.editor-customcodeblocks .editor-drawer-content .editor-drawer-body {
  padding: 0;
}
.editor-customcodeblocks .editor-drawer-content .editor-drawer-header {
  margin-left: var(--my-custom-code-drawer-title-margin-left);
}
.editor-customcodeblocks .editor-drawer-content .editor-drawer-footer {
  margin-left: var(--my-custom-code-drawer-title-margin-left);
  background-color: #FFFFFF;
}
.editor-customcodeblocks .editor-customcodeblocks-body {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-list {
  width: inherit;
  height: 100%;
  overflow: auto;
  background-color: #FFFFFF;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .editor-view-default {
  height: 100% !important;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-tool {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 22px;
  padding-right: 20px;
  line-height: 22px;
  color: #47e;
  padding-bottom: 12px;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-tool .csb-tool-demo-title {
  font-size: 12px;
  cursor: pointer;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-tool .zoom-btn {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  color: rgba(28, 36, 46, 0.55);
  cursor: pointer;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-tool .zoom-btn .csb-tool-zoom {
  color: #CACCCE;
  font-size: 16px;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-tool .zoom-btn .text {
  font-size: 12px;
  margin-left: 4px;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-wrap {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-wrap .scb-editor-wrap {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-wrap .scb-editor-wrap .csb-tool {
  flex: 0 0 32px;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-wrap .scb-editor-wrap > section {
  flex: 1;
  flex-direction: column;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-editor {
  flex: 1;
  height: 100% !important;
  user-select: auto;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-editor .monaco-editor,
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-editor .overflow-guard {
  height: 100% !important;
}
.editor-customcodeblocks .editor-customcodeblocks-body .customcodeblocks-editor-wrapper .csb-editor .monaco-editor .monaco-scrollable-element .horizontal {
  display: none;
}
