
@font-face {
  font-family: 'Swansea';
  src: url("/fonts/swansea-font/Swansea-q3pd.ttf");
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  overflow: hidden;
  width:100vw;
  position: absolute;
    top: 0px;
  height:100vh
}
#li-child-0{
  box-shadow: none;;
}

html{
  width:100vw;
  height:100vh;
  overflow:hidden;
}

#root{
  width:100vw;
  height:100vh
}


.main-content {
  height: 100vw;
  min-height: 100vh;
}
.mirror {
  cursor: grabbing !important;
}

.row {
  display: flex;
  justify-content: center;
}

#draggable{
  
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    
}

.show-fab {
  display: flex!important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  justify-items: center;
  cursor: pointer;
  position: fixed!important;
  top: 100px;
  right: 20px;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 4px 2px 7px 0px #04040454;
}

.hidden-fab{
  display:none;
}

#battery-icon{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-content:center;
  align-items:center;
  justify-content:center;
  justify-items:center;
  height:12px;
}

#battery-icon img{
  height:12px;
}

.handle{
  border-radius: 100%;
  width:40px;
  height:40px;
  position:relative;
  top:-20px;
  background-color:#05f8f8
}

h2{
  font-size:24px;
 
}
.left-menu {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.menu-title {
  margin: 20px;
  font-family: Arial;
}

.settings-title {
  margin: 20px;
  font-family: Arial;
}
.drag-container {
  height: 100vh;
  width: 25vw;
  background-color: #e7eaed;
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
}

#page-editor > wc-codemirror > textarea{
  display: inherit;
  width: inherit;
  height: inherit;
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-top: 2px;
}

.drag-container .dark {
  height: 100vh;
  width: 25vw;
  background-color: #121212;
  padding: 15px;
}
.work-zone {
  height: 100vh;
  min-width: 25vw;
  max-width:100vw;
  background-color: #e7eaed;
  padding: 5px;
  z-index:1;
 
}
.work-zone .dark {
  height: 100vh;
  width: 25vw;
  background-color: #121212;
  padding: 5px;
  z-index:1;
}

.data-edit-mode {
  height: 100vh;
  width: 100vw!important;
  background-color: #e7eaed;
  padding: 5px;
  z-index:1;
}

.drag-item {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 10px;
  padding: 0;
  width: 90%;
  display: inline-block;
  cursor: grab;
}

.drag-item .dark{
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 10px;
  padding: 0;
  width: 90%;
  display: inline-block;
  cursor: grab;
  background-image: linear-gradient(to right bottom, #1060f6, #006ffa, #007cfc, #0089fd, #0095fc, #00a0fe, #00abfe, #00b5fd, #00c1fe, #00ccfd, #00d7fa, #04e1f6)!important;
}

.drag-item > p{
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:1vw
}
#page .drag-item {
  animation: slide-in 0.3s ease-in;
}
#page .block:focus-visible {
  border:1px solid #121212
}
.drag-container .drag-item {
  transition: transform 0.2s ease-in-out;
}
.drag-container .drag-item:hover {
  transform: scale(1.2);
}
@keyframes slide-in {
  from {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
.drag-item:active {
  cursor: grabbing !important;
}
#page .drag-item {
  display: block !important;
  width: 100%;
  padding: 0px;
  height: auto;
  margin:0px
}
[data-type="text"] {
  font-family: Arial;
  font-size: 14px;
  text-align: left;
}
.drag-item p {
  text-align: center;
}

.tabs ::slotted(.selected) {
  background: #127fde;
  color: #ffffff;
  font-family: arial;
  font-size: 0px;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: 90px;
  left: 50%;
}

.tabs ::slotted(*) {
  background: #466886;
  color: #ffffff;
  font-family: arial;
  font-size: 0px;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: 90px;
  right: 50%;
}

#container {
  height: 100vh;
  width: 100%;
  background: #dee0e4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#container .dark{
  height: 100vh;
  width: 100%;
  background: #000000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.block {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  max-width: 1300px;
  min-height: 30px;
}

