/*rgba(10, 10, 10, 0.94);*/
/* Content */
html {
  overflow-x: initial;
  overflow-y: initial; }

/* prevent overide */
body.edit.default-workspace {
  background-color: rgba(0, 0, 0, 0.08); }
  body.edit.default-workspace.default-workspace.dark {
    background-color: rgba(74, 74, 74, 0.47); }

body.edit.default-workspace .is-wrapper > div:last-of-type {
  box-shadow: -2px 18px 15px -16px rgba(0, 0, 0, 0.11); }

body.edit:not(.default-workspace) .is-section {
  border-left: rgba(180, 180, 180, 0.22) solid 2px;
  border-right: rgba(180, 180, 180, 0.22) solid 2px;
  border-bottom: rgba(180, 180, 180, 0.15) solid 2px; }

body.edit:not(.default-workspace) .is-section:first-child {
  border-top: rgba(180, 180, 180, 0.22) solid 2px; }

body.edit:not(.default-workspace) .is-wrapper > div:last-of-type {
  border-bottom: rgba(180, 180, 180, 0.22) solid 2px;
  box-shadow: -2px 18px 15px -16px rgba(0, 0, 0, 0.11); }

.is-wrapper {
  opacity: 1; }

.dark .is-wrapper {
  opacity: 0.95; }

/* Block */
.is-block.edit {
  outline: 1px dashed rgba(255, 1, 107, 0.76);
  cursor: auto;
  transform: none; }

.dark .is-block.edit {
  outline: 1px dashed rgba(255, 1, 107, 0.76); }

/*
table {border-collapse: collapse;}
table th,
table td {
    border: rgba(117,117,117,0.5) 1px dashed;
}
.is-light-text table th,
.is-light-text table td {
    border: rgb(255,255,255) 1px dashed;
}
*/
.icon-active {
  background-color: rgba(200, 200, 201, 0.4); }

.dark .icon-active {
  background-color: rgba(200, 200, 201, 0.4); }

.is-block [data-html] {
  /* element custom code */
  min-height: 25px; }

.element-highligter {
  position: absolute;
  background: rgba(200, 200, 201, 0.11); }

.dark .element-highligter {
  background: rgba(200, 200, 201, 0.11); }

.block-highligter {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  background: rgba(200, 200, 201, 0.11);
  z-index: 0 !important; }

.dark .block-highligter {
  background: rgba(200, 200, 201, 0.11); }

.group-handle {
  position: absolute !important;
  top: -44px !important;
  right: 0px !important;
  width: 70px !important;
  height: 30px !important;
  background: #b456ef !important;
  color: #fff !important;
  cursor: move !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.05) !important; }

/* UI Elements */
body.dark ::-webkit-scrollbar {
  width: 12px; }

body.dark ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

body.dark ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #777;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); }

