.be-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.be-dropdown,
.be-dropup {
  position: relative;
}
.be-dropdown-toggle:focus {
  outline: 0;
}
.be-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0 !important;
  margin: 2px 0 0;
  list-style: none !important;
  font-size: 16px;
  text-align: left;
  background-color: var(--v-background-base);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.be-dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.be-dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #000;
}
.be-dropdown-menu > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
}
.be-dropdown-menu > li > a:focus,
.be-dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0061af;
}
.be-dropdown-menu > .active > a,
.be-dropdown-menu > .active > a:focus,
.be-dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0061af;
}
.be-dropdown-menu > .disabled > a,
.be-dropdown-menu > .disabled > a:focus,
.be-dropdown-menu > .disabled > a:hover {
  color: #777;
}
.be-dropdown-menu > .disabled > a:focus,
.be-dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .be-dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.be-dropdown-menu-right {
  left: auto;
  right: 0;
}
.be-dropdown-menu-left {
  left: 0;
  right: auto;
}
.be-dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #777;
  white-space: nowrap;
}
.be-dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .be-dropdown-menu {
  right: 0;
  left: auto;
}
.be-dropup .be-caret,
.navbar-fixed-bottom .be-dropdown .be-caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: '';
}
.be-dropup .be-dropdown-menu,
.navbar-fixed-bottom .be-dropdown .be-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .be-dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .be-dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.be-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 14px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.be-btn.active.focus,
.be-btn.active:focus,
.be-btn.focus,
.be-btn:active.focus,
.be-btn:active:focus,
.be-btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.be-btn.focus,
.be-btn:focus,
.be-btn:hover {
  color: #333;
  text-decoration: none;
}
.be-btn.active,
.be-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.be-btn.disabled,
.be-btn[disabled],
fieldset[disabled] .be-btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.be-btn.disabled,
fieldset[disabled] a.be-btn {
  pointer-events: none;
}
.be-btn-default {
  color: #333;
  background-color: var(--v-background-base);
  border-color: #fff;
}
.be-btn-default.focus,
.be-btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.be-btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.be-btn-default.active,
.be-btn-default:active,
.open > .be-btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.be-btn-default.active.focus,
.be-btn-default.active:focus,
.be-btn-default.active:hover,
.be-btn-default:active.focus,
.be-btn-default:active:focus,
.be-btn-default:active:hover,
.open > .be-btn-default.dropdown-toggle.focus,
.open > .be-btn-default.dropdown-toggle:focus,
.open > .be-btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.be-btn-default.active,
.be-btn-default:active,
.open > .be-btn-default.dropdown-toggle {
  background-image: none;
}
.be-btn-default.disabled.focus,
.be-btn-default.disabled:focus,
.be-btn-default.disabled:hover,
.be-btn-default[disabled].focus,
.be-btn-default[disabled]:focus,
.be-btn-default[disabled]:hover,
fieldset[disabled] .be-btn-default.focus,
fieldset[disabled] .be-btn-default:focus,
fieldset[disabled] .be-btn-default:hover {
  background-color: var(--v-background-base);
  border-color: #fff;
}
.be-btn-primary {
  color: #fff;
  background-color: #0061af;
  border-color: #0061af;
}
.be-btn-primary.focus,
.be-btn-primary:focus {
  color: #fff;
  background-color: #1c5d5e;
  border-color: #0b2323;
}
.be-btn-primary:hover {
  color: #fff;
  background-color: #1c5d5e;
  border-color: #1a5556;
}
.be-btn-primary.active,
.be-btn-primary:active,
.open > .be-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1c5d5e;
  border-color: #1a5556;
}
.be-btn-primary.active.focus,
.be-btn-primary.active:focus,
.be-btn-primary.active:hover,
.be-btn-primary:active.focus,
.be-btn-primary:active:focus,
.be-btn-primary:active:hover,
.open > .be-btn-primary.dropdown-toggle.focus,
.open > .be-btn-primary.dropdown-toggle:focus,
.open > .be-btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #144242;
  border-color: #0b2323;
}
.be-btn-primary.active,
.be-btn-primary:active,
.open > .be-btn-primary.dropdown-toggle {
  background-image: none;
}
.be-btn-primary.disabled.focus,
.be-btn-primary.disabled:focus,
.be-btn-primary.disabled:hover,
.be-btn-primary[disabled].focus,
.be-btn-primary[disabled]:focus,
.be-btn-primary[disabled]:hover,
fieldset[disabled] .be-btn-primary.focus,
fieldset[disabled] .be-btn-primary:focus,
fieldset[disabled] .be-btn-primary:hover {
  background-color: #0061af;
  border-color: #0061af;
}
.be-btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.be-btn-danger.focus,
.be-btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.be-btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.be-btn-danger.active,
.be-btn-danger:active,
.open > .be-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.be-btn-danger.active.focus,
.be-btn-danger.active:focus,
.be-btn-danger.active:hover,
.be-btn-danger:active.focus,
.be-btn-danger:active:focus,
.be-btn-danger:active:hover,
.open > .be-btn-danger.dropdown-toggle.focus,
.open > .be-btn-danger.dropdown-toggle:focus,
.open > .be-btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.be-btn-danger.active,
.be-btn-danger:active,
.open > .be-btn-danger.dropdown-toggle {
  background-image: none;
}
.be-btn-danger.disabled.focus,
.be-btn-danger.disabled:focus,
.be-btn-danger.disabled:hover,
.be-btn-danger[disabled].focus,
.be-btn-danger[disabled]:focus,
.be-btn-danger[disabled]:hover,
fieldset[disabled] .be-btn-danger.focus,
fieldset[disabled] .be-btn-danger:focus,
fieldset[disabled] .be-btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.be-btn-group,
.be-btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.be-btn-group-vertical > .be-btn,
.be-btn-group > .be-btn {
  position: relative;
  float: left;
}
.be-btn-group-vertical > .be-btn.active,
.be-btn-group-vertical > .be-btn:active,
.be-btn-group-vertical > .be-btn:focus,
.be-btn-group-vertical > .be-btn:hover,
.be-btn-group > .be-btn.active,
.be-btn-group > .be-btn:active,
.be-btn-group > .be-btn:focus,
.be-btn-group > .be-btn:hover {
  z-index: 2;
}
.be-btn-group .be-btn + .be-btn,
.be-btn-group .be-btn + .be-btn-group,
.be-btn-group .be-btn-group + .be-btn,
.be-btn-group .be-btn-group + .be-btn-group {
  margin-left: -1px;
}
.be-btn-toolbar {
  margin-left: -5px;
}
.be-btn-toolbar:after,
.be-btn-toolbar:before {
  content: ' ';
  display: table;
}
.be-btn-toolbar:after {
  clear: both;
}
.be-btn-toolbar .be-btn,
.be-btn-toolbar .be-btn-group,
.be-btn-toolbar .input-group {
  float: left;
}
.be-btn-toolbar > .be-btn,
.be-btn-toolbar > .be-btn-group,
.be-btn-toolbar > .input-group {
  margin-left: 5px;
}
.be-btn-group > .be-btn:not(:first-child):not(:last-child):not(.be-dropdown-toggle) {
  border-radius: 0;
}
.be-btn-group > .be-btn:first-child {
  margin-left: 0;
}
.be-btn-group > .be-btn:first-child:not(:last-child):not(.be-dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.be-btn-group > .be-btn:last-child:not(:first-child),
.be-btn-group > .be-dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.be-btn-group > .be-btn-group {
  float: left;
}
.be-btn-group > .be-btn-group:not(:first-child):not(:last-child) > .be-btn {
  border-radius: 0;
}
.be-btn-group > .be-btn-group:first-child:not(:last-child) > .be-btn:last-child,
.be-btn-group > .be-btn-group:first-child:not(:last-child) > .be-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.be-btn-group > .be-btn-group:last-child:not(:first-child) > .be-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.be-btn-group .be-dropdown-toggle:active,
.be-btn-group.open .be-dropdown-toggle {
  outline: 0;
}
.be-btn-group > .be-btn + .be-dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.be-btn-group.open .be-dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.be-btn .be-caret {
  margin-left: 0;
}
.be-btn-group-vertical > .be-btn,
.be-btn-group-vertical > .be-btn-group,
.be-btn-group-vertical > .be-btn-group > .be-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.be-btn-group-vertical > .be-btn-group:after,
.be-btn-group-vertical > .be-btn-group:before {
  content: ' ';
  display: table;
}
.be-btn-group-vertical > .be-btn-group:after {
  clear: both;
}
.be-btn-group-vertical > .be-btn-group > .be-btn {
  float: none;
}
.be-btn-group-vertical > .be-btn + .be-btn,
.be-btn-group-vertical > .be-btn + .be-btn-group,
.be-btn-group-vertical > .be-btn-group + .be-btn,
.be-btn-group-vertical > .be-btn-group + .be-btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.be-btn-group-vertical > .be-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.be-btn-group-vertical > .be-btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.be-btn-group-vertical > .be-btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.be-btn-group-vertical > .be-btn-group:not(:first-child):not(:last-child) > .be-btn {
  border-radius: 0;
}
.be-btn-group-vertical > .be-btn-group:first-child:not(:last-child) > .be-btn:last-child,
.be-btn-group-vertical > .be-btn-group:first-child:not(:last-child) > .be-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.be-btn-group-vertical > .be-btn-group:last-child:not(:first-child) > .be-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.be-btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.be-btn-group-justified > .be-btn,
.be-btn-group-justified > .be-btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.be-btn-group-justified > .be-btn-group .be-btn {
  width: 100%;
}
.be-btn-group-justified > .be-btn-group .be-dropdown-menu {
  left: auto;
}
[data-toggle='buttons'] > .be-btn input[type='checkbox'],
[data-toggle='buttons'] > .be-btn input[type='radio'],
[data-toggle='buttons'] > .be-btn-group > .be-btn input[type='checkbox'],
[data-toggle='buttons'] > .be-btn-group > .be-btn input[type='radio'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.be-modal-open {
  overflow: hidden;
}
.be-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.be-modal.fade .be-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.be-modal.in .be-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.be-modal-open .be-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.be-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.be-modal-content {
  position: relative;
  background-color: var(--v-background-base);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.be-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.be-modal-backdrop.fade {
  opacity: 0;
}
.be-modal-backdrop.in {
  opacity: 0.5625;
}
.be-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.be-modal-header:after,
.be-modal-header:before {
  content: ' ';
  display: table;
}
.be-modal-header:after {
  clear: both;
}
.be-modal-header .close {
  margin-top: -2px;
}
.be-modal-title {
  margin: 0;
  line-height: 1.5;
}
.be-modal-body {
  position: relative;
  padding: 15px;
}
.be-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.be-modal-footer:after,
.be-modal-footer:before {
  content: ' ';
  display: table;
}
.be-modal-footer:after {
  clear: both;
}
.be-modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.be-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.be-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.be-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .be-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .be-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .be-modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .be-modal-lg {
    width: 900px;
  }
}
.be-container {
  position: relative;
  display: block;
  height: 100%;
  background-color: #ccc;
}
.be-header {
  position: relative;
  display: table;
  width: 100%;
  height: 48px;
  padding: 4px 15px;
  background-color: #f5f5f5;
  color: #555;
  border-bottom: #dcdcdc;
  z-index: 3;
}
.be-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}
.be-back {
  display: inline-block;
  padding: 8px 15px;
  margin-left: -15px;
  margin-right: 15px;
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #555 !important;
}
.be-back:focus,
.be-back:hover {
  color: #555 !important;
  text-decoration: none;
  outline: 0;
}
.be-save {
  float: right;
}
.be-body {
  position: relative;
  display: block;
  height: calc(100% - 96px);
  padding-left: 210px;
  padding-right: 350px;
  z-index: 1;
  background-color: #ccc;
}
.be-main {
  position: relative;
  display: block;
  height: 100%;
  padding: 48px 0 72px;
  overflow: auto;
  cursor: pointer;
}
.be-main.be-insert {
  cursor: crosshair;
}
.be-left,
.be-right {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
}
.be-left {
  left: 0;
  width: 210px;
}
.be-right {
  right: 0;
  width: 350px;
}
.be-page {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.be-editor-tooltip {
  position: fixed;
  display: block;
  max-width: 200px;
  max-height: 72px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background-color: #222;
  color: #fff;
  pointer-events: none;
  z-index: 10000;
}
.be-editor-rect {
  position: fixed;
  display: block;
  pointer-events: none;
}
.be-toolbar {
  position: relative;
  display: block;
  height: 48px;
  padding: 4px 5px;
  background-color: var(--v-background-base);
  z-index: 2;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.be-toolbar > .be-btn,
.be-toolbar > .be-btn-group {
  float: left;
  margin-left: 5px;
}
.be-toolbar > .be-btn-group:first-child,
.be-toolbar > .be-btn:first-child {
  margin-left: 0;
}
.be-insert-menu > .be-dropdown-toggle {
  width: 200px;
}
.be-insert-menu > .be-dropdown-menu {
  width: 100%;
}
.be-panel {
  display: block;
  height: 100%;
  background-color: var(--v-background-base);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.be-panel-header {
  position: relative;
  display: block;
  height: 40px;
  padding: 8px 15px;
  background-color: #f5f5f5;
  color: #555;
  border-bottom: 1px solid darker(#f5f5f5, 10%);
  overflow: hidden;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.be-panel-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.be-panel-body {
  position: relative;
  display: block;
  height: calc(100% - 40px);
  overflow: auto;
}
.be-panel-body:after,
.be-panel-body:before {
  content: ' ';
  display: table;
}
.be-panel-body:after {
  clear: both;
}
.be-layer-list {
  display: block;
  margin-bottom: 24px !important;
  padding: 10px 5px !important;
  list-style: none;
}
.be-layer {
  display: table;
  width: 100%;
  margin-bottom: -1px;
  padding: 16px 0 16px 16px;
  margin-bottom: 5px;
  background-color: var(--v-background-base);
  color: #555;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.be-layer:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.be-layer:focus,
.be-layer:hover {
  background-color: #eee;
  color: #333;
}
.be-layer.active,
.be-layer.active:focus,
.be-layer.active:hover {
  background-color: #222;
  color: #fff;
}
.be-layer-body,
.be-layer-left,
.be-layer-right {
  display: table-cell;
  vertical-align: middle;
  padding-right: 16px;
}
.be-layer-left {
  width: 1px;
}
.be-layer-right {
  width: 1px;
}
.be-layer-icon,
.be-layer-label {
  display: inline-block;
  float: left;
}
.be-layer-label {
  font-weight: 700;
}
.be-layer-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.be-layer-icon + .be-layer-label {
  margin-left: 16px;
}
.be-layer-action {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  color: inherit;
}
.be-layer-action:focus,
.be-layer-action:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
.be-sortable {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
.noscroll,
.noscrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.noscroll::-webkit-scrollbar,
.noscrollbar::-webkit-scrollbar {
  display: none;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.be-icon {
  font-size: 18px;
}
.be-inl > .be-icon {
  margin-right: 15px;
}
.btransformer {
  border: 2px solid transparent;
  cursor: pointer;
}
.btransformer.focus {
  border-color: #000;
}
.btransformer.focus > .btransformer-bl,
.btransformer.focus > .btransformer-br,
.btransformer.focus > .btransformer-tl,
.btransformer.focus > .btransformer-tr {
  display: block;
}
.btransformer-layer {
  position: relative;
  display: block;
  word-break: normal;
  word-wrap: break-word;
  z-index: 0;
}
.btransformer-bl,
.btransformer-br,
.btransformer-tl,
.btransformer-tr {
  position: absolute;
  display: none;
  width: 16px;
  height: 16px;
  background-color: #000;
  border: 1px solid #fff;
  z-index: 1;
  cursor: hand;
}
.btransformer-tl {
  top: -9px;
  left: -9px;
}
.btransformer-tr {
  top: -9px;
  right: -9px;
}
.btransformer-bl {
  bottom: -9px;
  left: -9px;
}
.btransformer-br {
  bottom: -9px;
  right: -9px;
}
.btransformer-slot {
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
}