.ui-wrapper {
  width: 360px;
  height: 740px;
  background: url(https://res.cloudinary.com/wikacy-com/image/upload/v1691987644/demos/galaxys9_zmzpnx.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 360px 740px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#page {
  border-radius: 0px 0px 30px 30px;
  min-height: 600px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 338px;
  height: 640px;
  margin: 0px auto;
}
#app-preview {
  border-radius: 0px 0px 30px 30px;
  min-height: 600px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 338px;
  height: 640px;
  margin: 0px auto;
}

iframe{
  overflow:hidden;
}

iframe::-webkit-scrollbar{
  display:none;
}

#app-preview::-webkit-scrollbar{
display:none;
  }


#page-editable {
  border-radius: 20px 20px 20px 20px;
  min-height: 600px;
  background: #fff;
  overflow-y: hidden;
  overflow-x: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 338px;
  height: 660px;
  margin: 0px auto;
}

#page-editable::-webkit-scrollbar{
  display:none;
}

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white!important;
}
.cm-s-3024-day.CodeMirror {
  background: #060606!important;
  color: #01a0e4!important;
  max-width: 100%!important;
}

#magicbooksio > h1 {
  margin-left: -10px;
  text-shadow: 1px 1px 0 #b3c0ce;
  font-weight: 100;
}

#settings {
  position: absolute;
  right: 0px;
  
  background-color: #ffffff;
}
.settings-title{
  text-align:right;
}
.appbar{  
  position: relative;
  width: 300px;
  background: #fff;
  color: #000;
  opacity: 0.85;
  z-index: 1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}


.status-bar {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  height: 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  border-radius: 30px 30px 0px 0px;
}


#time-icon {
  font-size: 12px;
  margin: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: absolute;
  top: -9px;
  left:15px
}

#wifi-icon{
  position:relative;
  right: -88%
}
#wifi-icon img{
  height: 14px;
  position:relative;
  
  margin-top: 3px;
}

.appbar-icon{
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.tree{
  display:none!important
}

.tree-active{
  display:flex;
  width:100%
}

.work-zone {
  height: 100vh;
  width: 25vw;
  background-color: #e7eaed;
  padding-right: 0px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  overflow:auto;
  scroll-behavior: scroll;
}



update-button img{
  border-radius:100%;
  box-shadow:none;
}

#result_json{
  display:none;
}
#result-tree{
  list-style:none;
  text-align:left;
  padding-bottom:100px;
  overflow-x:auto;
}
.node-tree {
  list-style: none;
  text-align: left;
  margin-left: 0px;
  text-indent: 0px;
  position: relative;
  font-family: arial;
  width: 100%;
  overflow: auto;
  padding-bottom: 100px;
  box-shadow: 4px 2px 7px 0px #B3C0CE;
  padding: 1px;
  border-radius: 10px;
}
.node-tree h5:hover {
  cursor: pointer;
  background-color: #76B3FA;
  color: #fff;  
  box-shadow: 4px 2px 7px 0px #B3C0CE;
  
  right: -25px;
  position: relative;
  padding-left: 5px;
  border-radius:4px;
}

.node-tree li{
  
  border-radius:5px;
  padding:0px;
  margin-left:0px;
  max-width: 98vw;
  width:83%
}

.node-tree h5 {
  background-color: #dee0e4;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#node-tree ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0px;

}

#li-page{
  max-width:90%
}

ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding-left: 0px;
  width: 120%;
}

#result_tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0px;
}

#page::-webkit-scrollbar{
  display:none;
}