body.dark ::-webkit-scrollbar-thumb:window-inactive {
  background: #777; }

.is-ui {
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #111111; }
  .is-ui.dark {
    color: rgba(255, 255, 255, 0.9); }

.is-ui *:focus {
  outline: none !important; }

.is-ui a {
  color: #111111;
  text-decoration: none; }

.is-ui.dark a {
  color: rgba(255, 255, 255, 0.9); }

.is-ui label {
  font-weight: 300;
  font-size: 12px; }

.is-ui .flex-row {
  display: flex;
  flex-flow: row wrap !important;
  align-items: center; }

.is-ui .flex-row-nowrap {
  display: flex;
  flex-flow: row nowrap !important;
  align-items: center; }

.is-ui .flex-column {
  display: flex;
  flex-direction: column; }

button > * {
  pointer-events: none;
  /* https://css-tricks.com/slightly-careful-sub-elements-clickable-things/ */ }

.is-ui button,
.is-ui a.is-btn,
.is-ui button:hover,
.is-ui a.is-btn:hover,
.is-ui button:focus,
.is-ui a.is-btn:focus {
  width: 40px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #111111;
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  border: transparent 1px solid;
  box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
  opacity: 1;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-transform: none;
  text-align: center;
  position: relative;
  border-radius: 0;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: initial; }

.is-ui.dark button,
.is-ui.dark a.is-btn,
.is-ui.dark button:hover,
.is-ui.dark a.is-btn:hover {
  background-color: rgba(31, 31, 31, 0.81);
  color: rgba(255, 255, 255, 0.9);
  border: transparent 1px solid;
  box-shadow: 0px 3px 6px -6px rgba(23, 23, 23, 0.32);
  opacity: 0.95; }

.is-ui button.on,
.is-ui a.is-btn.on {
  background-color: #f3f3f3; }

.is-ui.dark button.on,
.is-ui.dark a.is-btn.on {
  background-color: #2e2e2e; }

.is-ui .button-tabs {
  display: flex;
  justify-content: center; }

.is-ui .button-tabs button {
  background: none !important;
  box-shadow: none !important;
  padding: 0 2px;
  height: 23px;
  width: auto;
  margin: 0 20px; }

.is-ui .button-tabs button.on {
  border-bottom: rgba(103, 103, 103, 0.72) 1px solid; }

.is-ui.dark .button-tabs button.on {
  border-bottom: rgba(103, 103, 103, 0.72) 1px solid; }

.is-ui button svg,
.is-ui a.is-btn svg {
  fill: #111111; }

.is-ui.dark button svg,
.is-ui.dark a.is-btn svg {
  fill: rgba(255, 255, 255, 0.8); }

.is-ui button svg.svglight {
  display: block; }

.is-ui button svg.svgdark {
  display: none; }

.is-ui.dark button svg.svglight {
  display: none; }

.is-ui.dark button svg.svgdark {
  display: block; }

/* Button Warning */
.is-ui button.outline-warning {
  font-weight: 400;
  color: #ff6b9b;
  border: #ffb9b9 1px solid;
  box-shadow: 0px 3px 12px -12px black; }

.is-ui button.outline-warning svg {
  fill: #ff6b9b; }

.is-ui.dark button.outline-warning {
  color: #ffffff;
  background: #f54880;
  border: transparent 1px solid; }

.is-ui.dark button.outline-warning svg {
  fill: #ffffff; }

/* Button Ok */
.is-ui button.outline-ok,
.is-ui a.is-btn.outline-ok {
  font-weight: 400;
  color: #1480f3 !important;
  border: #b2ceff 1px solid !important;
  box-shadow: 0px 3px 12px -12px black; }

.is-ui button.outline-ok svg,
.is-ui a.is-btn.outline-ok svg {
  fill: #1480f3; }

.is-ui.dark button.outline-ok,
.is-ui.dark a.is-btn.outline-ok {
  color: #ffffff !important;
  background: #0e75de;
  border: transparent 1px solid !important; }

.is-ui.dark button.outline-ok svg,
.is-ui.dark a.is-btn.outline-ok svg {
  fill: #ffffff; }

/* Button Yellow (Special Use) */
.is-ui button.outline-yellow {
  color: rgba(0, 0, 0, 0.8);
  background: #fbe05c;
  border: transparent 1px solid;
  box-shadow: 0px 3px 12px -12px black; }

.is-ui button.outline-yellow svg {
  fill: #000; }

.is-ui.dark button.outline-yellow {
  border: transparent 1px solid; }

.is-ui button span,
.is-ui a.is-btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 8px; }

.is-ui button.cmd-panel-close,
.is-ui button.cmd-template-settings {
  background: none;
  box-shadow: none; }

.is-ui .panel-section-templates button.cmd-panel-close svg,
.is-ui .panel-section-templates button.cmd-template-settings svg,
.is-ui .panel-mockups button.cmd-panel-close svg {
  fill: #000; }

.is-ui textarea {
  width: 100%;
  height: 80vh;
  border: none;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  font-family: monospace;
  color: #111111;
  background-color: #fbfbfb;
  filter: none; }

.is-ui.dark textarea {
  background-color: #ddd;
  filter: invert(1); }

.is-ui input[type=text] {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0;
  padding-left: 8px;
  color: #111111;
  display: inline-block;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  background-color: #fbfbfb; }

.is-ui.dark input[type=text] {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #232323; }

.is-ui input:focus {
  outline: none; }

.is-ui select {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  height: 38px;
  line-height: 1.7;
  color: #111111;
  border-radius: 0px;
  border: none;
  background-color: #f3f3f3;
  width: auto;
  display: inline-block;
  background-image: none;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  padding: 0 5px; }

.is-ui.dark select {
  color: rgba(255, 255, 255, 0.9);
  background-color: #232323; }

.is-ui select option {
  color: #111111;
  background: #fbfbfb; }

.is-ui.dark select option {
  color: rgba(255, 255, 255, 0.9);
  background: #232323; }

.is-ui select:focus {
  outline: none; }

.is-ui input[type=checkbox] {
  opacity: 0.8; }

.is-ui .panel-fontfamily iframe {
  filter: none; }

.is-ui .panel-headings iframe {
  filter: none; }

.is-ui .panel-svg-shapes iframe {
  filter: none; }

.is-ui .panel-icons iframe {
  filter: none; }

.is-ui .panel-typography iframe {
  filter: none; }

.is-ui .imageselect iframe,
.is-ui .div-image-library iframe {
  filter: none; }

.is-ui .videoselect iframe {
  filter: none; }

.is-ui .fileselect iframe {
  filter: none; }

.is-ui .panel-mobile-preview iframe {
  opacity: 1; }

.is-ui.dark .panel-fontfamily iframe {
  filter: invert(1); }

.is-ui.dark .panel-headings iframe {
  filter: invert(1); }

.is-ui.dark .panel-svg-shapes iframe {
  filter: invert(1); }

.is-ui.dark .panel-icons iframe {
  filter: invert(1); }

.is-ui.dark .panel-typography iframe {
  filter: invert(1); }

.is-ui.dark .imageselect iframe,
.is-ui.dark .div-image-library iframe {
  filter: invert(1); }

.is-ui.dark .videoselect iframe {
  filter: invert(1); }

.is-ui.dark .fileselect iframe {
  filter: invert(1); }

.is-ui.dark .panel-mobile-preview iframe {
  opacity: 0.95; }

.is-ui .is-icon-flex {
  width: 16px;
  height: 16px; }

.is-ui svg {
  overflow: hidden;
  vertical-align: middle;
  margin: 0; }

/* BUILDER TOOLBAR */
.is-ui .is-builder-toolbar {
  display: flex;
  width: 190px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10000;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.98);
  box-sizing: border-box;
  box-shadow: 1px -2px 20px 0px rgba(0, 0, 0, 0.08); }

.is-ui.dark .is-builder-toolbar {
  background: rgba(16, 16, 16, 0.98); }

.is-ui .is-builder-toolbar button {
  width: 43px;
  height: 37px;
  border-bottom: #f2f2f2 1px solid; }

.is-ui.dark .is-builder-toolbar button {
  border-bottom: #2c2c2c 1px solid; }

/* GENERAL PANEL (Quick Add, Config, Panel Settings) */
.is-ui .is-panel {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.98);
  box-sizing: border-box;
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
  /*1px -2px 20px 0px rgba(0, 0, 0, 0.08);*/
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 2; }

.is-ui.dark .is-panel {
  background: rgba(16, 16, 16, 0.98); }

.is-ui .is-panel .panel-section-title {
  padding-left: 19px;
  height: 60px;
  padding-top: 27px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  color: #4a4a4a; }

.is-ui.dark .is-panel .panel-section-title {
  color: #a7a7a7;
  border-bottom: none; }

.is-ui .is-panel .panel-group-title {
  padding-left: 19px;
  height: 60px;
  padding-top: 27px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  color: #4a4a4a;
  border-bottom: #eee 1px solid; }

.is-ui.dark .is-panel .panel-group-title {
  color: #a7a7a7; }

/* QUICK ADD */
.is-ui .panel-quickadd {
  width: 580px;
  /* width: 470px; */
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10001;
  transform: translateZ(150px);
  /* top: 47px;
    right: 10px; */ }

.is-ui .panel-quickadd .quickadd-part1 {
  padding: 10px 0 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: #e7e7e7 1px solid; }

.is-ui.dark .panel-quickadd .quickadd-part1 {
  border-bottom: #3c3c3c 1px solid; }

.is-ui .panel-quickadd .quickadd-part2 {
  /* height:245px; */
  width: 100%;
  height: 300px;
  padding: 5px 0;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center; }

.is-ui .panel-quickadd .quickadd-part3 {
  padding: 0 0 7px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center; }

.is-ui .panel-quickadd .quickadd-part2 button span {
  font-family: sans-serif;
  display: block;
  margin: 0 0 8px; }

.is-ui .panel-quickadd .quickadd-part2 button span svg {
  width: 12px;
  height: 12px; }

.is-ui .panel-quickadd button {
  float: left;
  width: 111px;
  height: 60px;
  font-size: 10px;
  color: #111111;
  border: none;
  flex-direction: column;
  box-shadow: none;
  background: none; }

.is-ui .panel-quickadd button.add-section,
.is-ui .panel-quickadd button.add-section-slides,
.is-ui .panel-quickadd button.add-section-template {
  width: 130px; }

.is-ui.dark .panel-quickadd button {
  color: rgba(255, 255, 255, 0.9); }

.is-ui .panel-quickadd .quickadd-separator {
  border-top: #e7e7e7 1px solid;
  width: 100%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  margin-top: 8px; }

.is-ui .panel-quickadd .quickadd-separator span {
  padding: 0px 5px;
  background: white;
  margin-top: -11px; }

.is-ui.dark .panel-quickadd .quickadd-separator {
  border-top: #3c3c3c 1px solid; }

.is-ui.dark .panel-quickadd .quickadd-separator span {
  background: #191919; }

/* BLOCK CONTROLS */
.block-controls, .section-controls {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 38px;
  left: 0;
  padding: 0 0 0 10px !important;
  z-index: 2;
  opacity: 0.9;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef; }

.is-ui.dark .block-controls,
.is-ui.dark .section-controls {
  border-bottom: 1px solid #272727; }

.block-controls button,
.section-controls button {
  box-shadow: none;
  background: none !important; }

.control-label {
  display: flex;
  align-items: center;
  position: absolute;
  background: #e8e8e8;
  width: auto;
  padding: 3px 7px !important;
  bottom: 78px;
  left: 0;
  z-index: 2;
  opacity: 0.9;
  box-sizing: border-box;
  line-height: 12px;
  font-size: 11px; }

.is-ui.dark .control-label {
  background: #313131; }

.is-ui .panel-settings .div-tools {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.9;
  padding: 5px 13px 5px 5px;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box; }

.is-ui .panel-settings .div-tools > div {
  display: flex;
  flex-flow: row nowrap;
  height: 100%; }

.is-ui .panel-settings .div-tools > div button {
  width: 35px;
  height: 30px;
  background: none; }

.is-ui .panel-settings .div-tools > div button.on {
  background-color: #f3f3f3; }

.is-ui.dark .panel-settings .div-tools > div button.on {
  background-color: #2e2e2e; }

/* TEMPLATE SETTINGS */
.is-panel.panel-templatesettings {
  width: 270px;
  flex-direction: column;
  z-index: 10004;
  position: fixed;
  transform: translateZ(150px); }

.is-panel.panel-templatesettings > div {
  padding: 8px 20px 0 20px;
  box-sizing: border-box; }

.is-panel.panel-templatesettings > div:first-child {
  padding-top: 20px; }

.is-panel.panel-templatesettings > div:last-child {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  width: 100%;
  justify-content: flex-end; }

.is-panel.panel-templatesettings button {
  width: 100px; }

/* CONFIG */
.is-ui .panel-config {
  width: 300px;
  flex-direction: column;
  z-index: 10001; }

.is-ui .panel-config > div {
  padding: 5px 15px 15px; }

.is-ui .panel-config > div:nth-child(2) {
  background: #f5f5f5;
  background-image: linear-gradient(0deg, #fefefe, #f9f9f9);
  border-top: none; }

.is-ui.dark .panel-config > div:nth-child(2) {
  background: none;
  border-top: #2d2d2d 1px solid; }

.is-ui .panel-config .div-preview-devices button,
.is-ui .panel-mobile-preview button {
  box-shadow: none;
  background: none; }

.is-ui .panel-config > div > div {
  padding: 0 0 5px;
  width: 100%;
  box-sizing: border-box; }

.is-ui .cmd-laptop.active {
  background: #ececec; }

.is-ui .cmd-ipad-landscape.active {
  background: #ececec; }

.is-ui .cmd-ipad-portrait.active {
  background: #ececec; }

.is-ui .cmd-iphone.active {
  background: #ececec; }

.is-ui.dark .cmd-laptop.active {
  background: #2b2b2b; }

.is-ui.dark .cmd-ipad-landscape.active {
  background: #2b2b2b; }

.is-ui.dark .cmd-ipad-portrait.active {
  background: #2b2b2b; }

.is-ui.dark .cmd-iphone.active {
  background: #2b2b2b; }

.is-iframe-mobile {
  flex: none;
  border: none;
  box-shadow: rgba(130, 130, 130, 0.15) 0px 7px 20px 0px; }

.is-ui .div-ordering-info {
  color: #555555; }

.is-ui.dark .div-ordering-info {
  color: #afafaf; }

.is-ui .div-content-position button {
  width: 35px;
  height: 23px;
  font-size: 9px; }

.is-ui .is-builder-toolbar {
  width: 200px; }

.is-ui .is-builder-toolbar button {
  width: 40px;
  height: 37px; }

.div-workspace-color .cmd-color-set svg {
  display: none; }

.div-workspace-color .cmd-color-set.on svg {
  display: inline; }

/* PANEL NAVIGATOR */
.is-ui .panel-navigator {
  width: 200px;
  height: 300px;
  top: calc(50% - (150px));
  right: 10px;
  left: auto;
  flex-direction: column;
  padding: 0px;
  z-index: 10001;
  /* to make z-index working with moveable-control on iOS */ }

.is-ui .panel-navigator .is-panel-bar {
  height: 25px;
  display: flex;
  justify-content: center;
  cursor: move; }

.is-ui .panel-navigator .is-navigator {
  width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 8px transparent solid; }

.is-ui .panel-navigator .is-children {
  display: none;
  flex-direction: column;
  padding-left: 20px; }

.is-ui .panel-navigator .open > .is-children {
  display: flex; }

.is-ui .panel-navigator button {
  background: none; }

.is-ui.dark .panel-navigator button.on {
  color: #f4ff50;
  background: none; }

.is-ui .panel-navigator button.on {
  color: #ea1055;
  background: none; }

.is-ui .panel-navigator button.cmd-select-section,
.is-ui .panel-navigator button.cmd-select-block,
.is-ui .panel-navigator button.cmd-select-element {
  width: 200px;
  justify-content: left; }

.is-ui .panel-navigator button.cmd-tree {
  width: 25px; }

.is-ui .panel-navigator button.is-plus {
  display: block; }

.is-ui .panel-navigator button.is-minus {
  display: none; }

.is-ui .panel-navigator .open > div > button.is-plus {
  display: none; }

.is-ui .panel-navigator .open > div > button.is-minus {
  display: block; }

.is-ui .panel-navigator .section-handle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: move; }

.is-ui .panel-navigator .active .section-handle {
  display: block; }

.is-ui.dark .panel-navigator .active .cmd-select-section {
  color: #f4ff50; }

.is-ui .panel-navigator .active .cmd-select-section {
  color: #ea1055; }

.is-ui .panel-navigator .section-handle svg {
  width: 19px;
  height: 19px; }

/* PANEL SIMPLE EDIT (for mobile editing) */
.is-panel.panel-simpleedit {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  box-sizing: border-box;
  padding: 30px 50px;
  z-index: 1000000;
  transform: translateZ(150px);
  /* to make z-index working with moveable-control on iOS */ }

/* PANEL SCROLL ANIMATION */
.is-ui .panel-scroll-animation {
  width: 265px;
  height: auto;
  top: calc(50% - (175px));
  right: 10px;
  left: auto;
  flex-direction: column;
  padding: 0 15px 15px 15px;
  z-index: 10001; }

.is-ui .panel-scroll-animation .is-panel-bar {
  height: 25px;
  display: flex;
  justify-content: center;
  cursor: move; }

/* PANEL SETTINGS */
.is-ui .panel-settings {
  width: 300px;
  height: 100%;
  top: 0;
  left: -320px;
  flex-direction: column;
  display: flex;
  opacity: 1;
  z-index: 10001;
  transform: translateZ(150px);
  /* to make z-index working with moveable-control on iOS */ }

.is-ui .panel-settings.active {
  left: 0px; }

.is-ui .panel-settings > div {
  padding: 0 0 30px 0;
  box-sizing: border-box; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .is-ui .panel-settings > div {
      padding: 0 0 0 0; } } }

.is-ui .cmd-panel-close,
.is-ui .cmd-template-settings,
.is-ui .cmd-panel-refresh {
  position: absolute !important;
  border: none;
  box-sizing: border-box;
  padding: 0;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  cursor: pointer; }

.is-ui .cmd-panel-close svg {
  width: 25px;
  height: 25px; }

.is-ui .panel-settings .cmd-panel-close {
  z-index: 2;
  width: 25px;
  height: 25px;
  top: 8px;
  right: 11px; }

.is-ui .panel-scroll-animation .cmd-panel-close {
  z-index: 0;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0; }

.is-ui .panel-section-templates .cmd-panel-close {
  z-index: 2;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 25px; }

.is-ui .panel-section-templates .cmd-panel-close svg {
  width: 28px;
  height: 28px; }

.is-ui .panel-section-templates .cmd-template-settings {
  z-index: 2;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 60px; }

.is-ui .panel-section-templates .cmd-template-settings svg {
  width: 14px;
  height: 14px; }

.is-ui .panel-section-templates .cmd-panel-refresh {
  z-index: 2;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 95px; }

.is-ui .panel-navigator .cmd-panel-close {
  z-index: 0;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0; }

.is-ui .panel-mockups .cmd-panel-close,
.is-ui .panel-custom .cmd-panel-close {
  z-index: 2;
  width: 50px;
  height: 50px;
  top: 3px;
  right: 3px; }

.is-ui .panel-mockups .cmd-panel-close svg,
.is-ui .panel-custom .cmd-panel-close svg {
  width: 30px;
  height: 30px; }

/* Section Settings */
.is-ui .panel-settings > div.panel-section-settings {
  background: transparent;
  padding: 0 0 0 0;
  height: auto;
  flex-flow: column; }

.is-ui .panel-section-settings > div:first-child {
  padding: 0 0 20px 0;
  box-sizing: border-box; }

.is-ui .panel-section-settings > div:last-child {
  background: transparent;
  padding: 20px 0 0 0;
  box-sizing: border-box; }

.is-ui .panel-section-settings > div > div {
  padding: 18px 20px 0 20px;
  width: 100%;
  box-sizing: border-box; }

/* Group, Block & Element Settings */
.is-ui .panel-group-settings {
  background: transparent;
  padding: 30px 0 10px 0;
  flex-flow: column; }

.is-ui .panel-block-settings {
  background: transparent;
  display: none;
  height: 100%;
  flex-flow: column;
  padding: 0; }

.is-ui .panel-block-settings .is-tabs[data-group="main"] {
  padding: 25px 0 5px 18px;
  background: none;
  border-bottom: #eee 1px solid; }

.is-ui.dark .panel-block-settings .is-tabs[data-group="main"] {
  border-bottom: none; }

.is-ui .panel-block-settings .is-tabs[data-group="main"] a {
  margin-right: 16px; }

.is-ui .panel-block-settings .is-tab-content {
  display: none;
  padding: 0 !important;
  height: 100%; }

.is-ui .panel-block-settings .is-tab-content > div:not(.panel-container) {
  padding: 20px 20px 0 20px;
  flex: none; }

/* Sub Panel */
.is-ui .is-panel-child div:not(.panel-container) {
  z-index: 1;
  position: relative; }

.is-ui .is-panel-child div.panel-container {
  z-index: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  border-bottom: transparent 107px solid; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .is-ui .is-panel-child div.panel-container {
      border-bottom: transparent 74px solid; } } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* IPad */
  .is-ui .is-panel-child div.panel-container {
    border-bottom: transparent 74px solid;
    /* 47px */ } }

.is-ui .btn-subpanel {
  width: 100% !important;
  background: #f5f5f5 !important;
  justify-content: space-between !important;
  padding-left: 12px !important;
  padding-right: 16px !important; }

.is-ui.dark .btn-subpanel {
  background: #292929 !important; }

.is-ui .is-subpanel {
  display: none;
  flex-wrap: wrap;
  padding: 18px 20px 22px;
  flex-flow: column; }

/* Nav Tool */
.is-ui .block-nav-tool {
  width: auto;
  position: absolute;
  box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.05) !important;
  display: none;
  flex-direction: row;
  z-index: 9; }

.is-ui .block-nav-tool button {
  height: 21px;
  padding: 0 8px;
  text-transform: lowercase;
  font-size: 11px; }

.is-ui .block-nav-tool button.on {
  color: #fff;
  background: #ff4098; }

/* Add Tool */
.is-ui .elm-add-tool {
  width: auto;
  position: absolute;
  box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.05) !important;
  display: none;
  flex-direction: row;
  z-index: 10002;
  transform: translateZ(150px); }

.is-ui .elm-nav-tool button {
  width: 30px;
  height: 30px;
  padding: 0;
  text-transform: lowercase;
  font-size: 11px; }

/* Clickable Block Controls */
.block-click-controls {
  position: absolute !important;
  bottom: 10px;
  right: 10px;
  width: 90px !important;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  z-index: 10 !important; }

.block-click-controls button {
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center; }

.dark .block-click-controls button {
  background-color: rgba(0, 0, 0, 0.81) !important;
  color: white !important; }

.dark .block-click-controls button svg {
  fill: rgba(255, 255, 255, 0.8) !important; }

.is-block.edit .block-click-controls,
.is-block.edit .is-overlay-link {
  display: none;
  pointer-events: none; }

/* Element Settings */
.is-ui .element-tools {
  width: auto;
  position: absolute;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.05);
  display: none;
  flex-direction: row;
  z-index: 10001; }

.is-ui .element-tools button {
  width: 33px;
  height: 30px; }

.is-ui .element-tools button span {
  font-size: 11px; }

.is-ui .element-tools svg {
  width: 14px;
  height: 14px; }

.is-ui .element-tools div {
  display: flex; }

.is-ui .element-tools-more {
  display: none;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%; }

.is-ui .element-tools-more button {
  width: 33px;
  height: 30px; }

.is-ui .table-row-selector,
.is-ui .table-row-selector:hover,
.is-ui .table-row-selector:focus {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 30px;
  background: #fff;
  color: #000;
  cursor: pointer;
  z-index: 10000; }

.is-ui.dark .table-row-selector,
.is-ui.dark .table-row-selector:hover,
.is-ui.dark .table-row-selector:focus {
  background: #fff;
  color: #000; }

.is-ui .table-col-selector,
.is-ui .table-col-selector:hover,
.is-ui .table-col-selector:focus {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 15px;
  box-shadow: none;
  background: #fff;
  color: #000;
  cursor: pointer;
  z-index: 10000; }

.is-ui.dark .table-col-selector,
.is-ui.dark .table-col-selector:hover,
.is-ui.dark .table-col-selector:focus {
  background: #fff;
  color: #000; }

.is-ui .table-cell-selector,
.is-ui .table-cell-selector:hover,
.is-ui .table-cell-selector:focus {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 15px;
  box-shadow: none;
  background: #fff;
  color: #000;
  cursor: pointer;
  z-index: 10000; }

.is-ui.dark .table-cell-selector,
.is-ui.dark .table-cell-selector:hover,
.is-ui.dark .table-cell-selector:focus {
  background: #fff;
  color: #000; }

.is-ui .table-selector,
.is-ui .table-selector:hover,
.is-ui .table-selector:focus {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  box-shadow: none;
  background: #fff;
  color: #000;
  cursor: pointer;
  z-index: 10000; }

.is-ui.dark .table-selector,
.is-ui.dark .table-selector:hover,
.is-ui.dark .table-selector:focus {
  background: #fff;
  color: #000; }

.is-ui .table-row-selector.active,
.is-ui .table-col-selector.active,
.is-ui .table-cell-selector.active,
.is-ui .table-selector.active {
  background: #ffc800 !important;
  color: #fff !important;
  box-shadow: none; }

.is-ui .table-row-tool {
  position: absolute;
  width: 210px;
  height: auto;
  background: #fff;
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.05);
  display: none;
  flex-flow: row wrap; }

.is-ui .table-col-tool {
  position: absolute;
  width: 210px;
  height: auto;
  background: #fff;
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.05);
  display: none;
  flex-flow: row wrap; }

.is-ui .table-cell-tool {
  position: absolute;
  width: 90px;
  height: auto;
  background: #fff;
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.05);
  display: none;
  flex-flow: row wrap; }

.is-ui .table-tool {
  position: absolute;
  width: 60px;
  height: auto;
  background: #fff;
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.05);
  display: none;
  flex-flow: row wrap; }

.is-ui .table-row-tool button {
  width: 30px;
  height: 30px;
  font-size: 11px;
  letter-spacing: 0px; }

.is-ui .table-col-tool button {
  width: 30px;
  height: 30px;
  font-size: 11px;
  letter-spacing: 0px; }

.is-ui .table-cell-tool button {
  width: 30px;
  height: 30px;
  font-size: 11px;
  letter-spacing: 0px; }

.is-ui .table-tool button {
  width: 30px;
  height: 30px;
  font-size: 11px;
  letter-spacing: 0px; }

.is-ui .is-line {
  display: none;
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ffc800; }

.is-ui .div-elm-breadcrumb span {
  font-size: 9px;
  line-height: 24px;
  color: #7d7d7d; }

.is-ui.dark .div-elm-breadcrumb span {
  color: #d0d0d0; }

.is-ui .div-elm-breadcrumb a {
  color: #E91E63;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0 7px; }

.is-ui.dark .div-elm-breadcrumb a {
  color: #e9e31e; }

.is-ui .div-elm-breadcrumb a.active {
  color: #E91E63;
  background: rgba(255, 221, 234, 0.42);
  box-shadow: none;
  text-decoration: none;
  cursor: default; }

.is-ui.dark .div-elm-breadcrumb a.active {
  color: #111;
  background: rgba(255, 252, 149, 0.79); }

.is-ui .is-modal.addelement {
  width: 520px;
  /* width: 417px; */
  height: auto;
  position: absolute; }

.is-ui .is-modal.addelement > div.addelement-buttons {
  width: 100%;
  height: 295px;
  padding: 10px 0 7px;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center; }

.is-ui .is-modal.addelement button {
  float: left;
  width: 100px;
  height: 55px;
  font-size: 9px;
  color: #111111;
  border: none;
  flex-direction: column;
  box-shadow: none; }

.is-ui .is-modal.addelement button span {
  font-family: sans-serif;
  display: block;
  margin: 0 0 8px; }

.is-ui .is-modal.addelement button span svg {
  width: 12px;
  height: 12px; }

.is-ui.dark .is-modal.addelement button {
  color: rgba(255, 255, 255, 0.9); }

.is-ui .is-icon-preview {
  padding-left: 40px !important; }

.is-ui .is-icon-preview > * {
  font-size: 60px !important;
  line-height: 60px !important;
  margin-bottom: 5px;
  display: inline-block;
  margin-left: 0 !important;
  margin-right: 0 !important; }

/* UNDER PANEL (Panel Child & Modals) */
.is-ui .is-panel-child {
  box-sizing: border-box;
  width: 100%; }

.is-ui .is-panel-child > div,
.is-ui .is-panel-modal > div {
  padding: 18px 20px 0 20px;
  width: 100%;
  box-sizing: border-box; }

.is-ui .is-panel-modal {
  position: absolute;
  width: 300px;
  height: 100%;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 1; }

.is-ui.dark .is-panel-modal {
  background-color: rgba(16, 16, 16, 0.98); }

.is-ui .is-panel-modal > .is-panel-back {
  padding: 12px 0 0 0;
  z-index: 1;
  display: flex; }

.is-ui .is-panel-modal > .is-panel-back > button {
  width: 50px;
  z-index: 1;
  border: none; }

.is-ui .is-panel-modal > .is-panel-back > span {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding-right: 15px;
  padding-top: 2px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400; }

.is-ui .panel-typography {
  width: 300px;
  height: 100vh;
  top: 0;
  left: 0; }

.is-ui .panel-typography iframe {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box; }

.is-ui .div-section-preview {
  background: #efefef;
  padding-top: 0 !important;
  margin-top: 0 !important;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  margin-top: 20px;
  margin-bottom: 2px;
  box-sizing: border-box;
  opacity: 0.9; }

.is-ui.dark .div-section-preview {
  background: rgba(56, 56, 56, 0.48); }

.is-ui .div-section-preview iframe {
  flex: none;
  width: 100%;
  height: 130px;
  border: none;
  box-shadow: 7px 7px 12px 0px rgba(130, 130, 130, 0.15);
  width: 1440px;
  height: 744px;
  max-width: none;
  /* prevent overide */
  transform: scale(0.13); }

.is-ui .div-template-preview {
  background: #efefef;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  margin-top: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  opacity: 0.9; }

.is-ui.dark .div-template-preview {
  background: rgba(56, 56, 56, 0.48); }

.is-ui .div-template-preview iframe {
  flex: none;
  width: 100%;
  height: 130px;
  border: none;
  box-shadow: 7px 7px 12px 0px rgba(130, 130, 130, 0.15);
  width: 1440px;
  height: 744px;
  transform: scale(0.18); }

.is-ui button.cmd-panel-back {
  box-shadow: none;
  background: none; }

.is-ui .panel-html {
  width: 400px !important;
  position: fixed;
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
  z-index: 3; }

.is-ui .panel-html.expand1 {
  width: 800px !important; }

.is-ui .panel-html.expand2 {
  width: 1200px !important; }

.is-ui .is-label,
.is-ui .is-panel-child > div.is-label,
.is-ui .is-panel-modal > div.is-label {
  font-weight: 300;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 5px; }

.is-ui .is-label.bold {
  font-weight: 500; }

.is-ui .form-upload-larger {
  box-shadow: 0px 3px 7px -6px rgba(0, 0, 0, 0.32); }

.is-ui .is-bgimage-preview {
  display: flex; }

.is-ui .is-bgimage-preview img {
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 90px; }

.is-ui .is-bgimage-preview svg {
  filter: none !important; }

.is-ui .is-image-preview {
  display: flex; }

.is-ui.dark .is-image-preview {
  opacity: 0.95; }

.is-ui .panel-block-svggradient-settings .is-image-preview {
  width: 50%;
  max-height: 60px; }

.is-ui .panel-block-svgphoto-settings .is-image-preview,
.is-ui .panel-block-textsvggradient-settings .is-image-preview,
.is-ui .panel-block-textsvgphoto-settings .is-image-preview {
  width: 50%;
  max-height: 85px; }

.is-ui .is-image-preview img {
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 80px; }

.is-ui .is-image-preview svg {
  filter: none !important;
  max-height: 70px;
  width: 100% !important;
  height: auto !important; }

.is-ui .is-image-preview video {
  filter: none !important;
  max-height: 70px; }

.is-ui .is-modal-preview {
  display: flex; }

.is-ui.dark .is-modal-preview {
  opacity: 0.95; }

.is-ui .is-modal-preview img {
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 80px; }

.is-ui .is-modal-preview video {
  filter: none !important;
  max-height: 70px; }

.is-ui .is-lottie-preview {
  background: #f3f3f3; }

.is-ui.dark .is-lottie-preview {
  opacity: 0.95;
  background: #313131; }

.is-ui .is-html5video-preview video {
  width: 100%;
  max-height: 100px; }

.is-ui .is-button-preview {
  height: 230px;
  padding-top: 25px;
  margin: 5px 0 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.07); }

.is-ui.dark .is-button-preview {
  background-color: rgba(148, 148, 148, 0.5); }

.is-ui .is-button-templates {
  width: 400px;
  transform: scale(0.6);
  transform-origin: top left; }

.is-ui .is-button-templates > a {
  margin: 0 14px 13px 0; }

.is-ui .cmd-button-clear {
  font-size: 9px !important;
  position: absolute !important;
  flex: none;
  bottom: 12px;
  box-shadow: none;
  right: 8px;
  background: none !important;
  height: 25px !important; }

.is-ui .tab-section-settings {
  display: none; }

.is-ui .tab-section-settings.active {
  display: block; }

.is-ui .tab-style-cat {
  display: none; }

.is-ui .tab-style-cat.active {
  display: block; }

.is-ui .tab-block-cat {
  display: none; }

.is-ui .tab-block-cat.active {
  display: block; }

.is-ui .slide-items {
  background: #efefef;
  margin-top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden; }

.is-ui.dark .slide-items {
  background: rgba(56, 56, 56, 0.48); }

.is-ui .div-shadow-list {
  box-sizing: border-box;
  padding-top: 10px;
  display: flex;
  flex-flow: wrap;
  height: 100%;
  position: absolute;
  top: 0px;
  overflow-y: auto;
  height: 100%;
  border-top: transparent 40px solid;
  border-bottom: transparent 45px solid; }

.is-ui .div-shadow-list button {
  width: 80px;
  height: 70px;
  margin: 0 40px 40px 10px;
  background: #0168d2;
  /*#ce0558; #05c5ce;*/
  color: #fff; }

.is-ui .is-modal.pageoptions .is-modal-content {
  max-width: 970px;
  max-height: 75%;
  padding-top: 0; }

/* Go To */
/* Nav Tool */
.is-ui .is-panel.gotosection {
  width: auto;
  position: absolute;
  box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 5px;
  display: none;
  z-index: 10004; }

.is-ui .div-section-goto,
.is-ui .div-slide-goto {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5px 0; }

.is-ui .div-section-goto a,
.is-ui .div-slide-goto a {
  width: 100px !important;
  box-shadow: none !important;
  margin: 0 5px !important; }

.is-ui .div-border-controls {
  width: 100px !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column; }

.is-ui .div-border-controls button.btn-border-top {
  width: 100px;
  height: 12px; }

.is-ui .div-border-controls button.btn-border-left {
  height: 100px;
  width: 12px;
  margin-top: -12px;
  margin-bottom: -12px; }

.is-ui .div-border-controls button.btn-border-right {
  height: 100px;
  width: 12px;
  margin-top: -12px;
  margin-bottom: -12px; }

.is-ui .div-border-controls button.btn-border-bottom {
  width: 100px;
  height: 12px; }

.is-ui.dark .div-border-controls button {
  background-color: #2f2e2e; }

.is-ui.dark .div-border-controls button.on {
  background-color: #585757;
  /* #da3361; */
  z-index: 1; }

.is-ui .div-border-controls button {
  background-color: #efefef; }

.is-ui .div-border-controls button.on {
  background-color: #d8d8d8;
  z-index: 1; }

.is-ui .div-spacing-controls input[type=text] {
  width: 40px;
  padding: 0;
  text-align: center;
  background-color: #f7f7f7; }

.is-ui.dark .div-spacing-controls input[type=text] {
  background-color: #232323; }

.is-ui .div-spacing-controls > div > div > div {
  width: 40px; }

.is-ui .div-spacing-controls button.control-chain {
  width: 30px;
  height: 30px;
  border-radius: 500px;
  /* background:transparent; */ }

.is-ui button.control-unit {
  width: 17px;
  height: 20px;
  margin-right: 5px;
  font-size: 11px;
  background-color: transparent !important; }

.is-ui button.control-unit.on {
  border-bottom: #757575 1px solid; }

.is-ui.dark button.control-unit.on {
  border-bottom: #d4d4d4 1px solid; }

.is-ui select.control-unit {
  font-size: 11px;
  height: 36px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.is-ui.dark select.control-unit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.is-ui .div-spacing-controls button.control-chain.on {
  background-color: #7152ec; }

.is-ui .div-spacing-controls button.control-chain.on svg {
  fill: #fff; }

.is-ui button.is-mobile-support {
  display: none;
  width: 25px;
  height: 20px;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  cursor: default; }

.is-ui button.is-mobile-support svg {
  width: 14px;
  height: 14px; }

.is-target-info {
  display: none;
  position: fixed;
  top: 15px;
  left: 320px;
  width: 100px; }

.is-target-info > div {
  display: none;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 0;
  color: #666; }

.dark .is-target-info > div {
  color: #111; }

.is-target-info > div > span {
  padding: 11px 4px 11px 15px; }

.is-target-info > div > button {
  background-color: transparent !important;
  height: 36px;
  margin: 0; }

.is-target-info > div > button svg {
  width: 14px !important;
  height: 14px !important;
  fill: #222 !important; }

.div-html-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  padding: 60px 20px 20px !important; }

.div-html-text .inp-html {
  height: 100%; }

.div-html-text .inp-css {
  height: 50%;
  border-top: #eaeaea 1px solid;
  display: none; }

.is-ui.dark .div-html-text .inp-css {
  border-top: #c3c3c3 1px solid; }

.div-html-text .inp-js {
  height: 50%;
  border-top: #eaeaea 1px solid;
  display: none; }

.is-ui.dark .div-html-text .inp-js {
  border-top: #c3c3c3 1px solid; }

.div-html-formatted {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  padding: 60px 20px 20px 0 !important; }

.div-html-formatted .inp-html-formatted {
  width: 100%;
  height: 100%;
  border: none; }

.div-html-formatted .inp-css-formatted {
  width: 100%;
  height: 50%;
  border: none;
  border-top: #eaeaea 1px solid;
  display: none; }

.is-ui.dark .div-html-formatted .inp-css-formatted {
  border-top: #555 1px solid; }

.div-html-formatted .inp-js-formatted {
  width: 100%;
  height: 50%;
  border: none;
  border-top: #eaeaea 1px solid;
  display: none; }

.is-ui.dark .div-html-formatted .inp-js-formatted {
  border-top: #555 1px solid; }

.is-ui .div-input-controls {
  display: flex;
  flex-direction: column;
  padding-top: 0px; }

.is-ui .div-input-controls > div {
  display: flex;
  position: relative; }

.is-ui .div-input-controls > div > input {
  width: 100%;
  border-right: transparent 40px solid; }

.is-ui .div-input-controls > div > button {
  width: 40px;
  height: 30px;
  bottom: 3px;
  position: absolute;
  right: 0;
  box-shadow: none; }

.is-tabs {
  white-space: nowrap;
  padding: 20px;
  padding-bottom: 5px;
  padding-top: 10px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.8 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f9f9f9;
  display: flex;
  flex-flow: wrap; }

.is-ui.dark .is-tabs {
  background: #121212; }

.is-tabs a {
  display: inline-block;
  padding: 3px 1px 0;
  color: #4a4a4a;
  border-bottom: transparent 1px solid;
  margin: 0 12px 7px 0;
  text-decoration: none;
  transition: box-shadow ease 0.3s; }

.is-ui.dark .is-tabs {
  color: #eee; }

.is-tabs a.active {
  background: transparent;
  box-shadow: none;
  cursor: default;
  border-bottom: rgba(103, 103, 103, 0.72) 1px solid; }

.is-ui.dark .is-tabs a.active {
  border-bottom: #888787 1px solid; }

.is-tab-content {
  display: none;
  padding: 20px;
  flex-direction: column;
  flex-flow: column; }

/* Rulers */
.is-ui .ruler-top {
  position: fixed;
  height: 1px;
  border-top: rgba(157, 155, 255, 0.4) 3px solid;
  width: 100vw;
  top: -90px;
  left: 0vw;
  z-index: 10000;
  display: none; }

.is-ui .ruler-bottom {
  position: fixed;
  height: 1px;
  border-bottom: rgba(157, 155, 255, 0.4) 3px solid;
  width: 100vw;
  top: -90px;
  left: 0vw;
  z-index: 10000;
  display: none; }

.is-ui .ruler-left {
  position: fixed;
  width: 1px;
  border-left: rgba(157, 155, 255, 0.4) 3px solid;
  height: 100vh;
  top: 0vh;
  left: -90px;
  z-index: 10000;
  display: none; }

.is-ui .ruler-right {
  position: fixed;
  width: 1px;
  border-left: rgba(157, 155, 255, 0.4) 3px solid;
  height: 100vh;
  top: 0vh;
  left: -90px;
  z-index: 10000;
  display: none; }

.is-ui .ruler-center-v {
  position: fixed;
  width: 1px;
  border-left: rgba(157, 155, 255, 0.4) 3px solid;
  height: 100vh;
  top: 0vh;
  left: -90px;
  z-index: 10000;
  display: none; }

.is-ui .ruler-center-h {
  position: fixed;
  height: 1px;
  border-top: rgba(157, 155, 255, 0.4) 3px solid;
  width: 100vw;
  top: -90px;
  left: 0vw;
  z-index: 10000;
  display: none; }

.is-ui .ruler-edge-center-v {
  position: fixed;
  width: 1px;
  border-left: rgba(255, 220, 155, 0.65) 3px solid;
  height: 100vh;
  top: 0vh;
  left: -90px;
  z-index: 10000;
  display: none; }

.is-ui .ruler-edge-center-h {
  position: fixed;
  height: 1px;
  border-top: rgba(255, 220, 155, 0.65) 3px solid;
  width: 100vw;
  top: -90px;
  left: 0vw;
  z-index: 10000;
  display: none; }

.is-ui .ruler-edge-left {
  position: fixed;
  width: 1px;
  border-left: rgba(157, 155, 255, 0.4) 3px solid;
  height: 100vh;
  top: 0vh;
  left: -90px;
  z-index: 10000;
  display: block; }

.is-ui .ruler-edge-right {
  position: fixed;
  width: 1px;
  border-left: rgba(157, 155, 255, 0.4) 3px solid;
  height: 100vh;
  top: 0vh;
  left: -90px;
  z-index: 10000;
  display: block; }

.is-ui .ruler-edge-top {
  position: fixed;
  height: 1px;
  border-bottom: rgba(157, 155, 255, 0.4) 3px solid;
  width: 100vw;
  top: -90px;
  left: 0vw;
  z-index: 10000;
  display: none; }

.is-ui .ruler-edge-bottom {
  position: fixed;
  height: 1px;
  border-bottom: rgba(157, 155, 255, 0.4) 3px solid;
  width: 100vw;
  top: -90px;
  left: 0vw;
  z-index: 10000;
  display: none; }

/* https://www.w3schools.com/howto/howto_js_rangeslider.asp */
.is-ui .is-rangeslider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin: 0; }

.is-ui.dark .is-rangeslider {
  background: #383838; }

.is-ui .is-rangeslider:hover {
  opacity: 1; }

.is-ui .is-rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #0e75de;
  /* #7152ec;*/
  cursor: pointer; }

.is-ui .is-rangeslider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #0e75de;
  /* #7152ec;*/
  cursor: pointer; }

/* MODAL */
.is-ui .is-modal {
  z-index: 10004;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 1e-06);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  transform: translateZ(150px);
  /* to make z-index working with moveable-control on iOS */ }

.is-ui .is-modal.active {
  display: flex; }

.is-ui .is-modal > div:not(.is-modal-overlay) {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  background: white;
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 15px 15px;
  box-sizing: border-box; }

.is-ui.dark .is-modal > div:not(.is-modal-overlay) {
  background: #191919; }

.is-ui .is-modal > div.is-modal-overlay {
  background: rgba(255, 255, 255, 0.13);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.is-ui.dark .is-modal > div.is-modal-overlay {
  background: rgba(0, 0, 0, 0.13); }

.is-ui .is-modal > div:not(.is-modal-overlay) > div {
  display: flex;
  width: 100%; }

.is-ui .is-modal p {
  font-size: 13px; }

.is-ui .is-modal input[type=text] {
  width: 100%; }

.is-ui .is-modal button {
  align-self: flex-end;
  width: 100px;
  height: 35px; }

.is-ui .is-modal.is-modal-full > div:not(.is-modal-overlay) {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important; }

.is-ui .is-modal-bar {
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  background: #f9f9f9;
  color: #b7b7b7;
  touch-action: none;
  user-select: none; }

.is-ui .is-modal div.is-draggable {
  cursor: move;
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none; }

.is-ui .is-modal-bar .is-modal-close {
  z-index: 1;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  box-sizing: border-box;
  padding: 0;
  line-height: 32px;
  font-size: 12px;
  color: #777;
  text-align: center;
  cursor: pointer; }

/* NOTIF */
.is-ui .is-notif-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: none;
  display: none;
  align-items: center;
  justify-content: center; }

.is-ui .is-notif-info > div {
  position: relative;
  padding: 0px 10px;
  box-sizing: border-box;
  background: #0e75de;
  /* rgba(53, 3, 206, 0.63);*/
  color: rgba(255, 255, 255, 0.86);
  opacity: 0;
  max-width: 300px;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.is-ui .is-notif-info.active > div {
  opacity: 1; }

/* WAITING */
.is-waiting-overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100000;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 10px; }

.is-waiting-overlay.please-wait * {
  opacity: 1;
  animation-name: please-wait-anim;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite; }

.please-wait svg {
  opacity: 1;
  animation-name: please-wait-anim;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite; }

@keyframes please-wait-anim {
  0% {
    opacity: 0.0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0.0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0.0; } }

/* Block resizer */
.is-ui #divBlockResizer {
  border: 1px dashed rgba(255, 1, 107, 0.76);
  background: rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  display: none;
  z-index: 10;
  touch-action: none;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px; }

.moveable-control.moveable-origin {
  display: none !important; }

.moveable-control {
  border: none !important;
  border-radius: 0 !important;
  width: 6px !important;
  height: 6px !important;
  border: 1px solid rgba(255, 1, 107, 0.65) !important;
  background-color: #fff !important;
  margin-top: -3px !important;
  margin-left: -3px !important; }

.moveable-control {
  border: 1px solid rgba(255, 1, 107, 0) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  width: 24px !important;
  height: 24px !important;
  margin-top: -12px !important;
  margin-left: -12px !important; }

.active .moveable-control,
[active] .moveable-control {
  border: 1px solid rgba(255, 1, 107, 0.65) !important;
  background-color: #fff !important; }

.moveable-direction.moveable-n {
  display: none !important; }

.moveable-direction.moveable-w {
  display: none !important; }

/* .moveable-direction.moveable-sw {display:none !important;}
.moveable-direction.moveable-nw {display:none !important;}
.moveable-direction.moveable-ne {display:none !important;}
.moveable-direction.moveable-se {display:none !important;} */
/* .moveable-direction.moveable-s {display:none !important;}
.moveable-direction.moveable-n {display:none !important;}
.moveable-direction.moveable-e {display:none !important;} 
.moveable-direction.moveable-w {display:none !important;}  */
@media all and (min-width: 1113px) {
  /* 1024px */
  /* Desktop */
  .moveable-control {
    border: 1px solid rgba(255, 1, 107, 0) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    width: 8px !important;
    height: 8px !important;
    margin-top: -4px !important;
    margin-left: -4px !important; }
  .active .moveable-control,
  [active] .moveable-control {
    border: 1px solid rgba(255, 1, 107, 0.65) !important;
    background-color: #fff !important; }
  .moveable-direction.moveable-s {
    display: block !important; }
  .moveable-direction.moveable-n {
    display: block !important; }
  .moveable-direction.moveable-e {
    display: block !important; }
  .moveable-direction.moveable-w {
    display: block !important; }
  .moveable-direction.moveable-sw {
    display: block !important; }
  .moveable-direction.moveable-nw {
    display: block !important; }
  .moveable-direction.moveable-ne {
    display: block !important; }
  .moveable-direction.moveable-se {
    display: block !important; } }

.moveable-line {
  background: none !important; }

.outline .moveable-line,
[outline] .moveable-line {
  background: rgba(233, 30, 99, 0.35) !important; }

.active .moveable-line,
[active] .moveable-line {
  background: rgba(233, 30, 99, 0.35) !important; }

.moveable-control-box.active,
.moveable-control-box[active] {
  z-index: 3001;
  /* prevent problem on overlap parent child blocks when resizing */ }

/* Block Selection */
.is-block.select-outline {
  outline: 1px solid rgba(255, 1, 107, 0.65); }

.is-block.active.select-outline {
  outline: none; }

.is-ui .is-modal.addelement,
.is-ui .is-panel.element-tools {
  transform: translateZ(150px);
  /* to make z-index working with moveable-control on iOS */ }

.body-mobile .active .moveable-control,
.body-mobile [active] .moveable-control {
  border: 1px solid rgba(255, 1, 107, 0.65) !important;
  background-color: #fff !important; }

.body-mobile .active .moveable-control,
.body-mobile [active] .moveable-control {
  width: 18px !important;
  height: 18px !important;
  margin-top: -9px !important;
  margin-left: -9px !important; }

.body-mobile .active .moveable-line,
.body-mobile [active] .moveable-line {
  background: rgba(233, 30, 99, 0.35) !important; }

.body-mobile .active .moveable-direction.moveable-sw,
.body-mobile [activ] .moveable-direction.moveable-sw {
  display: none !important; }

.body-mobile .active .moveable-direction.moveable-nw,
.body-mobile [active] .moveable-direction.moveable-nw {
  display: none !important; }

.body-mobile .active .moveable-direction.moveable-ne,
.body-mobile [active] .moveable-direction.moveable-ne {
  display: none !important; }

.body-mobile .active .moveable-direction.moveable-se,
.body-mobile [active] .moveable-direction.moveable-se {
  display: none !important; }

.body-mobile .active .moveable-direction.moveable-w,
.body-mobile [active] .moveable-direction.moveable-w {
  display: none !important; }

.body-mobile .active .moveable-direction.moveable-n,
.body-mobile [active] .moveable-direction.moveable-n {
  display: none !important; }

.drag-active {
  outline: 1px solid rgba(255, 1, 107, 0.65) !important; }

/* Switch */
.is-ui .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.is-ui .switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.is-ui .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.is-ui.dark .slider {
  background-color: #333333; }

.is-ui .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s; }

.is-ui.dark .slider:before {
  background-color: rgba(255, 255, 255, 0.82); }

.is-ui input:checked + .slider {
  background-color: #0e75de; }

.is-ui.dark input:checked + .slider {
  background-color: #0e75de; }

.is-ui input:focus + .slider {
  box-shadow: 0 0 1px #0e75de; }

.is-ui.dark input:focus + .slider {
  box-shadow: 0 0 1px #0e75de; }

.is-ui input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* selectbox */
.is-ui .is-selectbox {
  height: 40px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  color: #111111;
  background-color: #eee;
  line-height: 40px !important;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer; }

.is-ui.dark .is-selectbox {
  color: rgba(255, 255, 255, 0.9);
  background-color: #1b1b1b; }

.is-ui .is-selectbox:hover {
  background: #f1f1f1; }

.is-ui.dark .is-selectbox:hover {
  background: #1b1b1b; }

.is-ui .is-selectbox-options {
  width: 100%;
  height: auto;
  border: #e8e8e8 1px solid;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  display: none; }

.is-ui.dark .is-selectbox-options {
  border: #2d2d2d 1px solid;
  background-color: #232323; }

.is-ui .is-selectbox-options > div {
  height: 35px;
  padding: 0 0 0 20px;
  line-height: 35px !important;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer; }

.is-ui .is-selectbox-options > div:hover {
  background: #f1f1f1; }

.is-ui.dark .is-selectbox-options > div:hover {
  background: #485bbb; }

.is-ui .is-selectbox-options > div.selected {
  background: #f7f7f7; }

.is-ui.dark .is-selectbox-options > div.selected {
  background: #485bbb; }

/* Rounded sliders */
.is-ui .slider.round {
  border-radius: 34px; }

.is-ui .slider.round:before {
  border-radius: 50%; }

/* SVG Color */
.is-ui .is-svggradient-list {
  display: flex; }

.is-ui .is-svggradient-list button {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  margin-bottom: 7px; }

/* Color Picker */
.is-ui .frontControl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }

.is-ui .is-color-preview {
  border: transparent 1px solid;
  width: 70px;
  height: 70px;
  box-shadow: 0px 4px 9px -9px black; }

.is-ui.dark .is-color-preview {
  border: rgba(255, 255, 255, 0.15) 1px solid; }

.is-ui .is-hue > div > div {
  width: 1px;
  height: 35px; }

.is-ui .is-hue > div {
  display: flex;
  position: absolute;
  top: 0;
  left: 0; }

.is-ui .is-color-list {
  display: flex;
  flex-wrap: wrap;
  width: 190px; }

.is-ui .is-color-list.is-manage {
  width: 222px; }

.is-ui button.cmd-color-set,
.is-ui button.cmd-color-more {
  width: 27px;
  height: 27px;
  margin-right: 6px;
  margin-bottom: 6px; }

.is-ui button.cmd-color-more {
  width: 27px;
  height: 27px;
  border: 2px solid rgba(56, 56, 56, 0.08);
  border-radius: 500px;
  margin-top: 2px; }

.is-ui.dark button.cmd-color-more {
  border: 2px solid rgba(140, 140, 140, 0.36); }

.is-ui button.cmd-color-clear {
  font-size: 12px;
  width: 31px;
  height: 30px;
  border-radius: 500px;
  margin-right: 9px; }

.is-ui .is-color-list.is-manage > div {
  display: flex;
  width: 30px;
  flex-wrap: wrap; }

.is-ui .is-color-list.is-manage button.cmd-color-set,
.is-ui .is-grayscale-list button {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  margin-bottom: 7px; }

.is-ui .is-color-list.is-manage button.cmd-color-set.delete svg {
  background-color: rgba(134, 134, 134, 0.3);
  fill: #fff;
  width: 28px;
  height: 28px; }

.is-ui button.cmd-color-set {
  box-shadow: 3px 4px 6px -6px rgba(0, 0, 0, 0.43); }

/* Color Picker V2 */
.is-ui .panel-colpick {
  width: 276px;
  height: auto;
  top: calc(50% - (191px));
  right: auto;
  left: 310px;
  flex-direction: column;
  padding: 0px;
  z-index: 10001;
  /* to make z-index working with moveable-control on iOS */
  display: none; }

.is-ui .panel-colpick.active {
  display: flex; }

.is-ui .panel-colpick .is-panel-bar {
  height: 100%;
  cursor: move;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.is-ui .panel-colpick .is-color-list.is-manage {
  width: 226px; }

.is-ui .panel-colpick .is-color-list.is-manage button.cmd-color-set.delete svg {
  width: 38px;
  height: 36px; }

.is-ui .panel-colpick .color-palette {
  position: relative; }

.is-ui .panel-colpick canvas {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.is-ui .panel-colpick .selector {
  position: absolute;
  background: #fff;
  opacity: 0.9;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.is-ui .panel-colpick .preview {
  width: 38px;
  height: 36px;
  flex: none;
  z-index: 1; }

.is-ui .panel-colpick .cmd-clear {
  width: 40px;
  height: 36px;
  flex: none; }

.is-ui.dark .panel-colpick .inp-color {
  padding-left: 12px;
  font-size: 13px;
  z-index: 1; }

.is-ui.dark .panel-colpick .cmd-clear {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* .is-ui.dark input[type=text] */
  background-color: #232323; }

.is-ui .panel-colpick button.cmd-color-set {
  width: 38px !important;
  height: 36px !important;
  flex: none; }

/* Palettes */
.is-ui .is-panel-modal.panel-palettes {
  width: 500px;
  display: none;
  z-index: 10000;
  top: 0px;
  left: 0px;
  height: 100%;
  position: fixed;
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08); }

.is-ui .is-palette-list {
  display: flex;
  flex-direction: column;
  overflow-y: auto; }

.is-ui .is-palette-item {
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
  margin: 0 0 20px;
  flex: none; }

.is-ui.dark .is-palette-item {
  opacity: 0.9; }

.is-ui .is-palette-colors {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px; }

.is-ui .is-palette-colors button {
  margin: 0;
  width: 45px;
  height: 45px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 10px 10px -5px;
  margin-left: 10px; }

/* Gradient */
.is-ui .is-panel-modal.panel-gradient {
  width: 500px;
  display: none;
  z-index: 10000;
  top: 0px;
  left: 0px;
  height: 100%;
  position: fixed;
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08); }

.is-ui .is-gradient-list {
  display: flex;
  flex-direction: column;
  overflow-y: auto; }

.is-ui .is-gradient-item {
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
  margin: 0 0 20px;
  flex: none; }

.is-ui.dark .is-gradient-item {
  opacity: 0.9; }

.is-ui .is-gradient-colors {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px; }

.is-ui .is-gradient-colors button {
  border: none;
  margin: 0;
  width: 60px;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 10px 10px -5px;
  margin-left: 10px; }

.is-ui .is-gradient-sample button {
  margin: 0;
  width: 25px;
  height: 25px;
  border: none; }

/* Section Slides Navigation */
.is-ui .is-slide-navigation {
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 17px;
  width: auto;
  height: 33px;
  display: none;
  z-index: 1000; }

.is-ui.dark .is-slide-navigation button.on {
  background: #0e75de;
  /* #5866d7;*/ }

.is-ui .div-slide-preview {
  background: #efefef;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 8px;
  box-sizing: border-box;
  opacity: 0.9; }

.is-ui.dark .div-slide-preview {
  background: rgba(56, 56, 56, 0.48); }

.is-ui .div-slide-preview iframe {
  flex: none;
  width: 100%;
  height: 130px;
  border: none;
  box-shadow: 7px 7px 12px 0px rgba(130, 130, 130, 0.15);
  width: 1440px;
  height: 744px;
  transform: scale(0.1);
  margin-top: -6px; }

.is-ui .div-section-slide-label {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none; }

.is-ui .div-section-slide-label span {
  display: inline-block;
  padding: 0px 20px;
  color: #fff;
  background: #0e75de;
  /* #01abd2; /* #5866d7; */
  border-radius: 500px;
  text-transform: lowercase;
  font-size: 15px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); }

/* Section Flex Control */
.is-section-label {
  position: absolute !important;
  top: 0;
  right: 0;
  left: auto;
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 0 0;
  color: #000 !important;
  display: flex !important;
  opacity: 0;
  align-items: center !important;
  justify-content: center !important;
  font-family: sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  z-index: 3;
  /* 1 (normal), 2 (for slide) */
  /* background: rgba(247, 247, 247, 0.95) !important; */
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: -1px 5px 7px 0px rgba(0, 0, 0, 0.04); }

.is-section-label.show {
  opacity: 1;
  transition: all ease 0.1s; }

.is-section-label > span {
  padding: 5px 10px;
  display: inline-block; }

.cmd-flex-control {
  height: 100%;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  padding: 5px 10px;
  background: transparent;
  font-family: sans-serif;
  display: flex;
  align-items: center;
  font-size: 17px !important;
  line-height: 1 !important;
  letter-spacing: 1px;
  color: #333 !important;
  font-weight: 100 !important; }

.cmd-flex-control span {
  padding-left: 20px;
  position: relative;
  z-index: 1; }

.cmd-flex-control:focus {
  outline: none; }

.dark .is-section-label {
  background: rgba(0, 0, 0, 0.9) !important;
  color: rgba(255, 255, 255, 0.9) !important; }

.dark .cmd-flex-control {
  color: rgba(255, 255, 255, 0.9) !important; }

.dark .cmd-flex-control svg {
  fill: rgba(255, 255, 255, 0.8); }

.is-ui .is-flex-toolbar {
  position: absolute;
  width: auto;
  height: 33px;
  display: none;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.04) -1px 6px 14px 0px !important; }

/* Page Mode */
.is-modal .label-page-setup {
  justify-content: center;
  height: 60px;
  align-items: center;
  font-size: 13px; }

.is-ui .div-page-modes {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f3f3f3;
  flex-flow: row wrap;
  padding: 20px; }

.is-ui.dark .div-page-modes {
  background: #292929; }

.is-ui .div-page-modes .paper-item {
  width: 83px;
  height: 55px;
  background: #fff;
  margin: 20px;
  box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.1);
  min-width: 70px;
  min-height: 70px; }

.is-ui.dark .div-page-modes .paper-item {
  background: #656565; }

.is-ui .div-page-modes .paper-item.on {
  background: #077df7;
  color: #fff; }

.is-ui.dark .div-page-modes .paper-item.on {
  background: #177ce4;
  color: #fff; }

/* Responsive Editing */
.tablet {
  max-width: 1024px !important;
  /* transform:scale(1) !important;
    margin: 0 auto !important; */ }

.mobile {
  max-width: 414px !important;
  /* transform:scale(1) !important;
    margin: 0 auto !important; */ }

.mobile .is-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto !important; }

.mobile .is-section.height-auto {
  min-height: auto; }

.mobile .is-section.height-auto {
  flex-flow: wrap !important; }

.mobile .is-section.height-auto.height-100 {
  min-height: initial; }

.mobile .is-section.height-auto.height-90 {
  min-height: initial; }

.mobile .is-section.height-auto.height-80 {
  min-height: initial; }

.mobile .is-section.height-auto.height-70 {
  min-height: initial; }

.mobile .is-section.height-auto.height-60 {
  min-height: initial; }

.mobile .is-section.height-auto.height-50 {
  min-height: initial; }

.mobile .is-section.height-auto .is-block.is-lock {
  min-width: auto;
  max-width: none; }

.mobile .is-slide {
  position: absolute;
  opacity: 0;
  min-height: 100vh;
  transition: all ease 1.2s; }

.mobile .is-slide.active {
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: all ease 0.6s; }

/* do not change fixed (animated) blocks, except fixed text block */
/* .is-block.is-text.fixed */
.mobile .is-block:not(.fixed) {
  position: relative;
  width: 100%;
  height: auto;
  top: auto !important;
  /* changing height will update top/left/w/h with !important. Use !important here to prevent overide */
  left: auto !important;
  transform: none; }

.mobile .is-block:not(.fixed):not(.is-svg):not(.is-img):not(.is-code):not(.is-iframe):not(.is-lottie) {
  padding: 20px 35px 20px 25px; }

.mobile .is-block.is-img:not(.fixed) {
  height: 300px; }

.mobile .is-block.is-iframe {
  /* all stretch object blocks have min-height on mobile */
  height: 300px; }

/* scroll icon */
.mobile .is-arrow-down {
  display: none !important; }

/* slider */
.mobile .is-block.is-code[data-module="slider"] {
  height: 100% !important; }

.mobile .is-block {
  box-shadow: none !important; }

.mobile .is-group {
  min-height: 100px; }

/* Sortable */
.sortable-drag {
  opacity: 0;
  outline: none !important; }

.sortable-drag * {
  opacity: 0; }

/* Font Sizes */
/* 
3 types:
- General Sizes (applied to desktop, tablet & mobile)
- Tablet Sizes (applied on tablet & mobile)
- Mobile Sizes (applied on mobile only)
*/
/* GENERAL SIZES */
/*
This already exists on gridless.css
.size-9 {font-size: 9px !important;}
.size-10 {font-size: 10px !important;}
.size-11 {font-size: 11px !important;}
...
*/
.tablet .size-9 {
  font-size: 9px !important; }

.tablet .size-10 {
  font-size: 10px !important; }

.tablet .size-11 {
  font-size: 11px !important; }

.tablet .size-12 {
  font-size: 12px !important; }

.tablet .size-13 {
  font-size: 13px !important; }

.tablet .size-14 {
  font-size: 14px !important; }

.tablet .size-15 {
  font-size: 14.5px !important; }

.tablet .size-16 {
  font-size: 15px !important; }

.tablet .size-17 {
  font-size: 16px !important; }

.tablet .size-18 {
  font-size: 17px !important; }

.tablet .size-19 {
  font-size: 17.5px !important; }

.tablet .size-20 {
  font-size: 18px !important; }

.tablet .size-21 {
  font-size: 19px !important; }

.tablet .size-24 {
  font-size: 21px !important; }

.tablet .size-28 {
  font-size: 24px !important; }

.tablet .size-32 {
  font-size: 26px !important; }

.tablet .size-35 {
  font-size: 28px !important; }

.tablet .size-38 {
  font-size: 30px !important; }

.tablet .size-42 {
  font-size: 32px !important; }

.tablet .size-46 {
  font-size: 35px !important; }

.tablet .size-48 {
  font-size: 36px !important; }

.tablet .size-50 {
  font-size: 38px !important; }

.tablet .size-54 {
  font-size: 40px !important; }

.tablet .size-60 {
  font-size: 42px !important; }

.tablet .size-64 {
  font-size: 44px !important; }

.tablet .size-68 {
  font-size: 46px !important; }

.tablet .size-72 {
  font-size: 48px !important; }

.tablet .size-76 {
  font-size: 50px !important; }

.tablet .size-80 {
  font-size: 52px !important; }

.tablet .size-84 {
  font-size: 54px !important; }

.tablet .size-88 {
  font-size: 56px !important; }

.tablet .size-92 {
  font-size: 58px !important; }

.tablet .size-96 {
  font-size: 60px !important; }

.tablet .size-100 {
  font-size: 62px !important; }

.tablet .size-104 {
  font-size: 65px !important; }

.tablet .size-108 {
  font-size: 66px !important; }

.tablet .size-112 {
  font-size: 68px !important; }

.tablet .size-116 {
  font-size: 70px !important; }

.tablet .size-120 {
  font-size: 72px !important; }

.tablet .size-124 {
  font-size: 74px !important; }

.tablet .size-128 {
  font-size: 75px !important; }

.tablet .size-132 {
  font-size: 78px !important; }

.tablet .size-136 {
  font-size: 80px !important; }

.tablet .size-140 {
  font-size: 82px !important; }

.tablet .size-144 {
  font-size: 84px !important; }

.tablet .size-148 {
  font-size: 86px !important; }

.tablet .size-152 {
  font-size: 88px !important; }

.tablet .size-156 {
  font-size: 89px !important; }

.tablet .size-160 {
  font-size: 91px !important; }

.tablet .size-164 {
  font-size: 94px !important; }

.tablet .size-168 {
  font-size: 96px !important; }

.tablet .size-172 {
  font-size: 97px !important; }

.tablet .size-176 {
  font-size: 99px !important; }

.tablet .size-180 {
  font-size: 101px !important; }

.tablet .size-184 {
  font-size: 103px !important; }

.tablet .size-188 {
  font-size: 105px !important; }

.tablet .size-192 {
  font-size: 107px !important; }

.tablet .size-196 {
  font-size: 109px !important; }

.tablet .size-200 {
  font-size: 111px !important; }

.tablet .size-204 {
  font-size: 113px !important; }

.tablet .size-208 {
  font-size: 117px !important; }

.tablet .size-212 {
  font-size: 117px !important; }

.tablet .size-216 {
  font-size: 119px !important; }

.tablet .size-220 {
  font-size: 120px !important; }

.mobile .size-9 {
  font-size: 9px !important; }

.mobile .size-10 {
  font-size: 10px !important; }

.mobile .size-11 {
  font-size: 11px !important; }

.mobile .size-12 {
  font-size: 12px !important; }

.mobile .size-13 {
  font-size: 13px !important; }

.mobile .size-14 {
  font-size: 14px !important; }

.mobile .size-15 {
  font-size: 14px !important; }

.mobile .size-16 {
  font-size: 15px !important; }

.mobile .size-17 {
  font-size: 15px !important; }

.mobile .size-18 {
  font-size: 16px !important; }

.mobile .size-19 {
  font-size: 16px !important; }

.mobile .size-20 {
  font-size: 17px !important; }

.mobile .size-21 {
  font-size: 17px !important; }

.mobile .size-24 {
  font-size: 18px !important; }

.mobile .size-28 {
  font-size: 20px !important; }

.mobile .size-32 {
  font-size: 22px !important; }

.mobile .size-35 {
  font-size: 23px !important; }

.mobile .size-38 {
  font-size: 24px !important; }

.mobile .size-42 {
  font-size: 26px !important; }

.mobile .size-46 {
  font-size: 28px !important; }

.mobile .size-48 {
  font-size: 29px !important; }

.mobile .size-50 {
  font-size: 29px !important; }

.mobile .size-54 {
  font-size: 30px !important; }

.mobile .size-60 {
  font-size: 30px !important; }

.mobile .size-64 {
  font-size: 31px !important; }

.mobile .size-68 {
  font-size: 31px !important; }

.mobile .size-72 {
  font-size: 32px !important; }

.mobile .size-76 {
  font-size: 33px !important; }

.mobile .size-80 {
  font-size: 33px !important; }

.mobile .size-84 {
  font-size: 34px !important; }

.mobile .size-88 {
  font-size: 35px !important; }

.mobile .size-92 {
  font-size: 35px !important; }

.mobile .size-96 {
  font-size: 36px !important; }

.mobile .size-100 {
  font-size: 36px !important; }

.mobile .size-104 {
  font-size: 37px !important; }

.mobile .size-108 {
  font-size: 37px !important; }

.mobile .size-112 {
  font-size: 38px !important; }

.mobile .size-116 {
  font-size: 38px !important; }

.mobile .size-120 {
  font-size: 39px !important; }

.mobile .size-124 {
  font-size: 40px !important; }

.mobile .size-128 {
  font-size: 40px !important; }

.mobile .size-132 {
  font-size: 41px !important; }

.mobile .size-136 {
  font-size: 41px !important; }

.mobile .size-140 {
  font-size: 42px !important; }

.mobile .size-144 {
  font-size: 42px !important; }

.mobile .size-148 {
  font-size: 43px !important; }

.mobile .size-152 {
  font-size: 44px !important; }

.mobile .size-156 {
  font-size: 44px !important; }

.mobile .size-160 {
  font-size: 45px !important; }

.mobile .size-164 {
  font-size: 45px !important; }

.mobile .size-168 {
  font-size: 46px !important; }

.mobile .size-172 {
  font-size: 46px !important; }

.mobile .size-176 {
  font-size: 47px !important; }

.mobile .size-180 {
  font-size: 47px !important; }

.mobile .size-184 {
  font-size: 48px !important; }

.mobile .size-188 {
  font-size: 49px !important; }

.mobile .size-192 {
  font-size: 49px !important; }

.mobile .size-196 {
  font-size: 50px !important; }

.mobile .size-200 {
  font-size: 51px !important; }

.mobile .size-204 {
  font-size: 51px !important; }

.mobile .size-208 {
  font-size: 52px !important; }

.mobile .size-212 {
  font-size: 52px !important; }

.mobile .size-216 {
  font-size: 53px !important; }

.mobile .size-220 {
  font-size: 54px !important; }

/* TABLET SIZES */
.tablet .size-t-9 {
  font-size: 9px !important; }

.tablet .size-t-10 {
  font-size: 10px !important; }

.tablet .size-t-11 {
  font-size: 11px !important; }

.tablet .size-t-12 {
  font-size: 12px !important; }

.tablet .size-t-13 {
  font-size: 13px !important; }

.tablet .size-t-14 {
  font-size: 14px !important; }

.tablet .size-t-15 {
  font-size: 15px !important; }

.tablet .size-t-16 {
  font-size: 16px !important; }

.tablet .size-t-17 {
  font-size: 17px !important; }

.tablet .size-t-18 {
  font-size: 18px !important; }

.tablet .size-t-19 {
  font-size: 19px !important; }

.tablet .size-t-20 {
  font-size: 20px !important; }

.tablet .size-t-21 {
  font-size: 21px !important; }

.tablet .size-t-24 {
  font-size: 24px !important; }

.tablet .size-t-28 {
  font-size: 28px !important; }

.tablet .size-t-32 {
  font-size: 32px !important; }

.tablet .size-t-35 {
  font-size: 35px !important; }

.tablet .size-t-38 {
  font-size: 38px !important; }

.tablet .size-t-42 {
  font-size: 42px !important; }

.tablet .size-t-46 {
  font-size: 46px !important; }

.tablet .size-t-48 {
  font-size: 48px !important; }

.tablet .size-t-50 {
  font-size: 50px !important; }

.tablet .size-t-54 {
  font-size: 54px !important; }

.tablet .size-t-60 {
  font-size: 60px !important; }

.tablet .size-t-64 {
  font-size: 64px !important; }

.tablet .size-t-68 {
  font-size: 68px !important; }

.tablet .size-t-72 {
  font-size: 72px !important; }

.tablet .size-t-76 {
  font-size: 76px !important; }

.tablet .size-t-80 {
  font-size: 80px !important; }

.tablet .size-t-84 {
  font-size: 84px !important; }

.tablet .size-t-88 {
  font-size: 88px !important; }

.tablet .size-t-92 {
  font-size: 92px !important; }

.tablet .size-t-96 {
  font-size: 96px !important; }

.tablet .size-t-100 {
  font-size: 100px !important; }

.tablet .size-t-104 {
  font-size: 104px !important; }

.tablet .size-t-108 {
  font-size: 108px !important; }

.tablet .size-t-112 {
  font-size: 112px !important; }

.tablet .size-t-116 {
  font-size: 116px !important; }

.tablet .size-t-120 {
  font-size: 120px !important; }

.tablet .size-t-124 {
  font-size: 124px !important; }

.tablet .size-t-128 {
  font-size: 128px !important; }

.tablet .size-t-132 {
  font-size: 132px !important; }

.tablet .size-t-136 {
  font-size: 136px !important; }

.tablet .size-t-140 {
  font-size: 140px !important; }

.tablet .size-t-144 {
  font-size: 144px !important; }

.tablet .size-t-148 {
  font-size: 148px !important; }

.tablet .size-t-152 {
  font-size: 152px !important; }

.tablet .size-t-156 {
  font-size: 156px !important; }

.tablet .size-t-160 {
  font-size: 160px !important; }

.tablet .size-t-164 {
  font-size: 164px !important; }

.tablet .size-t-168 {
  font-size: 168px !important; }

.tablet .size-t-172 {
  font-size: 172px !important; }

.tablet .size-t-176 {
  font-size: 176px !important; }

.tablet .size-t-180 {
  font-size: 180px !important; }

.tablet .size-t-184 {
  font-size: 184px !important; }

.tablet .size-t-188 {
  font-size: 188px !important; }

.tablet .size-t-192 {
  font-size: 192px !important; }

.tablet .size-t-196 {
  font-size: 196px !important; }

.tablet .size-t-200 {
  font-size: 200px !important; }

.tablet .size-t-204 {
  font-size: 204px !important; }

.tablet .size-t-208 {
  font-size: 208px !important; }

.tablet .size-t-212 {
  font-size: 212px !important; }

.tablet .size-t-216 {
  font-size: 216px !important; }

.tablet .size-t-220 {
  font-size: 220px !important; }

/* MOBILE SIZES */
.mobile .size-m-9 {
  font-size: 9px !important; }

.mobile .size-m-10 {
  font-size: 10px !important; }

.mobile .size-m-11 {
  font-size: 11px !important; }

.mobile .size-m-12 {
  font-size: 12px !important; }

.mobile .size-m-13 {
  font-size: 13px !important; }

.mobile .size-m-14 {
  font-size: 14px !important; }

.mobile .size-m-15 {
  font-size: 14.5px !important; }

.mobile .size-m-16 {
  font-size: 15px !important; }

.mobile .size-m-17 {
  font-size: 16px !important; }

.mobile .size-m-18 {
  font-size: 16.5px !important; }

.mobile .size-m-19 {
  font-size: 17px !important; }

.mobile .size-m-20 {
  font-size: 17.5px !important; }

.mobile .size-m-21 {
  font-size: 18px !important; }

.mobile .size-m-24 {
  font-size: 20px !important; }

.mobile .size-m-28 {
  font-size: 21px !important; }

.mobile .size-m-32 {
  font-size: 22px !important; }

.mobile .size-m-35 {
  font-size: 23px !important; }

.mobile .size-m-38 {
  font-size: 24px !important; }

.mobile .size-m-42 {
  font-size: 25px !important; }

.mobile .size-m-46 {
  font-size: 26px !important; }

.mobile .size-m-48 {
  font-size: 27px !important; }

.mobile .size-m-50 {
  font-size: 28px !important; }

.mobile .size-m-54 {
  font-size: 29px !important; }

.mobile .size-m-60 {
  font-size: 31px !important; }

.mobile .size-m-64 {
  font-size: 34px !important; }

.mobile .size-m-68 {
  font-size: 36px !important; }

.mobile .size-m-72 {
  font-size: 38px !important; }

.mobile .size-m-76 {
  font-size: 40px !important; }

.mobile .size-m-80 {
  font-size: 42px !important; }

.mobile .size-m-84 {
  font-size: 44px !important; }

.mobile .size-m-88 {
  font-size: 46px !important; }

.mobile .size-m-92 {
  font-size: 49px !important; }

.mobile .size-m-96 {
  font-size: 50px !important; }

.mobile .size-m-100 {
  font-size: 53px !important; }

.mobile .size-m-104 {
  font-size: 55px !important; }

.mobile .size-m-108 {
  font-size: 57px !important; }

.mobile .size-m-112 {
  font-size: 59px !important; }

.mobile .size-m-116 {
  font-size: 61px !important; }

.mobile .size-m-120 {
  font-size: 63px !important; }

.mobile .size-m-124 {
  font-size: 66px !important; }

.mobile .size-m-128 {
  font-size: 67px !important; }

.mobile .size-m-132 {
  font-size: 70px !important; }

.mobile .size-m-136 {
  font-size: 71px !important; }

.mobile .size-m-140 {
  font-size: 74px !important; }

.mobile .size-m-144 {
  font-size: 76px !important; }

.mobile .size-m-148 {
  font-size: 78px !important; }

.mobile .size-m-152 {
  font-size: 80px !important; }

.mobile .size-m-156 {
  font-size: 82px !important; }

.mobile .size-m-160 {
  font-size: 84px !important; }

.mobile .size-m-164 {
  font-size: 87px !important; }

.mobile .size-m-168 {
  font-size: 88px !important; }

.mobile .size-m-172 {
  font-size: 90px !important; }

.mobile .size-m-176 {
  font-size: 92px !important; }

.mobile .size-m-180 {
  font-size: 94px !important; }

.mobile .size-m-184 {
  font-size: 97px !important; }

.mobile .size-m-188 {
  font-size: 99px !important; }

.mobile .size-m-192 {
  font-size: 101px !important; }

.mobile .size-m-196 {
  font-size: 103px !important; }

.mobile .size-m-200 {
  font-size: 105px !important; }

.mobile .size-m-204 {
  font-size: 108px !important; }

.mobile .size-m-208 {
  font-size: 109px !important; }

.mobile .size-m-212 {
  font-size: 111px !important; }

.mobile .size-m-216 {
  font-size: 113px !important; }

.mobile .size-m-220 {
  font-size: 116px !important; }

/* height */
.tablet .height-t-20, .mobile .height-m-20 {
  height: 20px; }

.tablet .height-t-30, .mobile .height-m-30 {
  height: 30px; }

.tablet .height-t-40, .mobile .height-m-40 {
  height: 40px; }

.tablet .height-t-50, .mobile .height-m-50 {
  height: 50px; }

.tablet .height-t-60, .mobile .height-m-60 {
  height: 60px; }

.tablet .height-t-70, .mobile .height-m-70 {
  height: 70px; }

.tablet .height-t-80, .mobile .height-m-80 {
  height: 80px; }

.tablet .height-t-90, .mobile .height-m-90 {
  height: 90px; }

.tablet .height-t-100, .mobile .height-m-100 {
  height: 100px; }

.tablet .height-t-110, .mobile .height-m-110 {
  height: 110px; }

.tablet .height-t-120, .mobile .height-m-120 {
  height: 120px; }

.tablet .height-t-130, .mobile .height-m-130 {
  height: 130px; }

.tablet .height-t-140, .mobile .height-m-140 {
  height: 140px; }

.tablet .height-t-150, .mobile .height-m-150 {
  height: 150px; }

.tablet .height-t-160, .mobile .height-m-160 {
  height: 160px; }

.tablet .height-t-170, .mobile .height-m-170 {
  height: 170px; }

.tablet .height-t-180, .mobile .height-m-180 {
  height: 180px; }

.tablet .height-t-190, .mobile .height-m-190 {
  height: 190px; }

.tablet .height-t-200, .mobile .height-m-200 {
  height: 200px; }

.tablet .height-t-210, .mobile .height-m-210 {
  height: 210px; }

.tablet .height-t-220, .mobile .height-m-220 {
  height: 220px; }

.tablet .height-t-230, .mobile .height-m-230 {
  height: 230px; }

.tablet .height-t-240, .mobile .height-m-240 {
  height: 240px; }

.tablet .height-t-250, .mobile .height-m-250 {
  height: 250px; }

.tablet .height-t-260, .mobile .height-m-260 {
  height: 260px; }

.tablet .height-t-270, .mobile .height-m-270 {
  height: 270px; }

.tablet .height-t-280, .mobile .height-m-280 {
  height: 280px; }

.tablet .height-t-290, .mobile .height-m-290 {
  height: 290px; }

.tablet .height-t-300, .mobile .height-m-300 {
  height: 300px; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.is-pro {
  position: absolute;
  top: 2px;
  right: 18px;
  padding: 3px 5px;
  background: #e8e8e8;
  color: #3a3a3a;
  font-size: 10px;
  line-height: 0.9;
  z-index: 1;
  margin: 0 0 !important; }

.is-ui.dark .is-pro {
  background: #4a4a4a;
  color: #f1f1f1; }

.is-ui .is-modal.addelement button span.is-pro {
  right: 10px; }

body.edit .is-wrapper link:last-child {
  height: 700px;
  display: block;
  width: 100%;
  flex: none;
  pointer-events: none; }
