/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/editor.scss ***!
  \***********************************************************************************************************/
.basis-full {
  flex-basis: 100%;
}

.basis-half {
  flex-basis: 50%;
}

.basis-threequarters {
  flex-basis: 75%;
}

.basis-quarter {
  flex-basis: 25%;
}

.basis-third {
  flex-basis: 33.33333%;
}

.clickable {
  cursor: pointer;
}

.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.button-indigo {
  background-color: #5570F1 !important;
}

.button-black {
  background-color: #000000 !important;
}

.button-red {
  background-color: #FF0000 !important;
}

.jodit-ui-checkbox span {
  cursor: pointer;
}
.jodit-ui-checkbox input[type=checkbox]:not(:checked), .jodit-ui-checkbox input[type=checkbox]:checked {
  position: static;
}

body {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.app-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  z-index: 1001;
  background-color: #ffffff;
}
.app-page .editor-content {
  width: 100%;
  height: calc(100vh - 70px);
  position: relative;
}
.app-page .editor-content .wl-button {
  width: 24px;
  height: 32px;
  padding: 2px;
  position: fixed;
  top: 60%;
  z-index: 53;
  background-color: rgba(129, 129, 129, 0.5);
}
.app-page .editor-content .wl-button.close {
  left: 300px;
}
.app-page .editor-content .wl-button.open {
  left: 0;
}
.app-page .editor-content .wl-button svg {
  width: 20px;
  height: 20px;
}
.app-page .editor-content .components-column {
  display: block;
  width: 300px;
  background-color: #E4E4E4;
  position: fixed;
  height: calc(100vh - 70px);
  top: 70px;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
}
.app-page .editor-content .preview-column {
  display: block;
  background-color: #ffffff;
  overflow-y: auto;
  height: calc(100vh - 70px);
}
.app-page .editor-content .editor-column {
  background-color: #B9B9B9;
  position: fixed;
  top: 70px;
  right: 0;
  width: 40vw;
  height: 100vh;
  z-index: 52;
}
.app-page .editor-content .editor-column .editor-column-parameters {
  overflow-y: auto;
  height: calc(100% - 65px - 40px - 70px);
}

.editor-header {
  height: 70px;
  background-color: #818181;
  padding: 10px 0px;
}
.editor-header .header-content {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 20px;
}
.editor-header .header-content .header-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.editor-header .header-content .header-logo {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.editor-header .header-content .header-logo svg {
  width: 30px;
  height: 30px;
}
.editor-header .header-content .header-logo h1 {
  margin-left: 10px;
  font-size: 26px;
  margin-bottom: 0.1rem;
}

.html-preview {
  position: fixed;
  height: calc(100vh - 70px);
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 10;
}

.os-spinner-icon {
  animation: rotateIcon 5s infinite;
}

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  background-color: #ffffff;
}

/*
* {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}
*/