#topbar {
  position:absolute;
  top:0px;
  left:50%;
  transform:translate(-50%);
  width:100%;
  height: 77px;
  background-color: #ffffff;
  display:flex;
  flex-direction:row;
  align-content: center;
  justify-items:center;
  justify-content:center;
  font-family:Arial, Helvetica, sans-serif;
  color:#45c8f1;
  flex-wrap:wrap;
  z-index:9;
  box-shadow: 4px 2px 7px 0px #B3C0CE;
}
.magic-blue{
  position:absolute;
  top:0px;
  left:50%;
  transform:translate(-50%);
  width:100%;
  height: 77px;
  background-image: linear-gradient(to right bottom, #1060f6, #006ffa, #007cfc, #0089fd, #0095fc, #00a0fe, #00abfe, #00b5fd, #00c1fe, #00ccfd, #00d7fa, #04e1f6)!important;
  display:flex;
  flex-direction:row;
  align-content: center;
  justify-items:center;
  justify-content:center;
  font-family:Arial, Helvetica, sans-serif;
  color:#fff;
  flex-wrap:wrap;
  box-shadow: 4px 2px 7px 0px #B3C0CE;
  z-index:9
}
.magic-blue h1 {
  color: #fff;
  margin-left: -18px;
}

.update-button {
  display: flex;
  flex-direction: row;
  background-color: #dee0e4;
  align-content: center;
  justify-content: center;
  justify-items: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: none;
  text-align: right;
  cursor: pointer;
  box-shadow: 4px 2px 7px 0px #B3C0CE;
  flex-wrap: wrap;
  align-items: center;
  margin-right:5px;
}
.update-button2 {
  display: flex;
  flex-direction: row;
  background-color: #dee0e4;
  align-content: center;
  justify-content: center;
  justify-items: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: none;
  text-align: right;
  cursor: pointer;
  box-shadow: 4px 2px 7px 0px #B3C0CE;
  flex-wrap: wrap;
  align-items: center;
  margin-right:5px;
  
}

.update-button3 {
  display: flex;
  flex-direction: row;
  background-color: #dee0e4;
  align-content: center;
  justify-content: center;
  justify-items: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: none;
  text-align: right;
  cursor: pointer;
  box-shadow: 4px 2px 7px 0px #B3C0CE;
  flex-wrap: wrap;
  align-items: center;
  margin-right:5px;
  
}

.update-btns-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  justify-items: center;
  padding: 5px;
}


  .update-button img:hover{
    image-rendering: pixelated ;
    

   }

   .update-button2 img:hover{
    image-rendering: pixelated ;
    

   } 


  .update-button:hover{
    background-color: #76B3FA;
    box-shadow: 4px 2px 7px 0px #04040454;
  }

  .update-button2:hover{
    background-color: #76B3FA;
    box-shadow: 4px 2px 7px 0px #04040454;
  }
.node-tree::-webkit-scrollbar{
  display:none;
}



#result_tree > li > ul > li > ul > li:nth-child(1) > ul > li:nth-child(1) > ul > li > ul > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-items: flex-start;
  justify-content: flex-start;
  position:relative;
  left:-5px;
}

input{
  margin-right:5px;
  border:none;
  border-radius:4px;
  height:40px;
  width: 100%;
  max-width: 98vw;
  height: 60px;
  max-width: 96vw;
  margin-top: 2px;
  margin-bottom:2px;
}



input:focus-visible{
  outline:none;
  max-width: 96vw;
  height:100px
}
.button-blue{
  background: #dee0e4;
  border-radius: 10px;
  padding: 20px 40px;
  color: #000;
  text-decoration: none;
  font-size: .8rem;
  margin: 0 15px;
  width: 160px;
  height: 40px;
  position: relative;
  box-shadow: 1px 1px 0.05px 0.5px #04040430;
  align-self: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-items: center;
  align-content: center;
  justify-content: center;
  font-weight: 600;
  transition: transform 0.1s ease-in-out;

}
.button-gray {
  background: #dee0e4;
  border-radius: 10px;
  padding: 20px 40px;
  color: #000;
  text-decoration: none;
  font-size: .8rem;
  margin: 0 15px;
  width: 160px;
  height: 40px;
  position: relative;
  box-shadow: 1px 1px 0.05px 0.5px #04040430;
  align-self: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-items: center;
  align-content: center;
  justify-content: center;
  font-weight: 600;
  transition: transform 0.1s ease-in-out;
}

#magicbooksio {
  margin-right: 40px;
  margin-left: 40px;
  height: 77px;
  align-self: center;
  vertical-align: middle;
  display: flex;
  line-height: 20px;
  transition: transform 0.2s ease-in-out;
  font-weight: lighter;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  position: absolute;
  left: 0px;
}
#magicbooksio:hover {  
  text-decoration: underline;
  font-weight: lighter;
  transform: scale(1.05);
  
}

  @media only screen and (max-width: 1500px){
    .button-blue{
      display:none;
    }
     .button-gray{
      display:none;
     }
  }

  .button-blue:hover{
    cursor: pointer;
    transform: scale(1.01);
    box-shadow: 4px 2px 7px 0px #04040454;
    
    }
    .button-gray:hover{
      cursor: pointer;
      transform: scale(1.01);
      box-shadow: 4px 2px 7px 0px #04040454;
      
      }

      .node-tree h5:hover {
        cursor: pointer;
        background-color: #76B3FA;
        color: #fff;
        transform: scale(1.01);
        box-shadow: 4px 2px 7px 0px #B3C0CE;
        width: 89vw;
        right: -25px;
        position: relative;
        padding-left: 5px;
    }

  
  
      .toggle {
        cursor: pointer;
        display: inline-block;
      }
      .toggle-switch {
        display: inline-block;
        background: #ccc;
        border-radius: 16px;
        width: 58px;
        height: 32px;
        position: relative;
        vertical-align: middle;
        transition: background 0.25s;
        &:before,
        &:after {
          content: "";
        }
        &:before {
          display: block;
          border-radius: 50%;
          box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
          width: 24px;
          height: 24px;
          position: absolute;
          top: 4px;
          left: 4px;
          transition: left 0.25s;
          background-image: linear-gradient(to right bottom, #1060f6, #006ffa, #007cfc, #0089fd, #0095fc, #00a0fe, #00abfe, #00b5fd, #00c1fe, #00ccfd, #00d7fa, #04e1f6)!important;
      }
        .toggle:hover &:before {
          background: linear-gradient(to bottom, #fff 0%,#fff 100%);
          box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
        }
        .toggle-checkbox:checked + & {
          background: #05f8f8;
          &:before {
            left: 30px;
          }
        }
      }
      .toggle-checkbox {
        position: absolute;
        visibility: hidden;
      }
      .toggle-label {
        margin-left: 5px;
        position: relative;
        top: 2px;
      }
#greeting-div-1{
  background-color: transparent;
}

#greeting-div-1 > greeting-message > p > button {
  display: flex;
  background: #3c84f7;
  border-radius: 10px;
  padding: 20px 40px;
  color: #fff;
  text-decoration: none;
  font-size: .8rem;
  margin: 0 15px;
  width: 160px;
  height: 40px;
  position: relative;
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-items: center;
  align-content: center;
  justify-content: center;
  font-weight: 600;
  transition: transform 0.2s ease-in-out;
  align-items: center;
  width: 90%;
  height: 50px;
  border:none;
  text-align:center;
}

#greeting-div-1 > greeting-message > p > button:hover{
transform: scale(1.05);
}
#greeting-div-1 > greeting-message > p > button > img{
  width:80px;
  height:80px;
}

.left-menu{
  position: absolute;
  left: 0px;
  top:77px;  
  height: -webkit-fill-available;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;

}

.tab-container {
  position: absolute;
  left: 50%;
  bottom: 40px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%);
  height: 50px;
  z-index: 9;
  background-color:transparent!important;
}

#right-menu > div{
  position:absolute;
  right:0px;
  top:77px;
  height: -webkit-fill-available;
  
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg,#2682de,#79c0ff);
  border-radius: 20px;
}
#li-child-0.update-button2 {
  display: flex;
  flex-direction: row;
  background-color: #dee0e4;
  align-content: center;
  justify-content: center;
  justify-items: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  text-align: right;
  cursor: pointer;
  box-shadow: 4px 2px 7px 0px #B3C0CE;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0px;
  position: relative;
  
}

.left-fab{
  display:none;
}

.right-fab{
  display:none;
}



.magic-work{
  position:absolute;
  right:0px;
  top:77px;
  height:90vh;
  
  width: 400px;
  background: linear-gradient(45deg,#0ae8f0,#239bf5)!important;
  padding: 10px;
  padding-right:0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  overflow:auto;
  scroll-behavior: scroll;
}

.toggle-switch {
  display: inline-block;
  background: #e7eaed;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
  position: absolute;
  right: 40px;
  top: 25px;
}

.close-left-hidden{
  display:none;
}
.close-left-hidden img{
  display:none;
}
 

@media only screen and (max-width: 420px){

  #magicbooksio {
    font-size: 10px;
    height: 50px;
    width: fit-content!important;
    text-align: center;
    align-self: center;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    text-shadow: 0px 1px 1px #d7d4f0, 0px 4px 1px rgba(0,0,0,0.1), 0px 0.25px 23px rgba(0,0,0,0.1);
}
  
    .close-left-hidden {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      justify-items: center;
      position: absolute;
      left: 20px;
      bottom: 20px;
      width: 45px;
      height: 45px;
      border-radius: 100%;
      background-color: #ffffff;
      box-shadow: 4px 2px 7px 0px #04040454;
      cursor: pointer;
  }

  #magicbooksio > h1 {
    margin-left: -10px;
    text-shadow: 1px 0.5px 0 #b3c0ce;
}

  

  .close-left-hidden img{
    display:flex;
    width:20px;
    height:20px
    

  }

  .drag-item {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: 10px;
    padding: 0;
    width: 90%;
    display: inline-block;
    cursor: grab;
    height: 60px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
  .left-menu-active#draggable {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
  .ui-wrapper{
    background:none;
    border-radius:none;
    width:100vw;
    height:100vh;
    position:absolute;
    top:0px;
    left:0px;
    z-index:9
  }
  #m-logo{
    display:none
  }
  

  .left-fab{
    width:50px;
    height:50px;
    border-radius:100%;    
    color:#fff;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position:absolute;
    bottom:50px;
    left:10px;
    z-index:99;
    background-image: linear-gradient(to right bottom, #1060f6, #006ffa, #007cfc, #0089fd, #0095fc, #00a0fe, #00abfe, #00b5fd, #00c1fe, #00ccfd, #00d7fa, #04e1f6)!important;
  }

  .right-fab{
    width:50px;
    height:50px;
    border-radius:100%;    
    color:#fff;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position:absolute;
    bottom:50px;
    right:10px;
    z-index:9999999;
    background-image: linear-gradient(to right bottom, #1060f6, #006ffa, #007cfc, #0089fd, #0095fc, #00a0fe, #00abfe, #00b5fd, #00c1fe, #00ccfd, #00d7fa, #04e1f6)!important;
  }

  .toggle-switch{display:inline-block;}

  #topbar{
    height:50px;
    background-image: linear-gradient(to right bottom, #1060f6, #006ffa, #007cfc, #0089fd, #0095fc, #00a0fe, #00abfe, #00b5fd, #00c1fe, #00ccfd, #00d7fa, #04e1f6)!important;
    box-shadow: 4px 2px 7px 0px #B3C0CE;
    color:#ffffff;
    position:fixed;
  }

  .tab-container {
    position: absolute;
    left: 50%;
    bottom: 50px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%);
    height: 50px;
    z-index: 99;
    background-color:#ffffff;
}


  #magicbooksio {
    font-size: 10px;
    height: 50px;
    width: auto;
    text-align: center;
    align-self: center;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    
    text-shadow: 0px 4px 3px #d7d4f0, 0px 4px 1px rgba(0,0,0,0.1), 0px 0.25px 23px rgba(0,0,0,0.1);
}
  body{
    overflow:hidden;
  }

  #your-app{
    z-index:10;
  }
  #topbar > a:nth-child(1){
    width:40px;
    height:40px;
    color:#fff;
    font-size:12px;
  }

  #topbar > a:nth-child(5){
    width:40px;
    height:40px;
    color:#FFF;
    font-size:12px;
  }

  .left-menu {
    
    display:none;
    

  }

  .left-menu-active {
    position: absolute;
    left: 0px;
    top:0px;    
    height: 100vh;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    width: 180px;
    z-index:99999
  
  }

  .right-menu-active {
    position: absolute;
    right: 0px;
    top:0px;    
    height: 100vh;
    display:flex!important;
    flex-direction:column;
    flex-wrap:wrap;
    width: 300px;
    z-index:99999
  
  }

  

 

  #left-menu-active .drag-container{
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
  }
  

  .right-menu#right-menu > div{
   display:none;
  }

  .right-menu-active#right-menu > div{
    display:flex!important;
    width:300px;
    height:100vh;
    position:absolute;
    top:0px;
   }
  .settings-title {
    
    display: none;
}

.toggle{display:none}
   
}


::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #2682de, rgb(121, 192, 255));
  border-radius: 20px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
}
::-webkit-scrollbar-y {
  height: 5px;
}



@media only screen and (max-width: 500px)  {

  ::-webkit-scrollbar {
      width: 0px;
      display: none;
  }

  #magicbooksio > h1 {
    margin-left: -10px;
    text-shadow: 1px 0.5px 0 #b3c0ce;
}

  .left-menu-active#draggable {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.drag-item {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 10px;
  padding: 0;
  width: 90%;
  display: inline-block;
  cursor: grab;
  height: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
}


@media only screen and (max-width: 750px)  {
  /*.drag-container{
    display:none!important;
  }
  */

  #magicbooksio > h1 {
    margin-left: -10px;
    text-shadow: 1px 0.5px 0 #b3c0ce;
}
  .left-menu-active#draggable {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

  .left-menu-active .drag-container {
    position: absolute;
    left: 0px;
    top:0px;    
    height: 100vh;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    width: 180px
  
  }

  .left-menu {
    
    display:none;
    

  }

  .drag-item {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: 10px;
    padding: 0;
    width: 90%;
    display: inline-block;
    cursor: grab;
    height: 60px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

  .left-menu-active {
    position: absolute;
    left: 0px;
    top:0px;    
    height: 100vh;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    width: 180px;
    z-index:99999
  
  }

  .right-menu-active {
    position: absolute;
    right: 0px;
    top:0px;    
    height: 100vh;
    display:flex!important;
    flex-direction:column;
    flex-wrap:wrap;
    width: 300px;
    z-index:99999
  
  }

  

  .work-zone{
    display:none!important;
  }
  ::-webkit-scrollbar {
      width: 0px;
      display: none;
  }
}

.toggle-elems {
  position: absolute;
  top: 0;
  left: 0;
  height: 54px;
  width: 54px;
  z-index: 2;
  cursor: pointer;
}


  .bubble-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    width: 54px;
    z-index: 2;
    cursor: pointer;
  }

  i {
    position: absolute;
    top: 17px;
    right: 17px;
    transition: 0.2s ease;
    transform-origin: center;

    &:before, &:after {
      transition: 0.2s ease;
      background: #fff;
    }
  }
  ul {
    visibility: visible;
    padding: 1em 0.5em;

    span.add-header {
      display: block; 
      margin: 0 0 19px 0.5em;
      font-weight: 600;
      font-size: 14px;
      opacity: 0;
      white-space: nowrap;
      letter-spacing: 0.02em;
    }

    li { 
      margin: 0 0 1px 0;
      opacity: 0;
      transform: translateX(25%);
      &:last-of-type {margin: 0;}

      a {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0.3em 0.5em;
        font-size: 15px;
        font-weight: 600;
        color: #333;
        border-radius: 3px;
        text-decoration: none;
        transition: 0.2s ease-out;

        &:hover {
          color: #2A79D5;
          background: #f7f7f7;
        }
      }

      .collab-logo {
        display: inline-block;
        width: 24px;
        margin: 0 8px 0 0;
        text-align: center;
      }

      img {
        max-height: 24px;
        max-width: 24px;
        width: auto;
      }
    }
  }
  &.open {
    border-radius: 4px;
    width: 180px;
    height: 170px;
    background: #fff;
    box-shadow: -6px 6px 130px -12px rgba(51, 51, 51, 0.4);
    transition: background 0.1s ease, height 0.2s ease, width 0.2s ease, border-radius 0.2s ease, box-shadow 0.2s ease;

    span.add-header {
      opacity: 1;
      transition: opacity 0.2s ease-out 0.1s;
    }

    i {
      transform: rotate(45deg);
      transition: 0.24s ease-out;
      &:before, &:after {background: #999;}
    }

    ul {
      transition: all 0.3s;
      visibility: visible;

      li {
        opacity: 1;
        transform: translateX(0);
        transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
        &:nth-of-type(1) {transition-delay: 0.08s}
        &:nth-of-type(2) {transition-delay: 0.12s}
        &:nth-of-type(3) {transition-delay: 0.17s}
      }
    }
}

.toggle-element {
  cursor: pointer;
  display: inline-block;
}
.toggle-element-switch {
  display: inline-block;
  background: #e7eaed;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
  &:before,
  &:after {
    content: "";
  }
  &:before {
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
    background-image: linear-gradient(to right bottom, #1060f6, #006ffa, #007cfc, #0089fd, #0095fc, #00a0fe, #00abfe, #00b5fd, #00c1fe, #00ccfd, #00d7fa, #04e1f6)!important;
}
  .toggle-element:hover &:before {
    background: linear-gradient(to bottom, #fff 0%,#fff 100%);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
  }
  .toggle-element-checkbox:checked + & {
    background: #05f8f8;
    &:before {
      left: 30px;
    }
  }
}
.toggle-element-checkbox {
  position: absolute;
  visibility: hidden;
}
.toggle-element-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.tab-content{
  display:none
}
.tab-content-active{
  display:flex
}

.tab-container {
	position: absolute;
	left: 50%;
	bottom: 50px;	
	display: flex;
	align-items: center;
	justify-content: center;
  transform: translate(-50%);
  height:50px;
  z-index:9;
  background-color:#ffffff;
}
.tabs {
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 0.75rem;
  border-radius: 99px;
  box-shadow: 4px 2px 7px 0px #B3C0CE;
	* {
		z-index: 2;
	}
}

input[type="radio"] {
	display: none;
}

.tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 200px;
  font-family:Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	border-radius: 99px; 
	transition: color 0.15s ease-in;
  cursor: pointer;
  z-index:9
}

.notification {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-left: 0.75rem;
	border-radius: 50%;
	background-color: var(--secondary-color);
	transition: 0.15s ease-in;
}

input[type="radio"] {
	&:checked {
		& + label {
			color: var(--primary-color);
			& > .notification {
				background-color: #dee0e4;
				color: #000;
			}
		}
	}
}

input[id="radio-1"] {
	&:checked {
		& ~ .glider {
			transform: translateX(0);
		}
	}
}

input[id="radio-2"] {
	&:checked {
		& ~ .glider {
			transform: translateX(100%);
		}
	}
}

input[id="radio-3"] {
	&:checked {
		& ~ .glider {
			transform: translateX(200%);
		}
	}
}

.glider {
	position: absolute;
	display: flex;
	height: 54px;
	width: 200px;
	background-color: #dee0e4;
	z-index: 0;
	border-radius: 99px; 
	transition: 0.25s ease-out;
}

@media (max-width: 700px) {
	.tabs {
		transform: scale(0.6);
	}
}

.CodeMirror-wrap pre {
  word-break: break-word;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -50px;
  margin-right: 0px;
  padding-bottom: 50px;
  height: 100%;
  outline: none;
  position: relative;
  white-space: pre-wrap;
  width: 100%;
}