@charset "UTF-8";
/**
 *
 * InspireSoft Confidential
 *
 *
 *
 * (C) COPYRIGHT Inpiresoft Ltd. 2015
 *
 * The source code for this program is not published or otherwise
 * divested of its trade secrets.
 *
 */
/**
 * @author Ivan Milic
 * @author Ivan Dilber
 * @date 23 Jul 2015
 * @author Marko Antonic
 * @date 29 May 2018
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic,300,300italic&subset=latin,latin-ext);
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .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); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .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; }

.btn-group-vertical > .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; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .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; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  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; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .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); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*** Material Design Effects ***/
/**
 * Create shadow with one of the predefined depths (levels)
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 * @link http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 * @requires {function} top-shadow
 * @requires {function} bottom-shadow
 */
/**
 * Computes a top-shadow for a shadow effect.
 * @param {Number} $depth - depth level
 * @return {List}
 */
/**
 * Computes a bottom-shadow for a shadow effect.
 * @param {Number} $depth - depth level
 * @return {List}
 */
#actionmenuSearch {
  width: 100%; }

html {
  height: 100%; }

body {
  height: 100%;
  min-height: 100%;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

label {
  font-weight: 400; }

h4 {
  margin-bottom: 2px; }

.container {
  padding-left: 0; }

.sys-textarea textarea {
  display: block;
  width: 100%; }

.sys-textarea .readonly textarea {
  border: 1px dashed #ccc; }
  .sys-textarea .readonly textarea:focus {
    outline: none; }

.sys-textarea .ng-invalid-required textarea {
  border: 0;
  box-shadow: 0px 0px 2px 0px #f00; }
  .sys-textarea .ng-invalid-required textarea:focus {
    outline: none; }

.sys-textarea .ng-invalid-required label {
  color: #f00; }

.development {
  position: absolute;
  width: 149px;
  height: 149px;
  top: 0;
  left: 0;
  border: 0;
  z-index: 1000;
  background-image: url("../images/development_ribbon.png");
  background-position: center center;
  background-repeat: no-repeat; }

.navbar {
  min-height: 35px; }

.navbar-version {
  font-size: 10px;
  color: #ccc;
  display: none; }

.navbar-search-input {
  margin-top: -15px;
  margin-left: 7px;
  background-color: rgba(27, 49, 85, 0.3);
  border: rgba(27, 49, 85, 0.3);
  color: #fff; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.hero-unit {
  margin: 50px auto 0 auto;
  width: 300px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  background-color: #eee;
  border-radius: 6px;
  padding: 60px; }

.hero-unit h1 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px; }

.well {
  /*background-color: transparent;*/
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-right: 30px;
  margin-bottom: 0;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  transition: margin 0.3s ease; }
  @media screen and (max-width: 768px) {
    .well {
      margin-top: 10px; } }

.error {
  color: white;
  background-color: red; }

.hipster {
  display: inline-block;
  width: 347px;
  height: 497px;
  background: url("../images/hipster.png") no-repeat center top;
  background-size: contain; }

.pad {
  padding: 10px; }

.btn {
  font-size: 12px;
  font-weight: 600; }

.btn-link, .btn-link:focus, .btn-link.focus {
  outline: none;
  text-decoration: none; }

.btn-link.disabled, .btn-link[disabled], .btn-link.disabled:hover, .btn-link[disabled]:hover {
  opacity: 1;
  color: #e5e5e5;
  text-decoration: none; }

.loader-icon {
  -webkit-animation: spinner 0.7s infinite linear;
  -moz-animation: spinner 0.7s infinite linear;
  animation: spinner 0.7s infinite linear; }

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spinner {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* main menu */
.navbar-default {
  background: #0C8DD6 url(/assets/images/bg_pattern.jpg) top right no-repeat;
  border-color: transparent;
  margin-bottom: 0; }
  .navbar-default > .container-fluid {
    clear: both; }
    .navbar-default > .container-fluid .navbar-brand {
      margin: 6px 0 -6px 12px; }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    padding-right: 8px;
    padding-left: 8px; }
    .navbar-default .navbar-nav > li > a.avatar {
      padding-top: 8px; }
      .navbar-default .navbar-nav > li > a.avatar img {
        width: 30px;
        height: 30px;
        margin-top: -2px; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: #026296; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
    .navbar-default .navbar-toggle:hover {
      background-color: #026296; }
      .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #fff; }
    .navbar-default .navbar-toggle.collapsed {
      background-color: transparent; }
      .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #80D1F7; }
  .navbar-default .dropdown-menu > .active > a, .navbar-default .dropdown-menu > .active > a:hover, .navbar-default .dropdown-menu > .active > a:focus {
    color: #333;
    background-color: #eee; }
  .navbar-default .dropdown-menu {
    top: 88%;
    font-size: 12px; }
  .navbar-default .dropdown-menu::after, .navbar-default .dropdown-menu::before {
    bottom: 100%;
    right: 13px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .navbar-default .dropdown-menu::after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px; }
  .navbar-default .dropdown-menu::before {
    border-color: transparent;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-width: 8px;
    margin-left: -8px; }
  .navbar-default .sidebar-btn.btn-default {
    float: left;
    background-color: transparent;
    border: 0;
    color: #fff;
    padding: 13px 8px 8px 8px;
    outline: none;
    margin: 0 0 0 -7px;
    font-size: 13px;
    border-radius: 0; }
    .navbar-default .sidebar-btn.btn-default:hover {
      background-color: #4c91cd; }

.navbar-right {
  font-size: 13px;
  white-space: nowrap; }

.top-menu-line {
  height: 24px;
  background-color: #0175b5; }
  .top-menu-line .navbar-brand {
    padding: 5px 32px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    height: 24px;
    color: #fff; }
  .top-menu-line .navbar-text {
    color: #fff;
    margin: 0; }
  .top-menu-line .navbar-nav > li > a {
    padding: 3px 7px; }

.navbar-header {
  min-width: 320px;
  margin-left: 0; }

.inspiresoft {
  display: inline-block;
  background: url(/assets/images/braidLogo.svg) top left no-repeat;
  background-size: auto 28px;
  width: 105px;
  height: 28px;
  margin: 5px; }

.main {
  height: 100%;
  /*margin: 0 38px 0 50px;*/ }
  .main .container {
    height: 100%;
    width: 100%;
    /*max-width: 1140px;*/ }

/*
.wrap-all {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-top: 0;

	&> .main {
		display: table-cell;
		vertical-align: top;
		overflow-x: hidden;
	}
}
*/
.wrap-all {
  position: relative;
  clear: both;
  height: 100%; }

button.close {
  outline: none;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  transition: transform 0.6s ease; }
  button.close:hover {
    -webkit-transform: rotate(90deg) scale(1.2857);
    -moz-transform: rotate(90deg) scale(1.2857);
    -ms-transform: rotate(90deg) scale(1.2857);
    -o-transform: rotate(90deg) scale(1.2857);
    transform: rotate(90deg) scale(1.2857); }

.form-search {
  position: relative;
  padding: 10px;
  padding-right: 40px;
  background-color: #f9f9f9; }
  .form-search input {
    width: 100%; }
  .form-search button.close {
    position: absolute;
    top: 2px;
    right: 5px; }

.sidebar-menu > span {
  display: none; }

.sidebar-menu, .action-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f9f9f9;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease; }
  .sidebar-menu .glyphicon, .action-menu .glyphicon {
    margin-right: 5px; }
  .sidebar-menu .fa, .action-menu .fa {
    margin-right: 5px; }
  .sidebar-menu > .list-group, .action-menu > .list-group {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 100%;
    padding-bottom: 100px; }
  .sidebar-menu .panel .list-group, .action-menu .panel .list-group {
    padding-left: 5px; }
  .sidebar-menu .list-group, .action-menu .list-group {
    list-style-type: none; }
    .sidebar-menu .list-group > div > span, .action-menu .list-group > div > span {
      display: none; }
    .sidebar-menu .list-group:focus, .action-menu .list-group:focus {
      outline: none; }
    .sidebar-menu .list-group .list-group .panel, .action-menu .list-group .list-group .panel {
      padding-left: 4px; }
    .sidebar-menu .list-group .list-group .list-group-item.list-group-item-appmenu, .action-menu .list-group .list-group .list-group-item.list-group-item-appmenu {
      margin: 0 0 -1px -5px;
      padding: 7px 0 6px 12px; }
    .sidebar-menu .list-group .list-group .list-group-item.list-group-item-app, .action-menu .list-group .list-group .list-group-item.list-group-item-app {
      margin: 0 0 -1px -5px;
      padding: 7px 15px 6px 12px; }
  .sidebar-menu .list-group-item, .action-menu .list-group-item {
    margin-bottom: -1px;
    border-radius: 0;
    padding: 8px 0;
    border-right: 0;
    border-left: 0; }
    .sidebar-menu .list-group-item .pull-right.glyphicon, .action-menu .list-group-item .pull-right.glyphicon {
      font-size: 9px; }
    .sidebar-menu .list-group-item:hover, .action-menu .list-group-item:hover {
      background-color: #e6e6e6; }
    .sidebar-menu .list-group-item.active, .sidebar-menu .list-group-item.active:focus, .action-menu .list-group-item.active, .action-menu .list-group-item.active:focus {
      z-index: inherit;
      color: inherit;
      background-color: inherit;
      border-color: inherit; }
    .sidebar-menu .list-group-item.active:hover, .action-menu .list-group-item.active:hover {
      z-index: inherit;
      color: inherit;
      background-color: #e6e6e6;
      border-color: inherit; }
    .sidebar-menu .list-group-item:first-child, .action-menu .list-group-item:first-child {
      border-radius: 0; }
    .sidebar-menu .list-group-item > a, .action-menu .list-group-item > a {
      color: #333;
      text-decoration: none;
      outline: none;
      padding: 0 8px;
      display: list-item; }
      .sidebar-menu .list-group-item > a.active, .action-menu .list-group-item > a.active {
        color: #337ab7;
        font-weight: 700; }
  .sidebar-menu .list-group-item.active > a, .action-menu .list-group-item.active > a {
    color: #337ab7;
    font-weight: 700; }

.sidebar-visible .sidebar-menu, .sidebar-thin .sidebar-menu {
  display: block;
  width: 230px;
  background-color: #f9f9f9;
  vertical-align: top;
  z-index: 10; }

.sidebar-hidden .sidebar-menu {
  width: 0;
  overflow-x: hidden; }

.sidebar-thin .sidebar-menu {
  display: block;
  width: 65px; }
  .sidebar-thin .sidebar-menu .panel .panel .list-group {
    padding-left: 4px; }
  .sidebar-thin .sidebar-menu .form-search {
    padding: 5px; }
    .sidebar-thin .sidebar-menu .form-search button.close {
      position: static;
      font-size: 21px; }
    .sidebar-thin .sidebar-menu .form-search input {
      display: none; }
  .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group {
    display: none;
    position: absolute;
    top: auto;
    left: 100%;
    width: 230px;
    margin-top: -43px;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 100%;
    padding-bottom: 100px; }
    .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group > div {
      background-color: #f9f9f9; }
      .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group > div > span {
        display: inline-block;
        font-size: 13px;
        color: #333;
        font-weight: 600;
        padding-top: 4px;
        padding-left: 15px;
        padding-bottom: 2px; }
    .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group > .panel > .list-group-item {
      margin: 0 0 -1px -5px;
      padding: 7px 0 6px 5px; }
    .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group:hover {
      display: block; }
    .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group:focus {
      display: block; }
  .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group-item:hover + .list-group {
    display: block; }
  .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group-item {
    padding: 10px 0 0;
    font-size: 24px;
    border-radius: 0;
    border-right: 0;
    border-left: 0; }
    .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group-item > a {
      display: block;
      text-align: center;
      width: 100%;
      color: #6c6c6c; }
    .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group-item span {
      display: none; }
    .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group-item .glyphicon {
      display: inline; }
    .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group-item .fa {
      display: inline; }
    .sidebar-thin .sidebar-menu > .list-group > .panel > .list-group-item a:after {
      display: none; }
  .sidebar-thin .sidebar-menu .list-group {
    padding-left: 0;
    padding-right: 0; }

.action-menu {
  display: none;
  height: auto;
  background: #f9f9f9;
  z-index: 10; }

.action-menu-visible .action-menu {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 70px;
  left: auto;
  right: 0;
  width: 175px;
  border-right: 0;
  -webkit-animation: openSidebarAnimation 0.3s ease-in-out;
  -moz-animation: openSidebarAnimation 0.3s ease-in-out;
  animation: openSidebarAnimation 0.3s ease-in-out; }

.action-menu-hidden .action-menu {
  width: 0;
  -webkit-animation: closeSidebarAnimation 0.3s ease-in-out;
  -moz-animation: closeSidebarAnimation 0.3s ease-in-out;
  animation: closeSidebarAnimation 0.3s ease-in-out; }

@-webkit-keyframes openSidebarAnimation {
  from {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border-right: 4px solid #0175b5;
    width: 0; }
  to {
    width: 200px; } }

@-moz-keyframes openSidebarAnimation {
  from {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border-right: 4px solid #0175b5;
    width: 0; }
  to {
    width: 200px; } }

@keyframes openSidebarAnimation {
  from {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border-right: 4px solid #0175b5;
    width: 0; }
  to {
    width: 200px; } }

@-webkit-keyframes closeSidebarAnimation {
  from {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border-right: 4px solid #0175b5;
    width: 200px; }
  to {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border-right: 4px solid #0175b5;
    width: 0;
    display: none; } }

@-moz-keyframes closeSidebarAnimation {
  from {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border-right: 4px solid #0175b5;
    width: 200px; }
  to {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border-right: 4px solid #0175b5;
    width: 0;
    display: none; } }

@keyframes closeSidebarAnimation {
  from {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border-right: 4px solid #0175b5;
    width: 200px; }
  to {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border-right: 4px solid #0175b5;
    width: 0;
    display: none; } }

.designmode-pallete {
  position: fixed;
  top: 42px;
  bottom: 0px;
  right: 0;
  width: 200px;
  border: 0;
  border-left: 4px solid #0175b5;
  border-radius: 8px 0 0 8px;
  overflow-y: auto;
  z-index: 10;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  -webkit-animation: openSidebarAnimation 0.3s ease-in-out;
  -moz-animation: openSidebarAnimation 0.3s ease-in-out;
  animation: openSidebarAnimation 0.3s ease-in-out; }
  .designmode-pallete .list-group-separator {
    display: block;
    clear: both;
    color: #0175b5;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    margin-top: -1px; }
    .designmode-pallete .list-group-separator a {
      display: block;
      padding: 10px 15px;
      text-decoration: none; }
      .designmode-pallete .list-group-separator a:hover {
        color: #333; }
  .designmode-pallete > .list-group .list-items {
    padding: 0;
    margin: 0; }
  .designmode-pallete > .list-group .list-group-item {
    position: relative;
    float: left;
    width: 50%;
    height: 65px;
    border-width: 1px 1px 1px 0;
    text-align: center;
    color: #6c6c6c;
    cursor: move; }
    .designmode-pallete > .list-group .list-group-item:hover {
      background-color: #f5f5f5;
      color: #337ab7; }
    .designmode-pallete > .list-group .list-group-item .item-icon {
      font-size: 28px;
      display: block;
      top: inherit; }
    .designmode-pallete > .list-group .list-group-item .item-title {
      font-size: 11px;
      line-height: 14px;
      width: 100%;
      position: absolute;
      bottom: 4px;
      left: 0; }

.page-iapp .toolbar {
  position: absolute;
  left: auto;
  right: 5px;
  width: 50px;
  top: -5px;
  z-index: 1;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  height: 100%; }
  .page-iapp .toolbar .toolbar-scroll {
    position: absolute;
    left: auto;
    width: 50px;
    top: 50px;
    z-index: 1;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 100%;
    padding-bottom: 100px; }
  .page-iapp .toolbar button {
    margin: 6px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    outline: none; }
  .page-iapp .toolbar button:active {
    outline: none; }
  .page-iapp .toolbar button:focus {
    outline: none; }
  .page-iapp .toolbar > button:first-child {
    position: absolute;
    right: -15px;
    width: 60px;
    padding-left: 0;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    color: #0282CB;
    font-size: 20px;
    box-shadow: none;
    border: 1px solid #e5e5e5; }
    .page-iapp .toolbar > button:first-child:hover {
      color: #f90; }
  .page-iapp .toolbar > .toolbar-scroll > button:first-child {
    margin-top: 20px; }

.page-iapp .action-menu-visible .toolbar {
  right: 180px; }

.designmode-toolbar {
  position: absolute;
  left: auto;
  right: 200px;
  width: 50px;
  top: 68px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  max-height: 100%;
  padding-bottom: 120px; }
  .designmode-toolbar > button {
    margin: 6px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    outline: none; }
  .designmode-toolbar > button.btn:active {
    outline: none; }
  .designmode-toolbar > button.btn:focus {
    background-color: #337ab7;
    outline: none; }

.sys-table caption {
  font-size: 14px;
  color: #337ab7;
  padding-bottom: 4px;
  border-bottom: 1px solid #8AB8E0;
  padding-top: 0;
  font-size: 14px; }
  .sys-table caption .btn {
    margin-right: 0;
    font-size: 12px;
    vertical-align: baseline; }
  .sys-table caption .table-title {
    margin-right: 20px;
    margin-top: 4px; }
  .sys-table caption .table-options .btn {
    font-size: 20px;
    padding: 4px 0 0;
    margin-left: 10px; }
  .sys-table caption .table-options a {
    text-transform: none; }
    .sys-table caption .table-options a .fa {
      margin-right: 5px; }
  .sys-table caption .table-pagination {
    font-size: 12px; }
    .sys-table caption .table-pagination > .btn {
      padding: 0px;
      margin: 0; }
  .sys-table caption .table-navigation .btn {
    padding: 3px 6px 2px; }

.sys-table thead > tr > th {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }
  .sys-table thead > tr > th input {
    width: 100%; }

.sys-table thead > tr:first-child > th {
  background-color: #fff;
  color: #555;
  border: 0;
  padding-left: 20px;
  cursor: pointer; }
  .sys-table thead > tr:first-child > th:first-child {
    border-top-left-radius: 6px; }
  .sys-table thead > tr:first-child > th:last-child {
    border-top-right-radius: 6px; }

.sys-table .table-striped > tbody > tr {
  border: 0; }

.sys-table .table {
  margin-bottom: 0;
  width: 100%; }

.sys-table table > tbody + tbody, .sys-table table > tbody > tr > td {
  border: 0;
  line-height: 24px; }

.sys-table tbody tr:focus {
  outline: none; }

.sys-table tbody tr td {
  padding: 4px 8px; }
  .sys-table tbody tr td:first-child {
    padding: 4px; }
    .sys-table tbody tr td:first-child a {
      position: relative;
      top: 0;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      white-space: normal;
      word-wrap: normal;
      word-break: break-all;
      word-break: break-word;
      text-align: left;
      padding: 0 12px;
      outline: none;
      min-height: 20px;
      min-width: 60px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-weight: 600; }
      .sys-table tbody tr td:first-child a::before {
        display: none; }
      .sys-table tbody tr td:first-child a:hover {
        text-decoration: none; }
      .sys-table tbody tr td:first-child a.btn:hover::before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        margin: -10px 0 0 -8px;
        font-family: 'Glyphicons Halflings';
        font-size: 16px; }
  .sys-table tbody tr td > span {
    display: inline-block;
    padding-left: 12px; }
  .sys-table tbody tr td .sys-button {
    padding: 3px 5px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    margin-top: 3px; }

.sys-table tbody tr.tr-expanded td:first-child a {
  color: #337ab7; }
  .sys-table tbody tr.tr-expanded td:first-child a:hover {
    background-color: transparent;
    color: #337ab7; }
    .sys-table tbody tr.tr-expanded td:first-child a:hover::before {
      position: relative;
      margin: 0;
      margin-right: 7px;
      color: #337ab7;
      top: auto;
      left: auto; }
  .sys-table tbody tr.tr-expanded td:first-child a::before {
    display: inline-block;
    margin-right: 7px;
    font-family: 'Glyphicons Halflings'; }

.sys-table tbody tr.deletedrow {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ddd;
  color: #aaa;
  text-decoration: line-through; }
  .sys-table tbody tr.deletedrow a.btn {
    color: #aaa;
    text-decoration: line-through; }
    .sys-table tbody tr.deletedrow a.btn:hover {
      background-color: #999 !important; }

.sys-table tbody tr.updatedrow {
  font-style: italic; }
  .sys-table tbody tr.updatedrow a.glyphicon {
    font-style: italic; }

.sys-table .table-striped > tbody > tr.table-detail-expanded {
  background-color: #e7f5fb;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #b2e5fb; }
  .sys-table .table-striped > tbody > tr.table-detail-expanded .sys-tabledetails {
    background-color: #fff;
    padding: 0 10px;
    margin: 3px 10px 5px 34px;
    overflow-y: hidden;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }
    .sys-table .table-striped > tbody > tr.table-detail-expanded .sys-tabledetails h4 {
      padding-bottom: 7px; }

.sys-table .pagination {
  margin: 10px 0 0; }

.sys-tablebody td:first-child a.btn {
  word-break: break-word;
  white-space: normal;
  text-align: left; }

.filter-col {
  font-weight: 500; }

.form-control, input, input[type="text"], input[type="password"], input[type="radio"], input[type="checkbox"], input[type="radio"]:focus, input[type="checkbox"]:focus {
  box-shadow: none;
  outline: none; }

.form-control {
  font-size: 12px; }

@-webkit-keyframes slideInDown {
  from {
    max-height: 0; }
  to {
    max-height: 1000px; } }

@-moz-keyframes slideInDown {
  from {
    max-height: 0; }
  to {
    max-height: 1000px; } }

@keyframes slideInDown {
  from {
    max-height: 0; }
  to {
    max-height: 1000px; } }

.slide-down-animation {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: slideInDown 2s ease;
  -moz-animation: slideInDown 2s ease;
  animation: slideInDown 2s ease; }

.designmode-marker, .in-design-mode .sys-designmode-section::before, .modal-body .sys-designmode-section::before, .in-design-mode .sys-designmode-sectionrow::before, .modal-body .sys-designmode-sectionrow::before, .in-design-mode .sys-designmode-sectioncol::before, .modal-body .sys-designmode-sectioncol::before, .in-design-mode .sys-designmode-tabledetails::before, .modal-body .sys-designmode-tabledetails::before, .in-design-mode .sys-designmode-table::before, .modal-body .sys-designmode-table::before, .in-design-mode .sys-designmode-tablebody::before, .modal-body .sys-designmode-tablebody::before, .in-design-mode .sys-designmode-buttongroup::before, .modal-body .sys-designmode-buttongroup::before, .in-design-mode .sys-designmode-imagegroup::before, .modal-body .sys-designmode-imagegroup::before, .in-design-mode .sys-designmode-tree::before, .modal-body .sys-designmode-tree::before, .in-design-mode .sys-designmode-treebody::before, .modal-body .sys-designmode-treebody::before, .in-design-mode .sys-designmode-treedetails::before, .modal-body .sys-designmode-treedetails::before, .in-design-mode .sys-designmode-image::before, .modal-body .sys-designmode-image::before, .in-design-mode .sys-designmode-templateinclude::before, .modal-body .sys-designmode-templateinclude::before, .in-design-mode .sys-designmode-native::before, .modal-body .sys-designmode-native::before, .in-design-mode .sys-designmode-repeat::before, .modal-body .sys-designmode-repeat::before, .in-design-mode .sys-designmode-datasource::before, .modal-body .sys-designmode-datasource::before, .mobile-creator .mob-list > [dnd-list="mobcomponentchildren"]::before, .mobile-creator .mob-list > [dnd-list="mobcomponentchildren"] > .mob-designmodechild::before, .mobile-creator .mob-radiogroup > [dnd-list="mobcomponentchildren"]::before, .mobile-creator .mob-radiogroup > [dnd-list="mobcomponentchildren"] > .mob-designmodechild::before, .mobile-creator .mob-datalist::before, .mobile-creator .mob-grid > [dnd-list="mobcomponentchildren"]::before, .mobile-creator .mob-row > [dnd-list="mobcomponentchildren"]::before, .mobile-creator .mob-tabset::before, .mobile-creator ion-buttons::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: -1px 0 0 -1px;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 10px;
  color: #000;
  background-color: #ccc; }

.in-design-mode .sys-designmode-section::before, .modal-body .sys-designmode-section::before {
  content: "sec"; }

.in-design-mode .sys-designmode-sectionrow::before, .modal-body .sys-designmode-sectionrow::before {
  content: "row"; }

.in-design-mode .sys-designmode-sectioncol::before, .modal-body .sys-designmode-sectioncol::before {
  content: "col"; }

.in-design-mode .sys-designmode-tabledetails::before, .modal-body .sys-designmode-tabledetails::before {
  content: "tdt"; }

.in-design-mode .sys-designmode-table::before, .modal-body .sys-designmode-table::before {
  content: "tbl"; }

.in-design-mode .sys-designmode-tablebody, .modal-body .sys-designmode-tablebody {
  position: relative; }

.in-design-mode .sys-designmode-tablebody::before, .modal-body .sys-designmode-tablebody::before {
  content: "tbo"; }

.in-design-mode .sys-designmode-buttongroup::before, .modal-body .sys-designmode-buttongroup::before {
  content: "btg"; }

.in-design-mode .sys-designmode-imagegroup::before, .modal-body .sys-designmode-imagegroup::before {
  content: "igr"; }

.in-design-mode .sys-designmode-tree::before, .modal-body .sys-designmode-tree::before {
  content: "tre"; }

.in-design-mode .sys-designmode-treebody::before, .modal-body .sys-designmode-treebody::before {
  content: "trb"; }

.in-design-mode .sys-designmode-treedetails::before, .modal-body .sys-designmode-treedetails::before {
  content: "trd"; }

.in-design-mode .sys-designmode-image::before, .modal-body .sys-designmode-image::before {
  content: "img"; }

.in-design-mode .sys-designmode-templateinclude::before, .modal-body .sys-designmode-templateinclude::before {
  content: "tmp"; }

.in-design-mode .sys-designmode-native::before, .modal-body .sys-designmode-native::before {
  content: "native"; }

.in-design-mode .sys-designmode-repeat::before, .modal-body .sys-designmode-repeat::before {
  content: "rpt"; }

.in-design-mode .sys-designmode-datasource::before, .modal-body .sys-designmode-datasource::before {
  content: "dts"; }

div[dnd-list] > .sys-designmodechild:hover::before {
  background-color: #fdc75e; }

div[dnd-list] input, div[dnd-list] select {
  width: 100%; }

div[dnd-list].designmode-horiz-list {
  min-width: 40px; }
  div[dnd-list].designmode-horiz-list > .dndPlaceholder {
    min-width: 40px;
    min-height: 100px; }

div[dnd-list].trashcan {
  background: transparent; }
  div[dnd-list].trashcan .dndPlaceholder {
    display: none; }
  div[dnd-list].trashcan.dndDragover > div {
    background: #f44336;
    cursor: default; }
  div[dnd-list].trashcan > div {
    font-size: 46px;
    color: #fff;
    text-align: center;
    background: #eee;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin: 10px auto;
    line-height: 100px;
    display: block;
    cursor: no-drop; }
    div[dnd-list].trashcan > div:hover {
      background: #f44336; }

.sys-buttongroup {
  margin-bottom: 12px; }
  .sys-buttongroup::after {
    clear: both;
    content: "";
    display: table; }
  .sys-buttongroup div[dnd-list].designmode-horiz-list > .dndPlaceholder {
    min-width: 80px;
    min-height: 50px;
    float: right; }

.sys-imagegroup {
  margin-bottom: 12px; }
  .sys-imagegroup::after {
    clear: both;
    content: "";
    display: table; }
  .sys-imagegroup div[dnd-list].designmode-horiz-list > .dndPlaceholder {
    min-width: 80px;
    min-height: 50px;
    float: right; }

.sys-treedetails div[dnd-list] {
  min-height: 62px; }

.sys-tree .deletedrow {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ddd;
  color: #aaa;
  text-decoration: line-through; }
  .sys-tree .deletedrow a.btn {
    color: #aaa;
    text-decoration: line-through; }
    .sys-tree .deletedrow a.btn:hover {
      background-color: #999 !important; }

@media only screen and (min-width: 768px) {
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .open > .dropdown-menu {
    opacity: 1;
    pointer-events: all; }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 0px; }
  .navbar-nav > li {
    height: 40px; }
    .navbar-nav > li:hover {
      background-color: #4c91cd; }
  .navbar-right {
    margin-right: -5px; } }

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }
  .navbar-default .nav > li {
    border-bottom: 1px solid #2389b9;
    clear: both; }
  .navbar-default .navbar-header {
    text-align: center; }
    .navbar-default .navbar-header .navbar-brand {
      float: none;
      margin: 10px 0 0 0; }
  .navbar-default .sidebar-btn {
    font-size: 21px;
    margin-left: 0; }
    .navbar-default .sidebar-btn:focus {
      background-color: #0175b5;
      outline: none; } }

@media only screen and (max-width: 480px) {
  .navbar-version {
    display: none; } }

/*
@media screen and (min-width: 960px) {
	html {
		margin-left: calc(100vw - 100%);
		margin-right: 0;
	}
}
*/
/* make sure browsers use the pointer cursor for anchors, even with no href */
a:hover {
  cursor: pointer; }

.hand {
  cursor: pointer; }

#threadDump .popover, #healthCheck .popover {
  top: inherit;
  display: block;
  font-size: 10px;
  max-width: 1024px; }

#healthCheck .popover {
  margin-left: -50px; }

.health-details {
  min-width: 400px; }

.alert .popover pre {
  font-size: 10px; }

/* start Password strength bar style */
ul#strength {
  display: inline;
  list-style: none;
  margin: 0;
  margin-left: 15px;
  padding: 0;
  vertical-align: 2px; }

.point:last {
  margin: 0 !important; }

.point {
  background: #DDD;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  width: 20px; }

/* end Password strength bar style */
/* Custom alerts for notification */
.alerts {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 1100;
  right: 0px;
  min-width: 200px;
  padding: 5px;
  pointer-events: none; }

.alerts .alert {
  opacity: 0.9;
  min-width: 60%;
  text-overflow: ellipsis;
  float: right;
  z-index: 1100;
  pointer-events: all; }

.alert pre {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0; }

/* end of Custom alerts for notification */
.page-iapp .i-app-header .actionmenu {
  display: none; }

.sys-application {
  background: #fff;
  border-top: 0;
  border-bottom: 0; }
  .sys-application .tab-header {
    overflow-x: hidden;
    overflow-y: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 20px; }
  .sys-application .iapp-tabs.on-first-tab .tab-header {
    border: 0; }

/* sysTabset styles */
.sys-tabset {
  position: relative;
  /*** Tab content animations ***/ }
  .sys-tabset.on-first-tab.iapp-tabs:not(.in-design-mode) > .tab-header > h4 {
    display: block;
    border: 0; }
  .sys-tabset.on-first-tab.iapp-tabs:not(.in-design-mode) > .tab-header > .nav-tabs {
    overflow-y: hidden;
    height: 1px;
    opacity: 0; }
  .sys-tabset.on-first-tab.in-design-mode > .nav-tabs {
    opacity: 1;
    height: auto; }
  .sys-tabset h4 {
    font-size: 14px;
    font-weight: normal;
    color: #337ab7;
    border-bottom: 1px solid #8AB8E0;
    padding-bottom: 4px; }
  .sys-tabset .tab-header h4 {
    margin: 0;
    padding: 12px 15px 8px;
    color: #0282CB;
    display: none;
    font-weight: 600; }
  .sys-tabset .nav-tabs {
    position: relative;
    min-width: 3000px;
    opacity: 1;
    height: 40px;
    border-bottom: 0;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
    .sys-tabset .nav-tabs li {
      position: relative;
      display: block;
      float: left;
      margin-bottom: -1px; }
      .sys-tabset .nav-tabs li a {
        position: relative;
        display: block;
        border-radius: 0;
        border: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        outline: none;
        margin-right: 0;
        padding: 12px 10px 8px;
        background: transparent;
        font-weight: 600;
        font-size: 13px; }
        .sys-tabset .nav-tabs li a:hover, .sys-tabset .nav-tabs li a:focus {
          border-bottom: 4px solid #ddd;
          background: transparent;
          text-decoration: none;
          color: #337ab7; }
      .sys-tabset .nav-tabs li.active a {
        border: 0;
        border-bottom: 4px solid #f90;
        color: #333;
        background: transparent;
        cursor: default; }
      .sys-tabset .nav-tabs li.invalid a {
        padding-right: 18px; }
        .sys-tabset .nav-tabs li.invalid a::after {
          content: '!';
          position: absolute;
          top: 6px;
          right: 2px;
          width: 14px;
          height: 14px;
          background: #f00;
          color: #fff;
          border-radius: 14px;
          font-size: 12px;
          font-weight: 700;
          line-height: 14px;
          text-align: center; }
      .sys-tabset .nav-tabs li:first-child a {
        padding-left: 15px; }
  .sys-tabset.iapp-tabs > .tab-header > .nav-tabs li:first-child {
    border: 0;
    margin-left: -16px; }
    .sys-tabset.iapp-tabs > .tab-header > .nav-tabs li:first-child a {
      background: transparent;
      padding: 0;
      border: 0; }
      .sys-tabset.iapp-tabs > .tab-header > .nav-tabs li:first-child a:hover {
        border: 0;
        background: transparent; }
        .sys-tabset.iapp-tabs > .tab-header > .nav-tabs li:first-child a:hover > span {
          color: #f90;
          border-radius: 0; }
      .sys-tabset.iapp-tabs > .tab-header > .nav-tabs li:first-child a > span.glyphicon {
        display: inline-block;
        padding: 7px;
        padding-left: 22px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #0282CB;
        font-size: 24px; }
      .sys-tabset.iapp-tabs > .tab-header > .nav-tabs li:first-child a::before {
        content: "";
        width: 0;
        height: 0;
        border: 22px solid transparent;
        border-left: 0;
        border-right: 15px solid transparent;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
  .sys-tabset.in-design-mode > .tab-content .tab-pane {
    padding-top: 0; }
  .sys-tabset.in-design-mode > .tab-header {
    margin-left: 17px; }
    .sys-tabset.in-design-mode > .tab-header div[dnd-list], .sys-tabset.in-design-mode > .tab-header .sys-designmodechild {
      float: left; }
    .sys-tabset.in-design-mode > .tab-header div[dnd-list] > .sys-designmodechild {
      padding: 10px; }
      .sys-tabset.in-design-mode > .tab-header div[dnd-list] > .sys-designmodechild:first-of-type {
        padding-bottom: 5px;
        padding-top: 4px;
        padding-left: 1px; }
    .sys-tabset.in-design-mode > .tab-header div[dnd-list].designmode-horiz-list > .dndPlaceholder {
      min-height: 40px; }
    .sys-tabset.in-design-mode > .tab-header > .nav-tabs {
      height: auto; }
      .sys-tabset.in-design-mode > .tab-header > .nav-tabs li:first-child {
        margin-left: 0;
        padding-top: 4px;
        padding-bottom: 3px; }
        .sys-tabset.in-design-mode > .tab-header > .nav-tabs li:first-child a > span {
          padding: 0 7px;
          border-radius: 0; }
          .sys-tabset.in-design-mode > .tab-header > .nav-tabs li:first-child a > span.glyphicon {
            padding-bottom: 0px;
            padding-top: 0px; }
        .sys-tabset.in-design-mode > .tab-header > .nav-tabs li:first-child a::before {
          display: none; }
  .sys-tabset > .tab-content {
    position: relative;
    overflow: hidden;
    width: 97%;
    margin-left: 10px;
    padding-bottom: 20px; }
    .sys-tabset > .tab-content > .tab-content-slider {
      margin-left: 0;
      display: table;
      table-layout: fixed;
      width: 100%; }
    .sys-tabset > .tab-content .tab-pane {
      display: block;
      width: 0;
      height: 0;
      visibility: hidden;
      vertical-align: top;
      padding-top: 12px;
      overflow-x: hidden; }
      .sys-tabset > .tab-content .tab-pane.active {
        display: table-cell;
        visibility: visible;
        width: 100%; }
      .sys-tabset > .tab-content .tab-pane:first-child {
        padding-top: 0; }

.sys-textbox {
  position: relative; }
  .sys-textbox label {
    margin: 0;
    color: #337ab7;
    font-weight: 400;
    line-height: 16px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .sys-textbox input {
    display: block;
    width: 100%;
    height: 18px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 25px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #333;
    background-color: #fff;
    background-image: none;
    outline: none;
    border: 0;
    border-bottom: 2px solid #337ab7;
    -webkit-transition: border 0.1s ease;
    -moz-transition: border 0.1s ease;
    transition: border 0.1s ease; }
  .sys-textbox .ng-invalid label {
    color: #f00; }
  .sys-textbox .ng-invalid input {
    border-bottom-color: #f00; }
  .sys-textbox .readonly input {
    border-bottom: 1px dashed #ccc !important; }
  .sys-textbox .i-lookupbutton {
    position: absolute;
    bottom: 6px;
    right: 0px;
    padding: 2px 5px;
    background: transparent;
    border: 0;
    color: #777;
    outline: none;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .sys-textbox .i-lookupbutton:hover {
      background: #337ab7;
      color: #fff; }
  .sys-textbox.not-in-focus label, .sys-textbox .readonly label {
    color: #999; }
  .sys-textbox.not-in-focus input, .sys-textbox .readonly input {
    border-bottom: 1px solid #ccc; }
  .sys-textbox.not-in-focus.is-empty label, .sys-textbox .readonly.is-empty label {
    -webkit-transform: translate3d(10px, 16px, 0);
    -moz-transform: translate3d(10px, 16px, 0);
    -ms-transform: translate3d(10px, 16px, 0);
    -o-transform: translate3d(10px, 16px, 0);
    transform: translate3d(10px, 16px, 0);
    pointer-events: none;
    color: #aaa;
    font-size: 14px;
    font-weight: 400; }

.sys-checkbox label {
  color: #333;
  font-weight: 600; }
  .sys-checkbox label span {
    position: relative;
    padding-left: 24px;
    margin-left: 10px;
    width: auto !important;
    cursor: pointer; }
    .sys-checkbox label span::before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 16px;
      height: 16px;
      z-index: 1;
      border: 1px solid #999;
      border-top-style: none;
      border-right-style: none; }
    .sys-checkbox label span::after {
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      top: 0;
      left: 0;
      border: 1px solid #999;
      cursor: pointer; }
  .sys-checkbox label input[type=checkbox] {
    position: absolute;
    outline: none;
    opacity: 0; }
    .sys-checkbox label input[type=checkbox]:focus ~ span, .sys-checkbox label input[type=checkbox]:focus ~ span::before, .sys-checkbox label input[type=checkbox]:focus ~ span::after {
      color: #337ab7;
      border-color: #337ab7; }
    .sys-checkbox label input[type=checkbox]:checked ~ span::before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 12px;
      height: 6px;
      left: 2px;
      top: 3px;
      border-color: #fff;
      border-width: 2px; }
    .sys-checkbox label input[type=checkbox]:checked ~ span::after {
      background: #337ab7;
      border-color: #337ab7; }

.sys-checkbox .readonly label {
  color: #999; }
  .sys-checkbox .readonly label span {
    cursor: default; }
    .sys-checkbox .readonly label span::before, .sys-checkbox .readonly label span::after {
      border-color: #ccc;
      cursor: default; }

.sys-checkbox .readonly input[type=checkbox] {
  cursor: default; }
  .sys-checkbox .readonly input[type=checkbox]:checked ~ span::after {
    background: #aaa;
    border-color: #999; }

footer.footer {
  margin-right: 20px;
  position: relative;
  height: 40px;
  bottom: 40px;
  padding: 14px 15px;
  border-top: 1px solid #e5e5e5;
  color: #777;
  font-size: 11px;
  text-align: right; }

.modal-dialog .table-responsive {
  table-layout: fixed; }
  .modal-dialog .table-responsive td {
    padding-top: 2px;
    padding-bottom: 2px; }
    .modal-dialog .table-responsive td a {
      padding-top: 0; }
  .modal-dialog .table-responsive input {
    width: 100%; }

.alerts {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1100;
  pointer-events: none; }
  .alerts .alert {
    display: inline-block;
    float: none;
    max-width: 60%;
    min-width: 250px;
    opacity: 0.95;
    overflow: auto;
    margin-top: 20px;
    border-radius: 12px;
    border: 0;
    z-index: 1100;
    pointer-events: all;
    -webkit-animation: slideDownAnimation 0.6s ease-in-out;
    -moz-animation: slideDownAnimation 0.6s ease-in-out;
    animation: slideDownAnimation 0.6s ease-in-out; }
  .alerts .alert-success {
    background-color: #444;
    color: #fff;
    font-weight: 700; }
  .alerts .alert-info {
    background-color: #b8eafb;
    color: #333;
    font-weight: 400; }
  .alerts .alert-warning {
    background-color: #F7EFA6;
    color: #333;
    font-weight: 400; }
  .alerts .alert-danger {
    background-color: #f90;
    color: #fff;
    font-weight: 700; }

@-webkit-keyframes slideDownAnimation {
  from {
    -webkit-transform: translate3d(0, -200%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes slideDownAnimation {
  from {
    -moz-transform: translate3d(0, -200%, 0); }
  to {
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes slideDownAnimation {
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.alert.login-success {
  background: #444;
  color: #fff; }

/*** Modals ***/
.modal-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .modal-header.modal-type-success {
    background-color: #444;
    color: #fff;
    font-weight: 700; }
  .modal-header.modal-type-info {
    background-color: #b8eafb;
    color: #333;
    font-weight: 400; }
  .modal-header.modal-type-warning {
    background-color: #F7EFA6;
    color: #333;
    font-weight: 400; }
  .modal-header.modal-type-danger {
    background-color: #f90;
    color: #fff;
    font-weight: 700; }

.modal-open.designmenu-on-top .designmode-toolbar, .modal-open.designmenu-on-top .designmode-pallete {
  z-index: 9999; }

.modal-open .modal {
  overflow: hidden; }

.modal-open .modal-body {
  max-height: calc(100vh - 200px);
  overflow: auto; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 95%;
    max-width: 570px; }
  .modal-dialog.modal-medium {
    max-width: 855px; }
  .modal-dialog.modal-big {
    max-width: 1140px; }
  .modal-dialog.modal-bigdesign {
    max-width: 80%;
    margin: 30px 30px; }
  .modal-dialog.modal-fullwidth {
    width: 99%;
    max-width: none; } }

.save-design {
  font-size: 13px;
  margin-top: 4px; }

.iapp-tabs:not(.in-design-mode) .sys-tree.tree-details-right .sys-treebody {
  float: left;
  width: 45%;
  margin-left: -5px;
  overflow-y: auto;
  border: 1px solid #eee;
  border-radius: 6px; }

.iapp-tabs:not(.in-design-mode) .sys-tree.tree-details-right .sys-treedetails {
  float: right;
  width: 55%;
  margin-right: -5px; }

.sys-treebody a {
  font-weight: 400;
  color: #333;
  outline: none; }
  .sys-treebody a:hover {
    color: #337ab7;
    text-decoration: none; }

.sys-treebody .tree-node {
  border: 1px solid #E5E5E5;
  background: #eee;
  color: #333;
  border-radius: 4px; }
  .sys-treebody .tree-node.addedrow.deletedrow {
    display: none; }

.sys-treebody .toggle-icon {
  padding: 3px 2px 2px 6px;
  font-weight: 400;
  color: #fff;
  background-color: #92BFEC;
  border-radius: 20px;
  margin-right: 10px;
  vertical-align: middle; }

.sys-treebody .node-icon {
  font-size: 18px;
  color: #aaa;
  margin-right: 5px;
  vertical-align: text-top; }

.sys-treebody .tree-btns {
  margin-left: 10px;
  color: #777; }

.sys-image.no-icon:before {
  display: none; }

.sys-imagesize {
  width: inherit;
  height: inherit; }

#loading-bar .bar {
  background: #f90; }

#loading-bar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  #loading-bar-overlay .spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -30px;
    width: 240px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    background-color: #0C8DD6;
    border-radius: 4px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }
    #loading-bar-overlay .spinner .loader-icon {
      margin-right: 10px; }

/*** Page specific styles ***/
.page-home {
  /*
    .sys-chart {
        padding: 30px 15px 15px;
        margin: 20px;
        margin-left: 0;
        border-radius: 4px;
        border: 1px dashed #ccc;
        text-align: center;
    }

    .sys-sectioncol:first-child .sys-chart {
        margin-left: 20px;
    }
*/ }
  .page-home .sys-chart {
    padding: 0 0 10px;
    margin: 20px 0px 20px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 0 8px 0px #ccc; }
    .page-home .sys-chart h4 {
      margin: 0 0 40px;
      background: #f5f5f5;
      padding: 12px 0 8px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }

/*** Login Page styles ***/
/*** Material Design Effects ***/
/**
 * Create shadow with one of the predefined depths (levels)
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 * @link http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 * @requires {function} top-shadow
 * @requires {function} bottom-shadow
 */
/**
 * Computes a top-shadow for a shadow effect.
 * @param {Number} $depth - depth level
 * @return {List}
 */
/**
 * Computes a bottom-shadow for a shadow effect.
 * @param {Number} $depth - depth level
 * @return {List}
 */
body.page-login {
  height: auto;
  background: #0C8DD6 url(/assets/images/bg_pattern.jpg) top right no-repeat;
  font-weight: 300;
  overflow-y: auto;
  margin: 0;
  position: relative; }
  body.page-login #wrapAllContent {
    padding-bottom: 180px; }
  body.page-login .footer {
    color: #fff;
    font-size: 11px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 180px;
    /* Set the fixed height of the footer here, should be same as body margin-bottom */
    line-height: 60px;
    /* Vertically center the text there */
    text-align: right;
    border-top: none;
    padding: 0px;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px; }

.page-login .well {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .page-login .well {
      margin-top: 10px; } }

.page-login h1, .page-login h2, .page-login h3, .page-login h4, .page-login h5, .page-login h6, .page-login .h1, .page-login .h2, .page-login .h3, .page-login .h4, .page-login .h5, .page-login .h6 {
  font-weight: 300; }

.page-login h1, .page-login .h1 {
  font-size: 40px;
  margin-bottom: 32px; }
  @media screen and (max-width: 768px) {
    .page-login h1, .page-login .h1 {
      margin-bottom: 12px; } }

.page-login form {
  width: 70%; }
  .page-login form label {
    color: #fff;
    font-weight: normal;
    margin-left: 7px; }
  .page-login form input {
    width: 100%;
    background-color: #1d91d1;
    border-color: #1d91d1;
    color: #fff;
    border-radius: 2px;
    box-shadow: none;
    outline: none; }
    .page-login form input::-webkit-input-placeholder {
      color: #70ccff; }
    .page-login form input:-moz-placeholder {
      color: #70ccff; }
    .page-login form input::-moz-placeholder {
      color: #70ccff; }
    .page-login form input:-ms-input-placeholder {
      color: #70ccff; }
  .page-login form input:focus {
    border-color: #47aae1;
    box-shadow: none;
    outline: none; }
  .page-login form .btn {
    position: relative;
    border: none;
    font-size: 16px;
    font-weight: 300;
    border-radius: 2px;
    outline: none; }
  .page-login form .btn-primary {
    color: #017ec5;
    background-color: #daebf4; }
    .page-login form .btn-primary:hover {
      background-color: #fff; }
    .page-login form .btn-primary:focus, .page-login form .btn-primary:active {
      box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
      outline: none; }

.page-login .ripple {
  position: relative;
  overflow: hidden; }

.page-login .ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #828989;
  animation: ripple-animation 2s; }

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4; }
  to {
    transform: scale(100);
    opacity: 0; } }

.page-login a {
  color: #002b43;
  line-height: 21px;
  text-decoration: none; }

.page-login a:hover {
  color: #FFD940; }

.page-login label span {
  position: relative;
  font-size: 12px;
  margin: 0 1rem 0 0;
  padding-left: 24px;
  width: auto !important;
  height: 1rem;
  cursor: pointer; }
  .page-login label span:before {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    z-index: 1;
    border: 1px solid #4DA5D6;
    border-top-style: none;
    border-right-style: none; }
  .page-login label span:after {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: 1px solid #4DA5D6;
    cursor: pointer; }

.page-login label input[type=checkbox] {
  outline: none;
  opacity: 0; }
  .page-login label input[type=checkbox]:focus ~ span:before, .page-login label input[type=checkbox]:focus ~ span:after {
    border-color: #7ACAF7; }
  .page-login label input[type=checkbox]:checked ~ span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 16px;
    height: 8px;
    left: 0;
    border-color: #fff;
    border-width: 3px; }

/*** Login Page styles ***/
/*** Material Design Effects ***/
/**
 * Create shadow with one of the predefined depths (levels)
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 * @link http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 * @requires {function} top-shadow
 * @requires {function} bottom-shadow
 */
/**
 * Computes a top-shadow for a shadow effect.
 * @param {Number} $depth - depth level
 * @return {List}
 */
/**
 * Computes a bottom-shadow for a shadow effect.
 * @param {Number} $depth - depth level
 * @return {List}
 */
.page-home.user-anonymous {
  height: auto;
  background: #0C8DD6 url(/assets/images/bg_pattern.jpg) top right no-repeat;
  font-weight: 300;
  overflow-y: auto;
  margin: 0;
  position: relative; }
  .page-home.user-anonymous #wrapAllContent {
    padding-bottom: 180px; }
  .page-home.user-anonymous .footer {
    color: #fff;
    font-size: 11px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 180px;
    /* Set the fixed height of the footer here, should be same as body margin-bottom */
    line-height: 60px;
    /* Vertically center the text there */
    text-align: right;
    border-top: none;
    padding: 0px;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px; }
  .page-home.user-anonymous #wrapAllContent {
    background: rgba(255, 255, 255, 0.1); }
  .page-home.user-anonymous .main {
    margin: 0; }
    .page-home.user-anonymous .main > .container {
      width: 100%;
      max-width: none;
      padding: 0; }
  .page-home.user-anonymous .well {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    margin-top: 40px;
    padding: 0; }
    .page-home.user-anonymous .well .welcome {
      text-align: center; }
  .page-home.user-anonymous h1, .page-home.user-anonymous h2, .page-home.user-anonymous h3, .page-home.user-anonymous h4, .page-home.user-anonymous h5, .page-home.user-anonymous h6, .page-home.user-anonymous .h1, .page-home.user-anonymous .h2, .page-home.user-anonymous .h3, .page-home.user-anonymous .h4, .page-home.user-anonymous .h5, .page-home.user-anonymous .h6 {
    font-weight: 300; }
  .page-home.user-anonymous h1, .page-home.user-anonymous .h1 {
    font-size: 40px;
    margin-bottom: 12px; }
    @media screen and (max-width: 768px) {
      .page-home.user-anonymous h1, .page-home.user-anonymous .h1 {
        margin-bottom: 12px; } }
  .page-home.user-anonymous h2 {
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 0;
    color: #B0DDF7; }
  .page-home.user-anonymous .solutions {
    background: #fff url(/assets/images/bg_pattern_bw.jpg) center -135px no-repeat;
    border-top: 2px solid;
    text-align: center; }
    .page-home.user-anonymous .solutions .solutions-list {
      display: inline-block;
      position: relative;
      z-index: 1; }
      .page-home.user-anonymous .solutions .solutions-list .solution {
        position: relative;
        float: left;
        text-align: center;
        background: #fff;
        padding: 15px;
        margin: 15px 15px;
        border-radius: 10px;
        text-decoration: none;
        outline: none;
        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }
        .page-home.user-anonymous .solutions .solutions-list .solution .solution-thumb {
          width: 120px;
          height: 120px;
          background: #999;
          margin: 12px;
          border: 0;
          outline: none;
          color: #fff;
          font-size: 50px;
          line-height: 120px;
          border-radius: 100px;
          -webkit-transition: background 0.6s ease-in-out;
          -moz-transition: background 0.6s ease-in-out;
          transition: background 0.6s ease-in-out; }
        .page-home.user-anonymous .solutions .solutions-list .solution .solution-name {
          position: relative;
          display: block;
          color: #555;
          font-weight: 600;
          margin-top: 10px;
          z-index: 10; }
        .page-home.user-anonymous .solutions .solutions-list .solution::before, .page-home.user-anonymous .solutions .solutions-list .solution::after {
          content: '';
          position: absolute;
          transform: rotate(45deg);
          width: 40px;
          height: 40px;
          bottom: 20px;
          left: 50%;
          margin-left: -20px;
          z-index: 2;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          transition: all 0.6s ease; }
        .page-home.user-anonymous .solutions .solutions-list .solution::before {
          z-index: -2; }
        .page-home.user-anonymous .solutions .solutions-list .solution::after {
          background: #fff; }
        .page-home.user-anonymous .solutions .solutions-list .solution:hover, .page-home.user-anonymous .solutions .solutions-list .solution.active {
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }
          .page-home.user-anonymous .solutions .solutions-list .solution:hover .solution-thumb, .page-home.user-anonymous .solutions .solutions-list .solution.active .solution-thumb {
            background: #0282CB; }
          .page-home.user-anonymous .solutions .solutions-list .solution:hover .solution-name, .page-home.user-anonymous .solutions .solutions-list .solution.active .solution-name {
            color: #0282CB; }
          .page-home.user-anonymous .solutions .solutions-list .solution:hover::before, .page-home.user-anonymous .solutions .solutions-list .solution:hover::after, .page-home.user-anonymous .solutions .solutions-list .solution.active::before, .page-home.user-anonymous .solutions .solutions-list .solution.active::after {
            bottom: -20px; }
          .page-home.user-anonymous .solutions .solutions-list .solution:hover::before, .page-home.user-anonymous .solutions .solutions-list .solution.active::before {
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }
  .page-home.user-anonymous .current-item {
    max-width: 600px;
    margin: auto;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 50px; }
    .page-home.user-anonymous .current-item > div {
      background: #fff;
      padding: 15px;
      color: #333;
      border-radius: 6px; }
    .page-home.user-anonymous .current-item h3 {
      margin-top: 0;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc; }
      .page-home.user-anonymous .current-item h3 span {
        margin-right: 10px; }
    .page-home.user-anonymous .current-item .current-item-info {
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid #ccc; }
      .page-home.user-anonymous .current-item .current-item-info h4 {
        color: #0282CB; }
  .page-home.user-anonymous .ripple {
    position: relative;
    overflow: hidden; }
  .page-home.user-anonymous .ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #828989;
    animation: ripple-animation 2s; }

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4; }
  to {
    transform: scale(100);
    opacity: 0; } }

.well {
  padding: 0px;
  border-radius: 0;
  background-color: #fff;
  height: 100%; }

.sidebar-visible .well {
  margin-left: 230px; }

.sidebar-thin .well {
  margin-left: 65px; }

.user-anonymous .sidebar-visible .well {
  margin-left: 0px; }

.user-anonymous .sidebar-thin .well {
  margin-left: 0px; }

.list-group-item {
  background-color: #f9f9f9;
  border: 0;
  outline: none; }

.panel {
  margin-bottom: 0;
  background-color: #f9f9f9;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel .list-group-item.collapse a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: grey;
  font-size: 9px; }

.panel .list-group-item.collapse[aria-expanded="true"] a:after {
  content: "\e080";
  font-size: 9px; }

.action-menu-visible .well {
  margin-right: 205px; }

.appheader-hidden .container {
  padding-right: 0px; }
  .appheader-hidden .container .well {
    margin-right: 0px; }
    .appheader-hidden .container .well .tab-header {
      margin-right: 0px; }
    .appheader-hidden .container .well .footer {
      margin-right: 0px; }

.design-mode .well {
  margin-right: 225px; }

.user-anonymous .well {
  margin-right: 0px; }

.scroller {
  text-align: center;
  cursor: pointer;
  padding: 7px;
  padding-top: 10px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
  display: none;
  font-size: 16px;
  color: #337ab7; }
  .scroller.scroller-right {
    float: right;
    margin-right: 10px;
    margin-left: 10px; }
  .scroller.scroller-left {
    float: left; }

.navbar-appname {
  color: #fff;
  font-size: 14px;
  margin-left: 150px;
  margin-top: 11px;
  display: block; }

.sys-page {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  max-height: 100%; }

.inherit-height {
  height: inherit; }

.mobile-creator {
  /* Style fixes for ionic */ }
  .mobile-creator .mobile-creator-toolbar {
    float: left;
    width: 50px;
    top: 68px;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 100%;
    padding-bottom: 120px; }
    .mobile-creator .mobile-creator-toolbar > button {
      margin: 6px;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      outline: none; }
    .mobile-creator .mobile-creator-toolbar > button.btn:active {
      outline: none; }
    .mobile-creator .mobile-creator-toolbar > button.btn:focus {
      background-color: #337ab7;
      outline: none; }
  .mobile-creator .mobile-creator-pallete {
    position: fixed;
    top: 84px;
    bottom: 39px;
    right: 0;
    width: 200px;
    border: 0;
    border-left: 0;
    border-radius: 0;
    overflow-y: auto;
    z-index: 10;
    -webkit-animation: openSidebarAnimation 0.3s ease-in-out;
    -moz-animation: openSidebarAnimation 0.3s ease-in-out;
    animation: openSidebarAnimation 0.3s ease-in-out; }
    .mobile-creator .mobile-creator-pallete .list-group-separator {
      display: block;
      clear: both;
      color: #0175b5;
      background: #f5f5f5;
      border-top: 1px solid #ddd;
      margin-top: -1px; }
      .mobile-creator .mobile-creator-pallete .list-group-separator a {
        display: block;
        padding: 10px 15px;
        text-decoration: none; }
        .mobile-creator .mobile-creator-pallete .list-group-separator a:hover {
          color: #333; }
    .mobile-creator .mobile-creator-pallete > .list-group .list-items {
      padding: 0;
      margin: 0; }
    .mobile-creator .mobile-creator-pallete > .list-group .list-group-item {
      position: relative;
      float: left;
      width: 50%;
      height: 65px;
      border-width: 1px 1px 1px 0;
      text-align: center;
      color: #6c6c6c;
      cursor: move; }
      .mobile-creator .mobile-creator-pallete > .list-group .list-group-item:hover {
        background-color: #f5f5f5;
        color: #337ab7; }
      .mobile-creator .mobile-creator-pallete > .list-group .list-group-item .item-icon {
        font-size: 28px;
        display: block;
        top: inherit; }
      .mobile-creator .mobile-creator-pallete > .list-group .list-group-item .item-title {
        font-size: 11px;
        line-height: 14px;
        width: 100%;
        position: absolute;
        bottom: 4px;
        left: 0; }
  .mobile-creator .mobile-creator-menu {
    padding: 0 170px 0 70px; }
    .mobile-creator .mobile-creator-menu > div {
      padding-bottom: 2px;
      border-bottom: 1px solid #337ab7; }
  .mobile-creator .mobile-dnd-area {
    position: relative;
    margin: 15px 170px 10px 70px;
    background: #ccc;
    padding: 30px 10px;
    text-align: center;
    overflow: auto; }
    .mobile-creator .mobile-dnd-area * {
      animation: none;
      animation-delay: 0;
      animation-direction: normal;
      animation-duration: 0;
      animation-fill-mode: none;
      animation-iteration-count: 1;
      animation-name: none;
      animation-play-state: running;
      animation-timing-function: ease;
      backface-visibility: visible;
      background: 0;
      background-attachment: scroll;
      background-clip: border-box;
      background-color: transparent;
      background-image: none;
      background-origin: padding-box;
      background-position: 0 0;
      background-position-x: 0;
      background-position-y: 0;
      background-repeat: repeat;
      background-size: auto auto;
      border: 0;
      border-style: none;
      border-width: medium;
      border-color: inherit;
      border-bottom: 0;
      border-bottom-color: inherit;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-style: none;
      border-bottom-width: medium;
      border-collapse: separate;
      border-image: none;
      border-left: 0;
      border-left-color: inherit;
      border-left-style: none;
      border-left-width: medium;
      border-radius: initial; }
    .mobile-creator .mobile-dnd-area .mobdesigner-selected {
      background-color: #dff0d8;
      color: #3c763d; }
    .mobile-creator .mobile-dnd-area .mobile-wrapper {
      position: relative;
      display: inline-block;
      text-align: left;
      transform: scale3d(1, 1, 1);
      transition: 0.25s ease-out;
      transform-origin: center top 0px; }
      .mobile-creator .mobile-dnd-area .mobile-wrapper .mobile-inner-area {
        position: absolute;
        background-color: #fff;
        padding: 16px;
        overflow: auto; }
        .mobile-creator .mobile-dnd-area .mobile-wrapper .mobile-inner-area .item-inner > div[dnd-list] {
          width: 100%; }
      .mobile-creator .mobile-dnd-area .mobile-wrapper.iphone {
        background: url(/assets/images/mob-mockups/iPhone6s.png) top left no-repeat;
        width: 435px;
        height: 888px; }
        .mobile-creator .mobile-dnd-area .mobile-wrapper.iphone .mobile-inner-area {
          top: 114px;
          left: auto;
          right: 30px;
          width: 375px;
          height: 667px; }
        .mobile-creator .mobile-dnd-area .mobile-wrapper.iphone.landscape {
          background: url(/assets/images/mob-mockups/iPhone6s_horiz.png) top left no-repeat;
          width: 888px;
          height: 435px; }
          .mobile-creator .mobile-dnd-area .mobile-wrapper.iphone.landscape .mobile-inner-area {
            top: 30px;
            left: 114px;
            right: auto;
            width: 667px;
            height: 375px; }
      .mobile-creator .mobile-dnd-area .mobile-wrapper.ipad {
        background: url(/assets/images/mob-mockups/iPadAir2.png) top left no-repeat;
        width: 881px;
        height: 1247px; }
        .mobile-creator .mobile-dnd-area .mobile-wrapper.ipad .mobile-inner-area {
          top: 112px;
          left: auto;
          right: 58px;
          width: 768px;
          height: 1024px; }
        .mobile-creator .mobile-dnd-area .mobile-wrapper.ipad.landscape {
          background: url(/assets/images/mob-mockups/iPadAir2_horiz.png) top left no-repeat;
          width: 1247px;
          height: 881px; }
          .mobile-creator .mobile-dnd-area .mobile-wrapper.ipad.landscape .mobile-inner-area {
            top: 58px;
            left: 112px;
            right: auto;
            width: 1024px;
            height: 768px; }
      .mobile-creator .mobile-dnd-area .mobile-wrapper.android {
        background: url(/assets/images/mob-mockups/Nexus5x.png) top left no-repeat;
        width: 597px;
        height: 1203px; }
        .mobile-creator .mobile-dnd-area .mobile-wrapper.android .mobile-inner-area {
          top: 115px;
          left: auto;
          right: 31px;
          width: 540px;
          height: 960px; }
        .mobile-creator .mobile-dnd-area .mobile-wrapper.android.landscape {
          background: url(/assets/images/mob-mockups/Nexus5x_horiz.png) top left no-repeat;
          width: 1203px;
          height: 597px; }
          .mobile-creator .mobile-dnd-area .mobile-wrapper.android.landscape .mobile-inner-area {
            top: 31px;
            left: 115px;
            right: auto;
            width: 960px;
            height: 540px; }
      .mobile-creator .mobile-dnd-area .mobile-wrapper.tablet {
        background: url(/assets/images/mob-mockups/Nexus9.png) top left no-repeat;
        width: 864px;
        height: 1283px; }
        .mobile-creator .mobile-dnd-area .mobile-wrapper.tablet .mobile-inner-area {
          top: 130px;
          left: auto;
          right: 48px;
          width: 768px;
          height: 1024px; }
        .mobile-creator .mobile-dnd-area .mobile-wrapper.tablet.landscape {
          background: url(/assets/images/mob-mockups/Nexus9_horiz.png) top left no-repeat;
          width: 1283px;
          height: 864px; }
          .mobile-creator .mobile-dnd-area .mobile-wrapper.tablet.landscape .mobile-inner-area {
            top: 48px;
            left: 130px;
            right: auto;
            width: 1024px;
            height: 768px; }
    .mobile-creator .mobile-dnd-area.zoom-75 .mobile-wrapper {
      transform: scale3d(0.75, 0.75, 1); }
    .mobile-creator .mobile-dnd-area.zoom-50 .mobile-wrapper {
      transform: scale3d(0.5, 0.5, 1); }
  .mobile-creator .mobile-dnd-area ion-action-sheet {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%; }
  .mobile-creator .mobile-dnd-area .action-sheet-wrapper {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    max-width: 500px;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .action-sheet-button {
    width: 100%; }
  .mobile-creator .mobile-dnd-area .action-sheet-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    max-height: 100%; }
  .mobile-creator .mobile-dnd-area .action-sheet-group {
    overflow: scroll;
    -webkit-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    pointer-events: all; }
  .mobile-creator .mobile-dnd-area .action-sheet-group-cancel {
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios {
    text-align: center; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-wrapper {
    margin: constant(safe-area-inset-top) auto constant(safe-area-inset-bottom);
    margin: env(safe-area-inset-top) auto env(safe-area-inset-bottom); }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-container {
    padding: 0 10px; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-group {
    border-radius: 13px;
    margin-bottom: 8px;
    background: #f9f9f9; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-group:first-child {
    margin-top: 10px; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-group:last-child {
    margin-bottom: 10px; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-title {
    padding: 1.5rem;
    text-align: center;
    border-radius: 0;
    border-bottom: 0.55px solid #d6d6da;
    font-size: 1.3rem;
    font-weight: 400;
    color: #8f8f8f; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-button {
    margin: 0;
    padding: 18px;
    min-height: 5.6rem;
    border-bottom: 0.55px solid #d6d6da;
    font-size: 2rem;
    color: #007aff;
    background: transparent; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-button:last-child {
    border-bottom-color: transparent; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-button.activated {
    margin-top: -0.55px;
    border-top: 0.55px solid #ebebeb;
    border-bottom-color: #ebebeb;
    background: #ebebeb; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-selected {
    font-weight: bold;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-destructive {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .action-sheet-ios .action-sheet-cancel {
    font-weight: 600;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .action-sheet-md .action-sheet-title {
    text-align: left;
    text-align: start;
    font-size: 1.6rem;
    color: #757575;
    padding: 11px 16px 17px; }
  .mobile-creator .mobile-dnd-area .action-sheet-md .action-sheet-button {
    text-align: left;
    text-align: start;
    position: relative;
    overflow: hidden;
    min-height: 4.8rem;
    font-size: 1.6rem;
    color: #222;
    background: transparent;
    padding: 0 16px; }
  .mobile-creator .mobile-dnd-area .action-sheet-md .action-sheet-button.activated {
    background: #f1f1f1; }
  .mobile-creator .mobile-dnd-area .action-sheet-md .action-sheet-icon {
    padding: 0;
    text-align: center;
    width: 2.3rem;
    font-size: 2.4rem;
    vertical-align: middle;
    margin: 0 32px 0 0; }
  .mobile-creator .mobile-dnd-area .action-sheet-md .action-sheet-group {
    background: #fafafa; }
  .mobile-creator .mobile-dnd-area .action-sheet-md .action-sheet-group:first-child {
    padding-top: 0.8rem; }
  .mobile-creator .mobile-dnd-area .action-sheet-md .action-sheet-group:last-child {
    padding-bottom: 0.8rem; }
  .mobile-creator .mobile-dnd-area .action-sheet-md .action-sheet-group .button-inner {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .mobile-creator .mobile-dnd-area .action-sheet-md .action-sheet-selected {
    font-weight: bold; }
  .mobile-creator .mobile-dnd-area .action-sheet-wp .action-sheet-title {
    text-align: left;
    text-align: start;
    font-size: 2rem;
    color: #4d4d4d;
    padding: 11px 16px 17px; }
  .mobile-creator .mobile-dnd-area .action-sheet-wp .action-sheet-button {
    text-align: left;
    text-align: start;
    min-height: 4.8rem;
    font-size: 1.5rem;
    color: #4d4d4d;
    background: transparent;
    padding: 0 16px; }
  .mobile-creator .mobile-dnd-area .action-sheet-wp .action-sheet-button.activated {
    background: #aaa; }
  .mobile-creator .mobile-dnd-area .action-sheet-wp .action-sheet-icon {
    padding: 0;
    text-align: center;
    width: 2.3rem;
    font-size: 2.4rem;
    vertical-align: middle;
    margin: 0 20px 0 0; }
  .mobile-creator .mobile-dnd-area .action-sheet-wp .action-sheet-group {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .action-sheet-wp .action-sheet-group:first-child {
    padding-top: 0.8rem;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  .mobile-creator .mobile-dnd-area .action-sheet-wp .action-sheet-group:last-child {
    padding-bottom: 0.8rem; }
  .mobile-creator .mobile-dnd-area .action-sheet-wp .action-sheet-group .button-inner {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .mobile-creator .mobile-dnd-area .action-sheet-wp .action-sheet-selected {
    font-weight: bold; }
  .mobile-creator .mobile-dnd-area .action-sheet-wp .action-sheet-cancel {
    background: transparent; }
  .mobile-creator .mobile-dnd-area ion-alert {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    contain: strict; }
  .mobile-creator .mobile-dnd-area ion-alert.alert-top {
    padding-top: 50px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .mobile-creator .mobile-dnd-area ion-alert input {
    width: 100%; }
  .mobile-creator .mobile-dnd-area .alert-wrapper {
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 250px;
    max-height: 90%;
    opacity: 0;
    contain: content; }
  .mobile-creator .mobile-dnd-area .alert-title {
    margin: 0;
    padding: 0; }
  .mobile-creator .mobile-dnd-area .alert-sub-title {
    margin: 5px 0 0;
    padding: 0;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .alert-message {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .mobile-creator .mobile-dnd-area .alert-input {
    padding: 10px 0;
    border: 0;
    background: inherit; }
  .mobile-creator .mobile-dnd-area .alert-input::-moz-placeholder {
    color: #999; }
  .mobile-creator .mobile-dnd-area .alert-input:-ms-input-placeholder {
    color: #999; }
  .mobile-creator .mobile-dnd-area .alert-input::-webkit-input-placeholder {
    text-indent: 0;
    color: #999; }
  .mobile-creator .mobile-dnd-area .alert-button-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .mobile-creator .mobile-dnd-area .alert-button-group-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .mobile-creator .mobile-dnd-area .alert-button {
    margin: 0;
    z-index: 0;
    display: block;
    font-size: 14px;
    line-height: 20px; }
  .mobile-creator .mobile-dnd-area .alert-tappable {
    text-align: left;
    text-align: start;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: inherit;
    line-height: initial;
    background: transparent; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-wrapper {
    border-radius: 13px;
    overflow: hidden;
    max-width: 270px;
    background-color: #f8f8f8;
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-head {
    text-align: center;
    padding: 12px 16px 7px; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-title {
    margin-top: 8px;
    font-size: 17px;
    font-weight: 600; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-sub-title {
    font-size: 14px;
    color: #666; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-message,
  .mobile-creator .mobile-dnd-area .alert-ios .alert-input-group {
    text-align: center;
    font-size: 13px;
    color: inherit;
    padding: 0 16px 21px; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-message {
    max-height: 240px; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-message:empty {
    padding: 0 0 12px; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-input {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 10px;
    border-radius: 4px;
    border: 0.55px solid #ccc;
    background-color: #fff;
    padding: 6px; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-radio-group,
  .mobile-creator .mobile-dnd-area .alert-ios .alert-checkbox-group {
    overflow: scroll;
    max-height: 240px;
    border-top: 0.55px solid #dbdbdf;
    -webkit-overflow-scrolling: touch; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-tappable {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 44px; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-radio-label {
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px; }
  .mobile-creator .mobile-dnd-area .alert-ios [aria-checked=true] .alert-radio-label {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-radio-icon {
    position: relative;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    min-width: 30px; }
  .mobile-creator .mobile-dnd-area .alert-ios [aria-checked=true] .alert-radio-inner {
    left: 7px;
    top: -7px;
    position: absolute;
    width: 6px;
    height: 12px;
    border-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #327eff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-checkbox-label {
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px; }
  .mobile-creator .mobile-dnd-area .alert-ios [aria-checked=true] .alert-checkbox-label {
    color: initial; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-checkbox-icon {
    border-radius: 50%;
    position: relative;
    width: 21px;
    height: 21px;
    border-width: 0.55px;
    border-style: solid;
    border-color: #c8c7cc;
    background-color: #fff;
    margin: 10px 6px 10px 16px; }
  .mobile-creator .mobile-dnd-area .alert-ios [aria-checked=true] .alert-checkbox-icon {
    border-color: #327eff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .alert-ios [aria-checked=true] .alert-checkbox-inner {
    left: 7px;
    top: 4px;
    position: absolute;
    width: 4px;
    height: 9px;
    border-width: 0.55px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-button-group {
    margin-right: -0.55px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-button {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 50%;
    height: 44px;
    border-top: 0.55px solid #dbdbdf;
    border-right: 0.55px solid #dbdbdf;
    font-size: 17px;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-button:last-child {
    border-right: 0;
    font-weight: bold; }
  .mobile-creator .mobile-dnd-area .alert-ios .alert-button.activated {
    background-color: #e9e9e9; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-wrapper {
    border-radius: 2px;
    max-width: 280px;
    background-color: #fafafa;
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.4); }
  .mobile-creator .mobile-dnd-area .alert-md .alert-head {
    text-align: left;
    text-align: start;
    padding: 24px 24px 20px; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-title {
    font-size: 22px; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-sub-title {
    font-size: 16px; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-message,
  .mobile-creator .mobile-dnd-area .alert-md .alert-input-group {
    color: rgba(0, 0, 0, 0.5);
    padding: 0 24px 24px; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-message {
    max-height: 240px;
    font-size: 15px; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-message:empty {
    padding: 0; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-input {
    margin: 5px 0;
    border-bottom: 1px solid #dedede;
    color: #000; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-input:focus {
    margin-bottom: 4px;
    border-bottom: 2px solid #327eff; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-radio-group,
  .mobile-creator .mobile-dnd-area .alert-md .alert-checkbox-group {
    position: relative;
    overflow: auto;
    max-height: 240px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-tappable {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 4.4rem; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-radio-label {
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px 26px; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-radio-icon {
    left: 13px;
    top: 0;
    border-radius: 50%;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #787878; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-radio-inner {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #327eff;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    transition: -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1); }
  .mobile-creator .mobile-dnd-area .alert-md [aria-checked=true] .alert-radio-label {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .alert-md [aria-checked=true] .alert-radio-icon {
    border-color: #327eff; }
  .mobile-creator .mobile-dnd-area .alert-md [aria-checked=true] .alert-radio-inner {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .mobile-creator .mobile-dnd-area .alert-md .alert-checkbox-label {
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px 26px; }
  .mobile-creator .mobile-dnd-area .alert-md [aria-checked=true] .alert-checkbox-label {
    color: initial; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-checkbox-icon {
    left: 13px;
    top: 0;
    border-radius: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #787878; }
  .mobile-creator .mobile-dnd-area .alert-md [aria-checked=true] .alert-checkbox-icon {
    border-color: #327eff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .alert-md [aria-checked=true] .alert-checkbox-inner {
    left: 3px;
    top: 0;
    position: absolute;
    width: 6px;
    height: 10px;
    border-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-creator .mobile-dnd-area .alert-md .alert-button-group {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px 8px 8px 24px; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-button {
    text-align: right;
    text-align: end;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
    color: #327eff;
    background-color: transparent;
    margin: 0 8px 0 0;
    padding: 10px; }
  .mobile-creator .mobile-dnd-area .alert-md .alert-button.activated {
    background-color: rgba(158, 158, 158, 0.2); }
  .mobile-creator .mobile-dnd-area .alert-md .alert-button .button-inner {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .mobile-creator .mobile-dnd-area .alert-wp ion-backdrop {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-wrapper {
    border-radius: 0;
    width: 100%;
    max-width: 520px;
    border: 1px solid #327eff;
    background: #e6e6e6; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-head {
    text-align: left;
    text-align: start;
    padding: 20px 22px 5px; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-title {
    font-size: 20px;
    font-weight: 400; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-sub-title {
    font-size: 16px; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-message,
  .mobile-creator .mobile-dnd-area .alert-wp .alert-input-group {
    color: #000;
    padding: 0 22px 8px; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-message {
    max-height: 240px;
    font-size: 13px; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-message:empty {
    padding: 0; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-input {
    border: 2px solid rgba(0, 0, 0, 0.5);
    line-height: 3rem;
    color: #000;
    margin: 5px 0;
    padding: 0 8px; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-input:focus {
    border-color: #327eff; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-radio-group,
  .mobile-creator .mobile-dnd-area .alert-wp .alert-checkbox-group {
    position: relative;
    overflow: auto;
    max-height: 240px; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-tappable {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 4.4rem; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-radio-label {
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px 26px; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-radio-icon {
    left: 13px;
    top: 0;
    margin: 0;
    border-radius: 50%;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-radio-inner {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    position: absolute;
    display: none;
    width: 8px;
    height: 8px;
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .alert-wp [aria-checked=true] .alert-radio-label {
    color: #000; }
  .mobile-creator .mobile-dnd-area .alert-wp [aria-checked=true] .alert-radio-icon {
    border-color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .alert-wp [aria-checked=true] .alert-radio-inner {
    display: block; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-checkbox-label {
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px 26px; }
  .mobile-creator .mobile-dnd-area .alert-wp [aria-checked=true] .alert-checkbox-label {
    color: initial; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-checkbox-icon {
    left: 13px;
    top: 0;
    border-radius: 0;
    position: relative;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    background: transparent; }
  .mobile-creator .mobile-dnd-area .alert-wp [aria-checked=true] .alert-checkbox-icon {
    border-color: #327eff;
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .alert-wp [aria-checked=true] .alert-checkbox-inner {
    left: 3px;
    top: -2px;
    position: absolute;
    width: 6px;
    height: 12px;
    border-width: 1px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-button-group {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 22px; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-button-group-vertical .alert-button {
    margin-top: 5px;
    width: 100%; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-button-group-vertical .alert-button:first-child:not(:only-child) {
    margin-right: 0;
    margin-top: 0; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-button {
    border-radius: 0;
    width: 49.5%;
    font-weight: 400;
    color: #000;
    background: #b8b8b8;
    padding: 5px; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-button:first-child:not(:only-child) {
    margin-right: 1%; }
  .mobile-creator .mobile-dnd-area .alert-wp .alert-button.activated {
    background: darkgray; }
  .mobile-creator .mobile-dnd-area audio,
  .mobile-creator .mobile-dnd-area canvas,
  .mobile-creator .mobile-dnd-area progress,
  .mobile-creator .mobile-dnd-area video {
    vertical-align: baseline; }
  .mobile-creator .mobile-dnd-area audio:not([controls]) {
    display: none;
    height: 0; }
  .mobile-creator .mobile-dnd-area b,
  .mobile-creator .mobile-dnd-area strong {
    font-weight: bold; }
  .mobile-creator .mobile-dnd-area img {
    max-width: 100%;
    border: 0; }
  .mobile-creator .mobile-dnd-area svg:not(:root) {
    overflow: hidden; }
  .mobile-creator .mobile-dnd-area figure {
    margin: 1em 40px; }
  .mobile-creator .mobile-dnd-area hr {
    height: 1px;
    border-width: 0;
    box-sizing: content-box; }
  .mobile-creator .mobile-dnd-area pre {
    overflow: auto; }
  .mobile-creator .mobile-dnd-area code,
  .mobile-creator .mobile-dnd-area kbd,
  .mobile-creator .mobile-dnd-area pre,
  .mobile-creator .mobile-dnd-area samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .mobile-creator .mobile-dnd-area label,
  .mobile-creator .mobile-dnd-area input,
  .mobile-creator .mobile-dnd-area select,
  .mobile-creator .mobile-dnd-area textarea {
    font-family: inherit;
    line-height: normal; }
  .mobile-creator .mobile-dnd-area textarea {
    overflow: auto;
    height: auto;
    font: inherit;
    color: inherit; }
  .mobile-creator .mobile-dnd-area textarea::-webkit-input-placeholder {
    padding-left: 2px; }
  .mobile-creator .mobile-dnd-area textarea:-ms-input-placeholder {
    padding-left: 2px; }
  .mobile-creator .mobile-dnd-area textarea::placeholder {
    padding-left: 2px; }
  .mobile-creator .mobile-dnd-area form,
  .mobile-creator .mobile-dnd-area input,
  .mobile-creator .mobile-dnd-area optgroup,
  .mobile-creator .mobile-dnd-area select {
    margin: 0;
    font: inherit;
    color: inherit; }
  .mobile-creator .mobile-dnd-area html input[type="button"],
  .mobile-creator .mobile-dnd-area input[type="reset"],
  .mobile-creator .mobile-dnd-area input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button; }
  .mobile-creator .mobile-dnd-area a,
  .mobile-creator .mobile-dnd-area a div,
  .mobile-creator .mobile-dnd-area a span,
  .mobile-creator .mobile-dnd-area a ion-icon,
  .mobile-creator .mobile-dnd-area a ion-label,
  .mobile-creator .mobile-dnd-area button,
  .mobile-creator .mobile-dnd-area button div,
  .mobile-creator .mobile-dnd-area button span,
  .mobile-creator .mobile-dnd-area button ion-icon,
  .mobile-creator .mobile-dnd-area button ion-label,
  .mobile-creator .mobile-dnd-area [tappable],
  .mobile-creator .mobile-dnd-area [tappable] div,
  .mobile-creator .mobile-dnd-area [tappable] span,
  .mobile-creator .mobile-dnd-area [tappable] ion-icon,
  .mobile-creator .mobile-dnd-area [tappable] ion-label,
  .mobile-creator .mobile-dnd-area input,
  .mobile-creator .mobile-dnd-area textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
  .mobile-creator .mobile-dnd-area a ion-label,
  .mobile-creator .mobile-dnd-area button ion-label {
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area button {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button; }
  .mobile-creator .mobile-dnd-area [tappable] {
    cursor: pointer; }
  .mobile-creator .mobile-dnd-area a[disabled],
  .mobile-creator .mobile-dnd-area button[disabled],
  .mobile-creator .mobile-dnd-area html input[disabled] {
    cursor: default; }
  .mobile-creator .mobile-dnd-area button::-moz-focus-inner,
  .mobile-creator .mobile-dnd-area input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .mobile-creator .mobile-dnd-area input[type="checkbox"],
  .mobile-creator .mobile-dnd-area input[type="radio"] {
    padding: 0;
    box-sizing: border-box; }
  .mobile-creator .mobile-dnd-area input[type="number"]::-webkit-inner-spin-button,
  .mobile-creator .mobile-dnd-area input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .mobile-creator .mobile-dnd-area input[type="search"]::-webkit-search-cancel-button,
  .mobile-creator .mobile-dnd-area input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .mobile-creator .mobile-dnd-area table {
    border-collapse: collapse;
    border-spacing: 0; }
  .mobile-creator .mobile-dnd-area td,
  .mobile-creator .mobile-dnd-area th {
    padding: 0; }
  .mobile-creator .mobile-dnd-area .hide,
  .mobile-creator .mobile-dnd-area [hidden],
  .mobile-creator .mobile-dnd-area template {
    display: none !important; }
  .mobile-creator .mobile-dnd-area .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .mobile-creator .mobile-dnd-area :focus,
  .mobile-creator .mobile-dnd-area :active {
    outline: none; }
  .mobile-creator .mobile-dnd-area .focus-outline :focus {
    outline: thin dotted;
    outline-offset: -1px; }
  .mobile-creator .mobile-dnd-area .focus-outline button:focus,
  .mobile-creator .mobile-dnd-area .focus-outline [ion-button]:focus {
    border-color: #51a7e8;
    outline: 2px solid #51a7e8;
    box-shadow: 0 0 8px 1px #51a7e8; }
  .mobile-creator .mobile-dnd-area ion-input :focus {
    outline: none; }
  .mobile-creator .mobile-dnd-area .click-block {
    display: none; }
  .mobile-creator .mobile-dnd-area .click-block-enabled {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, -100%, 0) translateY(1px);
    transform: translate3d(0, -100%, 0) translateY(1px);
    position: absolute;
    z-index: 99999;
    display: block;
    opacity: 0;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .click-block-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mobile-creator .mobile-dnd-area * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .mobile-creator .mobile-dnd-area html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%; }
  .mobile-creator .mobile-dnd-area body {
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-user-drag: none;
    -ms-content-zooming: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .mobile-creator .mobile-dnd-area a {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .enable-hover a:hover {
    opacity: .7; }
  .mobile-creator .mobile-dnd-area h1,
  .mobile-creator .mobile-dnd-area h2,
  .mobile-creator .mobile-dnd-area h3,
  .mobile-creator .mobile-dnd-area h4,
  .mobile-creator .mobile-dnd-area h5,
  .mobile-creator .mobile-dnd-area h6 {
    margin-top: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2; }
  .mobile-creator .mobile-dnd-area [padding] h1:first-child,
  .mobile-creator .mobile-dnd-area [padding] h2:first-child,
  .mobile-creator .mobile-dnd-area [padding] h3:first-child,
  .mobile-creator .mobile-dnd-area [padding] h4:first-child,
  .mobile-creator .mobile-dnd-area [padding] h5:first-child,
  .mobile-creator .mobile-dnd-area [padding] h6:first-child {
    margin-top: -0.3rem; }
  .mobile-creator .mobile-dnd-area h1 + h2,
  .mobile-creator .mobile-dnd-area h1 + h3,
  .mobile-creator .mobile-dnd-area h2 + h3 {
    margin-top: -0.3rem; }
  .mobile-creator .mobile-dnd-area h1 {
    margin-top: 2rem;
    font-size: 2.6rem; }
  .mobile-creator .mobile-dnd-area h2 {
    margin-top: 1.8rem;
    font-size: 2.4rem; }
  .mobile-creator .mobile-dnd-area h3 {
    font-size: 2.2rem; }
  .mobile-creator .mobile-dnd-area h4 {
    font-size: 2rem; }
  .mobile-creator .mobile-dnd-area h5 {
    font-size: 1.8rem; }
  .mobile-creator .mobile-dnd-area h6 {
    font-size: 1.6rem; }
  .mobile-creator .mobile-dnd-area small {
    font-size: 75%; }
  .mobile-creator .mobile-dnd-area sub,
  .mobile-creator .mobile-dnd-area sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .mobile-creator .mobile-dnd-area sup {
    top: -.5em; }
  .mobile-creator .mobile-dnd-area sub {
    bottom: -.25em; }
  .mobile-creator .mobile-dnd-area ion-app,
  .mobile-creator .mobile-dnd-area ion-nav,
  .mobile-creator .mobile-dnd-area ion-tab,
  .mobile-creator .mobile-dnd-area ion-tabs,
  .mobile-creator .mobile-dnd-area .app-root {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .mobile-creator .mobile-dnd-area ion-nav,
  .mobile-creator .mobile-dnd-area ion-tab,
  .mobile-creator .mobile-dnd-area ion-tabs {
    overflow: hidden; }
  .mobile-creator .mobile-dnd-area ion-tab {
    display: none; }
  .mobile-creator .mobile-dnd-area ion-tab.show-tab {
    display: block; }
  .mobile-creator .mobile-dnd-area ion-app,
  .mobile-creator .mobile-dnd-area ion-nav,
  .mobile-creator .mobile-dnd-area ion-tab,
  .mobile-creator .mobile-dnd-area ion-tabs,
  .mobile-creator .mobile-dnd-area .app-root,
  .mobile-creator .mobile-dnd-area .ion-page {
    contain: strict; }
  .mobile-creator .mobile-dnd-area .ion-page {
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .mobile-creator .mobile-dnd-area .ion-page.show-page {
    opacity: 1; }
  .mobile-creator .mobile-dnd-area ion-header {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%; }
  .mobile-creator .mobile-dnd-area ion-footer {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%; }
  .mobile-creator .mobile-dnd-area [app-viewport],
  .mobile-creator .mobile-dnd-area [overlay-portal],
  .mobile-creator .mobile-dnd-area [nav-viewport],
  .mobile-creator .mobile-dnd-area [tab-portal],
  .mobile-creator .mobile-dnd-area .nav-decor {
    display: none; }
  .mobile-creator .mobile-dnd-area [text-center] {
    text-align: center !important; }
  .mobile-creator .mobile-dnd-area [text-justify] {
    text-align: justify !important; }
  .mobile-creator .mobile-dnd-area [text-start] {
    text-align: left;
    text-align: start !important; }
  .mobile-creator .mobile-dnd-area [text-end] {
    text-align: right;
    text-align: end !important; }
  .mobile-creator .mobile-dnd-area [text-left] {
    text-align: left !important; }
  .mobile-creator .mobile-dnd-area [text-right] {
    text-align: right !important; }
  .mobile-creator .mobile-dnd-area [text-nowrap] {
    white-space: nowrap !important; }
  .mobile-creator .mobile-dnd-area [text-wrap] {
    white-space: normal !important; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [text-sm-center] {
      text-align: center !important; }
    .mobile-creator .mobile-dnd-area [text-sm-justify] {
      text-align: justify !important; }
    .mobile-creator .mobile-dnd-area [text-sm-start] {
      text-align: left;
      text-align: start !important; }
    .mobile-creator .mobile-dnd-area [text-sm-end] {
      text-align: right;
      text-align: end !important; }
    .mobile-creator .mobile-dnd-area [text-sm-left] {
      text-align: left !important; }
    .mobile-creator .mobile-dnd-area [text-sm-right] {
      text-align: right !important; }
    .mobile-creator .mobile-dnd-area [text-sm-nowrap] {
      white-space: nowrap !important; }
    .mobile-creator .mobile-dnd-area [text-sm-wrap] {
      white-space: normal !important; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [text-md-center] {
      text-align: center !important; }
    .mobile-creator .mobile-dnd-area [text-md-justify] {
      text-align: justify !important; }
    .mobile-creator .mobile-dnd-area [text-md-start] {
      text-align: left;
      text-align: start !important; }
    .mobile-creator .mobile-dnd-area [text-md-end] {
      text-align: right;
      text-align: end !important; }
    .mobile-creator .mobile-dnd-area [text-md-left] {
      text-align: left !important; }
    .mobile-creator .mobile-dnd-area [text-md-right] {
      text-align: right !important; }
    .mobile-creator .mobile-dnd-area [text-md-nowrap] {
      white-space: nowrap !important; }
    .mobile-creator .mobile-dnd-area [text-md-wrap] {
      white-space: normal !important; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [text-lg-center] {
      text-align: center !important; }
    .mobile-creator .mobile-dnd-area [text-lg-justify] {
      text-align: justify !important; }
    .mobile-creator .mobile-dnd-area [text-lg-start] {
      text-align: left;
      text-align: start !important; }
    .mobile-creator .mobile-dnd-area [text-lg-end] {
      text-align: right;
      text-align: end !important; }
    .mobile-creator .mobile-dnd-area [text-lg-left] {
      text-align: left !important; }
    .mobile-creator .mobile-dnd-area [text-lg-right] {
      text-align: right !important; }
    .mobile-creator .mobile-dnd-area [text-lg-nowrap] {
      white-space: nowrap !important; }
    .mobile-creator .mobile-dnd-area [text-lg-wrap] {
      white-space: normal !important; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [text-xl-center] {
      text-align: center !important; }
    .mobile-creator .mobile-dnd-area [text-xl-justify] {
      text-align: justify !important; }
    .mobile-creator .mobile-dnd-area [text-xl-start] {
      text-align: left;
      text-align: start !important; }
    .mobile-creator .mobile-dnd-area [text-xl-end] {
      text-align: right;
      text-align: end !important; }
    .mobile-creator .mobile-dnd-area [text-xl-left] {
      text-align: left !important; }
    .mobile-creator .mobile-dnd-area [text-xl-right] {
      text-align: right !important; }
    .mobile-creator .mobile-dnd-area [text-xl-nowrap] {
      white-space: nowrap !important; }
    .mobile-creator .mobile-dnd-area [text-xl-wrap] {
      white-space: normal !important; } }
  .mobile-creator .mobile-dnd-area [text-uppercase] {
    text-transform: uppercase !important; }
  .mobile-creator .mobile-dnd-area [text-lowercase] {
    text-transform: lowercase !important; }
  .mobile-creator .mobile-dnd-area [text-capitalize] {
    text-transform: capitalize !important; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [text-sm-uppercase] {
      text-transform: uppercase !important; }
    .mobile-creator .mobile-dnd-area [text-sm-lowercase] {
      text-transform: lowercase !important; }
    .mobile-creator .mobile-dnd-area [text-sm-capitalize] {
      text-transform: capitalize !important; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [text-md-uppercase] {
      text-transform: uppercase !important; }
    .mobile-creator .mobile-dnd-area [text-md-lowercase] {
      text-transform: lowercase !important; }
    .mobile-creator .mobile-dnd-area [text-md-capitalize] {
      text-transform: capitalize !important; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [text-lg-uppercase] {
      text-transform: uppercase !important; }
    .mobile-creator .mobile-dnd-area [text-lg-lowercase] {
      text-transform: lowercase !important; }
    .mobile-creator .mobile-dnd-area [text-lg-capitalize] {
      text-transform: capitalize !important; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [text-xl-uppercase] {
      text-transform: uppercase !important; }
    .mobile-creator .mobile-dnd-area [text-xl-lowercase] {
      text-transform: lowercase !important; }
    .mobile-creator .mobile-dnd-area [text-xl-capitalize] {
      text-transform: capitalize !important; } }
  .mobile-creator .mobile-dnd-area [float-left] {
    float: left !important; }
  .mobile-creator .mobile-dnd-area [float-right] {
    float: right !important; }
  .mobile-creator .mobile-dnd-area [float-start] {
    float: left !important; }
  .mobile-creator .mobile-dnd-area [float-end] {
    float: right !important; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [float-sm-left] {
      float: left !important; }
    .mobile-creator .mobile-dnd-area [float-sm-right] {
      float: right !important; }
    .mobile-creator .mobile-dnd-area [float-sm-start] {
      float: left !important; }
    .mobile-creator .mobile-dnd-area [float-sm-end] {
      float: right !important; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [float-md-left] {
      float: left !important; }
    .mobile-creator .mobile-dnd-area [float-md-right] {
      float: right !important; }
    .mobile-creator .mobile-dnd-area [float-md-start] {
      float: left !important; }
    .mobile-creator .mobile-dnd-area [float-md-end] {
      float: right !important; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [float-lg-left] {
      float: left !important; }
    .mobile-creator .mobile-dnd-area [float-lg-right] {
      float: right !important; }
    .mobile-creator .mobile-dnd-area [float-lg-start] {
      float: left !important; }
    .mobile-creator .mobile-dnd-area [float-lg-end] {
      float: right !important; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [float-xl-left] {
      float: left !important; }
    .mobile-creator .mobile-dnd-area [float-xl-right] {
      float: right !important; }
    .mobile-creator .mobile-dnd-area [float-xl-start] {
      float: left !important; }
    .mobile-creator .mobile-dnd-area [float-xl-end] {
      float: right !important; } }
  .mobile-creator .mobile-dnd-area ion-app.ios {
    font-family: -apple-system, "Helvetica Neue", "Roboto", sans-serif;
    font-size: 1.4rem;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area ion-app.md {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 1.4rem;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area ion-app.wp {
    font-family: "Segoe UI", "Noto Sans", sans-serif;
    font-size: 1.4rem;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area ion-backdrop {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .01;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .mobile-creator .mobile-dnd-area ion-backdrop.backdrop-no-tappable {
    cursor: auto; }
  .mobile-creator .mobile-dnd-area ion-badge {
    padding: 3px 8px;
    text-align: center;
    display: inline-block;
    min-width: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline; }
  .mobile-creator .mobile-dnd-area ion-badge:empty {
    display: none; }
  .mobile-creator .mobile-dnd-area .badge-ios {
    border-radius: 10px;
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .badge-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .badge-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .badge-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .badge-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .badge-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .badge-md {
    border-radius: 4px;
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .badge-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .badge-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .badge-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .badge-md-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .badge-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .badge-wp {
    border-radius: 0;
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .badge-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .badge-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .badge-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .badge-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .badge-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .button {
    text-align: center;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 0;
    display: inline-block;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
    vertical-align: -webkit-baseline-middle;
    transition: background-color, opacity 100ms linear;
    -webkit-font-kerning: none;
    font-kerning: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    contain: content; }
  .mobile-creator .mobile-dnd-area .button-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .mobile-creator .mobile-dnd-area [ion-button] {
    text-decoration: none; }
  .mobile-creator .mobile-dnd-area a[disabled],
  .mobile-creator .mobile-dnd-area button[disabled],
  .mobile-creator .mobile-dnd-area [ion-button][disabled] {
    cursor: default;
    opacity: .4;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .button-block {
    display: block;
    clear: both;
    width: 100%;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .button-block::after {
    clear: both; }
  .mobile-creator .mobile-dnd-area .button-full {
    display: block;
    width: 100%;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .button-full.button-outline {
    border-radius: 0;
    border-right-width: 0;
    border-left-width: 0; }
  .mobile-creator .mobile-dnd-area [icon-left] ion-icon,
  .mobile-creator .mobile-dnd-area [icon-start] ion-icon {
    font-size: 1.4em;
    line-height: .67;
    pointer-events: none;
    padding-right: 0.3em; }
  .mobile-creator .mobile-dnd-area [icon-right] ion-icon,
  .mobile-creator .mobile-dnd-area [icon-end] ion-icon {
    font-size: 1.4em;
    line-height: .67;
    pointer-events: none;
    padding-left: 0.4em; }
  .mobile-creator .mobile-dnd-area .button[icon-only] {
    padding: 0;
    min-width: .9em; }
  .mobile-creator .mobile-dnd-area [icon-only] ion-icon {
    padding: 0 0.5em;
    font-size: 1.8em;
    line-height: .67;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .button-ios {
    border-radius: 4px;
    height: 2.8em;
    font-size: 1.6rem;
    color: #fff;
    background-color: #327eff;
    margin: 0.4rem 0.2rem;
    padding: 0 1em; }
  .mobile-creator .mobile-dnd-area .button-ios.activated {
    background-color: #2e74eb;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .button-ios:hover:not(.disable-hover) {
    opacity: 0.8; }
  .mobile-creator .mobile-dnd-area .button-large-ios {
    height: 2.8em;
    font-size: 2rem;
    padding: 0 1em; }
  .mobile-creator .mobile-dnd-area .button-small-ios {
    height: 2.1em;
    font-size: 1.3rem;
    padding: 0 0.9em; }
  .mobile-creator .mobile-dnd-area .button-small-ios[icon-only] ion-icon {
    font-size: 1.3em; }
  .mobile-creator .mobile-dnd-area .button-block-ios {
    margin-left: 0;
    margin-right: 0; }
  .mobile-creator .mobile-dnd-area .button-full-ios {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    border-right-width: 0;
    border-left-width: 0; }
  .mobile-creator .mobile-dnd-area .button-outline-ios {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #327eff;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-ios.activated {
    color: #fff;
    background-color: #327eff;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .button-clear-ios {
    border-color: transparent;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-ios.activated {
    background-color: transparent;
    opacity: 0.4; }
  .mobile-creator .mobile-dnd-area .button-clear-ios:hover:not(.disable-hover) {
    color: #327eff;
    opacity: 0.6; }
  .mobile-creator .mobile-dnd-area .button-round-ios {
    border-radius: 64px;
    padding: 0 2.6rem; }
  .mobile-creator .mobile-dnd-area .button-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-ios-primary.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .button-outline-ios-primary {
    border-color: #327eff;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-ios-primary.activated {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-primary {
    border-color: transparent;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-primary.activated {
    opacity: 0.4; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .button-ios-secondary.activated {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .button-outline-ios-secondary {
    border-color: #32db64;
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-ios-secondary.activated {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-secondary {
    border-color: transparent;
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-secondary.activated {
    opacity: 0.4; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .button-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .button-ios-danger.activated {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .button-outline-ios-danger {
    border-color: #f53d3d;
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-ios-danger.activated {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-danger {
    border-color: transparent;
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-danger.activated {
    opacity: 0.4; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .button-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .button-ios-light.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .button-outline-ios-light {
    border-color: #f4f4f4;
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-ios-light.activated {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-light {
    border-color: transparent;
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-light.activated {
    opacity: 0.4; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .button-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .button-ios-dark.activated {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .button-outline-ios-dark {
    border-color: #222;
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-ios-dark.activated {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-dark {
    border-color: transparent;
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-dark.activated {
    opacity: 0.4; }
  .mobile-creator .mobile-dnd-area .button-clear-ios-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .button-strong-ios {
    font-weight: 600; }
  .mobile-creator .mobile-dnd-area .button-md {
    border-radius: 2px;
    overflow: hidden;
    height: 3.6rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #327eff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0.4rem 0.2rem;
    padding: 0 1.1em; }
  .mobile-creator .mobile-dnd-area .button-md:hover:not(.disable-hover) {
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-md.activated {
    background-color: #2e74eb;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14), 0 3px 5px rgba(0, 0, 0, 0.21), 0 0 0 0 transparent; }
  .mobile-creator .mobile-dnd-area .button-md .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .button-large-md {
    height: 2.8em;
    font-size: 2rem;
    padding: 0 1em; }
  .mobile-creator .mobile-dnd-area .button-small-md {
    height: 2.1em;
    font-size: 1.3rem;
    padding: 0 0.9em; }
  .mobile-creator .mobile-dnd-area .button-small-md[icon-only] ion-icon {
    font-size: 1.4em; }
  .mobile-creator .mobile-dnd-area .button-block-md {
    margin-left: 0;
    margin-right: 0; }
  .mobile-creator .mobile-dnd-area .button-full-md {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    border-right-width: 0;
    border-left-width: 0; }
  .mobile-creator .mobile-dnd-area .button-outline-md {
    border-width: 1px;
    border-style: solid;
    border-color: #327eff;
    color: #327eff;
    background-color: transparent;
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .button-outline-md:hover:not(.disable-hover) {
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-md.activated {
    background-color: transparent;
    box-shadow: none;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .button-outline-md .button-effect {
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-clear-md {
    border-color: transparent;
    color: #327eff;
    background-color: transparent;
    box-shadow: none;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .button-clear-md.activated {
    background-color: rgba(158, 158, 158, 0.2);
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .button-clear-md:hover:not(.disable-hover) {
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-clear-md .button-effect {
    background-color: #999; }
  .mobile-creator .mobile-dnd-area .button-round-md {
    border-radius: 64px;
    padding: 0 2.6rem; }
  .mobile-creator .mobile-dnd-area .button-md [icon-only] {
    padding: 0; }
  .mobile-creator .mobile-dnd-area .button-effect {
    border-radius: 50%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    z-index: 0;
    display: none;
    background-color: #555;
    opacity: .2;
    transition-timing-function: ease-in-out;
    pointer-events: none;
    top: 0;
    left: 0; }
  .mobile-creator .mobile-dnd-area .md button .button-effect {
    display: block; }
  .mobile-creator .mobile-dnd-area .button-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-md-primary:hover:not(.disable-hover) {
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-md-primary.activated {
    background-color: #2e74eb;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .button-md-primary .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .button-outline-md-primary {
    border-color: #3078f2;
    color: #3078f2;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-md-primary:hover:not(.disable-hover) {
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-md-primary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-md-primary .button-effect {
    background-color: #3078f2; }
  .mobile-creator .mobile-dnd-area .button-clear-md-primary {
    border-color: transparent;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-md-primary.activated {
    background-color: rgba(158, 158, 158, 0.2);
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .button-clear-md-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .button-md-secondary:hover:not(.disable-hover) {
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .button-md-secondary.activated {
    background-color: #2ec95c;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .button-md-secondary .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .button-outline-md-secondary {
    border-color: #30d05f;
    color: #30d05f;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-md-secondary:hover:not(.disable-hover) {
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-md-secondary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-md-secondary .button-effect {
    background-color: #30d05f; }
  .mobile-creator .mobile-dnd-area .button-clear-md-secondary {
    border-color: transparent;
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-md-secondary.activated {
    background-color: rgba(158, 158, 158, 0.2);
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .button-clear-md-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .button-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .button-md-danger:hover:not(.disable-hover) {
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .button-md-danger.activated {
    background-color: #e13838;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .button-md-danger .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .button-outline-md-danger {
    border-color: #e93a3a;
    color: #e93a3a;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-md-danger:hover:not(.disable-hover) {
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-md-danger.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-md-danger .button-effect {
    background-color: #e93a3a; }
  .mobile-creator .mobile-dnd-area .button-clear-md-danger {
    border-color: transparent;
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-md-danger.activated {
    background-color: rgba(158, 158, 158, 0.2);
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .button-clear-md-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .button-md-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .button-md-light:hover:not(.disable-hover) {
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .button-md-light.activated {
    background-color: #e0e0e0;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .button-md-light .button-effect {
    background-color: #000; }
  .mobile-creator .mobile-dnd-area .button-outline-md-light {
    border-color: #e8e8e8;
    color: #e8e8e8;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-md-light:hover:not(.disable-hover) {
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-md-light.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-md-light .button-effect {
    background-color: #e8e8e8; }
  .mobile-creator .mobile-dnd-area .button-clear-md-light {
    border-color: transparent;
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-md-light.activated {
    background-color: rgba(158, 158, 158, 0.2);
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .button-clear-md-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .button-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .button-md-dark:hover:not(.disable-hover) {
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .button-md-dark.activated {
    background-color: #343434;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .button-md-dark .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .button-outline-md-dark {
    border-color: #2d2d2d;
    color: #2d2d2d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-md-dark:hover:not(.disable-hover) {
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-md-dark.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-md-dark .button-effect {
    background-color: #2d2d2d; }
  .mobile-creator .mobile-dnd-area .button-clear-md-dark {
    border-color: transparent;
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-md-dark.activated {
    background-color: rgba(158, 158, 158, 0.2);
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .button-clear-md-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .button-strong-md {
    font-weight: bold; }
  .mobile-creator .mobile-dnd-area .button-wp {
    border-radius: 0;
    height: 3.6rem;
    border: 3px solid transparent;
    font-size: 1.4rem;
    color: #fff;
    background-color: #327eff;
    margin: 0.4rem 0.2rem;
    padding: 0 1.1em; }
  .mobile-creator .mobile-dnd-area .button-wp:hover:not(.disable-hover) {
    border-color: #2e74eb;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-wp.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .button-large-wp {
    height: 2.8em;
    font-size: 2rem;
    padding: 0 1em; }
  .mobile-creator .mobile-dnd-area .button-small-wp {
    height: 2.1em;
    font-size: 1.3rem;
    padding: 0 0.9em; }
  .mobile-creator .mobile-dnd-area .button-small-wp[icon-only] ion-icon {
    font-size: 1.4em; }
  .mobile-creator .mobile-dnd-area .button-block-wp {
    margin-left: 0;
    margin-right: 0; }
  .mobile-creator .mobile-dnd-area .button-full-wp {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    border-right-width: 0;
    border-left-width: 0; }
  .mobile-creator .mobile-dnd-area .button-outline-wp {
    border-width: 1px;
    border-style: solid;
    border-color: #327eff;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-wp:hover:not(.disable-hover) {
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-wp.activated {
    background-color: rgba(50, 126, 255, 0.16); }
  .mobile-creator .mobile-dnd-area .button-clear-wp {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-wp.activated {
    background-color: rgba(158, 158, 158, 0.2); }
  .mobile-creator .mobile-dnd-area .button-clear-wp:hover:not(.disable-hover) {
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-round-wp {
    border-radius: 64px;
    padding: 0 2.6rem; }
  .mobile-creator .mobile-dnd-area .button-wp [icon-only] {
    padding: 0; }
  .mobile-creator .mobile-dnd-area .button-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-wp-primary:hover:not(.disable-hover) {
    border-color: #2e74eb;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-wp-primary.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .button-outline-wp-primary {
    border-color: #3078f2;
    color: #3078f2;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-wp-primary:hover:not(.disable-hover) {
    border-color: #3078f2;
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-wp-primary.activated {
    background-color: rgba(48, 120, 242, 0.16); }
  .mobile-creator .mobile-dnd-area .button-clear-wp-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-wp-primary.activated {
    background-color: rgba(158, 158, 158, 0.2); }
  .mobile-creator .mobile-dnd-area .button-clear-wp-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .button-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .button-wp-secondary:hover:not(.disable-hover) {
    border-color: #2ec95c;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .button-wp-secondary.activated {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .button-outline-wp-secondary {
    border-color: #30d05f;
    color: #30d05f;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-wp-secondary:hover:not(.disable-hover) {
    border-color: #30d05f;
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-wp-secondary.activated {
    background-color: rgba(48, 208, 95, 0.16); }
  .mobile-creator .mobile-dnd-area .button-clear-wp-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-wp-secondary.activated {
    background-color: rgba(158, 158, 158, 0.2); }
  .mobile-creator .mobile-dnd-area .button-clear-wp-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .button-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .button-wp-danger:hover:not(.disable-hover) {
    border-color: #e13838;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .button-wp-danger.activated {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .button-outline-wp-danger {
    border-color: #e93a3a;
    color: #e93a3a;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-wp-danger:hover:not(.disable-hover) {
    border-color: #e93a3a;
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-wp-danger.activated {
    background-color: rgba(233, 58, 58, 0.16); }
  .mobile-creator .mobile-dnd-area .button-clear-wp-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-wp-danger.activated {
    background-color: rgba(158, 158, 158, 0.2); }
  .mobile-creator .mobile-dnd-area .button-clear-wp-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .button-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .button-wp-light:hover:not(.disable-hover) {
    border-color: #e0e0e0;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .button-wp-light.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .button-outline-wp-light {
    border-color: #e8e8e8;
    color: #e8e8e8;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-wp-light:hover:not(.disable-hover) {
    border-color: #e8e8e8;
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-wp-light.activated {
    background-color: rgba(232, 232, 232, 0.16); }
  .mobile-creator .mobile-dnd-area .button-clear-wp-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-wp-light.activated {
    background-color: rgba(158, 158, 158, 0.2); }
  .mobile-creator .mobile-dnd-area .button-clear-wp-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .button-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .button-wp-dark:hover:not(.disable-hover) {
    border-color: #343434;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .button-wp-dark.activated {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .button-outline-wp-dark {
    border-color: #2d2d2d;
    color: #2d2d2d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-outline-wp-dark:hover:not(.disable-hover) {
    border-color: #2d2d2d;
    background-color: rgba(158, 158, 158, 0.1); }
  .mobile-creator .mobile-dnd-area .button-outline-wp-dark.activated {
    background-color: rgba(45, 45, 45, 0.16); }
  .mobile-creator .mobile-dnd-area .button-clear-wp-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .button-clear-wp-dark.activated {
    background-color: rgba(158, 158, 158, 0.2); }
  .mobile-creator .mobile-dnd-area .button-clear-wp-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .button-strong-wp {
    font-weight: bold; }
  .mobile-creator .mobile-dnd-area ion-card {
    display: block;
    overflow: hidden; }
  .mobile-creator .mobile-dnd-area ion-card img {
    display: block;
    width: 100%; }
  .mobile-creator .mobile-dnd-area ion-card-header {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mobile-creator .mobile-dnd-area ion-card-content {
    display: block; }
  .mobile-creator .mobile-dnd-area .card-ios {
    margin: 12px;
    border-radius: 2px;
    width: calc(100% - 24px);
    font-size: 1.4rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .mobile-creator .mobile-dnd-area .card-ios ion-list {
    margin-bottom: 0; }
  .mobile-creator .mobile-dnd-area .card-ios > .item:last-child,
  .mobile-creator .mobile-dnd-area .card-ios > .item:last-child .item-inner,
  .mobile-creator .mobile-dnd-area .card-ios > .item-wrapper:last-child .item {
    border-bottom: 0; }
  .mobile-creator .mobile-dnd-area .card-ios .item-ios.item-block .item-inner {
    border: 0; }
  .mobile-creator .mobile-dnd-area .card-content-ios {
    padding: 13px 16px 14px;
    font-size: 1.4rem;
    line-height: 1.4; }
  .mobile-creator .mobile-dnd-area .card-header-ios {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    padding: 16px; }
  .mobile-creator .mobile-dnd-area .card-header-ios + .card-content-ios,
  .mobile-creator .mobile-dnd-area .card-ios .item + .card-content-ios {
    padding-top: 0; }
  .mobile-creator .mobile-dnd-area .card .note-ios {
    font-size: 1.3rem; }
  .mobile-creator .mobile-dnd-area .card-title-ios {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #222;
    margin: 2px 0;
    padding: 8px 0; }
  .mobile-creator .mobile-dnd-area .card-ios h1 {
    margin: 0 0 2px;
    font-size: 2.4rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .card-ios h2 {
    margin: 2px 0;
    font-size: 1.6rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .card-ios h3,
  .mobile-creator .mobile-dnd-area .card-ios h4,
  .mobile-creator .mobile-dnd-area .card-ios h5,
  .mobile-creator .mobile-dnd-area .card-ios h6 {
    margin: 2px 0;
    font-size: 1.4rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .card-ios p {
    margin: 0 0 2px;
    font-size: 1.4rem;
    color: #666; }
  .mobile-creator .mobile-dnd-area .card-ios + ion-card {
    margin-top: 0; }
  .mobile-creator .mobile-dnd-area .card-ios .text-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-header-ios,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-title-ios,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-content-ios,
  .mobile-creator .mobile-dnd-area .card-ios-primary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-ios-primary .text-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-header-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-title-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-content-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-ios-primary .text-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-header-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-title-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-content-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-ios-primary .text-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-header-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-title-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-content-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-ios-primary .text-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-header-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-title-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-content-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-ios-primary .text-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-header-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-title-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-primary .card-content-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-ios-primary,
  .mobile-creator .mobile-dnd-area .card-title-ios-primary,
  .mobile-creator .mobile-dnd-area .card-content-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-ios .text-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-header-ios,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-title-ios,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-content-ios,
  .mobile-creator .mobile-dnd-area .card-ios-secondary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-ios-secondary .text-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-header-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-title-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-content-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-ios-secondary .text-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-header-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-title-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-content-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-ios-secondary .text-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-header-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-title-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-content-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-ios-secondary .text-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-header-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-title-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-content-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-ios-secondary .text-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-header-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-title-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-secondary .card-content-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-title-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-content-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-ios .text-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-header-ios,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-title-ios,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-content-ios,
  .mobile-creator .mobile-dnd-area .card-ios-danger p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-ios-danger .text-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-header-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-title-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-content-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-ios-danger .text-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-header-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-title-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-content-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-ios-danger .text-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-header-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-title-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-content-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-ios-danger .text-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-header-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-title-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-content-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-ios-danger .text-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-header-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-title-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-danger .card-content-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-ios-danger,
  .mobile-creator .mobile-dnd-area .card-title-ios-danger,
  .mobile-creator .mobile-dnd-area .card-content-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-ios .text-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-ios-light .card-header-ios,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-title-ios,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-content-ios,
  .mobile-creator .mobile-dnd-area .card-ios-light p {
    color: #000; }
  .mobile-creator .mobile-dnd-area .card-ios-light .text-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-header-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-title-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-content-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-ios-light .text-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-header-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-title-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-content-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-ios-light .text-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-header-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-title-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-content-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-ios-light .text-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-header-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-title-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-content-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-ios-light .text-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-header-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-title-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-light .card-content-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-ios-light,
  .mobile-creator .mobile-dnd-area .card-title-ios-light,
  .mobile-creator .mobile-dnd-area .card-content-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-ios .text-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-header-ios,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-title-ios,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-content-ios,
  .mobile-creator .mobile-dnd-area .card-ios-dark p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-ios-dark .text-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-header-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-title-ios-primary,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-content-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-ios-dark .text-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-header-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-title-ios-secondary,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-content-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-ios-dark .text-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-header-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-title-ios-danger,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-content-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-ios-dark .text-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-header-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-title-ios-light,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-content-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-ios-dark .text-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-header-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-title-ios-dark,
  .mobile-creator .mobile-dnd-area .card-ios-dark .card-content-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-ios-dark,
  .mobile-creator .mobile-dnd-area .card-title-ios-dark,
  .mobile-creator .mobile-dnd-area .card-content-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-md {
    margin: 10px;
    border-radius: 2px;
    width: calc(100% - 20px);
    font-size: 1.4rem;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .mobile-creator .mobile-dnd-area .card-md ion-list {
    margin-bottom: 0; }
  .mobile-creator .mobile-dnd-area .card-md > .item:last-child,
  .mobile-creator .mobile-dnd-area .card-md > .item:last-child .item-inner,
  .mobile-creator .mobile-dnd-area .card-md > .item-wrapper:last-child .item {
    border-bottom: 0; }
  .mobile-creator .mobile-dnd-area .card-md .item-md.item-block .item-inner {
    border: 0; }
  .mobile-creator .mobile-dnd-area .card-content-md {
    padding: 13px 16px;
    font-size: 1.4rem;
    line-height: 1.5; }
  .mobile-creator .mobile-dnd-area .card-header-md {
    font-size: 1.6rem;
    color: #222;
    padding: 16px; }
  .mobile-creator .mobile-dnd-area .card-header-md + .card-content-md,
  .mobile-creator .mobile-dnd-area .card-md .item + .card-content-md {
    padding-top: 0; }
  .mobile-creator .mobile-dnd-area .card .note-md {
    font-size: 1.3rem; }
  .mobile-creator .mobile-dnd-area .card-title-md {
    display: block;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #222;
    margin: 2px 0;
    padding: 8px 0; }
  .mobile-creator .mobile-dnd-area .card-md h1 {
    margin: 0 0 2px;
    font-size: 2.4rem;
    font-weight: normal;
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-md h2 {
    margin: 2px 0;
    font-size: 1.6rem;
    font-weight: normal;
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-md h3,
  .mobile-creator .mobile-dnd-area .card-md h4,
  .mobile-creator .mobile-dnd-area .card-md h5,
  .mobile-creator .mobile-dnd-area .card-md h6 {
    margin: 2px 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-md p {
    margin: 0 0 2px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-md + ion-card {
    margin-top: 0; }
  .mobile-creator .mobile-dnd-area .card-md .text-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-md-primary .card-header-md,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-title-md,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-content-md,
  .mobile-creator .mobile-dnd-area .card-md-primary h1,
  .mobile-creator .mobile-dnd-area .card-md-primary h2,
  .mobile-creator .mobile-dnd-area .card-md-primary h3,
  .mobile-creator .mobile-dnd-area .card-md-primary h4,
  .mobile-creator .mobile-dnd-area .card-md-primary h5,
  .mobile-creator .mobile-dnd-area .card-md-primary h6,
  .mobile-creator .mobile-dnd-area .card-md-primary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-md-primary .text-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-header-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-title-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-content-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-md-primary .text-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-header-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-title-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-content-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-md-primary .text-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-header-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-title-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-content-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-md-primary .text-md-light,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-header-md-light,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-title-md-light,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-content-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-md-primary .text-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-header-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-title-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-primary .card-content-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-md-primary,
  .mobile-creator .mobile-dnd-area .card-title-md-primary,
  .mobile-creator .mobile-dnd-area .card-content-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-md .text-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-header-md,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-title-md,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-content-md,
  .mobile-creator .mobile-dnd-area .card-md-secondary h1,
  .mobile-creator .mobile-dnd-area .card-md-secondary h2,
  .mobile-creator .mobile-dnd-area .card-md-secondary h3,
  .mobile-creator .mobile-dnd-area .card-md-secondary h4,
  .mobile-creator .mobile-dnd-area .card-md-secondary h5,
  .mobile-creator .mobile-dnd-area .card-md-secondary h6,
  .mobile-creator .mobile-dnd-area .card-md-secondary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-md-secondary .text-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-header-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-title-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-content-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-md-secondary .text-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-header-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-title-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-content-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-md-secondary .text-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-header-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-title-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-content-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-md-secondary .text-md-light,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-header-md-light,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-title-md-light,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-content-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-md-secondary .text-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-header-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-title-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-secondary .card-content-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-md-secondary,
  .mobile-creator .mobile-dnd-area .card-title-md-secondary,
  .mobile-creator .mobile-dnd-area .card-content-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-md .text-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-md-danger .card-header-md,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-title-md,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-content-md,
  .mobile-creator .mobile-dnd-area .card-md-danger h1,
  .mobile-creator .mobile-dnd-area .card-md-danger h2,
  .mobile-creator .mobile-dnd-area .card-md-danger h3,
  .mobile-creator .mobile-dnd-area .card-md-danger h4,
  .mobile-creator .mobile-dnd-area .card-md-danger h5,
  .mobile-creator .mobile-dnd-area .card-md-danger h6,
  .mobile-creator .mobile-dnd-area .card-md-danger p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-md-danger .text-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-header-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-title-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-content-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-md-danger .text-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-header-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-title-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-content-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-md-danger .text-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-header-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-title-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-content-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-md-danger .text-md-light,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-header-md-light,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-title-md-light,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-content-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-md-danger .text-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-header-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-title-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-danger .card-content-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-md-danger,
  .mobile-creator .mobile-dnd-area .card-title-md-danger,
  .mobile-creator .mobile-dnd-area .card-content-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-md .text-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-md-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-md-light .card-header-md,
  .mobile-creator .mobile-dnd-area .card-md-light .card-title-md,
  .mobile-creator .mobile-dnd-area .card-md-light .card-content-md,
  .mobile-creator .mobile-dnd-area .card-md-light h1,
  .mobile-creator .mobile-dnd-area .card-md-light h2,
  .mobile-creator .mobile-dnd-area .card-md-light h3,
  .mobile-creator .mobile-dnd-area .card-md-light h4,
  .mobile-creator .mobile-dnd-area .card-md-light h5,
  .mobile-creator .mobile-dnd-area .card-md-light h6,
  .mobile-creator .mobile-dnd-area .card-md-light p {
    color: #000; }
  .mobile-creator .mobile-dnd-area .card-md-light .text-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-light .card-header-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-light .card-title-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-light .card-content-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-md-light .text-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-light .card-header-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-light .card-title-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-light .card-content-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-md-light .text-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-light .card-header-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-light .card-title-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-light .card-content-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-md-light .text-md-light,
  .mobile-creator .mobile-dnd-area .card-md-light .card-header-md-light,
  .mobile-creator .mobile-dnd-area .card-md-light .card-title-md-light,
  .mobile-creator .mobile-dnd-area .card-md-light .card-content-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-md-light .text-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-light .card-header-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-light .card-title-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-light .card-content-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-md-light,
  .mobile-creator .mobile-dnd-area .card-title-md-light,
  .mobile-creator .mobile-dnd-area .card-content-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-md .text-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .card-md-dark .card-header-md,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-title-md,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-content-md,
  .mobile-creator .mobile-dnd-area .card-md-dark h1,
  .mobile-creator .mobile-dnd-area .card-md-dark h2,
  .mobile-creator .mobile-dnd-area .card-md-dark h3,
  .mobile-creator .mobile-dnd-area .card-md-dark h4,
  .mobile-creator .mobile-dnd-area .card-md-dark h5,
  .mobile-creator .mobile-dnd-area .card-md-dark h6,
  .mobile-creator .mobile-dnd-area .card-md-dark p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-md-dark .text-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-header-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-title-md-primary,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-content-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-md-dark .text-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-header-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-title-md-secondary,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-content-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-md-dark .text-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-header-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-title-md-danger,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-content-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-md-dark .text-md-light,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-header-md-light,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-title-md-light,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-content-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-md-dark .text-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-header-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-title-md-dark,
  .mobile-creator .mobile-dnd-area .card-md-dark .card-content-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-md-dark,
  .mobile-creator .mobile-dnd-area .card-title-md-dark,
  .mobile-creator .mobile-dnd-area .card-content-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-wp {
    margin: 8px;
    border-radius: 1px;
    width: calc(100% - 16px);
    font-size: 1.4rem;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .mobile-creator .mobile-dnd-area .card-wp ion-list {
    margin-bottom: 0; }
  .mobile-creator .mobile-dnd-area .card-wp > .item:last-child,
  .mobile-creator .mobile-dnd-area .card-wp > .item:last-child .item-inner,
  .mobile-creator .mobile-dnd-area .card-wp > .item-wrapper:last-child .item {
    border-bottom: 0; }
  .mobile-creator .mobile-dnd-area .card-wp .item-wp.item-block .item-inner {
    border: 0; }
  .mobile-creator .mobile-dnd-area .card-content-wp {
    padding: 13px 16px;
    font-size: 1.4rem;
    line-height: 1.5; }
  .mobile-creator .mobile-dnd-area .card-header-wp {
    font-size: 1.6rem;
    color: #222;
    padding: 16px; }
  .mobile-creator .mobile-dnd-area .card-header-wp + .card-content-wp,
  .mobile-creator .mobile-dnd-area .card-wp .item + .card-content-wp {
    padding-top: 0; }
  .mobile-creator .mobile-dnd-area .card .note-wp {
    font-size: 1.3rem; }
  .mobile-creator .mobile-dnd-area .card-title-wp {
    display: block;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #222;
    margin: 2px 0;
    padding: 8px 0; }
  .mobile-creator .mobile-dnd-area .card-wp h1 {
    margin: 0 0 2px;
    font-size: 2.4rem;
    font-weight: normal;
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-wp h2 {
    margin: 2px 0;
    font-size: 1.6rem;
    font-weight: normal;
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-wp h3,
  .mobile-creator .mobile-dnd-area .card-wp h4,
  .mobile-creator .mobile-dnd-area .card-wp h5,
  .mobile-creator .mobile-dnd-area .card-wp h6 {
    margin: 2px 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-wp p {
    margin: 0 0 2px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-wp + ion-card {
    margin-top: 0; }
  .mobile-creator .mobile-dnd-area .card-wp .text-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-header-wp,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-title-wp,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-content-wp,
  .mobile-creator .mobile-dnd-area .card-wp-primary h1,
  .mobile-creator .mobile-dnd-area .card-wp-primary h2,
  .mobile-creator .mobile-dnd-area .card-wp-primary h3,
  .mobile-creator .mobile-dnd-area .card-wp-primary h4,
  .mobile-creator .mobile-dnd-area .card-wp-primary h5,
  .mobile-creator .mobile-dnd-area .card-wp-primary h6,
  .mobile-creator .mobile-dnd-area .card-wp-primary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-wp-primary .text-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-header-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-title-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-content-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-wp-primary .text-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-header-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-title-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-content-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-wp-primary .text-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-header-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-title-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-content-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-wp-primary .text-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-header-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-title-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-content-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-wp-primary .text-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-header-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-title-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-primary .card-content-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-wp-primary,
  .mobile-creator .mobile-dnd-area .card-title-wp-primary,
  .mobile-creator .mobile-dnd-area .card-content-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-wp .text-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-header-wp,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-title-wp,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-content-wp,
  .mobile-creator .mobile-dnd-area .card-wp-secondary h1,
  .mobile-creator .mobile-dnd-area .card-wp-secondary h2,
  .mobile-creator .mobile-dnd-area .card-wp-secondary h3,
  .mobile-creator .mobile-dnd-area .card-wp-secondary h4,
  .mobile-creator .mobile-dnd-area .card-wp-secondary h5,
  .mobile-creator .mobile-dnd-area .card-wp-secondary h6,
  .mobile-creator .mobile-dnd-area .card-wp-secondary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-wp-secondary .text-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-header-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-title-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-content-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-wp-secondary .text-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-header-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-title-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-content-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-wp-secondary .text-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-header-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-title-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-content-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-wp-secondary .text-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-header-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-title-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-content-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-wp-secondary .text-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-header-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-title-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-secondary .card-content-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-title-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-content-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-wp .text-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-header-wp,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-title-wp,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-content-wp,
  .mobile-creator .mobile-dnd-area .card-wp-danger h1,
  .mobile-creator .mobile-dnd-area .card-wp-danger h2,
  .mobile-creator .mobile-dnd-area .card-wp-danger h3,
  .mobile-creator .mobile-dnd-area .card-wp-danger h4,
  .mobile-creator .mobile-dnd-area .card-wp-danger h5,
  .mobile-creator .mobile-dnd-area .card-wp-danger h6,
  .mobile-creator .mobile-dnd-area .card-wp-danger p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-wp-danger .text-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-header-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-title-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-content-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-wp-danger .text-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-header-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-title-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-content-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-wp-danger .text-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-header-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-title-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-content-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-wp-danger .text-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-header-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-title-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-content-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-wp-danger .text-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-header-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-title-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-danger .card-content-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-wp-danger,
  .mobile-creator .mobile-dnd-area .card-title-wp-danger,
  .mobile-creator .mobile-dnd-area .card-content-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-wp .text-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-wp-light .card-header-wp,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-title-wp,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-content-wp,
  .mobile-creator .mobile-dnd-area .card-wp-light h1,
  .mobile-creator .mobile-dnd-area .card-wp-light h2,
  .mobile-creator .mobile-dnd-area .card-wp-light h3,
  .mobile-creator .mobile-dnd-area .card-wp-light h4,
  .mobile-creator .mobile-dnd-area .card-wp-light h5,
  .mobile-creator .mobile-dnd-area .card-wp-light h6,
  .mobile-creator .mobile-dnd-area .card-wp-light p {
    color: #000; }
  .mobile-creator .mobile-dnd-area .card-wp-light .text-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-header-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-title-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-content-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-wp-light .text-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-header-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-title-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-content-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-wp-light .text-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-header-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-title-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-content-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-wp-light .text-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-header-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-title-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-content-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-wp-light .text-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-header-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-title-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-light .card-content-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-wp-light,
  .mobile-creator .mobile-dnd-area .card-title-wp-light,
  .mobile-creator .mobile-dnd-area .card-content-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-wp .text-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-header-wp,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-title-wp,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-content-wp,
  .mobile-creator .mobile-dnd-area .card-wp-dark h1,
  .mobile-creator .mobile-dnd-area .card-wp-dark h2,
  .mobile-creator .mobile-dnd-area .card-wp-dark h3,
  .mobile-creator .mobile-dnd-area .card-wp-dark h4,
  .mobile-creator .mobile-dnd-area .card-wp-dark h5,
  .mobile-creator .mobile-dnd-area .card-wp-dark h6,
  .mobile-creator .mobile-dnd-area .card-wp-dark p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .card-wp-dark .text-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-header-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-title-wp-primary,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-content-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .card-wp-dark .text-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-header-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-title-wp-secondary,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-content-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .card-wp-dark .text-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-header-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-title-wp-danger,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-content-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .card-wp-dark .text-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-header-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-title-wp-light,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-content-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .card-wp-dark .text-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-header-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-title-wp-dark,
  .mobile-creator .mobile-dnd-area .card-wp-dark .card-content-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .card-header-wp-dark,
  .mobile-creator .mobile-dnd-area .card-title-wp-dark,
  .mobile-creator .mobile-dnd-area .card-content-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .checkbox-ios {
    position: relative;
    display: inline-block; }
  .mobile-creator .mobile-dnd-area .checkbox-ios .checkbox-icon {
    border-radius: 50%;
    position: relative;
    width: 21px;
    height: 21px;
    border-width: 1px;
    border-style: solid;
    border-color: #c8c7cc;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-ios .checkbox-checked {
    border-color: #327eff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .checkbox-ios .checkbox-checked .checkbox-inner {
    left: 7px;
    top: 4px;
    position: absolute;
    width: 4px;
    height: 9px;
    border-width: 1px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-creator .mobile-dnd-area .checkbox-ios.checkbox-disabled,
  .mobile-creator .mobile-dnd-area .item-ios.item-checkbox-disabled ion-label {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item.item-ios .checkbox-ios {
    position: static;
    display: block;
    margin: 8px 16px 8px 2px; }
  .mobile-creator .mobile-dnd-area .item.item-ios .checkbox-ios[item-right],
  .mobile-creator .mobile-dnd-area .item.item-ios .checkbox-ios[item-end] {
    margin: 10px 8px 9px 0; }
  .mobile-creator .mobile-dnd-area .checkbox-ios-primary .checkbox-checked {
    border-color: #327eff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .checkbox-ios-primary .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-ios-secondary .checkbox-checked {
    border-color: #32db64;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .checkbox-ios-secondary .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-ios-danger .checkbox-checked {
    border-color: #f53d3d;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .checkbox-ios-danger .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-ios-light .checkbox-checked {
    border-color: #f4f4f4;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .checkbox-ios-light .checkbox-checked .checkbox-inner {
    border-color: #000; }
  .mobile-creator .mobile-dnd-area .checkbox-ios-dark .checkbox-checked {
    border-color: #222;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .checkbox-ios-dark .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-md {
    position: relative;
    display: inline-block; }
  .mobile-creator .mobile-dnd-area .checkbox-md .checkbox-icon {
    border-radius: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #787878;
    background-color: #fff;
    transition-duration: 280ms;
    transition-property: background;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .mobile-creator .mobile-dnd-area .checkbox-md .checkbox-checked {
    border-color: #327eff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .checkbox-md .checkbox-checked .checkbox-inner {
    left: 4px;
    top: 0;
    position: absolute;
    width: 5px;
    height: 10px;
    border-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-creator .mobile-dnd-area .checkbox-md.checkbox-disabled,
  .mobile-creator .mobile-dnd-area .item-md.item-checkbox-disabled ion-label {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item.item-md .checkbox-md {
    position: static;
    display: block;
    margin: 9px 36px 9px 4px; }
  .mobile-creator .mobile-dnd-area .item.item-md .checkbox-md[item-right],
  .mobile-creator .mobile-dnd-area .item.item-md .checkbox-md[item-end] {
    margin: 11px 10px 10px 0; }
  .mobile-creator .mobile-dnd-area .checkbox-md + .item-inner ion-label {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .checkbox-md-primary .checkbox-checked {
    border-color: #327eff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .checkbox-md-primary .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-md-secondary .checkbox-checked {
    border-color: #32db64;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .checkbox-md-secondary .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-md-danger .checkbox-checked {
    border-color: #f53d3d;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .checkbox-md-danger .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-md-light .checkbox-checked {
    border-color: #f4f4f4;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .checkbox-md-light .checkbox-checked .checkbox-inner {
    border-color: #000; }
  .mobile-creator .mobile-dnd-area .checkbox-md-dark .checkbox-checked {
    border-color: #222;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .checkbox-md-dark .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-wp {
    position: relative;
    display: inline-block; }
  .mobile-creator .mobile-dnd-area .checkbox-wp .checkbox-icon {
    border-radius: 0;
    position: relative;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #333;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-wp .checkbox-checked {
    border-color: #327eff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .checkbox-wp .checkbox-checked .checkbox-inner {
    left: 3px;
    top: -2px;
    position: absolute;
    width: 6px;
    height: 12px;
    border-width: 1px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-creator .mobile-dnd-area .checkbox-wp.checkbox-disabled,
  .mobile-creator .mobile-dnd-area .item-wp.item-checkbox-disabled ion-label {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item.item-wp .checkbox-wp {
    position: static;
    display: block;
    margin: 9px 16px 9px 4px; }
  .mobile-creator .mobile-dnd-area .item.item-wp .checkbox-wp[item-right],
  .mobile-creator .mobile-dnd-area .item.item-wp .checkbox-wp[item-end] {
    margin: 11px 10px 10px 0; }
  .mobile-creator .mobile-dnd-area .checkbox-wp + .item-inner ion-label {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .checkbox-wp-primary .checkbox-checked {
    border-color: #327eff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .checkbox-wp-primary .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-wp-secondary .checkbox-checked {
    border-color: #32db64;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .checkbox-wp-secondary .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-wp-danger .checkbox-checked {
    border-color: #f53d3d;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .checkbox-wp-danger .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .checkbox-wp-light .checkbox-checked {
    border-color: #f4f4f4;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .checkbox-wp-light .checkbox-checked .checkbox-inner {
    border-color: #000; }
  .mobile-creator .mobile-dnd-area .checkbox-wp-dark .checkbox-checked {
    border-color: #222;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .checkbox-wp-dark .checkbox-checked .checkbox-inner {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area ion-chip {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: normal;
    vertical-align: middle;
    box-sizing: border-box; }
  .mobile-creator .mobile-dnd-area ion-chip .button {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0; }
  .mobile-creator .mobile-dnd-area ion-chip ion-icon {
    text-align: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px; }
  .mobile-creator .mobile-dnd-area ion-chip ion-avatar {
    border-radius: 50%;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px; }
  .mobile-creator .mobile-dnd-area ion-chip ion-avatar img {
    border-radius: 50%;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%; }
  .mobile-creator .mobile-dnd-area .chip-ios {
    border-radius: 16px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.87);
    background: rgba(0, 0, 0, 0.12);
    margin: 2px 0; }
  .mobile-creator .mobile-dnd-area .chip-ios > ion-label {
    margin: 0 10px; }
  .mobile-creator .mobile-dnd-area .chip-ios > ion-icon {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .chip-ios-primary,
  .mobile-creator .mobile-dnd-area .chip-ios .icon-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .chip-ios-secondary,
  .mobile-creator .mobile-dnd-area .chip-ios .icon-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .chip-ios-danger,
  .mobile-creator .mobile-dnd-area .chip-ios .icon-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .chip-ios-light,
  .mobile-creator .mobile-dnd-area .chip-ios .icon-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .chip-ios-dark,
  .mobile-creator .mobile-dnd-area .chip-ios .icon-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .chip-md {
    border-radius: 16px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.87);
    background: rgba(0, 0, 0, 0.12);
    margin: 2px 0; }
  .mobile-creator .mobile-dnd-area .chip-md > ion-label {
    margin: 0 10px; }
  .mobile-creator .mobile-dnd-area .chip-md > ion-icon {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .chip-md-primary,
  .mobile-creator .mobile-dnd-area .chip-md .icon-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .chip-md-secondary,
  .mobile-creator .mobile-dnd-area .chip-md .icon-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .chip-md-danger,
  .mobile-creator .mobile-dnd-area .chip-md .icon-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .chip-md-light,
  .mobile-creator .mobile-dnd-area .chip-md .icon-md-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .chip-md-dark,
  .mobile-creator .mobile-dnd-area .chip-md .icon-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .chip-wp {
    border-radius: 16px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.87);
    background: rgba(0, 0, 0, 0.12);
    margin: 2px 0; }
  .mobile-creator .mobile-dnd-area .chip-wp > ion-label {
    margin: 0 10px; }
  .mobile-creator .mobile-dnd-area .chip-wp > ion-icon {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .chip-wp .button {
    border: 0; }
  .mobile-creator .mobile-dnd-area .chip-wp-primary,
  .mobile-creator .mobile-dnd-area .chip-wp .icon-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .chip-wp-secondary,
  .mobile-creator .mobile-dnd-area .chip-wp .icon-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .chip-wp-danger,
  .mobile-creator .mobile-dnd-area .chip-wp .icon-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .chip-wp-light,
  .mobile-creator .mobile-dnd-area .chip-wp .icon-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .chip-wp-dark,
  .mobile-creator .mobile-dnd-area .chip-wp .icon-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area ion-content {
    left: 0;
    top: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    contain: layout size style; }
  .mobile-creator .mobile-dnd-area .ion-page > ion-content {
    position: absolute; }
  .mobile-creator .mobile-dnd-area a {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .scroll-content {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
    contain: size style layout; }
  .mobile-creator .mobile-dnd-area ion-content.js-scroll > .scroll-content {
    position: relative;
    min-height: 100%;
    overflow-x: initial;
    overflow-y: initial;
    -webkit-overflow-scrolling: auto;
    will-change: initial; }
  .mobile-creator .mobile-dnd-area .disable-scroll .ion-page {
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none; }
  .mobile-creator .mobile-dnd-area ion-content.has-refresher > .scroll-content {
    background-color: inherit; }
  .mobile-creator .mobile-dnd-area .fixed-content {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block; }
  .mobile-creator .mobile-dnd-area [ion-fixed] {
    position: absolute;
    z-index: 999;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .mobile-creator .mobile-dnd-area ion-app [no-padding],
  .mobile-creator .mobile-dnd-area ion-app [no-padding] .scroll-content {
    padding: 0; }
  .mobile-creator .mobile-dnd-area ion-app [no-margin],
  .mobile-creator .mobile-dnd-area ion-app [no-margin] .scroll-content {
    margin: 0; }
  .mobile-creator .mobile-dnd-area .content-ios {
    color: #000;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .content-ios.outer-content {
    background: #efeff4; }
  .mobile-creator .mobile-dnd-area .content-ios hr {
    height: 0.55px;
    background-color: rgba(0, 0, 0, 0.12); }
  .mobile-creator .mobile-dnd-area .ios .ion-page.show-page ~ .nav-decor {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding] {
    padding: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-top] {
    padding-top: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-left] {
    padding-left: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-right] {
    padding-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-bottom] {
    padding-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-vertical] {
    padding-top: 16px;
    padding-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-horizontal] {
    padding-left: 16px;
    padding-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding] .scroll-content {
    padding: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.ios [padding] .scroll-content {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-top: 16px;
      padding-bottom: 16px;
      padding: 16px calc(env(safe-area-inset-right) + 16px) 16px calc(env(safe-area-inset-left) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-top] .scroll-content {
    padding-top: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.ios [padding-top] .scroll-content {
      padding-top: 16px;
      padding-top: 16px; } }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-left] .scroll-content {
    padding-left: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.ios [padding-left] .scroll-content {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-left: calc(env(safe-area-inset-left) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-right] .scroll-content {
    padding-right: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.ios [padding-right] .scroll-content {
      padding-right: calc(constant(safe-area-inset-right) + 16px);
      padding-right: calc(env(safe-area-inset-right) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-bottom] .scroll-content {
    padding-bottom: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.ios [padding-bottom] .scroll-content {
      padding-bottom: 16px;
      padding-bottom: 16px; } }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-vertical] .scroll-content {
    padding-top: 16px;
    padding-bottom: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.ios [padding-vertical] .scroll-content {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-top: 16px;
      padding-bottom: 16px; } }
  .mobile-creator .mobile-dnd-area ion-app.ios [padding-horizontal] .scroll-content {
    padding-left: 16px;
    padding-right: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.ios [padding-horizontal] .scroll-content {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-right: calc(constant(safe-area-inset-right) + 16px);
      padding-left: calc(env(safe-area-inset-left) + 16px);
      padding-right: calc(env(safe-area-inset-right) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.ios [margin],
  .mobile-creator .mobile-dnd-area ion-app.ios [margin] .scroll-content {
    margin: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-top],
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-top] .scroll-content {
    margin-top: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-left],
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-left] .scroll-content {
    margin-left: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-start],
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-start] .scroll-content {
    margin-left: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-right],
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-right] .scroll-content {
    margin-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-end],
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-end] .scroll-content {
    margin-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-bottom],
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-bottom] .scroll-content {
    margin-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-vertical],
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-vertical] .scroll-content {
    margin-top: 16px;
    margin-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-horizontal],
  .mobile-creator .mobile-dnd-area ion-app.ios [margin-horizontal] .scroll-content {
    margin-left: 16px;
    margin-right: 16px; }
  .mobile-creator .mobile-dnd-area .content-ios:not([no-bounce]) > .scroll-content::before,
  .mobile-creator .mobile-dnd-area .content-ios:not([no-bounce]) > .scroll-content::after {
    position: absolute;
    width: 1px;
    height: 1px;
    content: ""; }
  .mobile-creator .mobile-dnd-area .content-ios:not([no-bounce]) > .scroll-content::before {
    bottom: -1px; }
  .mobile-creator .mobile-dnd-area .content-ios:not([no-bounce]) > .scroll-content::after {
    top: -1px; }
  .mobile-creator .mobile-dnd-area .platform-core .content-ios .scroll-content::after,
  .mobile-creator .mobile-dnd-area .platform-core .content-ios .scroll-content::before {
    position: initial;
    top: initial;
    bottom: initial;
    width: initial;
    height: initial; }
  .mobile-creator .mobile-dnd-area .content-md {
    color: #000;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .content-md hr {
    background-color: rgba(0, 0, 0, 0.08); }
  .mobile-creator .mobile-dnd-area ion-app.md [padding] {
    padding: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-top] {
    padding-top: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-left] {
    padding-left: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-right] {
    padding-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-bottom] {
    padding-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-vertical] {
    padding-top: 16px;
    padding-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-horizontal] {
    padding-left: 16px;
    padding-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [padding] .scroll-content {
    padding: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.md [padding] .scroll-content {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-top: 16px;
      padding-bottom: 16px;
      padding: 16px calc(env(safe-area-inset-right) + 16px) 16px calc(env(safe-area-inset-left) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-top] .scroll-content {
    padding-top: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.md [padding-top] .scroll-content {
      padding-top: 16px;
      padding-top: 16px; } }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-left] .scroll-content {
    padding-left: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.md [padding-left] .scroll-content {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-left: calc(env(safe-area-inset-left) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-right] .scroll-content {
    padding-right: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.md [padding-right] .scroll-content {
      padding-right: calc(constant(safe-area-inset-right) + 16px);
      padding-right: calc(env(safe-area-inset-right) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-bottom] .scroll-content {
    padding-bottom: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.md [padding-bottom] .scroll-content {
      padding-bottom: 16px;
      padding-bottom: 16px; } }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-vertical] .scroll-content {
    padding-top: 16px;
    padding-bottom: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.md [padding-vertical] .scroll-content {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-top: 16px;
      padding-bottom: 16px; } }
  .mobile-creator .mobile-dnd-area ion-app.md [padding-horizontal] .scroll-content {
    padding-left: 16px;
    padding-right: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.md [padding-horizontal] .scroll-content {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-right: calc(constant(safe-area-inset-right) + 16px);
      padding-left: calc(env(safe-area-inset-left) + 16px);
      padding-right: calc(env(safe-area-inset-right) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.md [margin],
  .mobile-creator .mobile-dnd-area ion-app.md [margin] .scroll-content {
    margin: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [margin-top],
  .mobile-creator .mobile-dnd-area ion-app.md [margin-top] .scroll-content {
    margin-top: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [margin-left],
  .mobile-creator .mobile-dnd-area ion-app.md [margin-left] .scroll-content {
    margin-left: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [margin-start],
  .mobile-creator .mobile-dnd-area ion-app.md [margin-start] .scroll-content {
    margin-left: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [margin-right],
  .mobile-creator .mobile-dnd-area ion-app.md [margin-right] .scroll-content {
    margin-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [margin-end],
  .mobile-creator .mobile-dnd-area ion-app.md [margin-end] .scroll-content {
    margin-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [margin-bottom],
  .mobile-creator .mobile-dnd-area ion-app.md [margin-bottom] .scroll-content {
    margin-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [margin-vertical],
  .mobile-creator .mobile-dnd-area ion-app.md [margin-vertical] .scroll-content {
    margin-top: 16px;
    margin-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.md [margin-horizontal],
  .mobile-creator .mobile-dnd-area ion-app.md [margin-horizontal] .scroll-content {
    margin-left: 16px;
    margin-right: 16px; }
  .mobile-creator .mobile-dnd-area .content-wp {
    color: #000;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .content-wp hr {
    background-color: rgba(0, 0, 0, 0.08); }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding] {
    padding: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-top] {
    padding-top: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-left] {
    padding-left: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-right] {
    padding-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-bottom] {
    padding-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-vertical] {
    padding-top: 16px;
    padding-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-horizontal] {
    padding-left: 16px;
    padding-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding] .scroll-content {
    padding: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.wp [padding] .scroll-content {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-top: 16px;
      padding-bottom: 16px;
      padding: 16px calc(env(safe-area-inset-right) + 16px) 16px calc(env(safe-area-inset-left) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-top] .scroll-content {
    padding-top: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.wp [padding-top] .scroll-content {
      padding-top: 16px;
      padding-top: 16px; } }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-left] .scroll-content {
    padding-left: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.wp [padding-left] .scroll-content {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-left: calc(env(safe-area-inset-left) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-right] .scroll-content {
    padding-right: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.wp [padding-right] .scroll-content {
      padding-right: calc(constant(safe-area-inset-right) + 16px);
      padding-right: calc(env(safe-area-inset-right) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-bottom] .scroll-content {
    padding-bottom: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.wp [padding-bottom] .scroll-content {
      padding-bottom: 16px;
      padding-bottom: 16px; } }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-vertical] .scroll-content {
    padding-top: 16px;
    padding-bottom: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.wp [padding-vertical] .scroll-content {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-top: 16px;
      padding-bottom: 16px; } }
  .mobile-creator .mobile-dnd-area ion-app.wp [padding-horizontal] .scroll-content {
    padding-left: 16px;
    padding-right: 16px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-app.wp [padding-horizontal] .scroll-content {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-right: calc(constant(safe-area-inset-right) + 16px);
      padding-left: calc(env(safe-area-inset-left) + 16px);
      padding-right: calc(env(safe-area-inset-right) + 16px); } }
  .mobile-creator .mobile-dnd-area ion-app.wp [margin],
  .mobile-creator .mobile-dnd-area ion-app.wp [margin] .scroll-content {
    margin: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-top],
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-top] .scroll-content {
    margin-top: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-left],
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-left] .scroll-content {
    margin-left: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-start],
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-start] .scroll-content {
    margin-left: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-right],
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-right] .scroll-content {
    margin-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-end],
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-end] .scroll-content {
    margin-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-bottom],
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-bottom] .scroll-content {
    margin-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-vertical],
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-vertical] .scroll-content {
    margin-top: 16px;
    margin-bottom: 16px; }
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-horizontal],
  .mobile-creator .mobile-dnd-area ion-app.wp [margin-horizontal] .scroll-content {
    margin-left: 16px;
    margin-right: 16px; }
  .mobile-creator .mobile-dnd-area ion-datetime {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
  .mobile-creator .mobile-dnd-area .datetime-text {
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 16px;
    min-height: 1.2em;
    font-size: inherit;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mobile-creator .mobile-dnd-area .datetime-disabled,
  .mobile-creator .mobile-dnd-area .item-datetime-disabled ion-label {
    opacity: .4;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item-label-stacked ion-datetime,
  .mobile-creator .mobile-dnd-area .item-label-floating ion-datetime {
    padding-left: 0;
    width: 100%; }
  .mobile-creator .mobile-dnd-area .datetime-ios {
    padding: 11px 8px 11px 16px; }
  .mobile-creator .mobile-dnd-area .datetime-ios .datetime-placeholder {
    color: #999; }
  .mobile-creator .mobile-dnd-area .datetime-md {
    padding: 13px 8px 13px 16px; }
  .mobile-creator .mobile-dnd-area .datetime-md .datetime-placeholder {
    color: #999; }
  .mobile-creator .mobile-dnd-area .datetime-wp {
    padding: 13px 8px 13px 16px;
    min-width: 45%; }
  .mobile-creator .mobile-dnd-area .datetime-wp .datetime-text {
    padding: 0 8px;
    min-height: 3.4rem;
    border: 2px solid rgba(0, 0, 0, 0.5);
    line-height: 3rem; }
  .mobile-creator .mobile-dnd-area .item-datetime .datetime-wp ion-label[floating] {
    -webkit-transform: translate3d(8px, 41px, 0);
    transform: translate3d(8px, 41px, 0); }
  .mobile-creator .mobile-dnd-area .datetime-wp .datetime-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .fab {
    text-align: center;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    width: 56px;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color, opacity 100ms linear;
    background-clip: padding-box;
    -webkit-font-kerning: none;
    font-kerning: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .fab ion-icon {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2.4rem; }
  .mobile-creator .mobile-dnd-area .fab[mini] {
    margin: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .mobile-creator .mobile-dnd-area .fab[mini] .fab-close-icon {
    line-height: 40px; }
  .mobile-creator .mobile-dnd-area ion-fab {
    position: absolute;
    z-index: 999; }
  .mobile-creator .mobile-dnd-area ion-fab[center] {
    left: 50%;
    margin-left: -28px; }
  .mobile-creator .mobile-dnd-area ion-fab[middle] {
    margin-top: -28px;
    top: 50%; }
  .mobile-creator .mobile-dnd-area ion-fab[top] {
    top: 10px; }
  .mobile-creator .mobile-dnd-area ion-fab[right] {
    right: 10px;
    right: calc(10px + constant(safe-area-inset-right));
    right: calc(10px + env(safe-area-inset-right)); }
  .mobile-creator .mobile-dnd-area ion-fab[end] {
    right: 10px;
    right: calc(constant(safe-area-inset-right) + 10px);
    right: calc(env(safe-area-inset-right) + 10px); }
  .mobile-creator .mobile-dnd-area ion-fab[bottom] {
    bottom: 10px; }
  .mobile-creator .mobile-dnd-area ion-fab[left] {
    left: 10px;
    left: calc(10px + constant(safe-area-inset-left));
    left: calc(10px + env(safe-area-inset-left)); }
  .mobile-creator .mobile-dnd-area ion-fab[start] {
    left: 10px;
    left: calc(constant(safe-area-inset-left) + 10px);
    left: calc(env(safe-area-inset-left) + 10px); }
  .mobile-creator .mobile-dnd-area ion-fab[top][edge] {
    top: -28px; }
  .mobile-creator .mobile-dnd-area ion-fab[bottom][edge] {
    bottom: -28px; }
  .mobile-creator .mobile-dnd-area ion-fab-list {
    margin: 66px 0;
    position: absolute;
    top: 0;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 56px;
    min-height: 56px; }
  .mobile-creator .mobile-dnd-area .fab-in-list {
    margin: 8px 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .mobile-creator .mobile-dnd-area .fab-in-list.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .mobile-creator .mobile-dnd-area ion-fab-list[side=left] .fab-in-list,
  .mobile-creator .mobile-dnd-area ion-fab-list[side=right] .fab-in-list {
    margin: 0 8px; }
  .mobile-creator .mobile-dnd-area ion-fab-list[side=top] {
    top: auto;
    bottom: 0;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .mobile-creator .mobile-dnd-area ion-fab-list[side=left] {
    margin: 0 66px;
    right: 0;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .mobile-creator .mobile-dnd-area ion-fab-list[side=right] {
    margin: 0 66px;
    left: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .mobile-creator .mobile-dnd-area .fab-list-active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mobile-creator .mobile-dnd-area .fab-close-icon {
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    line-height: 56px;
    opacity: 0;
    -webkit-transform: scale(0.4) rotateZ(-45deg);
    transform: scale(0.4) rotateZ(-45deg);
    transition: all ease-in-out 300ms;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
  .mobile-creator .mobile-dnd-area .fab .button-inner {
    transition: all ease-in-out 300ms;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
  .mobile-creator .mobile-dnd-area .fab-close-active .fab-close-icon {
    opacity: 1;
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg); }
  .mobile-creator .mobile-dnd-area .fab-close-active .button-inner {
    opacity: 0;
    -webkit-transform: scale(0.4) rotateZ(45deg);
    transform: scale(0.4) rotateZ(45deg); }
  .mobile-creator .mobile-dnd-area .fab-ios {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .fab-ios.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .fab-ios-in-list {
    color: #000;
    background-color: #f4f4f4;
    transition: opacity 200ms ease 10ms, -webkit-transform 200ms ease 10ms;
    transition: transform 200ms ease 10ms, opacity 200ms ease 10ms;
    transition: transform 200ms ease 10ms, opacity 200ms ease 10ms, -webkit-transform 200ms ease 10ms; }
  .mobile-creator .mobile-dnd-area .fab-ios-in-list.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .fab-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .fab-ios-primary.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .fab-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .fab-ios-secondary.activated {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .fab-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .fab-ios-danger.activated {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .fab-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .fab-ios-light.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .fab-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .fab-ios-dark.activated {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .fab-md {
    color: #fff;
    background-color: #327eff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.14), 0 4px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1); }
  .mobile-creator .mobile-dnd-area .fab-md.activated {
    background-color: #2e74eb;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4), 0 4px 7px 0 rgba(0, 0, 0, 0.1); }
  .mobile-creator .mobile-dnd-area .fab-md-in-list {
    color: #000;
    background-color: #f4f4f4;
    transition: opacity 200ms ease 10ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms ease 10ms;
    transition: transform 200ms ease 10ms, opacity 200ms ease 10ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms ease 10ms, opacity 200ms ease 10ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms ease 10ms; }
  .mobile-creator .mobile-dnd-area .fab-md-in-list.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .fab-md .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .fab-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .fab-md-primary.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .fab-md-primary .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .fab-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .fab-md-secondary.activated {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .fab-md-secondary .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .fab-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .fab-md-danger.activated {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .fab-md-danger .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .fab-md-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .fab-md-light.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .fab-md-light .button-effect {
    background-color: #000; }
  .mobile-creator .mobile-dnd-area .fab-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .fab-md-dark.activated {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .fab-md-dark .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .fab-wp {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .fab-wp.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .fab-wp-in-list {
    color: #000;
    background-color: #f4f4f4;
    transition: opacity 200ms ease 10ms, -webkit-transform 200ms ease 10ms;
    transition: transform 200ms ease 10ms, opacity 200ms ease 10ms;
    transition: transform 200ms ease 10ms, opacity 200ms ease 10ms, -webkit-transform 200ms ease 10ms; }
  .mobile-creator .mobile-dnd-area .fab-wp-in-list.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .fab-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .fab-wp-primary.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .fab-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .fab-wp-secondary.activated {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .fab-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .fab-wp-danger.activated {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .fab-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .fab-wp-light.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .fab-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .fab-wp-dark.activated {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area [col-1] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-1] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-1] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-1] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-1] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-2] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-2] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-2] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-2] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-2] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-3] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-3] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-3] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-3] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-3] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-4] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-4] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-4] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-4] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-4] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-5] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-5] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-5] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-5] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-5] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-6] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-6] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-6] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-6] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-6] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-7] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-7] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-7] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-7] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-7] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-8] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-8] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-8] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-8] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-8] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-9] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-9] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-9] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-9] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-9] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-10] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-10] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-10] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-10] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-10] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-11] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-11] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-11] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-11] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-11] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-12] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-12] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-12] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-12] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-12] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col] {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .mobile-creator .mobile-dnd-area [col-auto] {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .mobile-creator .mobile-dnd-area [col-1] {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%; }
  .mobile-creator .mobile-dnd-area [col-2] {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%; }
  .mobile-creator .mobile-dnd-area [col-3] {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }
  .mobile-creator .mobile-dnd-area [col-4] {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%; }
  .mobile-creator .mobile-dnd-area [col-5] {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%; }
  .mobile-creator .mobile-dnd-area [col-6] {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
  .mobile-creator .mobile-dnd-area [col-7] {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%; }
  .mobile-creator .mobile-dnd-area [col-8] {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%; }
  .mobile-creator .mobile-dnd-area [col-9] {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }
  .mobile-creator .mobile-dnd-area [col-10] {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%; }
  .mobile-creator .mobile-dnd-area [col-11] {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%; }
  .mobile-creator .mobile-dnd-area [col-12] {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }
  .mobile-creator .mobile-dnd-area [pull-0] {
    right: auto; }
  .mobile-creator .mobile-dnd-area [pull-1] {
    right: 8.33333%; }
  .mobile-creator .mobile-dnd-area [pull-2] {
    right: 16.66667%; }
  .mobile-creator .mobile-dnd-area [pull-3] {
    right: 25%; }
  .mobile-creator .mobile-dnd-area [pull-4] {
    right: 33.33333%; }
  .mobile-creator .mobile-dnd-area [pull-5] {
    right: 41.66667%; }
  .mobile-creator .mobile-dnd-area [pull-6] {
    right: 50%; }
  .mobile-creator .mobile-dnd-area [pull-7] {
    right: 58.33333%; }
  .mobile-creator .mobile-dnd-area [pull-8] {
    right: 66.66667%; }
  .mobile-creator .mobile-dnd-area [pull-9] {
    right: 75%; }
  .mobile-creator .mobile-dnd-area [pull-10] {
    right: 83.33333%; }
  .mobile-creator .mobile-dnd-area [pull-11] {
    right: 91.66667%; }
  .mobile-creator .mobile-dnd-area [pull-12] {
    right: 100%; }
  .mobile-creator .mobile-dnd-area [push-0] {
    left: auto; }
  .mobile-creator .mobile-dnd-area [push-1] {
    left: 8.33333%; }
  .mobile-creator .mobile-dnd-area [push-2] {
    left: 16.66667%; }
  .mobile-creator .mobile-dnd-area [push-3] {
    left: 25%; }
  .mobile-creator .mobile-dnd-area [push-4] {
    left: 33.33333%; }
  .mobile-creator .mobile-dnd-area [push-5] {
    left: 41.66667%; }
  .mobile-creator .mobile-dnd-area [push-6] {
    left: 50%; }
  .mobile-creator .mobile-dnd-area [push-7] {
    left: 58.33333%; }
  .mobile-creator .mobile-dnd-area [push-8] {
    left: 66.66667%; }
  .mobile-creator .mobile-dnd-area [push-9] {
    left: 75%; }
  .mobile-creator .mobile-dnd-area [push-10] {
    left: 83.33333%; }
  .mobile-creator .mobile-dnd-area [push-11] {
    left: 91.66667%; }
  .mobile-creator .mobile-dnd-area [push-12] {
    left: 100%; }
  .mobile-creator .mobile-dnd-area [offset-1] {
    margin-left: 8.33333%; }
  .mobile-creator .mobile-dnd-area [offset-2] {
    margin-left: 16.66667%; }
  .mobile-creator .mobile-dnd-area [offset-3] {
    margin-left: 25%; }
  .mobile-creator .mobile-dnd-area [offset-4] {
    margin-left: 33.33333%; }
  .mobile-creator .mobile-dnd-area [offset-5] {
    margin-left: 41.66667%; }
  .mobile-creator .mobile-dnd-area [offset-6] {
    margin-left: 50%; }
  .mobile-creator .mobile-dnd-area [offset-7] {
    margin-left: 58.33333%; }
  .mobile-creator .mobile-dnd-area [offset-8] {
    margin-left: 66.66667%; }
  .mobile-creator .mobile-dnd-area [offset-9] {
    margin-left: 75%; }
  .mobile-creator .mobile-dnd-area [offset-10] {
    margin-left: 83.33333%; }
  .mobile-creator .mobile-dnd-area [offset-11] {
    margin-left: 91.66667%; }
  .mobile-creator .mobile-dnd-area [col-sm-1] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-1] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-1] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-1] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-1] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-2] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-2] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-2] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-2] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-2] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-3] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-3] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-3] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-3] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-3] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-4] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-4] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-4] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-4] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-4] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-5] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-5] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-5] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-5] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-5] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-6] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-6] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-6] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-6] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-6] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-7] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-7] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-7] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-7] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-7] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-8] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-8] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-8] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-8] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-8] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-9] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-9] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-9] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-9] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-9] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-10] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-10] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-10] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-10] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-10] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-11] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-11] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-11] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-11] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-11] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm-12] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm-12] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm-12] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm-12] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm-12] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-sm] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-sm] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-sm] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-sm] {
      padding: 5px; } }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-sm] {
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .mobile-creator .mobile-dnd-area [col-sm-auto] {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; }
    .mobile-creator .mobile-dnd-area [col-sm-1] {
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      width: 8.33333%;
      max-width: 8.33333%; }
    .mobile-creator .mobile-dnd-area [col-sm-2] {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      width: 16.66667%;
      max-width: 16.66667%; }
    .mobile-creator .mobile-dnd-area [col-sm-3] {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%; }
    .mobile-creator .mobile-dnd-area [col-sm-4] {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      width: 33.33333%;
      max-width: 33.33333%; }
    .mobile-creator .mobile-dnd-area [col-sm-5] {
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      width: 41.66667%;
      max-width: 41.66667%; }
    .mobile-creator .mobile-dnd-area [col-sm-6] {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%; }
    .mobile-creator .mobile-dnd-area [col-sm-7] {
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      width: 58.33333%;
      max-width: 58.33333%; }
    .mobile-creator .mobile-dnd-area [col-sm-8] {
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      width: 66.66667%;
      max-width: 66.66667%; }
    .mobile-creator .mobile-dnd-area [col-sm-9] {
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      width: 75%;
      max-width: 75%; }
    .mobile-creator .mobile-dnd-area [col-sm-10] {
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      width: 83.33333%;
      max-width: 83.33333%; }
    .mobile-creator .mobile-dnd-area [col-sm-11] {
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      width: 91.66667%;
      max-width: 91.66667%; }
    .mobile-creator .mobile-dnd-area [col-sm-12] {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
    .mobile-creator .mobile-dnd-area [pull-sm-0] {
      right: auto; }
    .mobile-creator .mobile-dnd-area [pull-sm-1] {
      right: 8.33333%; }
    .mobile-creator .mobile-dnd-area [pull-sm-2] {
      right: 16.66667%; }
    .mobile-creator .mobile-dnd-area [pull-sm-3] {
      right: 25%; }
    .mobile-creator .mobile-dnd-area [pull-sm-4] {
      right: 33.33333%; }
    .mobile-creator .mobile-dnd-area [pull-sm-5] {
      right: 41.66667%; }
    .mobile-creator .mobile-dnd-area [pull-sm-6] {
      right: 50%; }
    .mobile-creator .mobile-dnd-area [pull-sm-7] {
      right: 58.33333%; }
    .mobile-creator .mobile-dnd-area [pull-sm-8] {
      right: 66.66667%; }
    .mobile-creator .mobile-dnd-area [pull-sm-9] {
      right: 75%; }
    .mobile-creator .mobile-dnd-area [pull-sm-10] {
      right: 83.33333%; }
    .mobile-creator .mobile-dnd-area [pull-sm-11] {
      right: 91.66667%; }
    .mobile-creator .mobile-dnd-area [pull-sm-12] {
      right: 100%; }
    .mobile-creator .mobile-dnd-area [push-sm-0] {
      left: auto; }
    .mobile-creator .mobile-dnd-area [push-sm-1] {
      left: 8.33333%; }
    .mobile-creator .mobile-dnd-area [push-sm-2] {
      left: 16.66667%; }
    .mobile-creator .mobile-dnd-area [push-sm-3] {
      left: 25%; }
    .mobile-creator .mobile-dnd-area [push-sm-4] {
      left: 33.33333%; }
    .mobile-creator .mobile-dnd-area [push-sm-5] {
      left: 41.66667%; }
    .mobile-creator .mobile-dnd-area [push-sm-6] {
      left: 50%; }
    .mobile-creator .mobile-dnd-area [push-sm-7] {
      left: 58.33333%; }
    .mobile-creator .mobile-dnd-area [push-sm-8] {
      left: 66.66667%; }
    .mobile-creator .mobile-dnd-area [push-sm-9] {
      left: 75%; }
    .mobile-creator .mobile-dnd-area [push-sm-10] {
      left: 83.33333%; }
    .mobile-creator .mobile-dnd-area [push-sm-11] {
      left: 91.66667%; }
    .mobile-creator .mobile-dnd-area [push-sm-12] {
      left: 100%; }
    .mobile-creator .mobile-dnd-area [offset-sm-0] {
      margin-left: 0%; }
    .mobile-creator .mobile-dnd-area [offset-sm-1] {
      margin-left: 8.33333%; }
    .mobile-creator .mobile-dnd-area [offset-sm-2] {
      margin-left: 16.66667%; }
    .mobile-creator .mobile-dnd-area [offset-sm-3] {
      margin-left: 25%; }
    .mobile-creator .mobile-dnd-area [offset-sm-4] {
      margin-left: 33.33333%; }
    .mobile-creator .mobile-dnd-area [offset-sm-5] {
      margin-left: 41.66667%; }
    .mobile-creator .mobile-dnd-area [offset-sm-6] {
      margin-left: 50%; }
    .mobile-creator .mobile-dnd-area [offset-sm-7] {
      margin-left: 58.33333%; }
    .mobile-creator .mobile-dnd-area [offset-sm-8] {
      margin-left: 66.66667%; }
    .mobile-creator .mobile-dnd-area [offset-sm-9] {
      margin-left: 75%; }
    .mobile-creator .mobile-dnd-area [offset-sm-10] {
      margin-left: 83.33333%; }
    .mobile-creator .mobile-dnd-area [offset-sm-11] {
      margin-left: 91.66667%; } }
  .mobile-creator .mobile-dnd-area [col-md-1] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-1] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-1] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-1] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-1] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-2] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-2] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-2] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-2] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-2] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-3] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-3] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-3] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-3] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-3] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-4] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-4] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-4] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-4] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-4] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-5] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-5] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-5] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-5] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-5] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-6] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-6] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-6] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-6] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-6] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-7] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-7] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-7] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-7] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-7] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-8] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-8] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-8] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-8] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-8] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-9] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-9] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-9] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-9] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-9] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-10] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-10] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-10] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-10] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-10] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-11] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-11] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-11] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-11] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-11] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md-12] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md-12] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md-12] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md-12] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md-12] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-md] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-md] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-md] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-md] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-md] {
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .mobile-creator .mobile-dnd-area [col-md-auto] {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; }
    .mobile-creator .mobile-dnd-area [col-md-1] {
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      width: 8.33333%;
      max-width: 8.33333%; }
    .mobile-creator .mobile-dnd-area [col-md-2] {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      width: 16.66667%;
      max-width: 16.66667%; }
    .mobile-creator .mobile-dnd-area [col-md-3] {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%; }
    .mobile-creator .mobile-dnd-area [col-md-4] {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      width: 33.33333%;
      max-width: 33.33333%; }
    .mobile-creator .mobile-dnd-area [col-md-5] {
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      width: 41.66667%;
      max-width: 41.66667%; }
    .mobile-creator .mobile-dnd-area [col-md-6] {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%; }
    .mobile-creator .mobile-dnd-area [col-md-7] {
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      width: 58.33333%;
      max-width: 58.33333%; }
    .mobile-creator .mobile-dnd-area [col-md-8] {
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      width: 66.66667%;
      max-width: 66.66667%; }
    .mobile-creator .mobile-dnd-area [col-md-9] {
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      width: 75%;
      max-width: 75%; }
    .mobile-creator .mobile-dnd-area [col-md-10] {
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      width: 83.33333%;
      max-width: 83.33333%; }
    .mobile-creator .mobile-dnd-area [col-md-11] {
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      width: 91.66667%;
      max-width: 91.66667%; }
    .mobile-creator .mobile-dnd-area [col-md-12] {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
    .mobile-creator .mobile-dnd-area [pull-md-0] {
      right: auto; }
    .mobile-creator .mobile-dnd-area [pull-md-1] {
      right: 8.33333%; }
    .mobile-creator .mobile-dnd-area [pull-md-2] {
      right: 16.66667%; }
    .mobile-creator .mobile-dnd-area [pull-md-3] {
      right: 25%; }
    .mobile-creator .mobile-dnd-area [pull-md-4] {
      right: 33.33333%; }
    .mobile-creator .mobile-dnd-area [pull-md-5] {
      right: 41.66667%; }
    .mobile-creator .mobile-dnd-area [pull-md-6] {
      right: 50%; }
    .mobile-creator .mobile-dnd-area [pull-md-7] {
      right: 58.33333%; }
    .mobile-creator .mobile-dnd-area [pull-md-8] {
      right: 66.66667%; }
    .mobile-creator .mobile-dnd-area [pull-md-9] {
      right: 75%; }
    .mobile-creator .mobile-dnd-area [pull-md-10] {
      right: 83.33333%; }
    .mobile-creator .mobile-dnd-area [pull-md-11] {
      right: 91.66667%; }
    .mobile-creator .mobile-dnd-area [pull-md-12] {
      right: 100%; }
    .mobile-creator .mobile-dnd-area [push-md-0] {
      left: auto; }
    .mobile-creator .mobile-dnd-area [push-md-1] {
      left: 8.33333%; }
    .mobile-creator .mobile-dnd-area [push-md-2] {
      left: 16.66667%; }
    .mobile-creator .mobile-dnd-area [push-md-3] {
      left: 25%; }
    .mobile-creator .mobile-dnd-area [push-md-4] {
      left: 33.33333%; }
    .mobile-creator .mobile-dnd-area [push-md-5] {
      left: 41.66667%; }
    .mobile-creator .mobile-dnd-area [push-md-6] {
      left: 50%; }
    .mobile-creator .mobile-dnd-area [push-md-7] {
      left: 58.33333%; }
    .mobile-creator .mobile-dnd-area [push-md-8] {
      left: 66.66667%; }
    .mobile-creator .mobile-dnd-area [push-md-9] {
      left: 75%; }
    .mobile-creator .mobile-dnd-area [push-md-10] {
      left: 83.33333%; }
    .mobile-creator .mobile-dnd-area [push-md-11] {
      left: 91.66667%; }
    .mobile-creator .mobile-dnd-area [push-md-12] {
      left: 100%; }
    .mobile-creator .mobile-dnd-area [offset-md-0] {
      margin-left: 0%; }
    .mobile-creator .mobile-dnd-area [offset-md-1] {
      margin-left: 8.33333%; }
    .mobile-creator .mobile-dnd-area [offset-md-2] {
      margin-left: 16.66667%; }
    .mobile-creator .mobile-dnd-area [offset-md-3] {
      margin-left: 25%; }
    .mobile-creator .mobile-dnd-area [offset-md-4] {
      margin-left: 33.33333%; }
    .mobile-creator .mobile-dnd-area [offset-md-5] {
      margin-left: 41.66667%; }
    .mobile-creator .mobile-dnd-area [offset-md-6] {
      margin-left: 50%; }
    .mobile-creator .mobile-dnd-area [offset-md-7] {
      margin-left: 58.33333%; }
    .mobile-creator .mobile-dnd-area [offset-md-8] {
      margin-left: 66.66667%; }
    .mobile-creator .mobile-dnd-area [offset-md-9] {
      margin-left: 75%; }
    .mobile-creator .mobile-dnd-area [offset-md-10] {
      margin-left: 83.33333%; }
    .mobile-creator .mobile-dnd-area [offset-md-11] {
      margin-left: 91.66667%; } }
  .mobile-creator .mobile-dnd-area [col-lg-1] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-1] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-1] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-1] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-1] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-2] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-2] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-2] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-2] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-2] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-3] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-3] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-3] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-3] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-3] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-4] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-4] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-4] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-4] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-4] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-5] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-5] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-5] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-5] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-5] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-6] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-6] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-6] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-6] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-6] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-7] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-7] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-7] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-7] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-7] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-8] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-8] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-8] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-8] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-8] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-9] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-9] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-9] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-9] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-9] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-10] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-10] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-10] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-10] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-10] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-11] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-11] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-11] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-11] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-11] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg-12] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg-12] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg-12] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg-12] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg-12] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-lg] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-lg] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-lg] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-lg] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-lg] {
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .mobile-creator .mobile-dnd-area [col-lg-auto] {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; }
    .mobile-creator .mobile-dnd-area [col-lg-1] {
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      width: 8.33333%;
      max-width: 8.33333%; }
    .mobile-creator .mobile-dnd-area [col-lg-2] {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      width: 16.66667%;
      max-width: 16.66667%; }
    .mobile-creator .mobile-dnd-area [col-lg-3] {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%; }
    .mobile-creator .mobile-dnd-area [col-lg-4] {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      width: 33.33333%;
      max-width: 33.33333%; }
    .mobile-creator .mobile-dnd-area [col-lg-5] {
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      width: 41.66667%;
      max-width: 41.66667%; }
    .mobile-creator .mobile-dnd-area [col-lg-6] {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%; }
    .mobile-creator .mobile-dnd-area [col-lg-7] {
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      width: 58.33333%;
      max-width: 58.33333%; }
    .mobile-creator .mobile-dnd-area [col-lg-8] {
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      width: 66.66667%;
      max-width: 66.66667%; }
    .mobile-creator .mobile-dnd-area [col-lg-9] {
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      width: 75%;
      max-width: 75%; }
    .mobile-creator .mobile-dnd-area [col-lg-10] {
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      width: 83.33333%;
      max-width: 83.33333%; }
    .mobile-creator .mobile-dnd-area [col-lg-11] {
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      width: 91.66667%;
      max-width: 91.66667%; }
    .mobile-creator .mobile-dnd-area [col-lg-12] {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
    .mobile-creator .mobile-dnd-area [pull-lg-0] {
      right: auto; }
    .mobile-creator .mobile-dnd-area [pull-lg-1] {
      right: 8.33333%; }
    .mobile-creator .mobile-dnd-area [pull-lg-2] {
      right: 16.66667%; }
    .mobile-creator .mobile-dnd-area [pull-lg-3] {
      right: 25%; }
    .mobile-creator .mobile-dnd-area [pull-lg-4] {
      right: 33.33333%; }
    .mobile-creator .mobile-dnd-area [pull-lg-5] {
      right: 41.66667%; }
    .mobile-creator .mobile-dnd-area [pull-lg-6] {
      right: 50%; }
    .mobile-creator .mobile-dnd-area [pull-lg-7] {
      right: 58.33333%; }
    .mobile-creator .mobile-dnd-area [pull-lg-8] {
      right: 66.66667%; }
    .mobile-creator .mobile-dnd-area [pull-lg-9] {
      right: 75%; }
    .mobile-creator .mobile-dnd-area [pull-lg-10] {
      right: 83.33333%; }
    .mobile-creator .mobile-dnd-area [pull-lg-11] {
      right: 91.66667%; }
    .mobile-creator .mobile-dnd-area [pull-lg-12] {
      right: 100%; }
    .mobile-creator .mobile-dnd-area [push-lg-0] {
      left: auto; }
    .mobile-creator .mobile-dnd-area [push-lg-1] {
      left: 8.33333%; }
    .mobile-creator .mobile-dnd-area [push-lg-2] {
      left: 16.66667%; }
    .mobile-creator .mobile-dnd-area [push-lg-3] {
      left: 25%; }
    .mobile-creator .mobile-dnd-area [push-lg-4] {
      left: 33.33333%; }
    .mobile-creator .mobile-dnd-area [push-lg-5] {
      left: 41.66667%; }
    .mobile-creator .mobile-dnd-area [push-lg-6] {
      left: 50%; }
    .mobile-creator .mobile-dnd-area [push-lg-7] {
      left: 58.33333%; }
    .mobile-creator .mobile-dnd-area [push-lg-8] {
      left: 66.66667%; }
    .mobile-creator .mobile-dnd-area [push-lg-9] {
      left: 75%; }
    .mobile-creator .mobile-dnd-area [push-lg-10] {
      left: 83.33333%; }
    .mobile-creator .mobile-dnd-area [push-lg-11] {
      left: 91.66667%; }
    .mobile-creator .mobile-dnd-area [push-lg-12] {
      left: 100%; }
    .mobile-creator .mobile-dnd-area [offset-lg-0] {
      margin-left: 0%; }
    .mobile-creator .mobile-dnd-area [offset-lg-1] {
      margin-left: 8.33333%; }
    .mobile-creator .mobile-dnd-area [offset-lg-2] {
      margin-left: 16.66667%; }
    .mobile-creator .mobile-dnd-area [offset-lg-3] {
      margin-left: 25%; }
    .mobile-creator .mobile-dnd-area [offset-lg-4] {
      margin-left: 33.33333%; }
    .mobile-creator .mobile-dnd-area [offset-lg-5] {
      margin-left: 41.66667%; }
    .mobile-creator .mobile-dnd-area [offset-lg-6] {
      margin-left: 50%; }
    .mobile-creator .mobile-dnd-area [offset-lg-7] {
      margin-left: 58.33333%; }
    .mobile-creator .mobile-dnd-area [offset-lg-8] {
      margin-left: 66.66667%; }
    .mobile-creator .mobile-dnd-area [offset-lg-9] {
      margin-left: 75%; }
    .mobile-creator .mobile-dnd-area [offset-lg-10] {
      margin-left: 83.33333%; }
    .mobile-creator .mobile-dnd-area [offset-lg-11] {
      margin-left: 91.66667%; } }
  .mobile-creator .mobile-dnd-area [col-xl-1] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-1] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-1] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-1] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-1] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-2] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-2] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-2] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-2] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-2] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-3] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-3] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-3] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-3] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-3] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-4] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-4] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-4] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-4] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-4] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-5] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-5] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-5] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-5] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-5] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-6] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-6] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-6] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-6] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-6] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-7] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-7] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-7] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-7] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-7] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-8] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-8] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-8] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-8] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-8] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-9] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-9] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-9] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-9] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-9] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-10] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-10] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-10] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-10] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-10] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-11] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-11] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-11] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-11] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-11] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl-12] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl-12] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl-12] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl-12] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl-12] {
      padding: 5px; } }
  .mobile-creator .mobile-dnd-area [col-xl] {
    padding: 5px; }
  @media (min-width: 576px) {
    .mobile-creator .mobile-dnd-area [col-xl] {
      padding: 5px; } }
  @media (min-width: 768px) {
    .mobile-creator .mobile-dnd-area [col-xl] {
      padding: 5px; } }
  @media (min-width: 992px) {
    .mobile-creator .mobile-dnd-area [col-xl] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl] {
      padding: 5px; } }
  @media (min-width: 1200px) {
    .mobile-creator .mobile-dnd-area [col-xl] {
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .mobile-creator .mobile-dnd-area [col-xl-auto] {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; }
    .mobile-creator .mobile-dnd-area [col-xl-1] {
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      width: 8.33333%;
      max-width: 8.33333%; }
    .mobile-creator .mobile-dnd-area [col-xl-2] {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      width: 16.66667%;
      max-width: 16.66667%; }
    .mobile-creator .mobile-dnd-area [col-xl-3] {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%;
      max-width: 25%; }
    .mobile-creator .mobile-dnd-area [col-xl-4] {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      width: 33.33333%;
      max-width: 33.33333%; }
    .mobile-creator .mobile-dnd-area [col-xl-5] {
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      width: 41.66667%;
      max-width: 41.66667%; }
    .mobile-creator .mobile-dnd-area [col-xl-6] {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%; }
    .mobile-creator .mobile-dnd-area [col-xl-7] {
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      width: 58.33333%;
      max-width: 58.33333%; }
    .mobile-creator .mobile-dnd-area [col-xl-8] {
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      width: 66.66667%;
      max-width: 66.66667%; }
    .mobile-creator .mobile-dnd-area [col-xl-9] {
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      width: 75%;
      max-width: 75%; }
    .mobile-creator .mobile-dnd-area [col-xl-10] {
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      width: 83.33333%;
      max-width: 83.33333%; }
    .mobile-creator .mobile-dnd-area [col-xl-11] {
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      width: 91.66667%;
      max-width: 91.66667%; }
    .mobile-creator .mobile-dnd-area [col-xl-12] {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
    .mobile-creator .mobile-dnd-area [pull-xl-0] {
      right: auto; }
    .mobile-creator .mobile-dnd-area [pull-xl-1] {
      right: 8.33333%; }
    .mobile-creator .mobile-dnd-area [pull-xl-2] {
      right: 16.66667%; }
    .mobile-creator .mobile-dnd-area [pull-xl-3] {
      right: 25%; }
    .mobile-creator .mobile-dnd-area [pull-xl-4] {
      right: 33.33333%; }
    .mobile-creator .mobile-dnd-area [pull-xl-5] {
      right: 41.66667%; }
    .mobile-creator .mobile-dnd-area [pull-xl-6] {
      right: 50%; }
    .mobile-creator .mobile-dnd-area [pull-xl-7] {
      right: 58.33333%; }
    .mobile-creator .mobile-dnd-area [pull-xl-8] {
      right: 66.66667%; }
    .mobile-creator .mobile-dnd-area [pull-xl-9] {
      right: 75%; }
    .mobile-creator .mobile-dnd-area [pull-xl-10] {
      right: 83.33333%; }
    .mobile-creator .mobile-dnd-area [pull-xl-11] {
      right: 91.66667%; }
    .mobile-creator .mobile-dnd-area [pull-xl-12] {
      right: 100%; }
    .mobile-creator .mobile-dnd-area [push-xl-0] {
      left: auto; }
    .mobile-creator .mobile-dnd-area [push-xl-1] {
      left: 8.33333%; }
    .mobile-creator .mobile-dnd-area [push-xl-2] {
      left: 16.66667%; }
    .mobile-creator .mobile-dnd-area [push-xl-3] {
      left: 25%; }
    .mobile-creator .mobile-dnd-area [push-xl-4] {
      left: 33.33333%; }
    .mobile-creator .mobile-dnd-area [push-xl-5] {
      left: 41.66667%; }
    .mobile-creator .mobile-dnd-area [push-xl-6] {
      left: 50%; }
    .mobile-creator .mobile-dnd-area [push-xl-7] {
      left: 58.33333%; }
    .mobile-creator .mobile-dnd-area [push-xl-8] {
      left: 66.66667%; }
    .mobile-creator .mobile-dnd-area [push-xl-9] {
      left: 75%; }
    .mobile-creator .mobile-dnd-area [push-xl-10] {
      left: 83.33333%; }
    .mobile-creator .mobile-dnd-area [push-xl-11] {
      left: 91.66667%; }
    .mobile-creator .mobile-dnd-area [push-xl-12] {
      left: 100%; }
    .mobile-creator .mobile-dnd-area [offset-xl-0] {
      margin-left: 0%; }
    .mobile-creator .mobile-dnd-area [offset-xl-1] {
      margin-left: 8.33333%; }
    .mobile-creator .mobile-dnd-area [offset-xl-2] {
      margin-left: 16.66667%; }
    .mobile-creator .mobile-dnd-area [offset-xl-3] {
      margin-left: 25%; }
    .mobile-creator .mobile-dnd-area [offset-xl-4] {
      margin-left: 33.33333%; }
    .mobile-creator .mobile-dnd-area [offset-xl-5] {
      margin-left: 41.66667%; }
    .mobile-creator .mobile-dnd-area [offset-xl-6] {
      margin-left: 50%; }
    .mobile-creator .mobile-dnd-area [offset-xl-7] {
      margin-left: 58.33333%; }
    .mobile-creator .mobile-dnd-area [offset-xl-8] {
      margin-left: 66.66667%; }
    .mobile-creator .mobile-dnd-area [offset-xl-9] {
      margin-left: 75%; }
    .mobile-creator .mobile-dnd-area [offset-xl-10] {
      margin-left: 83.33333%; }
    .mobile-creator .mobile-dnd-area [offset-xl-11] {
      margin-left: 91.66667%; } }
  .mobile-creator .mobile-dnd-area ion-icon {
    display: inline-block;
    font-size: 1.2em; }
  .mobile-creator .mobile-dnd-area ion-icon[small] {
    min-height: 1.1em;
    font-size: 1.1em; }
  .mobile-creator .mobile-dnd-area .icon-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .icon-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .icon-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .icon-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .icon-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .icon-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .icon-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .icon-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .icon-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .icon-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .icon-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .icon-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .icon-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .icon-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .icon-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area ion-img {
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    background: #eee;
    contain: strict; }
  .mobile-creator .mobile-dnd-area ion-img img {
    object-fit: cover; }
  .mobile-creator .mobile-dnd-area ion-img.img-unloaded img {
    display: none; }
  .mobile-creator .mobile-dnd-area ion-img.img-loaded img {
    display: block; }
  .mobile-creator .mobile-dnd-area ion-infinite-scroll {
    display: block;
    width: 100%; }
  .mobile-creator .mobile-dnd-area ion-infinite-scroll-content {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 84px; }
  .mobile-creator .mobile-dnd-area .infinite-loading {
    display: none;
    width: 100%;
    margin: 0 0 32px; }
  .mobile-creator .mobile-dnd-area .infinite-loading-text {
    color: #666;
    margin: 4px 32px 0; }
  .mobile-creator .mobile-dnd-area .infinite-loading-spinner .spinner-ios line,
  .mobile-creator .mobile-dnd-area .infinite-loading-spinner .spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .infinite-loading-spinner .spinner-crescent circle {
    stroke: #666; }
  .mobile-creator .mobile-dnd-area .infinite-loading-spinner .spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .infinite-loading-spinner .spinner-circles circle,
  .mobile-creator .mobile-dnd-area .infinite-loading-spinner .spinner-dots circle {
    fill: #666; }
  .mobile-creator .mobile-dnd-area ion-infinite-scroll-content[state=loading] .infinite-loading {
    display: block; }
  .mobile-creator .mobile-dnd-area ion-infinite-scroll-content[state=disabled] {
    display: none; }
  .mobile-creator .mobile-dnd-area ion-input,
  .mobile-creator .mobile-dnd-area ion-textarea {
    position: relative;
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%; }
  .mobile-creator .mobile-dnd-area .item-input ion-input,
  .mobile-creator .mobile-dnd-area .item-input ion-textarea {
    position: static; }
  .mobile-creator .mobile-dnd-area .item.item-textarea {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .mobile-creator .mobile-dnd-area .text-input {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    display: inline-block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 92%;
    width: calc(100% - 10px);
    border: 0;
    background: transparent; }
  .mobile-creator .mobile-dnd-area .text-input::-moz-placeholder {
    color: #999; }
  .mobile-creator .mobile-dnd-area .text-input:-ms-input-placeholder {
    color: #999; }
  .mobile-creator .mobile-dnd-area .text-input::-webkit-input-placeholder {
    text-indent: 0;
    color: #999; }
  .mobile-creator .mobile-dnd-area textarea.text-input {
    display: block; }
  .mobile-creator .mobile-dnd-area .text-input[disabled] {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area input.text-input:-webkit-autofill {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .platform-mobile textarea.text-input {
    resize: none; }
  .mobile-creator .mobile-dnd-area .input-cover {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
  .mobile-creator .mobile-dnd-area .input[disabled] .input-cover {
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item-input-has-focus .input-cover,
  .mobile-creator .mobile-dnd-area .input-has-focus .input-cover {
    display: none; }
  .mobile-creator .mobile-dnd-area .item-input-has-focus,
  .mobile-creator .mobile-dnd-area .input-has-focus {
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item-input-has-focus input,
  .mobile-creator .mobile-dnd-area .input-has-focus input,
  .mobile-creator .mobile-dnd-area .item-input-has-focus textarea,
  .mobile-creator .mobile-dnd-area .input-has-focus textarea,
  .mobile-creator .mobile-dnd-area .item-input-has-focus a,
  .mobile-creator .mobile-dnd-area .input-has-focus a,
  .mobile-creator .mobile-dnd-area .item-input-has-focus button,
  .mobile-creator .mobile-dnd-area .input-has-focus button {
    pointer-events: auto; }
  .mobile-creator .mobile-dnd-area .text-input-clear-icon {
    margin: 0;
    padding: 0;
    background-position: center;
    position: absolute;
    top: 0;
    display: none;
    height: 100%;
    background-repeat: no-repeat; }
  .mobile-creator .mobile-dnd-area .item-input-has-focus.item-input-has-value .text-input-clear-icon,
  .mobile-creator .mobile-dnd-area .input-has-focus.input-has-value .text-input-clear-icon {
    display: block; }
  .mobile-creator .mobile-dnd-area .text-input-ios {
    margin: 11px 8px 11px 0;
    padding: 0;
    width: calc(100% - 8px); }
  .mobile-creator .mobile-dnd-area .input-ios .inset-input {
    padding: 5.5px 8px;
    margin: 5.5px 16px 5.5px 0; }
  .mobile-creator .mobile-dnd-area .item-ios.item-label-stacked .text-input,
  .mobile-creator .mobile-dnd-area .item-ios.item-label-floating .text-input {
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    width: calc(100% - 8px); }
  .mobile-creator .mobile-dnd-area .item-ios.item-label-stacked .label-ios + .input + .cloned-input,
  .mobile-creator .mobile-dnd-area .item-ios.item-label-floating .label-ios + .input + .cloned-input {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .item-label-stacked .select-ios,
  .mobile-creator .mobile-dnd-area .item-label-floating .select-ios {
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 8px; }
  .mobile-creator .mobile-dnd-area .input-ios[clearInput] {
    position: relative; }
  .mobile-creator .mobile-dnd-area .input-ios[clearInput] .text-input {
    padding-right: 30px; }
  .mobile-creator .mobile-dnd-area .input-ios .text-input-clear-icon {
    right: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
    width: 30px;
    background-size: 18px; }
  .mobile-creator .mobile-dnd-area .text-input-md {
    margin: 13px 8px;
    padding: 0;
    width: calc(100% - 8px - 8px); }
  .mobile-creator .mobile-dnd-area .input-md .inset-input {
    padding: 6.5px 8px;
    margin: 6.5px 16px; }
  .mobile-creator .mobile-dnd-area .item-md.item-input.item-input-has-focus .item-inner,
  .mobile-creator .mobile-dnd-area .item-md.item-input.input-has-focus .item-inner {
    border-bottom-color: #327eff;
    box-shadow: inset 0 -1px 0 0 #327eff; }
  .mobile-creator .mobile-dnd-area .list-md .item-input.item-input-has-focus:last-child,
  .mobile-creator .mobile-dnd-area .list-md .item-input.input-has-focus:last-child {
    border-bottom-color: #327eff;
    box-shadow: inset 0 -1px 0 0 #327eff; }
  .mobile-creator .mobile-dnd-area .list-md .item-input.item-input-has-focus:last-child .item-inner,
  .mobile-creator .mobile-dnd-area .list-md .item-input.input-has-focus:last-child .item-inner {
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .item-md.item-input.ng-valid.item-input-has-value:not(.input-has-focus):not(.item-input-has-focus) .item-inner,
  .mobile-creator .mobile-dnd-area .item-md.item-input.ng-valid.input-has-value:not(.input-has-focus):not(.item-input-has-focus) .item-inner {
    border-bottom-color: #32db64;
    box-shadow: inset 0 -1px 0 0 #32db64; }
  .mobile-creator .mobile-dnd-area .list-md .item-input.ng-valid.item-input-has-value:not(.input-has-focus):not(.item-input-has-focus):last-child,
  .mobile-creator .mobile-dnd-area .list-md .item-input.ng-valid.input-has-value:not(.input-has-focus):not(.item-input-has-focus):last-child {
    border-bottom-color: #32db64;
    box-shadow: inset 0 -1px 0 0 #32db64; }
  .mobile-creator .mobile-dnd-area .list-md .item-input.ng-valid.item-input-has-value:not(.input-has-focus):not(.item-input-has-focus):last-child .item-inner,
  .mobile-creator .mobile-dnd-area .list-md .item-input.ng-valid.input-has-value:not(.input-has-focus):not(.item-input-has-focus):last-child .item-inner {
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .item-md.item-input.ng-invalid.ng-touched:not(.input-has-focus):not(.item-input-has-focus) .item-inner {
    border-bottom-color: #f53d3d;
    box-shadow: inset 0 -1px 0 0 #f53d3d; }
  .mobile-creator .mobile-dnd-area .list-md .item-input.ng-invalid.ng-touched:not(.input-has-focus):not(.item-input-has-focus):last-child {
    border-bottom-color: #f53d3d;
    box-shadow: inset 0 -1px 0 0 #f53d3d; }
  .mobile-creator .mobile-dnd-area .list-md .item-input.ng-invalid.ng-touched:not(.input-has-focus):not(.item-input-has-focus):last-child .item-inner {
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .item-label-stacked .text-input-md,
  .mobile-creator .mobile-dnd-area .item-label-floating .text-input-md {
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    width: calc(100% - 8px); }
  .mobile-creator .mobile-dnd-area .item-label-stacked .select-md,
  .mobile-creator .mobile-dnd-area .item-label-floating .select-md {
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 8px; }
  .mobile-creator .mobile-dnd-area .input-md[clearInput] {
    position: relative; }
  .mobile-creator .mobile-dnd-area .input-md[clearInput] .text-input {
    padding-right: 30px; }
  .mobile-creator .mobile-dnd-area .input-md .text-input-clear-icon {
    right: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><polygon%20fill='%235b5b5b'%20points='405,136.798%20375.202,107%20256,226.202%20136.798,107%20107,136.798%20226.202,256%20107,375.202%20136.798,405%20256,285.798%20375.202,405%20405,375.202%20285.798,256'/></svg>");
    width: 30px;
    background-size: 22px; }
  .mobile-creator .mobile-dnd-area .text-input-wp {
    margin: 13px 8px;
    padding: 0 8px;
    width: calc(100% - 8px - 8px);
    border: 2px solid rgba(0, 0, 0, 0.5);
    line-height: 3rem; }
  .mobile-creator .mobile-dnd-area .item-wp .inset-input {
    padding: 6.5px 8px;
    margin: 6.5px 16px; }
  .mobile-creator .mobile-dnd-area .item-wp.item-input.item-input-has-focus .text-input,
  .mobile-creator .mobile-dnd-area .item-wp.item-input.input-has-focus .text-input {
    border-color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-wp.item-input.ng-valid.item-input-has-value:not(.input-has-focus):not(.item-input-has-focus) .text-input,
  .mobile-creator .mobile-dnd-area .item-wp.item-input.ng-valid.input-has-value:not(.input-has-focus):not(.item-input-has-focus) .text-input {
    border-color: #32db64; }
  .mobile-creator .mobile-dnd-area .item-wp.item-input.ng-invalid.ng-touched:not(.input-has-focus):not(.item-input-has-focus) .text-input {
    border-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .item-label-stacked .text-input-wp,
  .mobile-creator .mobile-dnd-area .item-label-floating .text-input-wp,
  .mobile-creator .mobile-dnd-area .item-label-stacked .select-wp,
  .mobile-creator .mobile-dnd-area .item-label-floating .select-wp {
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    width: calc(100% - 8px); }
  .mobile-creator .mobile-dnd-area .item-wp.item-label-stacked [item-right],
  .mobile-creator .mobile-dnd-area .item-wp.item-label-floating [item-right],
  .mobile-creator .mobile-dnd-area .item-wp.item-label-stacked [item-end],
  .mobile-creator .mobile-dnd-area .item-wp.item-label-floating [item-end] {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .mobile-creator .mobile-dnd-area .input-wp[clearInput] {
    position: relative; }
  .mobile-creator .mobile-dnd-area .input-wp[clearInput] .text-input {
    padding-right: 30px; }
  .mobile-creator .mobile-dnd-area .input-wp .text-input-clear-icon {
    right: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><polygon%20fill='rgba(0,%200,%200,%200.5)'%20points='405,136.798%20375.202,107%20256,226.202%20136.798,107%20107,136.798%20226.202,256%20107,375.202%20136.798,405%20256,285.798%20375.202,405%20405,375.202%20285.798,256'/></svg>");
    width: 30px;
    background-size: 22px; }
  .mobile-creator .mobile-dnd-area .item {
    contain: content; }
  .mobile-creator .mobile-dnd-area .item-block {
    margin: 0;
    padding: 0;
    text-align: initial;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 4.4rem;
    border: 0;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    color: inherit; }
  .mobile-creator .mobile-dnd-area .item-inner {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    min-height: inherit;
    border: 0; }
  .mobile-creator .mobile-dnd-area .input-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-overflow: ellipsis; }
  .mobile-creator .mobile-dnd-area .item[no-lines],
  .mobile-creator .mobile-dnd-area .item.item[no-lines] .item-inner {
    border: 0; }
  .mobile-creator .mobile-dnd-area ion-item-group {
    display: block; }
  .mobile-creator .mobile-dnd-area ion-item-divider {
    margin: 0;
    padding: 0;
    z-index: 100;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 30px; }
  .mobile-creator .mobile-dnd-area ion-item-divider[sticky] {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .mobile-creator .mobile-dnd-area [vertical-align-top],
  .mobile-creator .mobile-dnd-area ion-input.item {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .mobile-creator .mobile-dnd-area .item > ion-icon[small]:first-child,
  .mobile-creator .mobile-dnd-area .item-inner > ion-icon[small]:first-child {
    min-width: 18px; }
  .mobile-creator .mobile-dnd-area .item > ion-icon:first-child,
  .mobile-creator .mobile-dnd-area .item-inner > ion-icon:first-child {
    text-align: center;
    min-width: 24px; }
  .mobile-creator .mobile-dnd-area .item > ion-icon,
  .mobile-creator .mobile-dnd-area .item-inner > ion-icon {
    min-height: 2.8rem;
    font-size: 2.8rem;
    line-height: 1; }
  .mobile-creator .mobile-dnd-area .item > ion-icon[large],
  .mobile-creator .mobile-dnd-area .item-inner > ion-icon[large] {
    min-height: 3.2rem;
    font-size: 3.2rem; }
  .mobile-creator .mobile-dnd-area .item > ion-icon[small],
  .mobile-creator .mobile-dnd-area .item-inner > ion-icon[small] {
    min-height: 1.8rem;
    font-size: 1.8rem; }
  .mobile-creator .mobile-dnd-area ion-avatar,
  .mobile-creator .mobile-dnd-area ion-thumbnail {
    display: block;
    line-height: 1; }
  .mobile-creator .mobile-dnd-area ion-avatar img,
  .mobile-creator .mobile-dnd-area ion-thumbnail img {
    display: block; }
  .mobile-creator .mobile-dnd-area .item-cover {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer; }
  .mobile-creator .mobile-dnd-area ion-reorder {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
    display: none;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 40px;
    height: 100%;
    font-size: 1.7em;
    opacity: .25;
    transition: -webkit-transform 140ms ease-in;
    transition: transform 140ms ease-in;
    transition: transform 140ms ease-in, -webkit-transform 140ms ease-in;
    pointer-events: all;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
  .mobile-creator .mobile-dnd-area .reorder-side-start ion-reorder {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0);
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .mobile-creator .mobile-dnd-area ion-reorder ion-icon {
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .reorder-enabled ion-reorder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mobile-creator .mobile-dnd-area .reorder-visible ion-reorder {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mobile-creator .mobile-dnd-area .reorder-list-active .item,
  .mobile-creator .mobile-dnd-area .reorder-list-active .item-wrapper {
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    will-change: transform; }
  .mobile-creator .mobile-dnd-area .reorder-list-active .item-inner {
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item-wrapper.reorder-active,
  .mobile-creator .mobile-dnd-area .item.reorder-active,
  .mobile-creator .mobile-dnd-area .reorder-active {
    z-index: 4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    opacity: .8;
    transition: none;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area ion-item-sliding {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%; }
  .mobile-creator .mobile-dnd-area ion-item-sliding .item {
    position: static; }
  .mobile-creator .mobile-dnd-area ion-item-options {
    position: absolute;
    z-index: 1;
    display: none;
    height: 100%;
    font-size: 14px;
    visibility: hidden;
    top: 0;
    right: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .mobile-creator .mobile-dnd-area ion-item-options[side=left] {
    right: auto;
    left: 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .mobile-creator .mobile-dnd-area ion-item-options .button {
    margin: 0;
    padding: 0 0.7em;
    border-radius: 0;
    height: 100%;
    box-shadow: none;
    box-sizing: content-box; }
  .mobile-creator .mobile-dnd-area ion-item-options .button:last-child {
    padding-right: 0.7em; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area ion-item-options .button:last-child {
      padding-right: calc(constant(safe-area-inset-right) + 0.7em);
      padding-right: calc(env(safe-area-inset-right) + 0.7em); } }
  .mobile-creator .mobile-dnd-area ion-item-options:not([icon-left]) .button:not([icon-only]) .button-inner,
  .mobile-creator .mobile-dnd-area ion-item-options:not([icon-start]) .button:not([icon-only]) .button-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mobile-creator .mobile-dnd-area ion-item-options:not([icon-left]) .button:not([icon-only]) ion-icon,
  .mobile-creator .mobile-dnd-area ion-item-options:not([icon-start]) .button:not([icon-only]) ion-icon {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.3em; }
  .mobile-creator .mobile-dnd-area ion-item-sliding.active-slide .item,
  .mobile-creator .mobile-dnd-area ion-item-sliding.active-slide .item.activated {
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: -webkit-transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1);
    transition: transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1);
    transition: transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1), -webkit-transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1);
    pointer-events: none;
    will-change: transform; }
  .mobile-creator .mobile-dnd-area ion-item-sliding.active-slide ion-item-options {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mobile-creator .mobile-dnd-area ion-item-sliding.active-slide.active-options-left ion-item-options[side=left],
  .mobile-creator .mobile-dnd-area ion-item-sliding.active-slide.active-options-right ion-item-options:not([side=left]) {
    width: 100%;
    visibility: visible; }
  .mobile-creator .mobile-dnd-area button[expandable] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition-duration: 0;
    transition-property: none;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1); }
  .mobile-creator .mobile-dnd-area ion-item-sliding.active-swipe-right button[expandable] {
    transition-duration: .6s;
    transition-property: padding-left;
    padding-left: 90%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .mobile-creator .mobile-dnd-area ion-item-sliding.active-swipe-left button[expandable] {
    transition-duration: .6s;
    transition-property: padding-right;
    padding-right: 90%;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .mobile-creator .mobile-dnd-area .item-ios {
    padding-left: 16px;
    padding-left: 16px;
    border-radius: 0;
    position: relative;
    font-size: 1.7rem;
    color: #000;
    background-color: #fff;
    transition: background-color 200ms linear; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area .item-ios {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-left: calc(env(safe-area-inset-left) + 16px); } }
  .mobile-creator .mobile-dnd-area .item-ios.activated {
    background-color: #d9d9d9;
    transition-duration: 0ms; }
  .mobile-creator .mobile-dnd-area .item-ios h1 {
    margin: 0 0 2px;
    font-size: 2.4rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .item-ios h2 {
    margin: 0 0 2px;
    font-size: 1.7rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .item-ios h3,
  .mobile-creator .mobile-dnd-area .item-ios h4,
  .mobile-creator .mobile-dnd-area .item-ios h5,
  .mobile-creator .mobile-dnd-area .item-ios h6 {
    margin: 0 0 3px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: normal; }
  .mobile-creator .mobile-dnd-area .item-ios p {
    overflow: inherit;
    font-size: 1.4rem;
    line-height: normal;
    text-overflow: inherit;
    color: #8e9093;
    margin: 0 0 2px; }
  .mobile-creator .mobile-dnd-area .item-ios h2:last-child,
  .mobile-creator .mobile-dnd-area .item-ios h3:last-child,
  .mobile-creator .mobile-dnd-area .item-ios h4:last-child,
  .mobile-creator .mobile-dnd-area .item-ios h5:last-child,
  .mobile-creator .mobile-dnd-area .item-ios h6:last-child,
  .mobile-creator .mobile-dnd-area .item-ios p:last-child {
    margin-bottom: 0; }
  .mobile-creator .mobile-dnd-area .item-ios.item-block .item-inner {
    padding-right: 8px;
    padding-right: 8px;
    border-bottom: 0.55px solid #c8c7cc; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area .item-ios.item-block .item-inner {
      padding-right: calc(constant(safe-area-inset-right) + 8px);
      padding-right: calc(env(safe-area-inset-right) + 8px); } }
  .mobile-creator .mobile-dnd-area .item-ios [item-left],
  .mobile-creator .mobile-dnd-area .item-ios [item-start] {
    margin: 8px 16px 8px 0; }
  .mobile-creator .mobile-dnd-area .item-ios [item-right],
  .mobile-creator .mobile-dnd-area .item-ios [item-end] {
    margin: 8px; }
  .mobile-creator .mobile-dnd-area .item-ios ion-icon[item-left],
  .mobile-creator .mobile-dnd-area .item-ios ion-icon[item-right],
  .mobile-creator .mobile-dnd-area .item-ios ion-icon[item-start],
  .mobile-creator .mobile-dnd-area .item-ios ion-icon[item-end] {
    margin-left: 0;
    margin-top: 9px;
    margin-bottom: 8px; }
  .mobile-creator .mobile-dnd-area .item-ios .item-button {
    padding: 0 0.5em;
    height: 24px;
    font-size: 1.3rem; }
  .mobile-creator .mobile-dnd-area .item-ios .item-button[icon-only] ion-icon,
  .mobile-creator .mobile-dnd-area .item-ios .item-button[icon-only] {
    padding: 0 1px; }
  .mobile-creator .mobile-dnd-area .item-ios ion-avatar[item-left],
  .mobile-creator .mobile-dnd-area .item-ios ion-thumbnail[item-left],
  .mobile-creator .mobile-dnd-area .item-ios ion-avatar[item-start],
  .mobile-creator .mobile-dnd-area .item-ios ion-thumbnail[item-start] {
    margin: 8px 16px 8px 0; }
  .mobile-creator .mobile-dnd-area .item-ios ion-avatar[item-right],
  .mobile-creator .mobile-dnd-area .item-ios ion-thumbnail[item-right],
  .mobile-creator .mobile-dnd-area .item-ios ion-avatar[item-end],
  .mobile-creator .mobile-dnd-area .item-ios ion-thumbnail[item-end] {
    margin: 8px; }
  .mobile-creator .mobile-dnd-area .item-ios ion-avatar {
    min-width: 36px;
    min-height: 36px; }
  .mobile-creator .mobile-dnd-area .item-ios ion-avatar ion-img,
  .mobile-creator .mobile-dnd-area .item-ios ion-avatar img {
    border-radius: 50%;
    overflow: hidden;
    width: 36px;
    height: 36px; }
  .mobile-creator .mobile-dnd-area .item-ios ion-thumbnail {
    min-width: 56px;
    min-height: 56px; }
  .mobile-creator .mobile-dnd-area .item-ios ion-thumbnail ion-img,
  .mobile-creator .mobile-dnd-area .item-ios ion-thumbnail img {
    width: 56px;
    height: 56px; }
  .mobile-creator .mobile-dnd-area .item-ios[detail-push] .item-inner,
  .mobile-creator .mobile-dnd-area button.item-ios:not([detail-none]) .item-inner,
  .mobile-creator .mobile-dnd-area a.item-ios:not([detail-none]) .item-inner {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%2020'><path%20d='M2,20l-2-2l8-8L0,2l2-2l10,10L2,20z'%20fill='%23c8c7cc'/></svg>");
    padding-right: 32px;
    background-position: right 14px center;
    background-position: right calc(14px + constant(safe-area-inset-right)) center;
    background-position: right calc(14px + env(safe-area-inset-right)) center;
    background-repeat: no-repeat;
    background-size: 14px 14px; }
  .mobile-creator .mobile-dnd-area ion-item-group .item-ios:first-child .item-inner {
    border-top-width: 0; }
  .mobile-creator .mobile-dnd-area ion-item-group .item-ios:last-child .item-inner,
  .mobile-creator .mobile-dnd-area ion-item-group .item-wrapper:last-child .item-ios .item-inner {
    border: 0; }
  .mobile-creator .mobile-dnd-area .item-divider-ios {
    padding-left: 16px;
    padding-left: 16px;
    color: #222;
    background-color: #f7f7f7; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area .item-divider-ios {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-left: calc(env(safe-area-inset-left) + 16px); } }
  .mobile-creator .mobile-dnd-area .item-ios .text-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-ios-primary,
  .mobile-creator .mobile-dnd-area .item-divider-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-ios-primary p,
  .mobile-creator .mobile-dnd-area .item-divider-ios-primary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-ios-primary.activated,
  .mobile-creator .mobile-dnd-area .item-divider-ios-primary.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .item-ios .text-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .item-ios-secondary,
  .mobile-creator .mobile-dnd-area .item-divider-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .item-ios-secondary p,
  .mobile-creator .mobile-dnd-area .item-divider-ios-secondary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-ios-secondary.activated,
  .mobile-creator .mobile-dnd-area .item-divider-ios-secondary.activated {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .item-ios .text-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .item-ios-danger,
  .mobile-creator .mobile-dnd-area .item-divider-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .item-ios-danger p,
  .mobile-creator .mobile-dnd-area .item-divider-ios-danger p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-ios-danger.activated,
  .mobile-creator .mobile-dnd-area .item-divider-ios-danger.activated {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .item-ios .text-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .item-ios-light,
  .mobile-creator .mobile-dnd-area .item-divider-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .item-ios-light p,
  .mobile-creator .mobile-dnd-area .item-divider-ios-light p {
    color: #000; }
  .mobile-creator .mobile-dnd-area .item-ios-light.activated,
  .mobile-creator .mobile-dnd-area .item-divider-ios-light.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .item-ios .text-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .item-ios-dark,
  .mobile-creator .mobile-dnd-area .item-divider-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .item-ios-dark p,
  .mobile-creator .mobile-dnd-area .item-divider-ios-dark p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-ios-dark.activated,
  .mobile-creator .mobile-dnd-area .item-divider-ios-dark.activated {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .list-ios ion-item-sliding {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .item-md {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: none;
    color: #000;
    background-color: #fff;
    box-shadow: none;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1); }
  .mobile-creator .mobile-dnd-area .item-md.activated {
    background-color: #f1f1f1; }
  .mobile-creator .mobile-dnd-area .item-md[no-lines] {
    border-width: 0; }
  .mobile-creator .mobile-dnd-area .item-md h1 {
    margin: 0 0 2px;
    font-size: 2.4rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .item-md h2 {
    margin: 2px 0;
    font-size: 1.6rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .item-md h3,
  .mobile-creator .mobile-dnd-area .item-md h4,
  .mobile-creator .mobile-dnd-area .item-md h5,
  .mobile-creator .mobile-dnd-area .item-md h6 {
    margin: 2px 0;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: normal; }
  .mobile-creator .mobile-dnd-area .item-md p {
    margin: 0 0 2px;
    overflow: inherit;
    font-size: 1.4rem;
    line-height: normal;
    text-overflow: inherit;
    color: #666; }
  .mobile-creator .mobile-dnd-area .item-md.item-block .item-inner {
    padding-right: 8px;
    border-bottom: 1px solid #dedede; }
  .mobile-creator .mobile-dnd-area .item-md [item-left],
  .mobile-creator .mobile-dnd-area .item-md [item-right],
  .mobile-creator .mobile-dnd-area .item-md [item-start],
  .mobile-creator .mobile-dnd-area .item-md [item-end] {
    margin: 9px 8px 9px 0; }
  .mobile-creator .mobile-dnd-area .item-md ion-icon[item-left],
  .mobile-creator .mobile-dnd-area .item-md ion-icon[item-right],
  .mobile-creator .mobile-dnd-area .item-md ion-icon[item-start],
  .mobile-creator .mobile-dnd-area .item-md ion-icon[item-end] {
    margin-left: 0;
    margin-top: 11px;
    margin-bottom: 10px; }
  .mobile-creator .mobile-dnd-area .item-md .item-button {
    padding: 0 0.6em;
    height: 25px;
    font-size: 1.2rem; }
  .mobile-creator .mobile-dnd-area .item-md .item-button[icon-only] ion-icon,
  .mobile-creator .mobile-dnd-area .item-md .item-button[icon-only] {
    padding: 0 1px; }
  .mobile-creator .mobile-dnd-area .item-md ion-icon[item-left] + .item-inner,
  .mobile-creator .mobile-dnd-area .item-md ion-icon[item-left] + .item-input,
  .mobile-creator .mobile-dnd-area .item-md ion-icon[item-start] + .item-inner,
  .mobile-creator .mobile-dnd-area .item-md ion-icon[item-start] + .item-input {
    margin-left: 24px; }
  .mobile-creator .mobile-dnd-area .item-md ion-avatar[item-left],
  .mobile-creator .mobile-dnd-area .item-md ion-thumbnail[item-left],
  .mobile-creator .mobile-dnd-area .item-md ion-avatar[item-start],
  .mobile-creator .mobile-dnd-area .item-md ion-thumbnail[item-start] {
    margin: 8px 16px 8px 0; }
  .mobile-creator .mobile-dnd-area .item-md ion-avatar[item-right],
  .mobile-creator .mobile-dnd-area .item-md ion-thumbnail[item-right],
  .mobile-creator .mobile-dnd-area .item-md ion-avatar[item-end],
  .mobile-creator .mobile-dnd-area .item-md ion-thumbnail[item-end] {
    margin: 8px; }
  .mobile-creator .mobile-dnd-area .item-md ion-avatar {
    min-width: 40px;
    min-height: 40px; }
  .mobile-creator .mobile-dnd-area .item-md ion-avatar ion-img,
  .mobile-creator .mobile-dnd-area .item-md ion-avatar img {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px; }
  .mobile-creator .mobile-dnd-area .item-md ion-thumbnail {
    min-width: 80px;
    min-height: 80px; }
  .mobile-creator .mobile-dnd-area .item-md ion-thumbnail ion-img,
  .mobile-creator .mobile-dnd-area .item-md ion-thumbnail img {
    width: 80px;
    height: 80px; }
  .mobile-creator .mobile-dnd-area ion-item-group .item-md:first-child .item-inner {
    border-top-width: 0; }
  .mobile-creator .mobile-dnd-area ion-item-group .item-md:last-child .item-inner,
  .mobile-creator .mobile-dnd-area ion-item-group .item-md .item-wrapper:last-child .item-inner {
    border: 0; }
  .mobile-creator .mobile-dnd-area .item-divider-md {
    padding-left: 16px;
    border-bottom: 1px solid #dedede;
    font-size: 1.4rem;
    color: #858585;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .item-md .text-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-md-primary,
  .mobile-creator .mobile-dnd-area .item-divider-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-md-primary p,
  .mobile-creator .mobile-dnd-area .item-divider-md-primary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-md-primary.activated,
  .mobile-creator .mobile-dnd-area .item-divider-md-primary.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .item-md .text-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .item-md-secondary,
  .mobile-creator .mobile-dnd-area .item-divider-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .item-md-secondary p,
  .mobile-creator .mobile-dnd-area .item-divider-md-secondary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-md-secondary.activated,
  .mobile-creator .mobile-dnd-area .item-divider-md-secondary.activated {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .item-md .text-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .item-md-danger,
  .mobile-creator .mobile-dnd-area .item-divider-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .item-md-danger p,
  .mobile-creator .mobile-dnd-area .item-divider-md-danger p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-md-danger.activated,
  .mobile-creator .mobile-dnd-area .item-divider-md-danger.activated {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .item-md .text-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .item-md-light,
  .mobile-creator .mobile-dnd-area .item-divider-md-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .item-md-light p,
  .mobile-creator .mobile-dnd-area .item-divider-md-light p {
    color: #000; }
  .mobile-creator .mobile-dnd-area .item-md-light.activated,
  .mobile-creator .mobile-dnd-area .item-divider-md-light.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .item-md .text-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .item-md-dark,
  .mobile-creator .mobile-dnd-area .item-divider-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .item-md-dark p,
  .mobile-creator .mobile-dnd-area .item-divider-md-dark p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-md-dark.activated,
  .mobile-creator .mobile-dnd-area .item-divider-md-dark.activated {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .list-md ion-item-sliding {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .item-md ion-reorder {
    font-size: 1.5em;
    opacity: .3; }
  .mobile-creator .mobile-dnd-area .item-wp {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: none;
    color: #000;
    background-color: #fff;
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .item-wp.activated {
    background-color: #aaa; }
  .mobile-creator .mobile-dnd-area .item-wp[no-lines] {
    border-width: 0; }
  .mobile-creator .mobile-dnd-area .item-wp h1 {
    margin: 0 0 2px;
    font-size: 2.4rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .item-wp h2 {
    margin: 2px 0;
    font-size: 1.6rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .item-wp h3,
  .mobile-creator .mobile-dnd-area .item-wp h4,
  .mobile-creator .mobile-dnd-area .item-wp h5,
  .mobile-creator .mobile-dnd-area .item-wp h6 {
    margin: 2px 0;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: normal; }
  .mobile-creator .mobile-dnd-area .item-wp p {
    margin: 0 0 2px;
    overflow: inherit;
    font-size: 1.4rem;
    line-height: normal;
    text-overflow: inherit;
    color: #666; }
  .mobile-creator .mobile-dnd-area .item-wp.item-block .item-inner {
    padding-right: 8px;
    border-bottom: 1px solid transparent; }
  .mobile-creator .mobile-dnd-area .item-wp [item-left],
  .mobile-creator .mobile-dnd-area .item-wp [item-right],
  .mobile-creator .mobile-dnd-area .item-wp [item-start],
  .mobile-creator .mobile-dnd-area .item-wp [item-end] {
    margin: 9px 8px 9px 0; }
  .mobile-creator .mobile-dnd-area .item-wp ion-icon[item-left],
  .mobile-creator .mobile-dnd-area .item-wp ion-icon[item-right],
  .mobile-creator .mobile-dnd-area .item-wp ion-icon[item-start],
  .mobile-creator .mobile-dnd-area .item-wp ion-icon[item-end] {
    margin-left: 0;
    margin-top: 11px;
    margin-bottom: 10px; }
  .mobile-creator .mobile-dnd-area .item-wp .item-button {
    padding: 0 0.6em;
    height: 25px;
    font-size: 1.2rem; }
  .mobile-creator .mobile-dnd-area .item-wp .item-button[icon-only] ion-icon,
  .mobile-creator .mobile-dnd-area .item-wp .item-button[icon-only] {
    padding: 0 1px; }
  .mobile-creator .mobile-dnd-area .item-wp[text-wrap] ion-label {
    font-size: 1.4rem;
    line-height: 1.5; }
  .mobile-creator .mobile-dnd-area .item-wp ion-icon[item-left] + .item-inner,
  .mobile-creator .mobile-dnd-area .item-wp ion-icon[item-left] + .item-input,
  .mobile-creator .mobile-dnd-area .item-wp ion-icon[item-start] + .item-inner,
  .mobile-creator .mobile-dnd-area .item-wp ion-icon[item-start] + .item-input {
    margin-left: 8px; }
  .mobile-creator .mobile-dnd-area .item-wp ion-avatar[item-left],
  .mobile-creator .mobile-dnd-area .item-wp ion-thumbnail[item-left],
  .mobile-creator .mobile-dnd-area .item-wp ion-avatar[item-start],
  .mobile-creator .mobile-dnd-area .item-wp ion-thumbnail[item-start] {
    margin: 8px 16px 8px 0; }
  .mobile-creator .mobile-dnd-area .item-wp ion-avatar[item-right],
  .mobile-creator .mobile-dnd-area .item-wp ion-thumbnail[item-right],
  .mobile-creator .mobile-dnd-area .item-wp ion-avatar[item-end],
  .mobile-creator .mobile-dnd-area .item-wp ion-thumbnail[item-end] {
    margin: 8px; }
  .mobile-creator .mobile-dnd-area .item-wp ion-avatar {
    min-width: 40px;
    min-height: 40px; }
  .mobile-creator .mobile-dnd-area .item-wp ion-avatar ion-img,
  .mobile-creator .mobile-dnd-area .item-wp ion-avatar img {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px; }
  .mobile-creator .mobile-dnd-area .item-wp ion-thumbnail {
    min-width: 80px;
    min-height: 80px; }
  .mobile-creator .mobile-dnd-area .item-wp ion-thumbnail ion-img,
  .mobile-creator .mobile-dnd-area .item-wp ion-thumbnail img {
    width: 80px;
    height: 80px; }
  .mobile-creator .mobile-dnd-area .item-divider-wp {
    padding-left: 16px;
    border-bottom: 1px solid transparent;
    font-size: 2rem;
    color: #000;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .item-wp .text-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-wp-primary,
  .mobile-creator .mobile-dnd-area .item-divider-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-wp-primary p,
  .mobile-creator .mobile-dnd-area .item-divider-wp-primary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-wp-primary.activated,
  .mobile-creator .mobile-dnd-area .item-divider-wp-primary.activated {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .item-wp .text-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .item-wp-secondary,
  .mobile-creator .mobile-dnd-area .item-divider-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .item-wp-secondary p,
  .mobile-creator .mobile-dnd-area .item-divider-wp-secondary p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-wp-secondary.activated,
  .mobile-creator .mobile-dnd-area .item-divider-wp-secondary.activated {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .item-wp .text-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .item-wp-danger,
  .mobile-creator .mobile-dnd-area .item-divider-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .item-wp-danger p,
  .mobile-creator .mobile-dnd-area .item-divider-wp-danger p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-wp-danger.activated,
  .mobile-creator .mobile-dnd-area .item-divider-wp-danger.activated {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .item-wp .text-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .item-wp-light,
  .mobile-creator .mobile-dnd-area .item-divider-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .item-wp-light p,
  .mobile-creator .mobile-dnd-area .item-divider-wp-light p {
    color: #000; }
  .mobile-creator .mobile-dnd-area .item-wp-light.activated,
  .mobile-creator .mobile-dnd-area .item-divider-wp-light.activated {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .item-wp .text-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .item-wp-dark,
  .mobile-creator .mobile-dnd-area .item-divider-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .item-wp-dark p,
  .mobile-creator .mobile-dnd-area .item-divider-wp-dark p {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .item-wp-dark.activated,
  .mobile-creator .mobile-dnd-area .item-divider-wp-dark.activated {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .list-wp ion-item-sliding {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area ion-label {
    margin: 0;
    display: block;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: inherit;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mobile-creator .mobile-dnd-area .item-input ion-label {
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width: 200px;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area [text-wrap] ion-label {
    white-space: normal; }
  .mobile-creator .mobile-dnd-area ion-label[fixed] {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    min-width: 100px;
    max-width: 200px; }
  .mobile-creator .mobile-dnd-area .item-label-stacked ion-label,
  .mobile-creator .mobile-dnd-area .item-label-floating ion-label {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: auto;
    max-width: 100%; }
  .mobile-creator .mobile-dnd-area ion-label[stacked],
  .mobile-creator .mobile-dnd-area ion-label[floating] {
    margin-bottom: 0; }
  .mobile-creator .mobile-dnd-area .item-label-stacked .input-wrapper,
  .mobile-creator .mobile-dnd-area .item-label-floating .input-wrapper {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mobile-creator .mobile-dnd-area .item-label-stacked ion-select,
  .mobile-creator .mobile-dnd-area .item-label-floating ion-select {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    max-width: 100%; }
  .mobile-creator .mobile-dnd-area .label-ios {
    margin: 11px 8px 11px 0; }
  .mobile-creator .mobile-dnd-area .label-ios + ion-input .text-input,
  .mobile-creator .mobile-dnd-area .label-ios + ion-textarea .text-input,
  .mobile-creator .mobile-dnd-area .label-ios + .input + .cloned-input {
    margin-left: 16px;
    width: calc(100% - (16px / 2) - 16px); }
  .mobile-creator .mobile-dnd-area .label-ios[stacked] {
    margin-bottom: 4px;
    font-size: 1.2rem; }
  .mobile-creator .mobile-dnd-area .label-ios[floating] {
    margin-bottom: 0;
    -webkit-transform: translate3d(0, 27px, 0);
    transform: translate3d(0, 27px, 0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out; }
  .mobile-creator .mobile-dnd-area .item-input-has-focus .label-ios[floating],
  .mobile-creator .mobile-dnd-area .input-has-focus .label-ios[floating],
  .mobile-creator .mobile-dnd-area .item-input-has-value .label-ios[floating],
  .mobile-creator .mobile-dnd-area .input-has-value .label-ios[floating] {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
    transform: translate3d(0, 0, 0) scale(0.8); }
  .mobile-creator .mobile-dnd-area .item-ios.item-label-stacked [item-right],
  .mobile-creator .mobile-dnd-area .item-ios.item-label-floating [item-right],
  .mobile-creator .mobile-dnd-area .item-ios.item-label-stacked [item-end],
  .mobile-creator .mobile-dnd-area .item-ios.item-label-floating [item-end] {
    margin-top: 6px;
    margin-bottom: 6px; }
  .mobile-creator .mobile-dnd-area .label-ios-primary,
  .mobile-creator .mobile-dnd-area .item-input .label-ios-primary,
  .mobile-creator .mobile-dnd-area .item-select .label-ios-primary,
  .mobile-creator .mobile-dnd-area .item-datetime .label-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .label-ios-secondary,
  .mobile-creator .mobile-dnd-area .item-input .label-ios-secondary,
  .mobile-creator .mobile-dnd-area .item-select .label-ios-secondary,
  .mobile-creator .mobile-dnd-area .item-datetime .label-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .label-ios-danger,
  .mobile-creator .mobile-dnd-area .item-input .label-ios-danger,
  .mobile-creator .mobile-dnd-area .item-select .label-ios-danger,
  .mobile-creator .mobile-dnd-area .item-datetime .label-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .label-ios-light,
  .mobile-creator .mobile-dnd-area .item-input .label-ios-light,
  .mobile-creator .mobile-dnd-area .item-select .label-ios-light,
  .mobile-creator .mobile-dnd-area .item-datetime .label-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .label-ios-dark,
  .mobile-creator .mobile-dnd-area .item-input .label-ios-dark,
  .mobile-creator .mobile-dnd-area .item-select .label-ios-dark,
  .mobile-creator .mobile-dnd-area .item-datetime .label-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .label-md {
    margin: 13px 8px 13px 0; }
  .mobile-creator .mobile-dnd-area [text-wrap] .label-md {
    font-size: 1.4rem;
    line-height: 1.5; }
  .mobile-creator .mobile-dnd-area .item-input .label-md,
  .mobile-creator .mobile-dnd-area .item-select .label-md,
  .mobile-creator .mobile-dnd-area .item-datetime .label-md {
    color: #999; }
  .mobile-creator .mobile-dnd-area .label-md[stacked] {
    font-size: 1.2rem; }
  .mobile-creator .mobile-dnd-area .label-md[floating] {
    -webkit-transform: translate3d(0, 27px, 0);
    transform: translate3d(0, 27px, 0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out; }
  .mobile-creator .mobile-dnd-area .label-md[stacked],
  .mobile-creator .mobile-dnd-area .label-md[floating] {
    margin-left: 0;
    margin-bottom: 0; }
  .mobile-creator .mobile-dnd-area .item-input-has-focus .label-md[stacked],
  .mobile-creator .mobile-dnd-area .input-has-focus .label-md[stacked],
  .mobile-creator .mobile-dnd-area .item-input-has-focus .label-md[floating],
  .mobile-creator .mobile-dnd-area .input-has-focus .label-md[floating] {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-input-has-focus .label-md[floating],
  .mobile-creator .mobile-dnd-area .input-has-focus .label-md[floating],
  .mobile-creator .mobile-dnd-area .item-input-has-value .label-md[floating],
  .mobile-creator .mobile-dnd-area .input-has-value .label-md[floating] {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
    transform: translate3d(0, 0, 0) scale(0.8); }
  .mobile-creator .mobile-dnd-area .item-md.item-label-stacked [item-right],
  .mobile-creator .mobile-dnd-area .item-md.item-label-floating [item-right],
  .mobile-creator .mobile-dnd-area .item-md.item-label-stacked [item-end],
  .mobile-creator .mobile-dnd-area .item-md.item-label-floating [item-end] {
    margin-top: 7px;
    margin-bottom: 7px; }
  .mobile-creator .mobile-dnd-area .label-md-primary,
  .mobile-creator .mobile-dnd-area .item-input .label-md-primary,
  .mobile-creator .mobile-dnd-area .item-select .label-md-primary,
  .mobile-creator .mobile-dnd-area .item-datetime .label-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .label-md-secondary,
  .mobile-creator .mobile-dnd-area .item-input .label-md-secondary,
  .mobile-creator .mobile-dnd-area .item-select .label-md-secondary,
  .mobile-creator .mobile-dnd-area .item-datetime .label-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .label-md-danger,
  .mobile-creator .mobile-dnd-area .item-input .label-md-danger,
  .mobile-creator .mobile-dnd-area .item-select .label-md-danger,
  .mobile-creator .mobile-dnd-area .item-datetime .label-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .label-md-light,
  .mobile-creator .mobile-dnd-area .item-input .label-md-light,
  .mobile-creator .mobile-dnd-area .item-select .label-md-light,
  .mobile-creator .mobile-dnd-area .item-datetime .label-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .label-md-dark,
  .mobile-creator .mobile-dnd-area .item-input .label-md-dark,
  .mobile-creator .mobile-dnd-area .item-select .label-md-dark,
  .mobile-creator .mobile-dnd-area .item-datetime .label-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .label-wp {
    margin: 13px 8px 13px 0; }
  .mobile-creator .mobile-dnd-area .item-input .label-wp,
  .mobile-creator .mobile-dnd-area .item-select .label-wp,
  .mobile-creator .mobile-dnd-area .item-datetime .label-wp {
    color: #999; }
  .mobile-creator .mobile-dnd-area .label-wp[stacked] {
    font-size: 1.2rem; }
  .mobile-creator .mobile-dnd-area .label-wp[floating] {
    -webkit-transform: translate3d(8px, 34px, 0);
    transform: translate3d(8px, 34px, 0);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  .mobile-creator .mobile-dnd-area .label-wp[stacked],
  .mobile-creator .mobile-dnd-area .label-wp[floating] {
    margin-left: 0;
    margin-bottom: 0; }
  .mobile-creator .mobile-dnd-area .item-input-has-focus .label-wp[stacked],
  .mobile-creator .mobile-dnd-area .input-has-focus .label-wp[stacked],
  .mobile-creator .mobile-dnd-area .item-input-has-focus .label-wp[floating],
  .mobile-creator .mobile-dnd-area .input-has-focus .label-wp[floating] {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-input-has-focus .label-wp[floating],
  .mobile-creator .mobile-dnd-area .input-has-focus .label-wp[floating],
  .mobile-creator .mobile-dnd-area .item-input-has-value .label-wp[floating],
  .mobile-creator .mobile-dnd-area .input-has-value .label-wp[floating] {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
    transform: translate3d(0, 0, 0) scale(0.8); }
  .mobile-creator .mobile-dnd-area .item-wp.item-label-stacked [item-right],
  .mobile-creator .mobile-dnd-area .item-wp.item-label-floating [item-right],
  .mobile-creator .mobile-dnd-area .item-wp.item-label-stacked [item-end],
  .mobile-creator .mobile-dnd-area .item-wp.item-label-floating [item-end] {
    margin-top: 13px;
    margin-bottom: 13px; }
  .mobile-creator .mobile-dnd-area .label-wp-primary,
  .mobile-creator .mobile-dnd-area .item-input .label-wp-primary,
  .mobile-creator .mobile-dnd-area .item-select .label-wp-primary,
  .mobile-creator .mobile-dnd-area .item-datetime .label-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .label-wp-secondary,
  .mobile-creator .mobile-dnd-area .item-input .label-wp-secondary,
  .mobile-creator .mobile-dnd-area .item-select .label-wp-secondary,
  .mobile-creator .mobile-dnd-area .item-datetime .label-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .label-wp-danger,
  .mobile-creator .mobile-dnd-area .item-input .label-wp-danger,
  .mobile-creator .mobile-dnd-area .item-select .label-wp-danger,
  .mobile-creator .mobile-dnd-area .item-datetime .label-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .label-wp-light,
  .mobile-creator .mobile-dnd-area .item-input .label-wp-light,
  .mobile-creator .mobile-dnd-area .item-select .label-wp-light,
  .mobile-creator .mobile-dnd-area .item-datetime .label-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .label-wp-dark,
  .mobile-creator .mobile-dnd-area .item-input .label-wp-dark,
  .mobile-creator .mobile-dnd-area .item-select .label-wp-dark,
  .mobile-creator .mobile-dnd-area .item-datetime .label-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area ion-list-header {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 4rem; }
  .mobile-creator .mobile-dnd-area ion-list {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none; }
  .mobile-creator .mobile-dnd-area ion-list[inset] {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .mobile-creator .mobile-dnd-area .list-ios {
    margin: -1px 0 32px; }
  .mobile-creator .mobile-dnd-area .list-ios > .item-block:first-child {
    border-top: 0.55px solid #c8c7cc; }
  .mobile-creator .mobile-dnd-area .list-ios > .item-block:last-child,
  .mobile-creator .mobile-dnd-area .list-ios > .item-wrapper:last-child .item-block {
    border-bottom: 0.55px solid #c8c7cc; }
  .mobile-creator .mobile-dnd-area .list-ios > .item-block:last-child .item-inner,
  .mobile-creator .mobile-dnd-area .list-ios > .item-wrapper:last-child .item-block .item-inner {
    border-bottom: 0; }
  .mobile-creator .mobile-dnd-area .list-ios .item-block .item-inner {
    border-bottom: 0.55px solid #c8c7cc; }
  .mobile-creator .mobile-dnd-area .list-ios .item[no-lines],
  .mobile-creator .mobile-dnd-area .list-ios .item[no-lines] .item-inner {
    border-width: 0; }
  .mobile-creator .mobile-dnd-area .list-ios ion-item-options {
    border-bottom: 0.55px solid #c8c7cc; }
  .mobile-creator .mobile-dnd-area .list-ios ion-item-options .button {
    margin: 0;
    border-radius: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    border: 0;
    box-sizing: border-box; }
  .mobile-creator .mobile-dnd-area .list-ios ion-item-options .button::before {
    margin: 0 auto; }
  .mobile-creator .mobile-dnd-area .list-ios:not([inset]) + .list-ios:not([inset]) ion-list-header {
    margin-top: -10px;
    padding-top: 0; }
  .mobile-creator .mobile-dnd-area .list-ios[inset] {
    margin: 16px;
    border-radius: 4px; }
  .mobile-creator .mobile-dnd-area .list-ios[inset] ion-list-header {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .list-ios[inset] .item {
    border-bottom: 1px solid #c8c7cc; }
  .mobile-creator .mobile-dnd-area .list-ios[inset] .item-inner {
    border-bottom: 0; }
  .mobile-creator .mobile-dnd-area .list-ios[inset] > .item:first-child,
  .mobile-creator .mobile-dnd-area .list-ios[inset] > .item-wrapper:first-child .item {
    border-top: 0; }
  .mobile-creator .mobile-dnd-area .list-ios[inset] > .item:last-child,
  .mobile-creator .mobile-dnd-area .list-ios[inset] > .item-wrapper:last-child .item {
    border-bottom: 0; }
  .mobile-creator .mobile-dnd-area .list-ios[inset] + ion-list[inset] {
    margin-top: 0; }
  .mobile-creator .mobile-dnd-area .list-ios[no-lines] ion-list-header,
  .mobile-creator .mobile-dnd-area .list-ios[no-lines] ion-item-options,
  .mobile-creator .mobile-dnd-area .list-ios[no-lines] .item,
  .mobile-creator .mobile-dnd-area .list-ios[no-lines] .item .item-inner {
    border-width: 0; }
  .mobile-creator .mobile-dnd-area .list-header-ios {
    padding-left: 16px;
    padding-left: 16px;
    position: relative;
    border-bottom: 0.55px solid #c8c7cc;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #333;
    background: transparent; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area .list-header-ios {
      padding-left: calc(constant(safe-area-inset-left) + 16px);
      padding-left: calc(env(safe-area-inset-left) + 16px); } }
  .mobile-creator .mobile-dnd-area .list-header-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .list-header-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .list-header-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .list-header-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .list-header-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .list-md {
    margin: -1px 0 16px; }
  .mobile-creator .mobile-dnd-area .list-md .item-block .item-inner {
    border-bottom: 1px solid #dedede; }
  .mobile-creator .mobile-dnd-area .list-md > .item-block:last-child ion-label,
  .mobile-creator .mobile-dnd-area .list-md > .item-block:last-child .item-inner,
  .mobile-creator .mobile-dnd-area .list-md > .item-wrapper:last-child ion-label,
  .mobile-creator .mobile-dnd-area .list-md > .item-wrapper:last-child .item-inner {
    border-bottom: 0; }
  .mobile-creator .mobile-dnd-area .list-md > ion-input:last-child::after {
    left: 0; }
  .mobile-creator .mobile-dnd-area .list-md ion-item-options {
    border-bottom: 1px solid #dedede; }
  .mobile-creator .mobile-dnd-area .list-md ion-item-options .button {
    margin: 0;
    border-radius: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border: 0;
    box-shadow: none;
    box-sizing: border-box; }
  .mobile-creator .mobile-dnd-area .list-md ion-item-options .button::before {
    margin: 0 auto; }
  .mobile-creator .mobile-dnd-area .list-md .item[no-lines],
  .mobile-creator .mobile-dnd-area .list-md .item[no-lines] .item-inner {
    border-width: 0; }
  .mobile-creator .mobile-dnd-area .list-md + ion-list ion-list-header {
    margin-top: -16px; }
  .mobile-creator .mobile-dnd-area .list-md[inset] {
    margin: 16px;
    border-radius: 2px; }
  .mobile-creator .mobile-dnd-area .list-md[inset] .item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-width: 0; }
  .mobile-creator .mobile-dnd-area .list-md[inset] .item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-width: 0; }
  .mobile-creator .mobile-dnd-area .list-md[inset] .item-input {
    padding-left: 0;
    padding-right: 0; }
  .mobile-creator .mobile-dnd-area .list-md[inset] + ion-list[inset] {
    margin-top: 0; }
  .mobile-creator .mobile-dnd-area .list-md[inset] ion-list-header {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .list-md[no-lines] .item-block,
  .mobile-creator .mobile-dnd-area .list-md[no-lines] ion-item-options,
  .mobile-creator .mobile-dnd-area .list-md[no-lines] .item .item-inner {
    border-width: 0; }
  .mobile-creator .mobile-dnd-area .list-header-md {
    padding-left: 16px;
    margin-bottom: 13px;
    min-height: 4.5rem;
    border-top: 1px solid #dedede;
    font-size: 1.4rem;
    color: #757575; }
  .mobile-creator .mobile-dnd-area .list-header-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .list-header-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .list-header-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .list-header-md-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .list-header-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .list-md .item-input:last-child {
    border-bottom: 1px solid #dedede; }
  .mobile-creator .mobile-dnd-area .list-wp {
    margin: 0 0 16px; }
  .mobile-creator .mobile-dnd-area .list-wp .item-block .item-inner {
    border-bottom: 1px solid transparent; }
  .mobile-creator .mobile-dnd-area .list-wp > .item-block:first-child,
  .mobile-creator .mobile-dnd-area .list-wp > .item-wrapper:first-child .item-block {
    border-top: 1px solid transparent; }
  .mobile-creator .mobile-dnd-area .list-wp > .item-block:last-child,
  .mobile-creator .mobile-dnd-area .list-wp > .item-wrapper:last-child .item-block {
    border-bottom: 1px solid transparent; }
  .mobile-creator .mobile-dnd-area .list-wp > .item-block:last-child ion-label,
  .mobile-creator .mobile-dnd-area .list-wp > .item-block:last-child .item-inner,
  .mobile-creator .mobile-dnd-area .list-wp > .item-wrapper:last-child ion-label,
  .mobile-creator .mobile-dnd-area .list-wp > .item-wrapper:last-child .item-inner {
    border-bottom: 0; }
  .mobile-creator .mobile-dnd-area .list-wp > ion-input:last-child::after {
    left: 0; }
  .mobile-creator .mobile-dnd-area .list-wp ion-item-options .button {
    margin: 1px 0;
    border-radius: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 2px);
    border: 0;
    box-shadow: none;
    box-sizing: border-box; }
  .mobile-creator .mobile-dnd-area .list-wp ion-item-options .button::before {
    margin: 0 auto; }
  .mobile-creator .mobile-dnd-area .list-wp .item[no-lines],
  .mobile-creator .mobile-dnd-area .list-wp .item[no-lines] .item-inner {
    border-width: 0; }
  .mobile-creator .mobile-dnd-area .list-wp + ion-list ion-list-header {
    margin-top: -16px;
    padding-top: 0; }
  .mobile-creator .mobile-dnd-area .list-wp[inset] {
    margin: 16px;
    border-radius: 2px; }
  .mobile-creator .mobile-dnd-area .list-wp[inset] .item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-width: 0; }
  .mobile-creator .mobile-dnd-area .list-wp[inset] .item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-width: 0; }
  .mobile-creator .mobile-dnd-area .list-wp[inset] .item-input {
    padding-left: 0;
    padding-right: 0; }
  .mobile-creator .mobile-dnd-area .list-wp[inset] + ion-list[inset] {
    margin-top: 0; }
  .mobile-creator .mobile-dnd-area .list-wp[inset] ion-list-header {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .list-wp[no-lines] .item,
  .mobile-creator .mobile-dnd-area .list-wp[no-lines] .item .item-inner {
    border-width: 0; }
  .mobile-creator .mobile-dnd-area .list-header-wp {
    padding-left: 16px;
    border-bottom: 1px solid transparent;
    font-size: 2rem;
    color: #000; }
  .mobile-creator .mobile-dnd-area .list-header-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .list-header-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .list-header-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .list-header-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .list-header-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area ion-loading {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .loading-wrapper {
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0; }
  .mobile-creator .mobile-dnd-area .loading-ios .loading-wrapper {
    border-radius: 8px;
    max-width: 270px;
    max-height: 90%;
    color: #000;
    background: #f8f8f8;
    padding: 24px 34px; }
  .mobile-creator .mobile-dnd-area .loading-ios .loading-content {
    font-weight: bold; }
  .mobile-creator .mobile-dnd-area .loading-ios .loading-spinner + .loading-content {
    margin-left: 16px; }
  .mobile-creator .mobile-dnd-area .loading-ios .spinner-ios line,
  .mobile-creator .mobile-dnd-area .loading-ios .spinner-ios-small line {
    stroke: #69717d; }
  .mobile-creator .mobile-dnd-area .loading-ios .spinner-bubbles circle {
    fill: #69717d; }
  .mobile-creator .mobile-dnd-area .loading-ios .spinner-circles circle {
    fill: #69717d; }
  .mobile-creator .mobile-dnd-area .loading-ios .spinner-crescent circle {
    stroke: #69717d; }
  .mobile-creator .mobile-dnd-area .loading-ios .spinner-dots circle {
    fill: #69717d; }
  .mobile-creator .mobile-dnd-area .loading-md .loading-wrapper {
    border-radius: 2px;
    max-width: 280px;
    max-height: 90%;
    color: rgba(0, 0, 0, 0.5);
    background: #fafafa;
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.4);
    padding: 24px; }
  .mobile-creator .mobile-dnd-area .loading-md .loading-spinner + .loading-content {
    margin-left: 16px; }
  .mobile-creator .mobile-dnd-area .loading-md .spinner-ios line,
  .mobile-creator .mobile-dnd-area .loading-md .spinner-ios-small line {
    stroke: #327eff; }
  .mobile-creator .mobile-dnd-area .loading-md .spinner-bubbles circle {
    fill: #327eff; }
  .mobile-creator .mobile-dnd-area .loading-md .spinner-circles circle {
    fill: #327eff; }
  .mobile-creator .mobile-dnd-area .loading-md .spinner-crescent circle {
    stroke: #327eff; }
  .mobile-creator .mobile-dnd-area .loading-md .spinner-dots circle {
    fill: #327eff; }
  .mobile-creator .mobile-dnd-area .loading-wp .loading-wrapper {
    border-radius: 2px;
    max-width: 280px;
    max-height: 90%;
    color: #fff;
    background: #000;
    padding: 20px; }
  .mobile-creator .mobile-dnd-area .loading-wp .loading-spinner + .loading-content {
    margin-left: 16px; }
  .mobile-creator .mobile-dnd-area .loading-wp .spinner-ios line,
  .mobile-creator .mobile-dnd-area .loading-wp .spinner-ios-small line {
    stroke: #fff; }
  .mobile-creator .mobile-dnd-area .loading-wp .spinner-bubbles circle {
    fill: #fff; }
  .mobile-creator .mobile-dnd-area .loading-wp .spinner-circles circle {
    fill: #fff; }
  .mobile-creator .mobile-dnd-area .loading-wp .spinner-crescent circle {
    stroke: #fff; }
  .mobile-creator .mobile-dnd-area .loading-wp .spinner-dots circle {
    fill: #fff; }
  .mobile-creator .mobile-dnd-area ion-menu {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: none;
    contain: strict; }
  .mobile-creator .mobile-dnd-area ion-menu.show-menu {
    display: block; }
  .mobile-creator .mobile-dnd-area .menu-inner {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    -webkit-transform: translate3d(-9999px, 0, 0);
    transform: translate3d(-9999px, 0, 0);
    position: absolute;
    display: block;
    width: 304px;
    height: 100%;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .menu-inner > ion-header,
  .mobile-creator .mobile-dnd-area .menu-inner > ion-content,
  .mobile-creator .mobile-dnd-area .menu-inner > ion-footer {
    position: absolute; }
  .mobile-creator .mobile-dnd-area ion-menu[side=left] > .menu-inner {
    right: auto;
    left: 0; }
  .mobile-creator .mobile-dnd-area ion-menu[side=right] > .menu-inner {
    right: 0;
    left: auto; }
  .mobile-creator .mobile-dnd-area ion-menu[side=end] > .menu-inner {
    left: auto;
    right: 0; }
  .mobile-creator .mobile-dnd-area ion-menu ion-backdrop {
    z-index: -1;
    display: none;
    opacity: .01; }
  .mobile-creator .mobile-dnd-area .menu-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mobile-creator .mobile-dnd-area .menu-content-open {
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
  .mobile-creator .mobile-dnd-area .menu-content-open ion-pane,
  .mobile-creator .mobile-dnd-area .menu-content-open ion-content,
  .mobile-creator .mobile-dnd-area .menu-content-open .toolbar {
    pointer-events: none; }
  @media (max-width: 340px) {
    .mobile-creator .mobile-dnd-area .menu-inner {
      width: 264px; } }
  .mobile-creator .mobile-dnd-area ion-menu[type=reveal] {
    z-index: 0; }
  .mobile-creator .mobile-dnd-area ion-menu[type=reveal].show-menu .menu-inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mobile-creator .mobile-dnd-area ion-menu[type=overlay] {
    z-index: 80; }
  .mobile-creator .mobile-dnd-area ion-menu[type=overlay] .show-backdrop {
    display: block; }
  .mobile-creator .mobile-dnd-area .ios .menu-inner {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .ios .menu-content-reveal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .mobile-creator .mobile-dnd-area .ios .menu-content-push {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .mobile-creator .mobile-dnd-area .ios ion-menu[type=overlay] .menu-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .mobile-creator .mobile-dnd-area .md .menu-inner {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .md .menu-content-reveal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .mobile-creator .mobile-dnd-area .md .menu-content-push {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .mobile-creator .mobile-dnd-area .md ion-menu[type=overlay] .menu-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .mobile-creator .mobile-dnd-area .wp .menu-inner {
    background: #f2f2f2; }
  .mobile-creator .mobile-dnd-area ion-modal {
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    contain: strict; }
  @media not all and (min-width: 768px) and (min-height: 600px) {
    .mobile-creator .mobile-dnd-area ion-modal ion-backdrop {
      visibility: hidden; } }
  .mobile-creator .mobile-dnd-area .modal-wrapper {
    z-index: 10;
    height: 100%;
    contain: strict; }
  @media only screen and (min-width: 768px) and (min-height: 600px) {
    .mobile-creator .mobile-dnd-area .modal-wrapper {
      left: calc(50% - (600px/2));
      top: calc(50% - (500px/2));
      position: absolute;
      width: 600px;
      height: 500px; } }
  @media only screen and (min-width: 768px) and (min-height: 768px) {
    .mobile-creator .mobile-dnd-area .modal-wrapper {
      left: calc(50% - (600px/2));
      top: calc(50% - (600px/2));
      position: absolute;
      width: 600px;
      height: 600px; } }
  .mobile-creator .mobile-dnd-area .ios .modal-wrapper {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  @media only screen and (min-width: 768px) and (min-height: 600px) {
    .mobile-creator .mobile-dnd-area .ios .modal-wrapper {
      border-radius: 10px;
      overflow: hidden; } }
  .mobile-creator .mobile-dnd-area .md .modal-wrapper {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: .01; }
  @media only screen and (min-width: 768px) and (min-height: 600px) {
    .mobile-creator .mobile-dnd-area .md .modal-wrapper {
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 28px 48px rgba(0, 0, 0, 0.4); } }
  .mobile-creator .mobile-dnd-area .wp .modal-wrapper {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: .01; }
  .mobile-creator .mobile-dnd-area .note-ios {
    color: #aeacb4; }
  .mobile-creator .mobile-dnd-area .note-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .note-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .note-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .note-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .note-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .note-md {
    color: #c5c5c5; }
  .mobile-creator .mobile-dnd-area .note-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .note-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .note-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .note-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .note-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .note-wp {
    color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .note-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .note-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .note-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .note-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .note-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area ion-picker-cmp {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .picker-toolbar {
    z-index: 1;
    width: 100%;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .picker-wrapper {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: absolute;
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .picker-columns {
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .picker-col {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    box-sizing: content-box;
    contain: content; }
  .mobile-creator .mobile-dnd-area .picker-opts {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%; }
  .mobile-creator .mobile-dnd-area .picker-prefix {
    text-align: right;
    text-align: end;
    position: relative;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 45%;
    max-width: 50%;
    white-space: nowrap; }
  .mobile-creator .mobile-dnd-area .picker-suffix {
    text-align: left;
    text-align: start;
    position: relative;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 45%;
    max-width: 50%;
    white-space: nowrap; }
  .mobile-creator .mobile-dnd-area .picker-opt {
    left: 0;
    top: 0;
    text-align: center;
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    will-change: transform;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .picker-opt.picker-opt-disabled {
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .picker-opt-disabled {
    opacity: 0; }
  .mobile-creator .mobile-dnd-area .picker-opts-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .mobile-creator .mobile-dnd-area .picker-opts-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .mobile-creator .mobile-dnd-area .picker-above-highlight,
  .mobile-creator .mobile-dnd-area .picker-below-highlight {
    display: none;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-wrapper {
    height: 260px;
    border-top: 1px solid #c8c7cc;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    border-bottom: 0.55px solid #c8c7cc;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-toolbar-button {
    text-align: right;
    text-align: end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-toolbar-button:last-child .picker-button {
    font-weight: 600; }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-toolbar-cancel {
    text-align: left;
    text-align: start;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-button,
  .mobile-creator .mobile-dnd-area .picker-ios .picker-button.activated {
    margin: 0;
    height: 44px;
    color: #327eff;
    background: transparent; }
  .mobile-creator .mobile-dnd-area .picker-columns {
    height: 215px;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-col {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 0 4px; }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-prefix,
  .mobile-creator .mobile-dnd-area .picker-ios .picker-suffix,
  .mobile-creator .mobile-dnd-area .picker-ios .picker-opts {
    top: 77px;
    font-size: 20px;
    line-height: 42px;
    color: #000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-opt {
    margin: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    height: 4.6rem;
    font-size: 20px;
    line-height: 42px;
    color: #000;
    background: transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto;
    padding: 0; }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-above-highlight {
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 90px);
    transform: translate3d(0, 0, 90px);
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #c8c7cc;
    background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0.7) 100%); }
  .mobile-creator .mobile-dnd-area .picker-ios .picker-below-highlight {
    left: 0;
    top: 115px;
    -webkit-transform: translate3d(0, 0, 90px);
    transform: translate3d(0, 0, 90px);
    position: absolute;
    z-index: 11;
    display: block;
    width: 100%;
    height: 119px;
    border-top: 1px solid #c8c7cc;
    background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0.7) 100%); }
  .mobile-creator .mobile-dnd-area .picker-md .picker-wrapper {
    height: 260px;
    border-top: 0.55px solid #dedede;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .picker-md .picker-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 44px;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .picker-md .picker-button,
  .mobile-creator .mobile-dnd-area .picker-md .picker-button.activated {
    margin: 0;
    height: 44px;
    color: #327eff;
    background: transparent;
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .picker-md .picker-columns {
    height: 216px;
    -webkit-perspective: 1800px;
    perspective: 1800px; }
  .mobile-creator .mobile-dnd-area .picker-md .picker-col {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 0 8px; }
  .mobile-creator .mobile-dnd-area .picker-md .picker-prefix,
  .mobile-creator .mobile-dnd-area .picker-md .picker-suffix,
  .mobile-creator .mobile-dnd-area .picker-md .picker-opts {
    top: 77px;
    font-size: 22px;
    line-height: 42px;
    color: #000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .picker-md .picker-opt {
    margin: 0;
    height: 4.3rem;
    font-size: 22px;
    line-height: 42px;
    color: #000;
    background: transparent;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto;
    padding: 0; }
  .mobile-creator .mobile-dnd-area .picker-md .picker-prefix,
  .mobile-creator .mobile-dnd-area .picker-md .picker-suffix,
  .mobile-creator .mobile-dnd-area .picker-md .picker-opt.picker-opt-selected {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .picker-md .picker-above-highlight {
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 90px);
    transform: translate3d(0, 0, 90px);
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #dedede;
    background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0.7) 100%); }
  .mobile-creator .mobile-dnd-area .picker-md .picker-below-highlight {
    left: 0;
    top: 115px;
    -webkit-transform: translate3d(0, 0, 90px);
    transform: translate3d(0, 0, 90px);
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 119px;
    border-top: 1px solid #dedede;
    background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0.7) 100%); }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-wrapper {
    height: 260px;
    border-top: 0.55px solid transparent;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 44px;
    border-width: 0.55px;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-toolbar-button {
    text-align: right;
    text-align: end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-toolbar-cancel {
    text-align: left;
    text-align: start;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-button,
  .mobile-creator .mobile-dnd-area .picker-wp .picker-button.activated {
    margin: 0;
    height: 44px;
    color: #327eff;
    background: transparent;
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-columns {
    height: 216px;
    -webkit-perspective: 1800px;
    perspective: 1800px; }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-col {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 0 4px; }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-prefix,
  .mobile-creator .mobile-dnd-area .picker-wp .picker-suffix,
  .mobile-creator .mobile-dnd-area .picker-wp .picker-opts {
    top: 77px;
    font-size: 22px;
    line-height: 42px;
    color: #000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-opt {
    margin: 0;
    height: 4.2rem;
    font-size: 22px;
    line-height: 42px;
    color: #000;
    background: transparent;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto;
    padding: 0; }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-prefix,
  .mobile-creator .mobile-dnd-area .picker-wp .picker-suffix,
  .mobile-creator .mobile-dnd-area .picker-wp .picker-opt-selected {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-above-highlight {
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 90px);
    transform: translate3d(0, 0, 90px);
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 81px;
    border-bottom: 1px solid transparent;
    background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0.7) 100%); }
  .mobile-creator .mobile-dnd-area .picker-wp .picker-below-highlight {
    left: 0;
    top: 115px;
    -webkit-transform: translate3d(0, 0, 90px);
    transform: translate3d(0, 0, 90px);
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 119px;
    border-top: 1px solid transparent;
    background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0.7) 100%); }
  .mobile-creator .mobile-dnd-area ion-popover {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mobile-creator .mobile-dnd-area .popover-wrapper {
    z-index: 10;
    opacity: 0; }
  .mobile-creator .mobile-dnd-area .popover-content {
    position: absolute;
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mobile-creator .mobile-dnd-area .popover-content ion-content,
  .mobile-creator .mobile-dnd-area .popover-content .scroll-content {
    contain: none; }
  .mobile-creator .mobile-dnd-area .popover-content .scroll-content {
    position: relative; }
  .mobile-creator .mobile-dnd-area .popover-ios .popover-content {
    border-radius: 10px;
    width: 200px;
    min-width: 0;
    min-height: 0;
    max-height: 90%;
    color: #000;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .popover-ios .popover-arrow {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 20px;
    height: 10px; }
  .mobile-creator .mobile-dnd-area .popover-ios .popover-arrow::after {
    left: 3px;
    top: 3px;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
    width: 14px;
    height: 14px;
    background-color: #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-creator .mobile-dnd-area .popover-ios.popover-bottom .popover-arrow {
    top: auto;
    bottom: -10px; }
  .mobile-creator .mobile-dnd-area .popover-ios.popover-bottom .popover-arrow::after {
    top: -6px; }
  .mobile-creator .mobile-dnd-area .popover-ios .item-ios {
    padding-left: 16px; }
  .mobile-creator .mobile-dnd-area .popover-ios .item-ios[detail-push] .item-inner,
  .mobile-creator .mobile-dnd-area .popover-ios button.item-ios:not([detail-none]) .item-inner,
  .mobile-creator .mobile-dnd-area .popover-ios a.item-ios:not([detail-none]) .item-inner {
    background-position: right 14px center; }
  .mobile-creator .mobile-dnd-area .popover-md .popover-content {
    border-radius: 2px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 250px;
    min-width: 0;
    min-height: 0;
    max-height: 90%;
    color: #000;
    background: #fff;
    box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.3); }
  .mobile-creator .mobile-dnd-area .popover-md .popover-viewport {
    opacity: 0;
    transition-delay: 100ms; }
  .mobile-creator .mobile-dnd-area .popover-wp .popover-content {
    border-radius: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 200px;
    min-width: 0;
    min-height: 0;
    max-height: 90%;
    border: 2px solid #ccc;
    color: #000;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .popover-wp .popover-viewport {
    opacity: 0;
    transition-delay: 100ms; }
  .mobile-creator .mobile-dnd-area .radio-ios {
    position: relative;
    display: inline-block; }
  .mobile-creator .mobile-dnd-area .radio-ios .radio-icon {
    position: relative;
    display: block;
    width: 16px;
    height: 21px; }
  .mobile-creator .mobile-dnd-area .radio-ios .radio-checked .radio-inner {
    left: 7px;
    top: 4px;
    position: absolute;
    width: 5px;
    height: 12px;
    border-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #327eff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-creator .mobile-dnd-area .radio-ios.radio-disabled,
  .mobile-creator .mobile-dnd-area .item-ios.item-radio-disabled ion-label {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item-ios .radio-ios {
    position: static;
    display: block;
    margin: 8px 11px 8px 8px; }
  .mobile-creator .mobile-dnd-area .item-ios .radio-ios[item-left], .mobile-creator .mobile-dnd-area .item-ios .radio-ios[item-start] {
    margin: 8px 21px 8px 3px; }
  .mobile-creator .mobile-dnd-area .item-radio.item-ios ion-label {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .item-radio-checked.item-ios ion-label {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-radio-ios-primary.item-radio-checked ion-label {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .radio-ios-primary .radio-checked {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .radio-ios-primary .radio-checked .radio-inner {
    border-color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-radio-ios-secondary.item-radio-checked ion-label {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .radio-ios-secondary .radio-checked {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .radio-ios-secondary .radio-checked .radio-inner {
    border-color: #32db64; }
  .mobile-creator .mobile-dnd-area .item-radio-ios-danger.item-radio-checked ion-label {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .radio-ios-danger .radio-checked {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .radio-ios-danger .radio-checked .radio-inner {
    border-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .item-radio-ios-light.item-radio-checked ion-label {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .radio-ios-light .radio-checked {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .radio-ios-light .radio-checked .radio-inner {
    border-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .item-radio-ios-dark.item-radio-checked ion-label {
    color: #222; }
  .mobile-creator .mobile-dnd-area .radio-ios-dark .radio-checked {
    color: #222; }
  .mobile-creator .mobile-dnd-area .radio-ios-dark .radio-checked .radio-inner {
    border-color: #222; }
  .mobile-creator .mobile-dnd-area .radio-md {
    position: relative;
    display: inline-block; }
  .mobile-creator .mobile-dnd-area .radio-md .radio-icon {
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 50%;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #787878; }
  .mobile-creator .mobile-dnd-area .radio-md .radio-inner {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #327eff;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    transition: -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1); }
  .mobile-creator .mobile-dnd-area .radio-md .radio-checked {
    border-color: #327eff; }
  .mobile-creator .mobile-dnd-area .radio-md .radio-checked .radio-inner {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .mobile-creator .mobile-dnd-area .radio-md.radio-disabled,
  .mobile-creator .mobile-dnd-area .item-md.item-radio-disabled ion-label {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item-md .radio-md {
    position: static;
    display: block;
    margin: 9px 10px 9px 0; }
  .mobile-creator .mobile-dnd-area .item-md .radio-md[item-left], .mobile-creator .mobile-dnd-area .item-md .radio-md[item-start] {
    margin: 11px 36px 10px 4px; }
  .mobile-creator .mobile-dnd-area .item-radio.item-md ion-label {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .item-radio-checked.item-md ion-label {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-radio-md-primary.item-radio-checked ion-label {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .radio-md-primary .radio-checked {
    border-color: #327eff; }
  .mobile-creator .mobile-dnd-area .radio-md-primary .radio-inner {
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .item-radio-md-secondary.item-radio-checked ion-label {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .radio-md-secondary .radio-checked {
    border-color: #32db64; }
  .mobile-creator .mobile-dnd-area .radio-md-secondary .radio-inner {
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .item-radio-md-danger.item-radio-checked ion-label {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .radio-md-danger .radio-checked {
    border-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .radio-md-danger .radio-inner {
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .item-radio-md-light.item-radio-checked ion-label {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .radio-md-light .radio-checked {
    border-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .radio-md-light .radio-inner {
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .item-radio-md-dark.item-radio-checked ion-label {
    color: #222; }
  .mobile-creator .mobile-dnd-area .radio-md-dark .radio-checked {
    border-color: #222; }
  .mobile-creator .mobile-dnd-area .radio-md-dark .radio-inner {
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .radio-wp {
    position: relative;
    display: inline-block; }
  .mobile-creator .mobile-dnd-area .radio-wp .radio-icon {
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 50%;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #333; }
  .mobile-creator .mobile-dnd-area .radio-wp .radio-inner {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    position: absolute;
    display: none;
    width: 8px;
    height: 8px;
    background-color: #333; }
  .mobile-creator .mobile-dnd-area .radio-wp .radio-checked {
    border-color: #327eff; }
  .mobile-creator .mobile-dnd-area .radio-wp .radio-checked .radio-inner {
    display: block; }
  .mobile-creator .mobile-dnd-area .radio-wp.radio-disabled,
  .mobile-creator .mobile-dnd-area .item-wp.item-radio-disabled ion-label {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item-wp .radio-wp {
    position: static;
    display: block;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin: 9px 20px 9px 4px; }
  .mobile-creator .mobile-dnd-area .item-wp .radio-wp[item-right], .mobile-creator .mobile-dnd-area .item-wp .radio-wp[item-end] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin: 11px 10px 10px 0; }
  .mobile-creator .mobile-dnd-area .item-radio.item-wp ion-label {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .radio-wp-primary .radio-checked {
    border-color: #327eff; }
  .mobile-creator .mobile-dnd-area .radio-wp-secondary .radio-checked {
    border-color: #32db64; }
  .mobile-creator .mobile-dnd-area .radio-wp-danger .radio-checked {
    border-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .radio-wp-light .radio-checked {
    border-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .radio-wp-dark .radio-checked {
    border-color: #222; }
  .mobile-creator .mobile-dnd-area .item-range .item-inner {
    overflow: visible;
    width: 100%; }
  .mobile-creator .mobile-dnd-area .item-range .input-wrapper {
    overflow: visible;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .mobile-creator .mobile-dnd-area .item-range ion-range {
    width: 100%; }
  .mobile-creator .mobile-dnd-area .item-range ion-range ion-label {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .mobile-creator .mobile-dnd-area ion-range {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .mobile-creator .mobile-dnd-area ion-range ion-label {
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial; }
  .mobile-creator .mobile-dnd-area ion-range ion-icon {
    min-height: 2.4rem;
    font-size: 2.4rem;
    line-height: 1; }
  .mobile-creator .mobile-dnd-area .range-slider {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer; }
  .mobile-creator .mobile-dnd-area .range-ios {
    padding: 8px 16px; }
  .mobile-creator .mobile-dnd-area .range-ios [range-left] {
    margin: 0 20px 0 0; }
  .mobile-creator .mobile-dnd-area .range-ios [range-right] {
    margin: 0 0 0 20px; }
  .mobile-creator .mobile-dnd-area .range-ios.range-has-pin {
    padding-top: 20px; }
  .mobile-creator .mobile-dnd-area .range-ios .range-slider {
    height: 42px; }
  .mobile-creator .mobile-dnd-area .range-ios .range-bar {
    left: 0;
    top: 21px;
    border-radius: 1px;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .range-ios.range-pressed .range-bar-active {
    will-change: left, right; }
  .mobile-creator .mobile-dnd-area .range-ios.range-pressed .range-knob-handle {
    will-change: left; }
  .mobile-creator .mobile-dnd-area .range-ios .range-bar-active {
    bottom: 0;
    width: auto;
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .range-ios .range-knob-handle {
    left: 0;
    top: 21px;
    margin-left: -21px;
    margin-top: -21px;
    text-align: center;
    position: absolute;
    width: 42px;
    height: 42px; }
  .mobile-creator .mobile-dnd-area .range-ios .range-knob {
    left: 7px;
    top: 7px;
    border-radius: 50%;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #fff;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.13), 0 0 0 1px rgba(0, 0, 0, 0.02);
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .range-ios .range-tick {
    margin-left: -0.5px;
    border-radius: 0;
    position: absolute;
    top: 17.5px;
    width: 1px;
    height: 8px;
    background: #bdbdbd;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .range-ios .range-tick-active {
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .range-ios .range-pin {
    text-align: center;
    border-radius: 50px;
    -webkit-transform: translate3d(0, 28px, 0) scale(0.01);
    transform: translate3d(0, 28px, 0) scale(0.01);
    position: relative;
    top: -20px;
    display: inline-block;
    min-width: 28px;
    font-size: 12px;
    color: #000;
    background: transparent;
    transition: -webkit-transform 120ms ease;
    transition: transform 120ms ease;
    transition: transform 120ms ease, -webkit-transform 120ms ease;
    padding: 8px; }
  .mobile-creator .mobile-dnd-area .range-ios .range-knob-pressed .range-pin {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  .mobile-creator .mobile-dnd-area .range-ios.range-disabled {
    opacity: .5; }
  .mobile-creator .mobile-dnd-area .range-ios-primary .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-ios-primary .range-tick-active {
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .range-ios-secondary .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-ios-secondary .range-tick-active {
    background: #32db64; }
  .mobile-creator .mobile-dnd-area .range-ios-danger .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-ios-danger .range-tick-active {
    background: #f53d3d; }
  .mobile-creator .mobile-dnd-area .range-ios-light .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-ios-light .range-tick-active {
    background: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .range-ios-dark .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-ios-dark .range-tick-active {
    background: #222; }
  .mobile-creator .mobile-dnd-area .range-md {
    padding: 8px; }
  .mobile-creator .mobile-dnd-area .range-md [range-left] {
    margin: 0 12px 0 0; }
  .mobile-creator .mobile-dnd-area .range-md [range-right] {
    margin: 0 0 0 12px; }
  .mobile-creator .mobile-dnd-area .range-md.range-has-pin {
    padding-top: 28px; }
  .mobile-creator .mobile-dnd-area .range-md .range-slider {
    height: 42px; }
  .mobile-creator .mobile-dnd-area .range-md .range-bar {
    left: 0;
    top: 21px;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #bdbdbd;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .range-md.range-pressed .range-bar-active {
    will-change: left, right; }
  .mobile-creator .mobile-dnd-area .range-md.range-pressed .range-knob-handle {
    will-change: left; }
  .mobile-creator .mobile-dnd-area .range-md .range-bar-active {
    bottom: 0;
    width: auto;
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .range-md .range-knob-handle {
    left: 0;
    top: 21px;
    margin-left: -21px;
    margin-top: -21px;
    text-align: center;
    position: absolute;
    width: 42px;
    height: 42px; }
  .mobile-creator .mobile-dnd-area .range-md .range-knob {
    left: 12px;
    top: 13px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: #327eff;
    -webkit-transform: scale(0.67);
    transform: scale(0.67);
    transition-duration: 120ms;
    transition-property: background-color, border, -webkit-transform;
    transition-property: transform, background-color, border;
    transition-property: transform, background-color, border, -webkit-transform;
    transition-timing-function: ease;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .range-md .range-tick {
    margin-left: -1px;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    z-index: 1;
    width: 2px;
    height: 2px;
    background: #000;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .range-md .range-tick-active {
    background: #000; }
  .mobile-creator .mobile-dnd-area .range-md .range-pin {
    padding: 8px 0;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 28px, 0) scale(0.01);
    transform: translate3d(0, 28px, 0) scale(0.01);
    position: relative;
    top: -20px;
    display: inline-block;
    min-width: 28px;
    height: 28px;
    font-size: 12px;
    color: #fff;
    background: #327eff;
    transition: background-color 120ms ease, -webkit-transform 120ms ease;
    transition: transform 120ms ease, background-color 120ms ease;
    transition: transform 120ms ease, background-color 120ms ease, -webkit-transform 120ms ease; }
  .mobile-creator .mobile-dnd-area .range-md .range-pin::before {
    left: 50%;
    top: 3px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    margin-left: -13px;
    position: absolute;
    z-index: -1;
    width: 26px;
    height: 26px;
    background: #327eff;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: background-color 120ms ease; }
  .mobile-creator .mobile-dnd-area .range-md .range-knob-pressed .range-pin {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  .mobile-creator .mobile-dnd-area .range-md:not(.range-has-pin) .range-knob-pressed .range-knob {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .mobile-creator .mobile-dnd-area .range-md .range-knob-min.range-knob-min .range-knob {
    border: 2px solid #bdbdbd;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .range-md .range-knob-min.range-knob-min .range-pin,
  .mobile-creator .mobile-dnd-area .range-md .range-knob-min.range-knob-min .range-pin::before {
    color: #fff;
    background: #bdbdbd; }
  .mobile-creator .mobile-dnd-area .range-md.range-disabled .range-bar-active {
    background-color: #bdbdbd; }
  .mobile-creator .mobile-dnd-area .range-md.range-disabled .range-knob {
    outline: 5px solid #fff;
    background-color: #bdbdbd;
    -webkit-transform: scale(0.55);
    transform: scale(0.55); }
  .mobile-creator .mobile-dnd-area .range-md-primary .range-md .range-knob-min.range-knob-min .range-knob {
    border: 2px solid #bdbdbd;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .range-md-primary .range-md .range-knob-min.range-knob-min .range-pin,
  .mobile-creator .mobile-dnd-area .range-md-primary .range-md .range-knob-min.range-knob-min .range-pin::before {
    color: #fff;
    background: #bdbdbd; }
  .mobile-creator .mobile-dnd-area .range-md-primary .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-md-primary .range-knob,
  .mobile-creator .mobile-dnd-area .range-md-primary .range-pin,
  .mobile-creator .mobile-dnd-area .range-md-primary .range-pin::before {
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .range-md-secondary .range-md .range-knob-min.range-knob-min .range-knob {
    border: 2px solid #bdbdbd;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .range-md-secondary .range-md .range-knob-min.range-knob-min .range-pin,
  .mobile-creator .mobile-dnd-area .range-md-secondary .range-md .range-knob-min.range-knob-min .range-pin::before {
    color: #fff;
    background: #bdbdbd; }
  .mobile-creator .mobile-dnd-area .range-md-secondary .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-md-secondary .range-knob,
  .mobile-creator .mobile-dnd-area .range-md-secondary .range-pin,
  .mobile-creator .mobile-dnd-area .range-md-secondary .range-pin::before {
    background: #32db64; }
  .mobile-creator .mobile-dnd-area .range-md-danger .range-md .range-knob-min.range-knob-min .range-knob {
    border: 2px solid #bdbdbd;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .range-md-danger .range-md .range-knob-min.range-knob-min .range-pin,
  .mobile-creator .mobile-dnd-area .range-md-danger .range-md .range-knob-min.range-knob-min .range-pin::before {
    color: #fff;
    background: #bdbdbd; }
  .mobile-creator .mobile-dnd-area .range-md-danger .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-md-danger .range-knob,
  .mobile-creator .mobile-dnd-area .range-md-danger .range-pin,
  .mobile-creator .mobile-dnd-area .range-md-danger .range-pin::before {
    background: #f53d3d; }
  .mobile-creator .mobile-dnd-area .range-md-light .range-md .range-knob-min.range-knob-min .range-knob {
    border: 2px solid #bdbdbd;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .range-md-light .range-md .range-knob-min.range-knob-min .range-pin,
  .mobile-creator .mobile-dnd-area .range-md-light .range-md .range-knob-min.range-knob-min .range-pin::before {
    color: #fff;
    background: #bdbdbd; }
  .mobile-creator .mobile-dnd-area .range-md-light .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-md-light .range-knob,
  .mobile-creator .mobile-dnd-area .range-md-light .range-pin,
  .mobile-creator .mobile-dnd-area .range-md-light .range-pin::before {
    background: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .range-md-dark .range-md .range-knob-min.range-knob-min .range-knob {
    border: 2px solid #bdbdbd;
    background: #fff; }
  .mobile-creator .mobile-dnd-area .range-md-dark .range-md .range-knob-min.range-knob-min .range-pin,
  .mobile-creator .mobile-dnd-area .range-md-dark .range-md .range-knob-min.range-knob-min .range-pin::before {
    color: #fff;
    background: #bdbdbd; }
  .mobile-creator .mobile-dnd-area .range-md-dark .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-md-dark .range-knob,
  .mobile-creator .mobile-dnd-area .range-md-dark .range-pin,
  .mobile-creator .mobile-dnd-area .range-md-dark .range-pin::before {
    background: #222; }
  .mobile-creator .mobile-dnd-area .range-wp {
    padding: 8px; }
  .mobile-creator .mobile-dnd-area .range-wp [range-left] {
    margin: 0 12px 0 0; }
  .mobile-creator .mobile-dnd-area .range-wp [range-right] {
    margin: 0 0 0 12px; }
  .mobile-creator .mobile-dnd-area .range-wp.range-has-pin {
    padding-top: 28px; }
  .mobile-creator .mobile-dnd-area .range-wp .range-slider {
    height: 42px; }
  .mobile-creator .mobile-dnd-area .range-wp .range-bar {
    left: 0;
    top: 21px;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #bdbdbd;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .range-wp.range-pressed .range-bar-active {
    will-change: left, right; }
  .mobile-creator .mobile-dnd-area .range-wp.range-pressed .range-knob-handle {
    will-change: left; }
  .mobile-creator .mobile-dnd-area .range-wp .range-bar-active {
    bottom: 0;
    width: auto;
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .range-wp .range-knob-handle {
    left: 0;
    top: 21px;
    margin-left: -21px;
    margin-top: -21px;
    text-align: center;
    position: absolute;
    width: 42px;
    height: 42px; }
  .mobile-creator .mobile-dnd-area .range-wp .range-knob {
    left: 17px;
    top: 10px;
    border-radius: 4px;
    position: absolute;
    width: 8px;
    height: 24px;
    background: #327eff;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .range-wp .range-tick {
    margin-left: -1px;
    border-radius: 4px;
    position: absolute;
    top: 19px;
    width: 2px;
    height: 6px;
    background: #bdbdbd;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .range-wp .range-tick-active {
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .range-wp .range-pin {
    text-align: center;
    border-radius: 50px;
    -webkit-transform: translate3d(0, 28px, 0) scale(0.01);
    transform: translate3d(0, 28px, 0) scale(0.01);
    position: relative;
    top: -24px;
    display: inline-block;
    min-width: 28px;
    font-size: 12px;
    color: #fff;
    background: #327eff;
    transition: -webkit-transform 120ms ease;
    transition: transform 120ms ease;
    transition: transform 120ms ease, -webkit-transform 120ms ease;
    padding: 8px; }
  .mobile-creator .mobile-dnd-area .range-wp .range-knob-pressed .range-pin {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  .mobile-creator .mobile-dnd-area .range-wp.range-disabled {
    opacity: .5; }
  .mobile-creator .mobile-dnd-area .range-wp-primary .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-wp-primary .range-tick-active,
  .mobile-creator .mobile-dnd-area .range-wp-primary .range-knob,
  .mobile-creator .mobile-dnd-area .range-wp-primary .range-pin {
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .range-wp-secondary .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-wp-secondary .range-tick-active,
  .mobile-creator .mobile-dnd-area .range-wp-secondary .range-knob,
  .mobile-creator .mobile-dnd-area .range-wp-secondary .range-pin {
    background: #32db64; }
  .mobile-creator .mobile-dnd-area .range-wp-danger .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-wp-danger .range-tick-active,
  .mobile-creator .mobile-dnd-area .range-wp-danger .range-knob,
  .mobile-creator .mobile-dnd-area .range-wp-danger .range-pin {
    background: #f53d3d; }
  .mobile-creator .mobile-dnd-area .range-wp-light .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-wp-light .range-tick-active,
  .mobile-creator .mobile-dnd-area .range-wp-light .range-knob,
  .mobile-creator .mobile-dnd-area .range-wp-light .range-pin {
    background: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .range-wp-dark .range-bar-active,
  .mobile-creator .mobile-dnd-area .range-wp-dark .range-tick-active,
  .mobile-creator .mobile-dnd-area .range-wp-dark .range-knob,
  .mobile-creator .mobile-dnd-area .range-wp-dark .range-pin {
    background: #222; }
  .mobile-creator .mobile-dnd-area ion-refresher {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    display: none;
    width: 100%;
    height: 60px; }
  .mobile-creator .mobile-dnd-area ion-refresher.refresher-active {
    display: block; }
  .mobile-creator .mobile-dnd-area .has-refresher > .scroll-content {
    margin-top: -1px;
    border-top: 1px solid #ddd;
    transition: -webkit-transform 320ms cubic-bezier(0.36, 0.66, 0.04, 1);
    transition: transform 320ms cubic-bezier(0.36, 0.66, 0.04, 1);
    transition: transform 320ms cubic-bezier(0.36, 0.66, 0.04, 1), -webkit-transform 320ms cubic-bezier(0.36, 0.66, 0.04, 1); }
  .mobile-creator .mobile-dnd-area ion-refresher-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
  .mobile-creator .mobile-dnd-area .refresher-pulling,
  .mobile-creator .mobile-dnd-area .refresher-refreshing {
    display: none;
    width: 100%; }
  .mobile-creator .mobile-dnd-area .refresher-pulling-icon,
  .mobile-creator .mobile-dnd-area .refresher-refreshing-icon {
    text-align: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    font-size: 30px;
    color: #000;
    transition: 200ms; }
  .mobile-creator .mobile-dnd-area .refresher-pulling-text,
  .mobile-creator .mobile-dnd-area .refresher-refreshing-text {
    text-align: center;
    font-size: 16px;
    color: #000; }
  .mobile-creator .mobile-dnd-area .refresher-refreshing .spinner-ios line,
  .mobile-creator .mobile-dnd-area .refresher-refreshing .spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .refresher-refreshing .spinner-crescent circle {
    stroke: #000; }
  .mobile-creator .mobile-dnd-area .refresher-refreshing .spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .refresher-refreshing .spinner-circles circle,
  .mobile-creator .mobile-dnd-area .refresher-refreshing .spinner-dots circle {
    fill: #000; }
  .mobile-creator .mobile-dnd-area ion-refresher-content[state=pulling] .refresher-pulling {
    display: block; }
  .mobile-creator .mobile-dnd-area ion-refresher-content[state=ready] .refresher-pulling {
    display: block; }
  .mobile-creator .mobile-dnd-area ion-refresher-content[state=ready] .refresher-pulling-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mobile-creator .mobile-dnd-area ion-refresher-content[state=refreshing] .refresher-refreshing {
    display: block; }
  .mobile-creator .mobile-dnd-area ion-refresher-content[state=cancelling] .refresher-pulling {
    display: block; }
  .mobile-creator .mobile-dnd-area ion-refresher-content[state=cancelling] .refresher-pulling-icon {
    -webkit-transform: scale(0);
    transform: scale(0); }
  .mobile-creator .mobile-dnd-area ion-refresher-content[state=completing] .refresher-refreshing {
    display: block; }
  .mobile-creator .mobile-dnd-area ion-refresher-content[state=completing] .refresher-refreshing-icon {
    -webkit-transform: scale(0);
    transform: scale(0); }
  .mobile-creator .mobile-dnd-area ion-scroll {
    position: relative;
    display: block; }
  .mobile-creator .mobile-dnd-area ion-scroll.scroll-x .scroll-content {
    overflow-x: auto; }
  .mobile-creator .mobile-dnd-area ion-scroll.scroll-y .scroll-content {
    overflow-y: auto; }
  .mobile-creator .mobile-dnd-area ion-scroll[center] .scroll-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mobile-creator .mobile-dnd-area ion-scroll .scroll-content {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .mobile-creator .mobile-dnd-area ion-searchbar {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .mobile-creator .mobile-dnd-area .searchbar-icon {
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .searchbar-input-container {
    position: relative;
    display: block;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%; }
  .mobile-creator .mobile-dnd-area .searchbar-input {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0;
    font-family: inherit; }
  .mobile-creator .mobile-dnd-area .searchbar-clear-icon {
    margin: 0;
    padding: 0;
    display: none;
    min-height: 0; }
  .mobile-creator .mobile-dnd-area .searchbar-has-value.searchbar-has-focus .searchbar-clear-icon {
    display: block; }
  .mobile-creator .mobile-dnd-area .searchbar-ios {
    padding: 0 8px;
    min-height: 44px;
    border-top: 0.55px solid transparent;
    border-bottom: 0.55px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.2); }
  .mobile-creator .mobile-dnd-area .searchbar-ios .searchbar-search-icon {
    left: 9px;
    top: 9px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(0,%200,%200,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
    margin-left: calc(50% - 60px);
    position: absolute;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 13px; }
  .mobile-creator .mobile-dnd-area .searchbar-ios .searchbar-input {
    padding: 0 28px;
    border-radius: 5px;
    height: 3rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .searchbar-ios .searchbar-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .searchbar-ios .searchbar-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .searchbar-ios .searchbar-input::-webkit-input-placeholder {
    text-indent: 0;
    color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .searchbar-ios .searchbar-clear-icon {
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
    background-position: center;
    position: absolute;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 18px; }
  .mobile-creator .mobile-dnd-area .searchbar-ios .searchbar-ios-cancel {
    padding: 0 0 0 8px;
    margin-left: 0;
    display: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 30px;
    cursor: pointer; }
  .mobile-creator .mobile-dnd-area .searchbar-ios.searchbar-left-aligned .searchbar-search-icon {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .searchbar-ios.searchbar-left-aligned .searchbar-input {
    padding-left: 30px; }
  .mobile-creator .mobile-dnd-area .searchbar-ios.searchbar-show-cancel.searchbar-has-focus .searchbar-ios-cancel {
    display: block; }
  .mobile-creator .mobile-dnd-area .toolbar .searchbar-ios {
    border-bottom-width: 0;
    background: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar .searchbar-ios .searchbar-input {
    background: rgba(0, 0, 0, 0.08); }
  .mobile-creator .mobile-dnd-area .toolbar .searchbar-ios .searchbar-ios-cancel {
    padding: 0; }
  .mobile-creator .mobile-dnd-area .toolbar .searchbar-ios.searchbar-has-focus .searchbar-ios-cancel {
    padding-left: 8px; }
  .mobile-creator .mobile-dnd-area .searchbar-ios .searchbar-md-cancel {
    display: none; }
  .mobile-creator .mobile-dnd-area .searchbar-ios-primary .searchbar-ios-cancel {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .searchbar-ios-primary .searchbar-ios-cancel:hover:not(.disable-hover) {
    color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .searchbar-ios .searchbar-search-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>"); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .searchbar-ios .searchbar-input {
    color: #fff;
    background: rgba(255, 255, 255, 0.08); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .searchbar-ios .searchbar-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .searchbar-ios .searchbar-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .searchbar-ios .searchbar-input::-webkit-input-placeholder {
    text-indent: 0;
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .searchbar-ios .searchbar-clear-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>"); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .searchbar-ios .searchbar-ios-cancel {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .searchbar-ios-secondary .searchbar-ios-cancel {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .searchbar-ios-secondary .searchbar-ios-cancel:hover:not(.disable-hover) {
    color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .searchbar-ios .searchbar-search-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>"); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .searchbar-ios .searchbar-input {
    color: #fff;
    background: rgba(255, 255, 255, 0.08); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .searchbar-ios .searchbar-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .searchbar-ios .searchbar-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .searchbar-ios .searchbar-input::-webkit-input-placeholder {
    text-indent: 0;
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .searchbar-ios .searchbar-clear-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>"); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .searchbar-ios .searchbar-ios-cancel {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .searchbar-ios-danger .searchbar-ios-cancel {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .searchbar-ios-danger .searchbar-ios-cancel:hover:not(.disable-hover) {
    color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .searchbar-ios .searchbar-search-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>"); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .searchbar-ios .searchbar-input {
    color: #fff;
    background: rgba(255, 255, 255, 0.08); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .searchbar-ios .searchbar-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .searchbar-ios .searchbar-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .searchbar-ios .searchbar-input::-webkit-input-placeholder {
    text-indent: 0;
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .searchbar-ios .searchbar-clear-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>"); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .searchbar-ios .searchbar-ios-cancel {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .searchbar-ios-light .searchbar-ios-cancel {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .searchbar-ios-light .searchbar-ios-cancel:hover:not(.disable-hover) {
    color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .searchbar-ios .searchbar-search-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(0,%200,%200,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>"); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .searchbar-ios .searchbar-input {
    color: #000;
    background: rgba(0, 0, 0, 0.08); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .searchbar-ios .searchbar-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .searchbar-ios .searchbar-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .searchbar-ios .searchbar-input::-webkit-input-placeholder {
    text-indent: 0;
    color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .searchbar-ios .searchbar-clear-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>"); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .searchbar-ios .searchbar-ios-cancel {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .searchbar-ios-dark .searchbar-ios-cancel {
    color: #222; }
  .mobile-creator .mobile-dnd-area .searchbar-ios-dark .searchbar-ios-cancel:hover:not(.disable-hover) {
    color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .searchbar-ios .searchbar-search-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>"); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .searchbar-ios .searchbar-input {
    color: #fff;
    background: rgba(255, 255, 255, 0.08); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .searchbar-ios .searchbar-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .searchbar-ios .searchbar-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .searchbar-ios .searchbar-input::-webkit-input-placeholder {
    text-indent: 0;
    color: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .searchbar-ios .searchbar-clear-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>"); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .searchbar-ios .searchbar-ios-cancel {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .searchbar-ios.searchbar-animated.searchbar-show-cancel .searchbar-ios-cancel {
    display: block; }
  .mobile-creator .mobile-dnd-area .searchbar-ios.searchbar-animated .searchbar-search-icon,
  .mobile-creator .mobile-dnd-area .searchbar-ios.searchbar-animated .searchbar-input {
    transition: all 300ms ease; }
  .mobile-creator .mobile-dnd-area .searchbar-animated.searchbar-has-focus .searchbar-ios-cancel {
    opacity: 1;
    pointer-events: auto; }
  .mobile-creator .mobile-dnd-area .searchbar-animated .searchbar-ios-cancel {
    margin-right: -100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: all 300ms ease;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .searchbar-md {
    background: inherit;
    padding: 8px; }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-search-icon {
    left: 16px;
    top: 11px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='%235b5b5b'%20d='M337.509,305.372h-17.501l-6.571-5.486c20.791-25.232,33.922-57.054,33.922-93.257C347.358,127.632,283.896,64,205.135,64C127.452,64,64,127.632,64,206.629s63.452,142.628,142.225,142.628c35.011,0,67.831-13.167,92.991-34.008l6.561,5.487v17.551L415.18,448L448,415.086L337.509,305.372z%20M206.225,305.372c-54.702,0-98.463-43.887-98.463-98.743c0-54.858,43.761-98.742,98.463-98.742c54.7,0,98.462,43.884,98.462,98.742C304.687,261.485,260.925,305.372,206.225,305.372z'/></svg>");
    width: 21px;
    height: 21px; }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-md-cancel {
    left: 10px;
    top: 0;
    margin: 0;
    display: none;
    width: 21px;
    height: 100%; }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-search-icon,
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-md-cancel {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 20px; }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-search-icon.activated,
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-md-cancel.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-input {
    padding: 6px 55px;
    border-radius: 2px;
    background-position: left 8px center;
    height: auto;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3rem;
    color: #141414;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-input::-moz-placeholder {
    color: #aeaeae; }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-input:-ms-input-placeholder {
    color: #aeaeae; }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-input::-webkit-input-placeholder {
    text-indent: 0;
    color: #aeaeae; }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-clear-icon {
    right: 13px;
    top: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><polygon%20fill='%235b5b5b'%20points='405,136.798%20375.202,107%20256,226.202%20136.798,107%20107,136.798%20226.202,256%20107,375.202%20136.798,405%20256,285.798%20375.202,405%20405,375.202%20285.798,256'/></svg>");
    padding: 0;
    background-position: center;
    position: absolute;
    width: 22px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 22px; }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-clear-icon.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .searchbar-md.searchbar-has-focus.searchbar-show-cancel .searchbar-search-icon {
    display: none; }
  .mobile-creator .mobile-dnd-area .searchbar-md.searchbar-has-focus.searchbar-show-cancel .searchbar-md-cancel {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .mobile-creator .mobile-dnd-area .toolbar .searchbar-md {
    padding: 3px; }
  .mobile-creator .mobile-dnd-area .toolbar .searchbar-md .searchbar-md-cancel {
    left: 14px; }
  .mobile-creator .mobile-dnd-area .searchbar-md .searchbar-ios-cancel {
    display: none; }
  .mobile-creator .mobile-dnd-area .searchbar-wp {
    background: transparent;
    padding: 8px; }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-input-container {
    border: 2px solid rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-search-icon {
    right: 8px;
    top: 5px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='%23858585'%20d='M337.509,305.372h-17.501l-6.571-5.486c20.791-25.232,33.922-57.054,33.922-93.257C347.358,127.632,283.896,64,205.135,64C127.452,64,64,127.632,64,206.629s63.452,142.628,142.225,142.628c35.011,0,67.831-13.167,92.991-34.008l6.561,5.487v17.551L415.18,448L448,415.086L337.509,305.372z%20M206.225,305.372c-54.702,0-98.463-43.887-98.463-98.743c0-54.858,43.761-98.742,98.463-98.742c54.7,0,98.462,43.884,98.462,98.742C304.687,261.485,260.925,305.372,206.225,305.372z'/></svg>");
    position: absolute;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: 20px; }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-search-icon.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-input {
    padding: 0 8px;
    border-radius: 0;
    background-position: left 8px center;
    height: auto;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3rem;
    color: #141414;
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-input::-moz-placeholder {
    color: #858585; }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-input:-ms-input-placeholder {
    color: #858585; }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-input::-webkit-input-placeholder {
    text-indent: 0;
    color: #858585; }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-clear-icon {
    right: 8px;
    top: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><polygon%20fill='%23858585'%20points='405,136.798%20375.202,107%20256,226.202%20136.798,107%20107,136.798%20226.202,256%20107,375.202%20136.798,405%20256,285.798%20375.202,405%20405,375.202%20285.798,256'/></svg>");
    padding: 0;
    background-position: center;
    position: absolute;
    width: 22px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 22px; }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-clear-icon.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .searchbar-wp.searchbar-has-focus .searchbar-input-container {
    border-color: #327eff; }
  .mobile-creator .mobile-dnd-area .searchbar-wp.searchbar-has-value .searchbar-search-icon {
    display: none; }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-ios-cancel {
    display: none; }
  .mobile-creator .mobile-dnd-area .searchbar-wp .searchbar-md-cancel {
    display: none; }
  .mobile-creator .mobile-dnd-area .toolbar .searchbar-wp {
    padding: 2px; }
  .mobile-creator .mobile-dnd-area .searchbar-wp-primary.searchbar-has-focus .searchbar-input-container {
    border-color: #327eff; }
  .mobile-creator .mobile-dnd-area .searchbar-wp-secondary.searchbar-has-focus .searchbar-input-container {
    border-color: #32db64; }
  .mobile-creator .mobile-dnd-area .searchbar-wp-danger.searchbar-has-focus .searchbar-input-container {
    border-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .searchbar-wp-light.searchbar-has-focus .searchbar-input-container {
    border-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .searchbar-wp-dark.searchbar-has-focus .searchbar-input-container {
    border-color: #222; }
  .mobile-creator .mobile-dnd-area .segment-ios .segment-button {
    border-width: 1px;
    border-style: solid;
    border-color: #327eff;
    font-size: 1.3rem;
    line-height: 3rem;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .segment-ios .segment-button ion-icon {
    font-size: 2.6rem;
    line-height: 2.8rem; }
  .mobile-creator .mobile-dnd-area .segment-ios .segment-button.segment-activated {
    color: #fff;
    background-color: #327eff;
    opacity: 1;
    transition: 100ms all linear; }
  .mobile-creator .mobile-dnd-area .segment-ios .segment-button:hover:not(.segment-activated) {
    background-color: rgba(50, 126, 255, 0.1);
    transition: 100ms all linear; }
  .mobile-creator .mobile-dnd-area .segment-ios .segment-button:active:not(.segment-activated) {
    background-color: rgba(50, 126, 255, 0.16);
    transition: 100ms all linear; }
  .mobile-creator .mobile-dnd-area [dir="rtl"] .segment-ios .segment-button:first-of-type {
    border-left-width: 0; }
  .mobile-creator .mobile-dnd-area [dir="rtl"] .segment-ios .segment-button:last-of-type {
    border-left-width: 1px; }
  .mobile-creator .mobile-dnd-area .segment-ios.segment-disabled {
    opacity: .4;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .segment-ios .segment-button-disabled {
    color: rgba(50, 126, 255, 0.3);
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .toolbar-ios .segment-ios {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute; }
  .mobile-creator .mobile-dnd-area .toolbar-ios .segment-button {
    max-width: 100px;
    height: 2.6rem;
    font-size: 1.2rem;
    line-height: 2.5rem; }
  .mobile-creator .mobile-dnd-area .toolbar-ios .segment-button ion-icon {
    font-size: 2.2rem;
    line-height: 2.4rem; }
  .mobile-creator .mobile-dnd-area .segment-ios-primary .segment-button {
    border-color: #327eff;
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .segment-ios-primary .segment-button:hover:not(.segment-activated) {
    background-color: rgba(50, 126, 255, 0.1); }
  .mobile-creator .mobile-dnd-area .segment-ios-primary .segment-button:active:not(.segment-activated) {
    background-color: rgba(50, 126, 255, 0.16); }
  .mobile-creator .mobile-dnd-area .segment-ios-primary .segment-button.segment-activated {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .segment-ios-primary .segment-button-disabled {
    color: rgba(50, 126, 255, 0.3); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .segment-ios .segment-button.segment-activated {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .segment-ios-secondary .segment-button {
    border-color: #32db64;
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .segment-ios-secondary .segment-button:hover:not(.segment-activated) {
    background-color: rgba(50, 219, 100, 0.1); }
  .mobile-creator .mobile-dnd-area .segment-ios-secondary .segment-button:active:not(.segment-activated) {
    background-color: rgba(50, 219, 100, 0.16); }
  .mobile-creator .mobile-dnd-area .segment-ios-secondary .segment-button.segment-activated {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .segment-ios-secondary .segment-button-disabled {
    color: rgba(50, 219, 100, 0.3); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .segment-ios .segment-button.segment-activated {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .segment-ios-danger .segment-button {
    border-color: #f53d3d;
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .segment-ios-danger .segment-button:hover:not(.segment-activated) {
    background-color: rgba(245, 61, 61, 0.1); }
  .mobile-creator .mobile-dnd-area .segment-ios-danger .segment-button:active:not(.segment-activated) {
    background-color: rgba(245, 61, 61, 0.16); }
  .mobile-creator .mobile-dnd-area .segment-ios-danger .segment-button.segment-activated {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .segment-ios-danger .segment-button-disabled {
    color: rgba(245, 61, 61, 0.3); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .segment-ios .segment-button.segment-activated {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .segment-ios-light .segment-button {
    border-color: #f4f4f4;
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .segment-ios-light .segment-button:hover:not(.segment-activated) {
    background-color: rgba(244, 244, 244, 0.1); }
  .mobile-creator .mobile-dnd-area .segment-ios-light .segment-button:active:not(.segment-activated) {
    background-color: rgba(244, 244, 244, 0.16); }
  .mobile-creator .mobile-dnd-area .segment-ios-light .segment-button.segment-activated {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .segment-ios-light .segment-button-disabled {
    color: rgba(244, 244, 244, 0.3); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .segment-ios .segment-button.segment-activated {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .segment-ios-dark .segment-button {
    border-color: #222;
    color: #222; }
  .mobile-creator .mobile-dnd-area .segment-ios-dark .segment-button:hover:not(.segment-activated) {
    background-color: rgba(34, 34, 34, 0.1); }
  .mobile-creator .mobile-dnd-area .segment-ios-dark .segment-button:active:not(.segment-activated) {
    background-color: rgba(34, 34, 34, 0.16); }
  .mobile-creator .mobile-dnd-area .segment-ios-dark .segment-button.segment-activated {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .segment-ios-dark .segment-button-disabled {
    color: rgba(34, 34, 34, 0.3); }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .segment-ios .segment-button.segment-activated {
    color: #222; }
  .mobile-creator .mobile-dnd-area .segment-md .segment-button {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    height: 4.2rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 4rem;
    text-transform: uppercase;
    color: #327eff;
    background-color: transparent;
    opacity: 0.7;
    transition: 100ms all linear;
    padding: 0 6px; }
  .mobile-creator .mobile-dnd-area .segment-md .segment-button ion-icon {
    font-size: 2.6rem;
    line-height: 4rem; }
  .mobile-creator .mobile-dnd-area .segment-md .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-md .segment-button.segment-activated {
    border-color: #327eff;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-md.segment-disabled,
  .mobile-creator .mobile-dnd-area .segment-md .segment-button-disabled {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .toolbar .segment-md {
    margin: 0 auto; }
  .mobile-creator .mobile-dnd-area .toolbar .segment-md .segment-button.activated,
  .mobile-creator .mobile-dnd-area .toolbar .segment-md .segment-button.segment-activated {
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-md-primary .segment-button {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .segment-md-primary .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-md-primary .segment-button.segment-activated {
    border-color: #327eff;
    color: #327eff;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-md-secondary .segment-button {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .segment-md-secondary .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-md-secondary .segment-button.segment-activated {
    border-color: #32db64;
    color: #32db64;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-md-danger .segment-button {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .segment-md-danger .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-md-danger .segment-button.segment-activated {
    border-color: #f53d3d;
    color: #f53d3d;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-md-light .segment-button {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .segment-md-light .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-md-light .segment-button.segment-activated {
    border-color: #f4f4f4;
    color: #f4f4f4;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-md-dark .segment-button {
    color: #222; }
  .mobile-creator .mobile-dnd-area .segment-md-dark .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-md-dark .segment-button.segment-activated {
    border-color: #222;
    color: #222;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-wp {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .mobile-creator .mobile-dnd-area .segment-wp .segment-button {
    height: 4rem;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 4rem;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    opacity: 0.5;
    padding: 0 6px; }
  .mobile-creator .mobile-dnd-area .segment-wp .segment-button.segment-activated {
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-wp .segment-button ion-icon {
    font-size: 2.6rem;
    line-height: 4rem; }
  .mobile-creator .mobile-dnd-area .segment-wp.segment-disabled,
  .mobile-creator .mobile-dnd-area .segment-wp .segment-button-disabled {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .toolbar .segment-wp {
    margin: 0 auto; }
  .mobile-creator .mobile-dnd-area .segment-wp-primary .segment-button {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .segment-wp-primary .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-wp-primary .segment-button.segment-activated {
    border-color: #327eff;
    color: #327eff;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-wp-secondary .segment-button {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .segment-wp-secondary .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-wp-secondary .segment-button.segment-activated {
    border-color: #32db64;
    color: #32db64;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-wp-danger .segment-button {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .segment-wp-danger .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-wp-danger .segment-button.segment-activated {
    border-color: #f53d3d;
    color: #f53d3d;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-wp-light .segment-button {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .segment-wp-light .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-wp-light .segment-button.segment-activated {
    border-color: #f4f4f4;
    color: #f4f4f4;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .segment-wp-dark .segment-button {
    color: #222; }
  .mobile-creator .mobile-dnd-area .segment-wp-dark .segment-button.activated, .mobile-creator .mobile-dnd-area .segment-wp-dark .segment-button.segment-activated {
    border-color: #222;
    color: #222;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area ion-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 45%; }
  .mobile-creator .mobile-dnd-area .select-text {
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 16px;
    font-size: inherit;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mobile-creator .mobile-dnd-area .item-multiple-inputs ion-select {
    position: relative; }
  .mobile-creator .mobile-dnd-area .select-disabled,
  .mobile-creator .mobile-dnd-area .item-select-disabled ion-label {
    opacity: .4;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .select-popover ion-list {
    margin: -1px 0; }
  .mobile-creator .mobile-dnd-area .select-ios {
    padding: 11px 8px 11px 16px; }
  .mobile-creator .mobile-dnd-area .select-ios .select-placeholder {
    color: #999; }
  .mobile-creator .mobile-dnd-area .select-ios .select-icon {
    position: relative;
    width: 12px;
    height: 18px; }
  .mobile-creator .mobile-dnd-area .select-ios .select-icon .select-icon-inner {
    left: 5px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #999;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .select-md {
    padding: 13px 8px 13px 16px; }
  .mobile-creator .mobile-dnd-area .select-md .select-placeholder {
    color: #999; }
  .mobile-creator .mobile-dnd-area .select-md .item-select ion-label {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .select-md .select-icon {
    position: relative;
    width: 12px;
    height: 19px; }
  .mobile-creator .mobile-dnd-area .select-md .select-icon .select-icon-inner {
    left: 5px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #999;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .select-wp {
    margin: 13px 8px;
    padding: 0 8px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.5);
    line-height: 3rem; }
  .mobile-creator .mobile-dnd-area .select-wp .select-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .item-wp.item-select ion-label {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .select-wp .select-icon {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 18px;
    height: 18px; }
  .mobile-creator .mobile-dnd-area .select-wp .select-icon .select-icon-inner {
    left: 5px;
    top: 3px;
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    border-right: 2px solid rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .select-wp .select-text {
    min-height: 3rem; }
  .mobile-creator .mobile-dnd-area .hidden-show-when {
    display: none !important; }
  .mobile-creator .mobile-dnd-area .hidden-hide-when {
    display: none !important; }
  .mobile-creator .mobile-dnd-area .swiper-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .mobile-creator .mobile-dnd-area .swiper-container-no-flexbox .swiper-slide {
    float: left; }
  .mobile-creator .mobile-dnd-area .swiper-container-vertical > .swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mobile-creator .mobile-dnd-area .swiper-wrapper {
    padding: 0;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box; }
  .mobile-creator .mobile-dnd-area .swiper-container-android .swiper-slide,
  .mobile-creator .mobile-dnd-area .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mobile-creator .mobile-dnd-area .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mobile-creator .mobile-dnd-area .swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out; }
  .mobile-creator .mobile-dnd-area .swiper-slide {
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    box-sizing: border-box; }
  .mobile-creator .mobile-dnd-area .swiper-container-autoheight,
  .mobile-creator .mobile-dnd-area .swiper-container-autoheight .swiper-slide {
    height: auto; }
  .mobile-creator .mobile-dnd-area .swiper-container-autoheight .swiper-wrapper {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform; }
  .mobile-creator .mobile-dnd-area .swiper-container .swiper-notification {
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1000;
    opacity: 0;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  .mobile-creator .mobile-dnd-area .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }
  .mobile-creator .mobile-dnd-area .swiper-button-prev,
  .mobile-creator .mobile-dnd-area .swiper-button-next {
    top: 50%;
    margin-top: -22px;
    background-position: center;
    position: absolute;
    z-index: 10;
    width: 27px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer; }
  .mobile-creator .mobile-dnd-area .swiper-button-prev.swiper-button-disabled,
  .mobile-creator .mobile-dnd-area .swiper-button-next.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .swiper-button-prev,
  .mobile-creator .mobile-dnd-area .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); }
  .mobile-creator .mobile-dnd-area .swiper-button-prev.swiper-button-black,
  .mobile-creator .mobile-dnd-area .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  .mobile-creator .mobile-dnd-area .swiper-button-prev.swiper-button-white,
  .mobile-creator .mobile-dnd-area .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .mobile-creator .mobile-dnd-area .swiper-button-next,
  .mobile-creator .mobile-dnd-area .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); }
  .mobile-creator .mobile-dnd-area .swiper-button-next.swiper-button-black,
  .mobile-creator .mobile-dnd-area .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  .mobile-creator .mobile-dnd-area .swiper-button-next.swiper-button-white,
  .mobile-creator .mobile-dnd-area .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .mobile-creator .mobile-dnd-area .swiper-pagination {
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    z-index: 10;
    transition: 300ms;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .mobile-creator .mobile-dnd-area .swiper-pagination-fraction,
  .mobile-creator .mobile-dnd-area .swiper-pagination-custom,
  .mobile-creator .mobile-dnd-area .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 0;
    bottom: 10px;
    width: 100%; }
  .mobile-creator .mobile-dnd-area .swiper-pagination-bullet {
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    opacity: .2;
    pointer-events: auto; }
  .mobile-creator .mobile-dnd-area button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .mobile-creator .mobile-dnd-area .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1; }
  .mobile-creator .mobile-dnd-area .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000; }
  .mobile-creator .mobile-dnd-area .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .mobile-creator .mobile-dnd-area .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block; }
  .mobile-creator .mobile-dnd-area .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px; }
  .mobile-creator .mobile-dnd-area .swiper-pagination-progress {
    position: absolute;
    background: rgba(0, 0, 0, 0.25); }
  .mobile-creator .mobile-dnd-area .swiper-pagination-progress .swiper-pagination-progressbar {
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #007aff;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .mobile-creator .mobile-dnd-area .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  .mobile-creator .mobile-dnd-area .swiper-container-horizontal > .swiper-pagination-progress {
    left: 0;
    top: 0;
    width: 100%;
    height: 4px; }
  .mobile-creator .mobile-dnd-area .swiper-container-vertical > .swiper-pagination-progress {
    left: 0;
    top: 0;
    width: 4px;
    height: 100%; }
  .mobile-creator .mobile-dnd-area .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5); }
  .mobile-creator .mobile-dnd-area .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000; }
  .mobile-creator .mobile-dnd-area .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px; }
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-wrapper,
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide,
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-left,
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-right,
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-top,
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-bottom,
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-left,
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-right,
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-top,
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-bottom {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
  .mobile-creator .mobile-dnd-area .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }
  .mobile-creator .mobile-dnd-area .swiper-container-coverflow .swiper-wrapper,
  .mobile-creator .mobile-dnd-area .swiper-container-flip .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px; }
  .mobile-creator .mobile-dnd-area .swiper-container-cube,
  .mobile-creator .mobile-dnd-area .swiper-container-flip {
    overflow: visible; }
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide,
  .mobile-creator .mobile-dnd-area .swiper-container-flip .swiper-slide {
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide .swiper-slide,
  .mobile-creator .mobile-dnd-area .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide-active,
  .mobile-creator .mobile-dnd-area .swiper-container-flip .swiper-slide-active,
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide-active .swiper-slide-active,
  .mobile-creator .mobile-dnd-area .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide-shadow-top,
  .mobile-creator .mobile-dnd-area .swiper-container-flip .swiper-slide-shadow-top,
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide-shadow-bottom,
  .mobile-creator .mobile-dnd-area .swiper-container-flip .swiper-slide-shadow-bottom,
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide-shadow-left,
  .mobile-creator .mobile-dnd-area .swiper-container-flip .swiper-slide-shadow-left,
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide-shadow-right,
  .mobile-creator .mobile-dnd-area .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    visibility: hidden; }
  .mobile-creator .mobile-dnd-area .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide-active,
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide-next,
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide-prev,
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-slide-next + .swiper-slide {
    visibility: visible;
    pointer-events: auto; }
  .mobile-creator .mobile-dnd-area .swiper-container-cube .swiper-cube-shadow {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px); }
  .mobile-creator .mobile-dnd-area .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out; }
  .mobile-creator .mobile-dnd-area .swiper-container-fade .swiper-slide {
    transition-property: opacity;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .swiper-container-fade .swiper-slide-active,
  .mobile-creator .mobile-dnd-area .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .mobile-creator .mobile-dnd-area .swiper-zoom-container {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .mobile-creator .mobile-dnd-area .swiper-zoom-container > img,
  .mobile-creator .mobile-dnd-area .swiper-zoom-container > svg,
  .mobile-creator .mobile-dnd-area .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  .mobile-creator .mobile-dnd-area .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    -ms-touch-action: none;
    touch-action: none; }
  .mobile-creator .mobile-dnd-area .swiper-container-horizontal > .swiper-scrollbar {
    left: 1%;
    bottom: 3px;
    position: absolute;
    z-index: 50;
    width: 98%;
    height: 5px; }
  .mobile-creator .mobile-dnd-area .swiper-container-vertical > .swiper-scrollbar {
    right: 3px;
    top: 1%;
    position: absolute;
    z-index: 50;
    width: 5px;
    height: 98%; }
  .mobile-creator .mobile-dnd-area .swiper-scrollbar-drag {
    left: 0;
    top: 0;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .mobile-creator .mobile-dnd-area .swiper-scrollbar-cursor-drag {
    cursor: move; }
  .mobile-creator .mobile-dnd-area .swiper-lazy-preloader {
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    position: absolute;
    z-index: 10;
    width: 42px;
    height: 42px;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite; }
  .mobile-creator .mobile-dnd-area .swiper-lazy-preloader::after {
    background-position: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    content: ""; }
  .mobile-creator .mobile-dnd-area .swiper-lazy-preloader-white::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .mobile-creator .mobile-dnd-area ion-slides {
    display: block;
    width: 100%;
    height: 100%; }
  .mobile-creator .mobile-dnd-area .slide-zoom {
    text-align: center;
    display: block;
    width: 100%; }
  .mobile-creator .mobile-dnd-area .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }
  .mobile-creator .mobile-dnd-area .split-pane {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .split-pane-side:not(ion-menu) {
    display: none; }
  .mobile-creator .mobile-dnd-area .split-pane-visible > .split-pane-side,
  .mobile-creator .mobile-dnd-area .split-pane-visible > .split-pane-main {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: none !important; }
  .mobile-creator .mobile-dnd-area .split-pane-visible > .split-pane-side {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .mobile-creator .mobile-dnd-area .split-pane-visible > .split-pane-main,
  .mobile-creator .mobile-dnd-area .split-pane-visible > ion-nav.split-pane-side,
  .mobile-creator .mobile-dnd-area .split-pane-visible > ion-tabs.split-pane-side,
  .mobile-creator .mobile-dnd-area .split-pane-visible > ion-menu.menu-enabled {
    display: block; }
  .mobile-creator .mobile-dnd-area .split-pane-visible > ion-split-pane.split-pane-side,
  .mobile-creator .mobile-dnd-area .split-pane-visible > ion-split-pane.split-pane-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mobile-creator .mobile-dnd-area .split-pane-visible > ion-menu.menu-enabled > .menu-inner {
    left: 0;
    right: 0;
    width: auto;
    box-shadow: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
  .mobile-creator .mobile-dnd-area .split-pane-visible > ion-menu.menu-enabled > .ion-backdrop {
    display: hidden !important; }
  .mobile-creator .mobile-dnd-area .split-pane-visible > .split-pane-side[side=start] {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .mobile-creator .mobile-dnd-area .split-pane-visible > .split-pane-side[side=end] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .mobile-creator .mobile-dnd-area .split-pane-visible > .split-pane-side[side=left] {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .mobile-creator .mobile-dnd-area .split-pane-visible > .split-pane-side[side=right] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .mobile-creator .mobile-dnd-area .split-pane-ios.split-pane-visible > .split-pane-side {
    min-width: 270px;
    max-width: 28%;
    border-right: 0.55px solid #c8c7cc;
    border-left: 0; }
  .mobile-creator .mobile-dnd-area .split-pane-ios.split-pane-visible > .split-pane-side[side=right] {
    border-right: 0;
    border-left: 0.55px solid #c8c7cc; }
  .mobile-creator .mobile-dnd-area .split-pane-md.split-pane-visible > .split-pane-side {
    min-width: 270px;
    max-width: 28%;
    border-right: 1px solid #dedede;
    border-left: 0; }
  .mobile-creator .mobile-dnd-area .split-pane-md.split-pane-visible > .split-pane-side[side=right] {
    border-right: 0;
    border-left: 1px solid #dedede; }
  .mobile-creator .mobile-dnd-area .split-pane-wp.split-pane-visible > .split-pane-side {
    min-width: 270px;
    max-width: 28%;
    border-right: 1px solid transparent;
    border-left: 0; }
  .mobile-creator .mobile-dnd-area .split-pane-wp.split-pane-visible > .split-pane-side[side=right] {
    border-right: 0;
    border-left: 1px solid transparent; }
  .mobile-creator .mobile-dnd-area ion-spinner {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px; }
  .mobile-creator .mobile-dnd-area ion-spinner svg {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .mobile-creator .mobile-dnd-area ion-spinner.spinner-paused svg {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
  .mobile-creator .mobile-dnd-area .spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-ios-small line {
    stroke-width: 4px;
    stroke-linecap: round; }
  .mobile-creator .mobile-dnd-area .spinner-ios svg,
  .mobile-creator .mobile-dnd-area .spinner-ios-small svg {
    -webkit-animation: spinner-fade-out 1s linear infinite;
    animation: spinner-fade-out 1s linear infinite; }
  .mobile-creator .mobile-dnd-area .spinner-bubbles svg {
    -webkit-animation: spinner-scale-out 1s linear infinite;
    animation: spinner-scale-out 1s linear infinite; }
  .mobile-creator .mobile-dnd-area .spinner-circles svg {
    -webkit-animation: spinner-fade-out 1s linear infinite;
    animation: spinner-fade-out 1s linear infinite; }
  .mobile-creator .mobile-dnd-area .spinner-crescent circle {
    fill: transparent;
    stroke-width: 4px;
    stroke-dasharray: 128px;
    stroke-dashoffset: 82px; }
  .mobile-creator .mobile-dnd-area .spinner-crescent svg {
    -webkit-animation: spinner-rotate 1s linear infinite;
    animation: spinner-rotate 1s linear infinite; }
  .mobile-creator .mobile-dnd-area .spinner-dots circle {
    stroke-width: 0; }
  .mobile-creator .mobile-dnd-area .spinner-dots svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: spinner-dots 1s linear infinite;
    animation: spinner-dots 1s linear infinite; }

@-webkit-keyframes spinner-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes spinner-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes spinner-scale-out {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); } }

@keyframes spinner-scale-out {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); } }

@-webkit-keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spinner-dots {
  0% {
    opacity: .9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    opacity: .3;
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4); }
  100% {
    opacity: .9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes spinner-dots {
  0% {
    opacity: .9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    opacity: .3;
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4); }
  100% {
    opacity: .9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
  .mobile-creator .mobile-dnd-area .spinner-ios-ios line,
  .mobile-creator .mobile-dnd-area .spinner-ios-ios-small line {
    stroke: #69717d; }
  .mobile-creator .mobile-dnd-area .spinner-ios-bubbles circle {
    fill: #000; }
  .mobile-creator .mobile-dnd-area .spinner-ios-circles circle {
    fill: #69717d; }
  .mobile-creator .mobile-dnd-area .spinner-ios-crescent circle {
    stroke: #000; }
  .mobile-creator .mobile-dnd-area .spinner-ios-dots circle {
    fill: #444; }
  .mobile-creator .mobile-dnd-area .spinner-ios-primary.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-ios-primary.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-ios-primary.spinner-crescent circle {
    stroke: #327eff; }
  .mobile-creator .mobile-dnd-area .spinner-ios-primary.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-ios-primary.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-ios-primary.spinner-dots circle {
    fill: #327eff; }
  .mobile-creator .mobile-dnd-area .spinner-ios-secondary.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-ios-secondary.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-ios-secondary.spinner-crescent circle {
    stroke: #32db64; }
  .mobile-creator .mobile-dnd-area .spinner-ios-secondary.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-ios-secondary.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-ios-secondary.spinner-dots circle {
    fill: #32db64; }
  .mobile-creator .mobile-dnd-area .spinner-ios-danger.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-ios-danger.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-ios-danger.spinner-crescent circle {
    stroke: #f53d3d; }
  .mobile-creator .mobile-dnd-area .spinner-ios-danger.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-ios-danger.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-ios-danger.spinner-dots circle {
    fill: #f53d3d; }
  .mobile-creator .mobile-dnd-area .spinner-ios-light.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-ios-light.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-ios-light.spinner-crescent circle {
    stroke: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .spinner-ios-light.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-ios-light.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-ios-light.spinner-dots circle {
    fill: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .spinner-ios-dark.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-ios-dark.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-ios-dark.spinner-crescent circle {
    stroke: #222; }
  .mobile-creator .mobile-dnd-area .spinner-ios-dark.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-ios-dark.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-ios-dark.spinner-dots circle {
    fill: #222; }
  .mobile-creator .mobile-dnd-area .spinner-md-ios line,
  .mobile-creator .mobile-dnd-area .spinner-md-ios-small line {
    stroke: #69717d; }
  .mobile-creator .mobile-dnd-area .spinner-md-bubbles circle {
    fill: #000; }
  .mobile-creator .mobile-dnd-area .spinner-md-circles circle {
    fill: #69717d; }
  .mobile-creator .mobile-dnd-area .spinner-md-crescent circle {
    stroke: #000; }
  .mobile-creator .mobile-dnd-area .spinner-md-dots circle {
    fill: #444; }
  .mobile-creator .mobile-dnd-area .spinner-md-primary.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-md-primary.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-md-primary.spinner-crescent circle {
    stroke: #327eff; }
  .mobile-creator .mobile-dnd-area .spinner-md-primary.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-md-primary.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-md-primary.spinner-dots circle {
    fill: #327eff; }
  .mobile-creator .mobile-dnd-area .spinner-md-secondary.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-md-secondary.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-md-secondary.spinner-crescent circle {
    stroke: #32db64; }
  .mobile-creator .mobile-dnd-area .spinner-md-secondary.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-md-secondary.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-md-secondary.spinner-dots circle {
    fill: #32db64; }
  .mobile-creator .mobile-dnd-area .spinner-md-danger.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-md-danger.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-md-danger.spinner-crescent circle {
    stroke: #f53d3d; }
  .mobile-creator .mobile-dnd-area .spinner-md-danger.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-md-danger.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-md-danger.spinner-dots circle {
    fill: #f53d3d; }
  .mobile-creator .mobile-dnd-area .spinner-md-light.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-md-light.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-md-light.spinner-crescent circle {
    stroke: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .spinner-md-light.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-md-light.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-md-light.spinner-dots circle {
    fill: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .spinner-md-dark.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-md-dark.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-md-dark.spinner-crescent circle {
    stroke: #222; }
  .mobile-creator .mobile-dnd-area .spinner-md-dark.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-md-dark.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-md-dark.spinner-dots circle {
    fill: #222; }
  .mobile-creator .mobile-dnd-area .spinner-wp-ios line,
  .mobile-creator .mobile-dnd-area .spinner-wp-ios-small line {
    stroke: #69717d; }
  .mobile-creator .mobile-dnd-area .spinner-wp-bubbles circle {
    fill: #000; }
  .mobile-creator .mobile-dnd-area .spinner-wp-circles circle {
    fill: #69717d; }
  .mobile-creator .mobile-dnd-area .spinner-wp-crescent circle {
    stroke: #000; }
  .mobile-creator .mobile-dnd-area .spinner-wp-dots circle {
    fill: #444; }
  .mobile-creator .mobile-dnd-area .spinner-wp-primary.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-wp-primary.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-wp-primary.spinner-crescent circle {
    stroke: #327eff; }
  .mobile-creator .mobile-dnd-area .spinner-wp-primary.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-wp-primary.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-wp-primary.spinner-dots circle {
    fill: #327eff; }
  .mobile-creator .mobile-dnd-area .spinner-wp-secondary.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-wp-secondary.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-wp-secondary.spinner-crescent circle {
    stroke: #32db64; }
  .mobile-creator .mobile-dnd-area .spinner-wp-secondary.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-wp-secondary.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-wp-secondary.spinner-dots circle {
    fill: #32db64; }
  .mobile-creator .mobile-dnd-area .spinner-wp-danger.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-wp-danger.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-wp-danger.spinner-crescent circle {
    stroke: #f53d3d; }
  .mobile-creator .mobile-dnd-area .spinner-wp-danger.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-wp-danger.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-wp-danger.spinner-dots circle {
    fill: #f53d3d; }
  .mobile-creator .mobile-dnd-area .spinner-wp-light.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-wp-light.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-wp-light.spinner-crescent circle {
    stroke: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .spinner-wp-light.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-wp-light.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-wp-light.spinner-dots circle {
    fill: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .spinner-wp-dark.spinner-ios line,
  .mobile-creator .mobile-dnd-area .spinner-wp-dark.spinner-ios-small line,
  .mobile-creator .mobile-dnd-area .spinner-wp-dark.spinner-crescent circle {
    stroke: #222; }
  .mobile-creator .mobile-dnd-area .spinner-wp-dark.spinner-bubbles circle,
  .mobile-creator .mobile-dnd-area .spinner-wp-dark.spinner-circles circle,
  .mobile-creator .mobile-dnd-area .spinner-wp-dark.spinner-dots circle {
    fill: #222; }
  .mobile-creator .mobile-dnd-area .tabbar {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    opacity: 0; }
  .mobile-creator .mobile-dnd-area .tabbar-hidden .tabbar {
    display: none; }
  .mobile-creator .mobile-dnd-area .tabbar.show-tabbar {
    opacity: 1; }
  .mobile-creator .mobile-dnd-area [tabsPlacement=top] > .tabbar {
    top: 0;
    bottom: auto; }
  .mobile-creator .mobile-dnd-area .tab-button {
    margin: 0;
    text-align: center;
    border-radius: 0;
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    text-decoration: none;
    background: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .mobile-creator .mobile-dnd-area .tab-disabled {
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .tab-disabled ion-badge,
  .mobile-creator .mobile-dnd-area .tab-disabled ion-icon,
  .mobile-creator .mobile-dnd-area .tab-disabled span {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .tab-button-text {
    margin-top: 3px;
    margin-bottom: 2px; }
  .mobile-creator .mobile-dnd-area .tab-button-text,
  .mobile-creator .mobile-dnd-area .tab-button-icon {
    display: none;
    overflow: hidden;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    min-width: 26px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mobile-creator .mobile-dnd-area .has-icon .tab-button-icon,
  .mobile-creator .mobile-dnd-area .has-title .tab-button-text {
    display: block; }
  .mobile-creator .mobile-dnd-area .has-title-only .tab-button-text {
    white-space: normal; }
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-bottom] .tab-button .tab-button-icon {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-left] .tab-button,
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-right] .tab-button,
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-start] .tab-button,
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-end] .tab-button {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-left] .tab-button .tab-button-icon,
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-start] .tab-button .tab-button-icon {
    padding-right: 8px;
    text-align: right;
    text-align: end; }
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-right] .tab-button .tab-button-icon,
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-end] .tab-button .tab-button-icon {
    padding-left: 8px;
    text-align: left;
    text-align: start;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .mobile-creator .mobile-dnd-area .tab-hidden,
  .mobile-creator .mobile-dnd-area .tab-highlight,
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-hide] .tab-button-icon,
  .mobile-creator .mobile-dnd-area [tabsLayout=title-hide] .tab-button-text {
    display: none; }
  .mobile-creator .mobile-dnd-area .tab-badge {
    right: 4%;
    top: 6%;
    right: calc(50% - 50px);
    padding: 1px 6px;
    position: absolute;
    height: auto;
    font-size: 12px;
    line-height: 16px; }
  .mobile-creator .mobile-dnd-area .has-icon .tab-badge {
    right: calc(50% - 30px); }
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-bottom] .tab-badge,
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-left] .tab-badge,
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-right] .tab-badge,
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-start] .tab-badge,
  .mobile-creator .mobile-dnd-area [tabsLayout=icon-end] .tab-badge {
    right: calc(50% - 50px); }
  .mobile-creator .mobile-dnd-area .tabs-ios .tabbar {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 0.55px solid rgba(0, 0, 0, 0.3);
    background: #f8f8f8; }
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsPlacement=top] .tabbar {
    border-top: 0;
    border-bottom: 0.55px solid rgba(0, 0, 0, 0.3); }
  .mobile-creator .mobile-dnd-area .tabs-ios .tab-button {
    max-width: 240px;
    min-height: 49px;
    font-size: 10px;
    font-weight: 500;
    color: #8c8c8c;
    padding: 0 2px; }
  .mobile-creator .mobile-dnd-area .tabs-ios .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-ios .tab-button[aria-selected=true] {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .tabs-ios .tab-button[aria-selected=true] .tab-button-icon {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .tabs-ios .tab-button-text {
    margin-top: 0;
    margin-bottom: 1px;
    min-height: 11px; }
  .mobile-creator .mobile-dnd-area .tabs-ios .has-title-only .tab-button-text {
    font-size: 12px; }
  .mobile-creator .mobile-dnd-area .tabs-ios .tab-button-icon {
    margin-top: 4px;
    margin-bottom: 1px;
    min-width: 35px;
    height: 30px;
    font-size: 30px;
    color: #8c8c8c; }
  .mobile-creator .mobile-dnd-area .tabs-ios .tab-button-icon::before {
    vertical-align: top; }
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=icon-right] .tab-button .tab-button-text,
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=icon-left] .tab-button .tab-button-text,
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=icon-end] .tab-button .tab-button-text,
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=icon-start] .tab-button .tab-button-text {
    font-size: 1.4rem;
    line-height: 1.1; }
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=icon-right] .tab-button ion-icon,
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=icon-left] .tab-button ion-icon,
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=icon-end] .tab-button ion-icon,
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=icon-start] .tab-button ion-icon {
    min-width: 24px;
    height: 26px;
    font-size: 24px; }
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=icon-hide] .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-ios .tab-button.has-title-only {
    min-height: 41px; }
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=icon-hide] .tab-button .tab-button-text,
  .mobile-creator .mobile-dnd-area .tabs-ios .tab-button.has-title-only .tab-button-text {
    margin: 2px 0;
    font-size: 1.4rem;
    line-height: 1.1; }
  .mobile-creator .mobile-dnd-area .tabs-ios[tabsLayout=title-hide] .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-ios .tab-button.icon-only {
    min-height: 41px; }
  .mobile-creator .mobile-dnd-area .tabs-ios-primary .tabbar {
    border-color: #005efe;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .tabs-ios-primary .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-ios-primary .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-ios-primary .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-ios-primary .tab-button:hover:not(.disable-hover) .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-ios-primary .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-ios-primary .tab-button[aria-selected=true] .tab-button-icon {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-ios-secondary .tabbar {
    border-color: #21b94e;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .tabs-ios-secondary .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-ios-secondary .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-ios-secondary .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-ios-secondary .tab-button:hover:not(.disable-hover) .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-ios-secondary .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-ios-secondary .tab-button[aria-selected=true] .tab-button-icon {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-ios-danger .tabbar {
    border-color: #f30d0d;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .tabs-ios-danger .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-ios-danger .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-ios-danger .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-ios-danger .tab-button:hover:not(.disable-hover) .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-ios-danger .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-ios-danger .tab-button[aria-selected=true] .tab-button-icon {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-ios-light .tabbar {
    border-color: #dbdbdb;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .tabs-ios-light .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-ios-light .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-ios-light .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-ios-light .tab-button:hover:not(.disable-hover) .tab-button-icon {
    color: rgba(0, 0, 0, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-ios-light .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-ios-light .tab-button[aria-selected=true] .tab-button-icon {
    color: #000; }
  .mobile-creator .mobile-dnd-area .tabs-ios-dark .tabbar {
    border-color: #090909;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .tabs-ios-dark .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-ios-dark .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-ios-dark .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-ios-dark .tab-button:hover:not(.disable-hover) .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-ios-dark .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-ios-dark .tab-button[aria-selected=true] .tab-button-icon {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-md .tabbar {
    background: #f8f8f8; }
  .mobile-creator .mobile-dnd-area .tabs-md .tab-button {
    min-height: 5.6rem;
    font-weight: normal;
    color: rgba(60, 60, 60, 0.7);
    padding: 0; }
  .mobile-creator .mobile-dnd-area .tabs-md .tab-button[aria-selected=true] {
    color: #327eff;
    padding: 0; }
  .mobile-creator .mobile-dnd-area .tabs-md .tab-button-text {
    font-size: 1.2rem;
    text-transform: none;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    margin: 0;
    -webkit-transform-origin: 50% 80%;
    transform-origin: 50% 80%; }
  .mobile-creator .mobile-dnd-area .tabs-md .tab-button[aria-selected=true] .tab-button-text {
    -webkit-transform: scale3d(1.16667, 1.16667, 1);
    transform: scale3d(1.16667, 1.16667, 1);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .mobile-creator .mobile-dnd-area .tabs-md[tabsLayout=icon-top] .has-icon .tab-button-text {
    margin-top: 4px;
    margin-bottom: 0; }
  .mobile-creator .mobile-dnd-area .tabs-md[tabsLayout=icon-bottom] .tab-button .tab-button-text {
    margin-top: 0; }
  .mobile-creator .mobile-dnd-area .tabs-md .tab-button-icon {
    margin-top: 1px;
    min-width: 2.4rem;
    font-size: 2.4rem;
    color: rgba(60, 60, 60, 0.7);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform-origin: 50% 150%;
    transform-origin: 50% 150%; }
  .mobile-creator .mobile-dnd-area .tabs-md .tab-button[aria-selected=true] .tab-button-icon {
    color: #327eff;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
  .mobile-creator .mobile-dnd-area .tabs-md[tabsLayout=icon-right] .tab-button[aria-selected=true] .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-md[tabsLayout=icon-end] .tab-button[aria-selected=true] .tab-button-icon {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  .mobile-creator .mobile-dnd-area .tabs-md[tabsLayout=icon-bottom] .tab-button[aria-selected=true] .tab-button-icon {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); }
  .mobile-creator .mobile-dnd-area .tabs-md[tabsLayout=icon-left] .tab-button[aria-selected=true] .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-md[tabsLayout=icon-start] .tab-button[aria-selected=true] .tab-button-icon {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  .mobile-creator .mobile-dnd-area .tabs-md[tabsLayout=icon-hide] .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-md[tabsLayout=title-hide] .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-md .tab-button.icon-only,
  .mobile-creator .mobile-dnd-area .tabs-md .tab-button.has-title-only {
    padding: 0 10px; }
  .mobile-creator .mobile-dnd-area .tabs-md[tabsHighlight=true] .tab-highlight {
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    display: block;
    width: 1px;
    height: 2px;
    background: #327eff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .mobile-creator .mobile-dnd-area .tabs-md[tabsHighlight=true] .tab-highlight.animate {
    transition-duration: 300ms; }
  .mobile-creator .mobile-dnd-area .tabs-md[tabsHighlight=true][tabsPlacement=bottom] > .tabbar > .tab-highlight {
    top: 0; }
  .mobile-creator .mobile-dnd-area .tabs-md-primary .tabbar {
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .tabs-md-primary .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-md-primary .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-md-primary .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-md-primary .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-md-primary .tab-button[aria-selected=true] .tab-button-icon {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-md-primary[tabsHighlight=true] .tab-highlight {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-md-secondary .tabbar {
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .tabs-md-secondary .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-md-secondary .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-md-secondary .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-md-secondary .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-md-secondary .tab-button[aria-selected=true] .tab-button-icon {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-md-secondary[tabsHighlight=true] .tab-highlight {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-md-danger .tabbar {
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .tabs-md-danger .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-md-danger .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-md-danger .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-md-danger .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-md-danger .tab-button[aria-selected=true] .tab-button-icon {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-md-danger[tabsHighlight=true] .tab-highlight {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-md-light .tabbar {
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .tabs-md-light .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-md-light .tab-button-icon {
    color: rgba(0, 0, 0, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-md-light .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-md-light .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-md-light .tab-button[aria-selected=true] .tab-button-icon {
    color: #000; }
  .mobile-creator .mobile-dnd-area .tabs-md-light[tabsHighlight=true] .tab-highlight {
    background: #000; }
  .mobile-creator .mobile-dnd-area .tabs-md-dark .tabbar {
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .tabs-md-dark .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-md-dark .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-md-dark .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-md-dark .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-md-dark .tab-button[aria-selected=true] .tab-button-icon {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-md-dark[tabsHighlight=true] .tab-highlight {
    background: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-wp .tabbar {
    background: #f8f8f8; }
  .mobile-creator .mobile-dnd-area .tabs-wp .tab-button {
    border-radius: 0;
    min-height: 4.8rem;
    border-bottom: 2px solid transparent;
    font-size: 1.2rem;
    font-weight: normal;
    color: rgba(140, 140, 140, 0.7);
    box-shadow: none;
    padding: 12px 10px 5px; }
  .mobile-creator .mobile-dnd-area .tabs-wp .tab-button[aria-selected=true] {
    border-bottom-color: #327eff;
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .tabs-wp .tab-button.activated {
    background: rgba(0, 0, 0, 0.1); }
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsPlacement=bottom] .tab-button {
    border-top: 2px solid transparent;
    border-bottom-width: 0; }
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsPlacement=bottom] .tab-button[aria-selected=true] {
    border-top-color: #327eff; }
  .mobile-creator .mobile-dnd-area .tabs-wp .tab-button-text {
    margin-top: 5px;
    margin-bottom: 5px; }
  .mobile-creator .mobile-dnd-area .tabs-wp .tab-button-icon {
    min-width: 2.4rem;
    font-size: 2.4rem;
    color: rgba(140, 140, 140, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-wp .tab-button[aria-selected=true] .tab-button-icon {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=icon-bottom] .tab-button {
    padding-top: 8px;
    padding-bottom: 8px; }
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=icon-right] .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=icon-left] .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=icon-end] .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=icon-start] .tab-button {
    padding-bottom: 10px; }
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=icon-right] .tab-button ion-icon,
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=icon-left] .tab-button ion-icon,
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=icon-end] .tab-button ion-icon,
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=icon-start] .tab-button ion-icon {
    min-width: 24px; }
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=icon-hide] .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-wp[tabsLayout=title-hide] .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-wp .tab-button.icon-only,
  .mobile-creator .mobile-dnd-area .tabs-wp .tab-button.has-title-only {
    padding: 6px 10px; }
  .mobile-creator .mobile-dnd-area .tabs-wp-primary .tabbar {
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .tabs-wp-primary .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-wp-primary .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-wp-primary .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-wp-primary .tab-button:hover:not(.disable-hover) .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-wp-primary .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-wp-primary .tab-button[aria-selected=true] .tab-button-icon {
    border-color: #fff;
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-wp-secondary .tabbar {
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .tabs-wp-secondary .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-wp-secondary .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-wp-secondary .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-wp-secondary .tab-button:hover:not(.disable-hover) .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-wp-secondary .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-wp-secondary .tab-button[aria-selected=true] .tab-button-icon {
    border-color: #fff;
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-wp-danger .tabbar {
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .tabs-wp-danger .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-wp-danger .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-wp-danger .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-wp-danger .tab-button:hover:not(.disable-hover) .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-wp-danger .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-wp-danger .tab-button[aria-selected=true] .tab-button-icon {
    border-color: #fff;
    color: #fff; }
  .mobile-creator .mobile-dnd-area .tabs-wp-light .tabbar {
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .tabs-wp-light .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-wp-light .tab-button-icon {
    color: rgba(0, 0, 0, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-wp-light .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-wp-light .tab-button:hover:not(.disable-hover) .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-wp-light .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-wp-light .tab-button[aria-selected=true] .tab-button-icon {
    border-color: #000;
    color: #000; }
  .mobile-creator .mobile-dnd-area .tabs-wp-dark .tabbar {
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .tabs-wp-dark .tab-button,
  .mobile-creator .mobile-dnd-area .tabs-wp-dark .tab-button-icon {
    color: rgba(255, 255, 255, 0.7); }
  .mobile-creator .mobile-dnd-area .tabs-wp-dark .tab-button:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .tabs-wp-dark .tab-button:hover:not(.disable-hover) .tab-button-icon,
  .mobile-creator .mobile-dnd-area .tabs-wp-dark .tab-button[aria-selected=true],
  .mobile-creator .mobile-dnd-area .tabs-wp-dark .tab-button[aria-selected=true] .tab-button-icon {
    border-color: #fff;
    color: #fff; }
  .mobile-creator .mobile-dnd-area ion-toast {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .toast-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
    contain: content; }
  .mobile-creator .mobile-dnd-area .toast-button {
    padding: 19px 16px 17px;
    font-size: 1.5rem; }
  .mobile-creator .mobile-dnd-area .toast-message {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .mobile-creator .mobile-dnd-area .toast-ios .toast-wrapper {
    left: 10px;
    right: 10px;
    margin: auto;
    border-radius: 0.65rem;
    position: absolute;
    z-index: 10;
    display: block;
    max-width: 700px;
    background: rgba(0, 0, 0, 0.9); }
  .mobile-creator .mobile-dnd-area .toast-ios .toast-wrapper.toast-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    margin: constant(safe-area-inset-top) auto auto;
    margin: env(safe-area-inset-top) auto auto;
    top: 0; }
  .mobile-creator .mobile-dnd-area .toast-ios .toast-wrapper.toast-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    margin: auto auto constant(safe-area-inset-bottom);
    margin: auto auto env(safe-area-inset-bottom);
    bottom: 0; }
  .mobile-creator .mobile-dnd-area .toast-ios .toast-wrapper.toast-middle {
    opacity: .01; }
  .mobile-creator .mobile-dnd-area .toast-ios .toast-message {
    font-size: 1.4rem;
    color: #fff;
    padding: 1.5rem; }
  .mobile-creator .mobile-dnd-area .toast-md .toast-wrapper {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    max-width: 700px;
    background: #333; }
  .mobile-creator .mobile-dnd-area .toast-md .toast-wrapper.toast-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0; }
  .mobile-creator .mobile-dnd-area .toast-md .toast-wrapper.toast-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0; }
  .mobile-creator .mobile-dnd-area .toast-md .toast-wrapper.toast-middle {
    opacity: .01; }
  .mobile-creator .mobile-dnd-area .toast-md .toast-message {
    font-size: 1.5rem;
    color: #fff;
    padding: 19px 16px 17px; }
  .mobile-creator .mobile-dnd-area .toast-wp .toast-wrapper {
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    display: block;
    max-width: 700px;
    background: black; }
  .mobile-creator .mobile-dnd-area .toast-wp .toast-wrapper.toast-top {
    top: 0;
    opacity: .01; }
  .mobile-creator .mobile-dnd-area .toast-wp .toast-wrapper.toast-bottom {
    bottom: 0;
    opacity: .01; }
  .mobile-creator .mobile-dnd-area .toast-wp .toast-wrapper.toast-middle {
    opacity: .01; }
  .mobile-creator .mobile-dnd-area .toast-message {
    font-size: 1.4rem;
    color: #fff;
    padding: 1.5rem; }
  .mobile-creator .mobile-dnd-area .toast-button {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toggle-ios {
    position: relative;
    width: 51px;
    height: 32px;
    box-sizing: content-box;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .toggle-ios .toggle-icon {
    border-radius: 16px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
    transition: background-color 300ms;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .toggle-ios .toggle-icon::before {
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 16px;
    position: absolute;
    background-color: #fff;
    content: "";
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms; }
  .mobile-creator .mobile-dnd-area .toggle-ios .toggle-inner {
    left: 2px;
    top: 2px;
    border-radius: 14px;
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16), 0 3px 1px rgba(0, 0, 0, 0.1);
    transition: width 120ms ease-in-out 80ms, left 110ms ease-in-out 80ms, right 110ms ease-in-out 80ms, -webkit-transform 300ms;
    transition: transform 300ms, width 120ms ease-in-out 80ms, left 110ms ease-in-out 80ms, right 110ms ease-in-out 80ms;
    transition: transform 300ms, width 120ms ease-in-out 80ms, left 110ms ease-in-out 80ms, right 110ms ease-in-out 80ms, -webkit-transform 300ms;
    will-change: transform;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .toggle-ios.toggle-checked .toggle-icon {
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toggle-ios.toggle-activated .toggle-icon::before,
  .mobile-creator .mobile-dnd-area .toggle-ios.toggle-checked .toggle-icon::before {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .mobile-creator .mobile-dnd-area .toggle-ios.toggle-checked .toggle-inner {
    -webkit-transform: translate3d(19px, 0, 0);
    transform: translate3d(19px, 0, 0); }
  .mobile-creator .mobile-dnd-area .toggle-ios.toggle-activated.toggle-checked .toggle-inner::before {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  .mobile-creator .mobile-dnd-area .toggle-ios.toggle-activated .toggle-inner {
    width: 34px; }
  .mobile-creator .mobile-dnd-area .toggle-ios.toggle-activated.toggle-checked .toggle-inner {
    left: -4px; }
  .mobile-creator .mobile-dnd-area .toggle-ios.toggle-disabled,
  .mobile-creator .mobile-dnd-area .item-ios.item-toggle-disabled ion-label {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .item-ios .toggle-ios {
    margin: 0;
    padding: 6px 8px 5px 16px; }
  .mobile-creator .mobile-dnd-area .item-ios .toggle-ios[item-left],
  .mobile-creator .mobile-dnd-area .item-ios .toggle-ios[item-start] {
    padding: 6px 16px 5px 0; }
  .mobile-creator .mobile-dnd-area .toggle-ios-primary.toggle-checked .toggle-icon {
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toggle-ios-secondary.toggle-checked .toggle-icon {
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toggle-ios-danger.toggle-checked .toggle-icon {
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toggle-ios-light.toggle-checked .toggle-icon {
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toggle-ios-dark.toggle-checked .toggle-icon {
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toggle-md {
    position: relative;
    width: 36px;
    height: 14px;
    box-sizing: content-box;
    contain: strict;
    padding: 12px; }
  .mobile-creator .mobile-dnd-area .toggle-md .toggle-icon {
    border-radius: 14px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dedede;
    transition: background-color 300ms;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .toggle-md .toggle-inner {
    left: 0;
    top: -3px;
    border-radius: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition-duration: 300ms;
    transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
    will-change: transform, background-color;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .toggle-md.toggle-checked .toggle-icon {
    background-color: #b2ceff; }
  .mobile-creator .mobile-dnd-area .toggle-md.toggle-checked .toggle-inner {
    -webkit-transform: translate3d(16px, 0, 0);
    transform: translate3d(16px, 0, 0);
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toggle-md.toggle-disabled,
  .mobile-creator .mobile-dnd-area .item-md.item-toggle-disabled ion-label {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .toggle-md.toggle-disabled ion-radio {
    opacity: 0.3; }
  .mobile-creator .mobile-dnd-area .item-md .toggle-md {
    cursor: pointer;
    margin: 0;
    padding: 12px 8px 12px 16px; }
  .mobile-creator .mobile-dnd-area .item-md .toggle-md[item-left],
  .mobile-creator .mobile-dnd-area .item-md .toggle-md[item-start] {
    padding: 12px 18px 12px 2px; }
  .mobile-creator .mobile-dnd-area .item-md.item-toggle ion-label {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .toggle-md-primary.toggle-checked .toggle-icon {
    background-color: #b2ceff; }
  .mobile-creator .mobile-dnd-area .toggle-md-primary.toggle-checked .toggle-inner {
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toggle-md-secondary.toggle-checked .toggle-icon {
    background-color: #9eeeb6; }
  .mobile-creator .mobile-dnd-area .toggle-md-secondary.toggle-checked .toggle-inner {
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toggle-md-danger.toggle-checked .toggle-icon {
    background-color: #fbb6b6; }
  .mobile-creator .mobile-dnd-area .toggle-md-danger.toggle-checked .toggle-inner {
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toggle-md-light.toggle-checked .toggle-icon {
    background-color: white; }
  .mobile-creator .mobile-dnd-area .toggle-md-light.toggle-checked .toggle-inner {
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toggle-md-dark.toggle-checked .toggle-icon {
    background-color: #626262; }
  .mobile-creator .mobile-dnd-area .toggle-md-dark.toggle-checked .toggle-inner {
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toggle-wp {
    position: relative;
    width: 40px;
    height: 18px;
    box-sizing: content-box;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .toggle-wp .toggle-icon {
    border-radius: 18px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #323232;
    background-color: transparent;
    pointer-events: none;
    contain: strict; }
  .mobile-creator .mobile-dnd-area .toggle-wp .toggle-inner {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #323232;
    transition-duration: 300ms;
    transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
    will-change: transform, background-color; }
  .mobile-creator .mobile-dnd-area .toggle-wp.toggle-checked .toggle-icon {
    border-color: #327eff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toggle-wp.toggle-checked .toggle-inner {
    -webkit-transform: translate3d(22px, 0, 0);
    transform: translate3d(22px, 0, 0);
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .toggle-wp.toggle-disabled,
  .mobile-creator .mobile-dnd-area .item-wp.item-toggle-disabled ion-label {
    opacity: 0.3;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .toggle-wp.toggle-disabled ion-radio {
    opacity: 0.3; }
  .mobile-creator .mobile-dnd-area .item-wp .toggle-wp {
    margin: 0;
    cursor: pointer;
    padding: 12px 8px 12px 16px; }
  .mobile-creator .mobile-dnd-area .item-wp .toggle-wp[item-left],
  .mobile-creator .mobile-dnd-area .item-wp .toggle-wp[item-start] {
    padding: 12px 18px 12px 2px; }
  .mobile-creator .mobile-dnd-area .item-wp.item-toggle ion-label {
    margin-left: 0; }
  .mobile-creator .mobile-dnd-area .toggle-wp-primary.toggle-checked .toggle-icon {
    border-color: #327eff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toggle-wp-primary.toggle-checked .toggle-inner {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .toggle-wp-secondary.toggle-checked .toggle-icon {
    border-color: #32db64;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toggle-wp-secondary.toggle-checked .toggle-inner {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .toggle-wp-danger.toggle-checked .toggle-icon {
    border-color: #f53d3d;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toggle-wp-danger.toggle-checked .toggle-inner {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .toggle-wp-light.toggle-checked .toggle-icon {
    border-color: #f4f4f4;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toggle-wp-light.toggle-checked .toggle-inner {
    background-color: #000; }
  .mobile-creator .mobile-dnd-area .toggle-wp-dark.toggle-checked .toggle-icon {
    border-color: #222;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toggle-wp-dark.toggle-checked .toggle-inner {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area ion-toolbar {
    position: relative;
    z-index: 10; }
  .mobile-creator .mobile-dnd-area .toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    contain: content; }
  .mobile-creator .mobile-dnd-area .toolbar-background {
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none;
    contain: strict; }
  .mobile-creator .mobile-dnd-area ion-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .mobile-creator .mobile-dnd-area .toolbar-title {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mobile-creator .mobile-dnd-area ion-buttons {
    margin: 0 0.2rem;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area ion-buttons button,
  .mobile-creator .mobile-dnd-area ion-buttons a,
  .mobile-creator .mobile-dnd-area ion-buttons input,
  .mobile-creator .mobile-dnd-area ion-buttons textarea,
  .mobile-creator .mobile-dnd-area ion-buttons div {
    pointer-events: auto; }
  .mobile-creator .mobile-dnd-area .toolbar[transparent] .toolbar-background {
    border-color: transparent;
    background: transparent; }
  .mobile-creator .mobile-dnd-area ion-buttons,
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle {
    z-index: 99;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .mobile-creator .mobile-dnd-area ion-navbar.toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .mobile-creator .mobile-dnd-area .bar-button {
    margin: 0;
    padding: 0;
    text-align: center;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
    vertical-align: -webkit-baseline-middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .mobile-creator .mobile-dnd-area .bar-button::after {
    left: -2px;
    right: -2px;
    top: -7px;
    bottom: -6px;
    position: absolute;
    content: ""; }
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .mobile-creator .mobile-dnd-area .back-button {
    display: none; }
  .mobile-creator .mobile-dnd-area .back-button.show-back-button {
    display: inline-block; }
  .mobile-creator .mobile-dnd-area .back-button-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .mobile-creator .mobile-dnd-area .toolbar-ios {
    padding: 4px;
    padding-left: 4px;
    padding-right: 4px;
    min-height: 44px; }
  @media screen and (orientation: landscape) {
    .mobile-creator .mobile-dnd-area .toolbar-ios {
      padding-left: calc(constant(safe-area-inset-left) + 4px);
      padding-right: calc(constant(safe-area-inset-right) + 4px);
      padding-left: calc(env(safe-area-inset-left) + 4px);
      padding-right: calc(env(safe-area-inset-right) + 4px); } }
  .mobile-creator .mobile-dnd-area .toolbar-background-ios {
    background: #f8f8f8; }
  .mobile-creator .mobile-dnd-area .header-ios .toolbar-background-ios,
  .mobile-creator .mobile-dnd-area .footer-ios .toolbar-background-ios {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.3); }
  .mobile-creator .mobile-dnd-area .header-ios .toolbar-ios:last-child .toolbar-background-ios {
    border-width: 0 0 0.55px; }
  .mobile-creator .mobile-dnd-area .footer-ios .toolbar-ios:first-child .toolbar-background-ios {
    border-width: 0.55px 0 0; }
  .mobile-creator .mobile-dnd-area .header-ios[no-border] .toolbar-ios:last-child .toolbar-background-ios {
    border-bottom-width: 0; }
  .mobile-creator .mobile-dnd-area .footer-ios[no-border] .toolbar-ios:first-child .toolbar-background-ios {
    border-top-width: 0; }
  .mobile-creator .mobile-dnd-area .toolbar-content-ios {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    min-width: 0; }
  .mobile-creator .mobile-dnd-area .toolbar-title-ios {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    color: #000;
    pointer-events: auto; }
  .mobile-creator .mobile-dnd-area .toolbar-ios ion-title {
    left: 0;
    top: 0;
    padding: 0 90px 1px;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .bar-button-ios {
    padding: 0 4px;
    border-radius: 4px;
    height: 32px;
    border: 0;
    font-size: 1.7rem; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios {
    border-width: 1px;
    border-style: solid;
    border-color: #327eff;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios:hover:not(.disable-hover) {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios.activated {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios:hover:not(.disable-hover) {
    color: #fff;
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios.activated {
    color: #fff;
    background-color: #2e74eb;
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-ios.bar-button-icon-start ion-icon {
    padding-right: 0.3em;
    font-size: 1.4em;
    line-height: .67;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .bar-button-ios.bar-button-icon-end ion-icon {
    padding-left: 0.4em;
    font-size: 1.4em;
    line-height: .67;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .bar-button-ios[icon-only] {
    padding: 0;
    min-width: .9em; }
  .mobile-creator .mobile-dnd-area .bar-button-ios[icon-only] ion-icon {
    padding: 0 0.1em;
    font-size: 1.8em;
    line-height: .67;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .back-button-ios {
    margin: 0;
    z-index: 99;
    overflow: visible;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    min-height: 3.2rem;
    line-height: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .mobile-creator .mobile-dnd-area .back-button-icon-ios {
    margin: -1px 0 0;
    display: inherit;
    min-width: 18px;
    font-size: 3.4rem; }
  .mobile-creator .mobile-dnd-area .back-button-text-ios {
    letter-spacing: -.01em; }
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-ios {
    margin: 0 6px;
    padding: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    min-width: 36px; }
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-ios ion-icon {
    padding: 0 6px;
    font-size: 2.8rem; }
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-ios[end],
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-ios[right] {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .mobile-creator .mobile-dnd-area .bar-button-default-ios,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-default,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-default {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-default-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-default:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-default:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-default-ios.activated,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-default.activated,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-default.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-clear,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-clear {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-clear:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-clear:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios.activated,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-clear.activated,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-clear.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .toolbar-background-ios {
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .toolbar-title-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default-ios {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-primary-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-primary,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-primary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-primary-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-primary.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-primary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-outline-ios-primary {
    border-color: #327eff;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-outline-ios-primary.activated {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-solid-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-solid-ios-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-secondary-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-secondary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-secondary-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-secondary.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-secondary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-outline-ios-secondary {
    border-color: #32db64;
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-outline-ios-secondary.activated {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-solid-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-solid-ios-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-danger-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-danger,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-danger-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-danger-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-danger.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-danger.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-outline-ios-danger {
    border-color: #f53d3d;
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-outline-ios-danger.activated {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-solid-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-solid-ios-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-light-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-light,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-light-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-light-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-light.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-light.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-outline-ios-light {
    border-color: #f4f4f4;
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-outline-ios-light.activated {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-solid-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-solid-ios-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-dark-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-dark,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-dark-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-dark-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-default.bar-button-ios-dark.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-clear-ios-dark.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-outline-ios-dark {
    border-color: #222;
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-outline-ios-dark.activated {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-solid-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-primary .bar-button-solid-ios-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-primary-ios,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-primary,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-primary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-primary-ios.activated,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-primary.activated,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-primary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios-primary {
    border-color: #327eff;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios-primary.activated {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .toolbar-background-ios {
    background: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .toolbar-title-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default-ios {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-primary-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-primary,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-primary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-primary-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-primary.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-primary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-outline-ios-primary {
    border-color: #327eff;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-outline-ios-primary.activated {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-solid-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-solid-ios-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-secondary-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-secondary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-secondary-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-secondary.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-secondary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-outline-ios-secondary {
    border-color: #32db64;
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-outline-ios-secondary.activated {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-solid-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-solid-ios-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-danger-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-danger,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-danger-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-danger-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-danger.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-danger.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-outline-ios-danger {
    border-color: #f53d3d;
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-outline-ios-danger.activated {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-solid-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-solid-ios-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-light-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-light,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-light-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-light-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-light.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-light.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-outline-ios-light {
    border-color: #f4f4f4;
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-outline-ios-light.activated {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-solid-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-solid-ios-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-dark-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-dark,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-dark-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-dark-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-default.bar-button-ios-dark.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-clear-ios-dark.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-outline-ios-dark {
    border-color: #222;
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-outline-ios-dark.activated {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-solid-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-secondary .bar-button-solid-ios-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-secondary-ios,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-secondary,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-secondary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .bar-button-secondary-ios.activated,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-secondary.activated,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-secondary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios-secondary {
    border-color: #32db64;
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios-secondary.activated {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .toolbar-background-ios {
    background: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .toolbar-title-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default-ios {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-primary-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-primary,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-primary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-primary-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-primary.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-primary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-outline-ios-primary {
    border-color: #327eff;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-outline-ios-primary.activated {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-solid-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-solid-ios-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-secondary-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-secondary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-secondary-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-secondary.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-secondary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-outline-ios-secondary {
    border-color: #32db64;
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-outline-ios-secondary.activated {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-solid-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-solid-ios-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-danger-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-danger,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-danger-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-danger-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-danger.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-danger.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-outline-ios-danger {
    border-color: #f53d3d;
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-outline-ios-danger.activated {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-solid-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-solid-ios-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-light-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-light,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-light-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-light-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-light.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-light.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-outline-ios-light {
    border-color: #f4f4f4;
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-outline-ios-light.activated {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-solid-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-solid-ios-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-dark-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-dark,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-dark-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-dark-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-default.bar-button-ios-dark.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-clear-ios-dark.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-outline-ios-dark {
    border-color: #222;
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-outline-ios-dark.activated {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-solid-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-danger .bar-button-solid-ios-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-danger-ios,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-danger,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-danger-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .bar-button-danger-ios.activated,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-danger.activated,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-danger.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios-danger {
    border-color: #f53d3d;
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios-danger.activated {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .toolbar-background-ios {
    background: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .toolbar-title-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default-ios {
    color: #000; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-primary-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-primary,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-primary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-primary-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-primary.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-primary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-outline-ios-primary {
    border-color: #327eff;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-outline-ios-primary.activated {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-solid-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-solid-ios-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-secondary-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-secondary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-secondary-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-secondary.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-secondary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-outline-ios-secondary {
    border-color: #32db64;
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-outline-ios-secondary.activated {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-solid-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-solid-ios-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-danger-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-danger,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-danger-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-danger-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-danger.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-danger.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-outline-ios-danger {
    border-color: #f53d3d;
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-outline-ios-danger.activated {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-solid-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-solid-ios-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-light-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-light,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-light-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-light-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-light.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-light.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-outline-ios-light {
    border-color: #f4f4f4;
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-outline-ios-light.activated {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-solid-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-solid-ios-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-dark-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-dark,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-dark-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-dark-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-default.bar-button-ios-dark.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-clear-ios-dark.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-outline-ios-dark {
    border-color: #222;
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-outline-ios-dark.activated {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-solid-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-light .bar-button-solid-ios-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-light-ios,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-light,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-light-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .bar-button-light-ios.activated,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-light.activated,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-light.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios-light {
    border-color: #f4f4f4;
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios-light.activated {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .toolbar-background-ios {
    background: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .toolbar-title-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default-ios {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-primary-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-primary,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-primary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-primary-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-primary.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-primary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-outline-ios-primary {
    border-color: #327eff;
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-outline-ios-primary.activated {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-solid-ios-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-solid-ios-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-secondary-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-secondary-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-secondary-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-secondary.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-secondary.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-outline-ios-secondary {
    border-color: #32db64;
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-outline-ios-secondary.activated {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-solid-ios-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-solid-ios-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-danger-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-danger,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-danger-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-danger-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-danger.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-danger.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-outline-ios-danger {
    border-color: #f53d3d;
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-outline-ios-danger.activated {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-solid-ios-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-solid-ios-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-light-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-light,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-light-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-light-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-light.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-light.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-outline-ios-light {
    border-color: #f4f4f4;
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-outline-ios-light.activated {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-solid-ios-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-solid-ios-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-dark-ios,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-dark,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-dark-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-dark-ios.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-default.bar-button-ios-dark.activated,
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-clear-ios-dark.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-outline-ios-dark {
    border-color: #222;
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-outline-ios-dark.activated {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-solid-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-ios-dark .bar-button-solid-ios-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-dark-ios,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-dark,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-dark-ios:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .bar-button-dark-ios.activated,
  .mobile-creator .mobile-dnd-area .bar-button-default.bar-button-ios-dark.activated,
  .mobile-creator .mobile-dnd-area .bar-button-clear-ios-dark.activated {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios-dark {
    border-color: #222;
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-ios-dark.activated {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-ios-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-strong-ios {
    font-weight: 600; }
  .mobile-creator .mobile-dnd-area .toolbar-md {
    padding: 4px;
    min-height: 56px; }
  .mobile-creator .mobile-dnd-area .toolbar-background-md {
    border-color: #b2b2b2;
    background: #f8f8f8; }
  .mobile-creator .mobile-dnd-area .header-md::after,
  .mobile-creator .mobile-dnd-area .tabs-md[tabsPlacement="top"] > .tabbar::after,
  .mobile-creator .mobile-dnd-area .footer-md::before,
  .mobile-creator .mobile-dnd-area .tabs-md[tabsPlacement="bottom"] > .tabbar::before {
    left: 0;
    bottom: -5px;
    background-position: left 0 top -2px;
    position: absolute;
    width: 100%;
    height: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAHBAMAAADzDtBxAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMUCS0gBIh/TXEAAAAaSURBVAjXYxCEAgY4UIICBmMogMsgFLtAAQCNSwXZKOdPxgAAAABJRU5ErkJggg==);
    background-repeat: repeat-x;
    content: ""; }
  .mobile-creator .mobile-dnd-area .footer-md::before,
  .mobile-creator .mobile-dnd-area .tabs-md[tabsPlacement="bottom"] > .tabbar::before {
    top: -2px;
    bottom: auto;
    background-position: left 0 top 0;
    height: 2px; }
  .mobile-creator .mobile-dnd-area .header-md[no-border]::after,
  .mobile-creator .mobile-dnd-area .footer-md[no-border]::before,
  .mobile-creator .mobile-dnd-area .tabs-md[tabsPlacement="top"][no-border] > .tabbar::after,
  .mobile-creator .mobile-dnd-area .tabs-md[tabsPlacement="bottom"][no-border] > .tabbar::before {
    display: none; }
  .mobile-creator .mobile-dnd-area .toolbar-content-md {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: 0;
    max-width: 100%; }
  .mobile-creator .mobile-dnd-area .toolbar-title-md {
    padding: 0 12px;
    font-size: 2rem;
    font-weight: 500;
    color: #424242; }
  .mobile-creator .mobile-dnd-area .bar-button-md {
    margin: 0 0.2rem;
    padding: 0 5px;
    border-radius: 2px;
    height: 32px;
    border: 0;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md,
  .mobile-creator .mobile-dnd-area .bar-button-outline-md {
    overflow: hidden; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md {
    border-width: 1px;
    border-style: solid;
    border-color: #424242;
    color: #424242;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md:hover:not(.disable-hover) {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md .button-effect {
    background-color: #424242; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md {
    color: #fff;
    background-color: #424242; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md:hover:not(.disable-hover) {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md.activated {
    color: #fff;
    background-color: #515151; }
  .mobile-creator .mobile-dnd-area .bar-button-md.bar-button-icon-start ion-icon {
    padding-right: 0.3em;
    font-size: 1.4em;
    line-height: .67;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .bar-button-md.bar-button-icon-end ion-icon {
    padding-left: 0.4em;
    font-size: 1.4em;
    line-height: .67;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .bar-button-md[icon-only] {
    padding: 0; }
  .mobile-creator .mobile-dnd-area .bar-button-md[icon-only] ion-icon {
    padding: 0 0.1em;
    min-width: 28px;
    font-size: 1.8em;
    line-height: .67;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .back-button-md {
    margin: 0 6px;
    min-width: 44px;
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .back-button-icon-md {
    margin: 0;
    padding: 0 6px;
    text-align: left;
    text-align: start;
    font-size: 2.4rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-md {
    margin: 0 6px;
    padding: 0 2px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    min-width: 44px; }
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-md ion-icon {
    padding: 0 6px;
    font-size: 2.4rem; }
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-md[end],
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-md[right] {
    margin: 0 2px;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
    min-width: 28px; }
  .mobile-creator .mobile-dnd-area .bar-button-default-md,
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-default,
  .mobile-creator .mobile-dnd-area .bar-button-md-default {
    color: #424242;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-default-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-default:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-md-default:hover:not(.disable-hover) {
    color: #424242; }
  .mobile-creator .mobile-dnd-area .bar-button-clear-md,
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-clear,
  .mobile-creator .mobile-dnd-area .bar-button-md-clear {
    color: #424242;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-clear-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-clear:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-md-clear:hover:not(.disable-hover) {
    color: #424242; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .toolbar-background-md {
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-default-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .toolbar-title-md {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md .button-effect,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-default-md .button-effect,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-primary-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md-primary,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-md-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-primary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-md-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-primary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-primary .button-effect {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-solid-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-solid-md-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-secondary-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-md-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-secondary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-md-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-secondary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-secondary .button-effect {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-solid-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-danger-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md-danger,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-danger-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-danger.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-danger .button-effect {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-light-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md-light,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-light-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-light.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-dark-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md-dark,
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-md-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-dark-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-clear-md-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-md-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-dark.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-outline-md-dark .button-effect {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-solid-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-primary .bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-primary-md,
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-primary,
  .mobile-creator .mobile-dnd-area .bar-button-md-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-primary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-md-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-primary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-primary .button-effect {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .toolbar-background-md {
    background: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-default-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .toolbar-title-md {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md .button-effect,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-default-md .button-effect,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-primary-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md-primary,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-md-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-primary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-md-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-primary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-primary .button-effect {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-solid-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-solid-md-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-secondary-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-md-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-secondary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-md-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-secondary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-secondary .button-effect {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-solid-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-danger-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md-danger,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-danger-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-danger.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-danger .button-effect {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-light-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md-light,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-light-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-light.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-dark-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md-dark,
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-md-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-dark-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-clear-md-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-md-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-dark.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-outline-md-dark .button-effect {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-solid-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-secondary .bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-secondary-md,
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-secondary,
  .mobile-creator .mobile-dnd-area .bar-button-md-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-secondary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-md-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-secondary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-secondary .button-effect {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .toolbar-background-md {
    background: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-default-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .toolbar-title-md {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md .button-effect,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-default-md .button-effect,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-primary-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md-primary,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-md-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-primary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-md-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-primary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-primary .button-effect {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-solid-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-solid-md-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-secondary-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-md-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-secondary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-md-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-secondary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-secondary .button-effect {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-solid-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-danger-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md-danger,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-danger-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-danger.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-danger .button-effect {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-light-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md-light,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-light-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-light.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-dark-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md-dark,
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-md-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-dark-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-clear-md-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-md-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-dark.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-outline-md-dark .button-effect {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-solid-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-danger .bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-danger-md,
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-danger,
  .mobile-creator .mobile-dnd-area .bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-danger-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-danger.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-danger .button-effect {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .toolbar-background-md {
    background: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-default-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .toolbar-title-md {
    color: #424242; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md .button-effect,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-default-md .button-effect,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md .button-effect {
    background-color: #424242; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md {
    border-color: #424242; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-primary-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md-primary,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-md-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-primary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-md-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-primary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-primary .button-effect {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-solid-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-solid-md-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-secondary-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-md-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-secondary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-md-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-secondary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-secondary .button-effect {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-solid-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-danger-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md-danger,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-danger-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-danger.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-danger .button-effect {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-light-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md-light,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-light-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-light.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-dark-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md-dark,
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-md-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-dark-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-clear-md-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-md-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-dark.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-outline-md-dark .button-effect {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-solid-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-light .bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-light-md,
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-light,
  .mobile-creator .mobile-dnd-area .bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-light-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-light.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .toolbar-background-md {
    background: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-default-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .toolbar-title-md {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md .button-effect,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-default-md .button-effect,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md .button-effect {
    background-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-primary-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md-primary,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-md-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-primary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-md-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-primary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-primary .button-effect {
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-solid-md-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-solid-md-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-secondary-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-md-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-secondary-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-md-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-secondary.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-secondary .button-effect {
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-solid-md-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-danger-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md-danger,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-danger-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-danger.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-danger .button-effect {
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-light-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md-light,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-light-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-light.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-dark-md,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md-dark,
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-md-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-dark-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-clear-md-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-md-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-dark.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-outline-md-dark .button-effect {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-solid-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-md-dark .bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-dark-md,
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-dark,
  .mobile-creator .mobile-dnd-area .bar-button-md-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-dark-md:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-md-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-md-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-dark.activated {
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-md-dark .button-effect {
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-strong-md {
    font-weight: bold; }
  .mobile-creator .mobile-dnd-area .toolbar-wp {
    padding: 4px;
    min-height: 46px; }
  .mobile-creator .mobile-dnd-area .toolbar-background-wp {
    border-color: #b2b2b2;
    background: #f8f8f8; }
  .mobile-creator .mobile-dnd-area .toolbar-content-wp {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: 0;
    max-width: 100%; }
  .mobile-creator .mobile-dnd-area .toolbar-title-wp {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 0 6px; }
  .mobile-creator .mobile-dnd-area .bar-button-wp {
    margin: 0 0.2rem;
    padding: 0 5px;
    border-radius: 2px;
    height: 32px;
    border: 0;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp,
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp {
    overflow: hidden; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp {
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    color: #000;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp:hover:not(.disable-hover) {
    opacity: .4; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp.activated {
    color: #fff;
    background-color: #000; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp {
    color: #fff;
    background-color: #000; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp:hover:not(.disable-hover) {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp.activated {
    color: #fff;
    background-color: #141414; }
  .mobile-creator .mobile-dnd-area .bar-button-wp.bar-button-icon-start ion-icon {
    padding-right: 0.3em;
    font-size: 1.4em;
    line-height: .67;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .bar-button-wp.bar-button-icon-end ion-icon {
    padding-left: 0.4em;
    font-size: 1.4em;
    line-height: .67;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .bar-button-wp[icon-only] {
    padding: 0; }
  .mobile-creator .mobile-dnd-area .bar-button-wp[icon-only] ion-icon {
    padding: 0 0.1em;
    min-width: 28px;
    font-size: 1.8em;
    line-height: .67;
    pointer-events: none; }
  .mobile-creator .mobile-dnd-area .back-button-wp {
    margin: 0 6px;
    min-width: 44px;
    box-shadow: none; }
  .mobile-creator .mobile-dnd-area .back-button-icon-wp {
    text-align: left;
    text-align: start;
    margin: 0;
    padding: 0 6px;
    font-size: 2.4rem;
    font-weight: normal; }
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-wp {
    margin: 0 6px;
    padding: 0 2px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    min-width: 44px; }
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-wp ion-icon {
    padding: 0 6px;
    font-size: 2.4rem; }
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-wp[end],
  .mobile-creator .mobile-dnd-area .bar-button-menutoggle-wp[right] {
    margin: 0 2px;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
    min-width: 28px; }
  .mobile-creator .mobile-dnd-area .bar-button-default-wp,
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-default,
  .mobile-creator .mobile-dnd-area .bar-button-wp-default {
    color: #000;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-default-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-default:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-wp-default:hover:not(.disable-hover) {
    color: #000; }
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp,
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-clear,
  .mobile-creator .mobile-dnd-area .bar-button-wp-clear {
    color: #000;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-clear:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-wp-clear:hover:not(.disable-hover) {
    color: #000; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .toolbar-background-wp {
    background: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-default-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .toolbar-title-wp {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-primary-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp-primary,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-wp-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-primary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-wp-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-solid-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-solid-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-secondary-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-wp-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-secondary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-wp-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-solid-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-solid-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-danger-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp-danger,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-wp-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-danger-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-wp-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-solid-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-solid-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-light-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp-light,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-wp-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-light-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-wp-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-solid-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-solid-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-dark-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp-dark,
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-wp-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-dark-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-clear-wp-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-wp-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-outline-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-solid-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-primary .bar-button-solid-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-primary-wp,
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-primary,
  .mobile-creator .mobile-dnd-area .bar-button-wp-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-primary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-wp-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .toolbar-background-wp {
    background: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-default-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .toolbar-title-wp {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-primary-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp-primary,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-wp-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-primary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-wp-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-solid-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-solid-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-secondary-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-wp-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-secondary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-wp-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-solid-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-solid-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-danger-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp-danger,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-wp-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-danger-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-wp-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-solid-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-solid-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-light-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp-light,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-wp-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-light-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-wp-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-solid-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-solid-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-dark-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp-dark,
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-wp-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-dark-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-clear-wp-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-wp-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-outline-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-solid-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-secondary .bar-button-solid-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-secondary-wp,
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-secondary,
  .mobile-creator .mobile-dnd-area .bar-button-wp-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-secondary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-wp-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .toolbar-background-wp {
    background: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-default-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .toolbar-title-wp {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-primary-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp-primary,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-wp-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-primary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-wp-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-solid-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-solid-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-secondary-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-wp-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-secondary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-wp-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-solid-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-solid-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-danger-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp-danger,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-wp-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-danger-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-wp-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-solid-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-solid-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-light-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp-light,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-wp-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-light-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-wp-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-solid-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-solid-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-dark-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp-dark,
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-wp-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-dark-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-clear-wp-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-wp-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-outline-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-solid-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-danger .bar-button-solid-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-danger-wp,
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-danger,
  .mobile-creator .mobile-dnd-area .bar-button-wp-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-danger-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-wp-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .toolbar-background-wp {
    background: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-default-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .toolbar-title-wp {
    color: #000; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp {
    border-color: #000; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-primary-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp-primary,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-wp-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-primary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-wp-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-solid-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-solid-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-secondary-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-wp-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-secondary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-wp-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-solid-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-solid-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-danger-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp-danger,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-wp-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-danger-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-wp-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-solid-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-solid-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-light-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp-light,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-wp-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-light-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-wp-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-solid-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-solid-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-dark-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp-dark,
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-wp-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-dark-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-clear-wp-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-wp-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-outline-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-solid-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-light .bar-button-solid-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-light-wp,
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-light,
  .mobile-creator .mobile-dnd-area .bar-button-wp-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-light-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-wp-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .toolbar-background-wp {
    background: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-default-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .toolbar-title-wp {
    color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp {
    border-color: #fff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-primary-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp-primary,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-wp-primary {
    color: #327eff;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-primary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp-primary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-wp-primary:hover:not(.disable-hover) {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp-primary {
    border-color: #2e74eb;
    color: #2e74eb;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-solid-wp-primary {
    color: #fff;
    background-color: #327eff; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-solid-wp-primary.activated {
    color: #fff;
    background-color: #2e74eb; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-secondary-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp-secondary,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-wp-secondary {
    color: #32db64;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-secondary-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp-secondary:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-wp-secondary:hover:not(.disable-hover) {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp-secondary {
    border-color: #2ec95c;
    color: #2ec95c;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-solid-wp-secondary {
    color: #fff;
    background-color: #32db64; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-solid-wp-secondary.activated {
    color: #fff;
    background-color: #2ec95c; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-danger-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp-danger,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-wp-danger {
    color: #f53d3d;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-danger-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp-danger:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-wp-danger:hover:not(.disable-hover) {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-solid-wp-danger {
    color: #fff;
    background-color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-solid-wp-danger.activated {
    color: #fff;
    background-color: #e13838; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-light-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp-light,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-wp-light {
    color: #f4f4f4;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-light-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp-light:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-wp-light:hover:not(.disable-hover) {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-solid-wp-light {
    color: #000;
    background-color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-solid-wp-light.activated {
    color: #000;
    background-color: #e0e0e0; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-dark-wp,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp-dark,
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-wp-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-dark-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-clear-wp-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-wp-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-outline-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-solid-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .toolbar-wp-dark .bar-button-solid-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-dark-wp,
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-dark,
  .mobile-creator .mobile-dnd-area .bar-button-wp-dark {
    color: #222;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-dark-wp:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-clear-wp-dark:hover:not(.disable-hover),
  .mobile-creator .mobile-dnd-area .bar-button-wp-dark:hover:not(.disable-hover) {
    color: #222; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent; }
  .mobile-creator .mobile-dnd-area .bar-button-outline-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp-dark {
    color: #fff;
    background-color: #222; }
  .mobile-creator .mobile-dnd-area .bar-button-solid-wp-dark.activated {
    color: #fff;
    background-color: #343434; }
  .mobile-creator .mobile-dnd-area .bar-button-strong-wp {
    font-weight: bold; }
  .mobile-creator .mobile-dnd-area .text-ios-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .text-ios-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .text-ios-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .text-ios-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .text-ios-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .text-md-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .text-md-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .text-md-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .text-md-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .text-md-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .text-wp-primary {
    color: #327eff; }
  .mobile-creator .mobile-dnd-area .text-wp-secondary {
    color: #32db64; }
  .mobile-creator .mobile-dnd-area .text-wp-danger {
    color: #f53d3d; }
  .mobile-creator .mobile-dnd-area .text-wp-light {
    color: #f4f4f4; }
  .mobile-creator .mobile-dnd-area .text-wp-dark {
    color: #222; }
  .mobile-creator .mobile-dnd-area .virtual-loading {
    opacity: 0; }
  .mobile-creator .mobile-dnd-area .virtual-scroll {
    position: relative;
    contain: content; }
  .mobile-creator .mobile-dnd-area .virtual-scroll .virtual-position,
  .mobile-creator .mobile-dnd-area .virtual-scroll .virtual-position.item {
    left: 0;
    top: 0;
    position: absolute;
    transition-duration: 0ms;
    contain: content; }
  .mobile-creator .mobile-dnd-area .virtual-scroll .virtual-last {
    display: none; }
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .ios ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child {
    padding-top: calc(20px + 4px);
    padding-top: calc(constant(safe-area-inset-top) + 4px);
    padding-top: calc(env(safe-area-inset-top) + 4px);
    min-height: calc(44px + 20px);
    min-height: calc(44px + constant(safe-area-inset-top));
    min-height: calc(44px + env(safe-area-inset-top)); }
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
    padding-top: 20px;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top); }
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
    padding-top: calc(16px + 20px);
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top); }
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > .toolbar.statusbar-padding:first-child ion-segment,
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > .toolbar.statusbar-padding:first-child ion-title,
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-segment,
  .mobile-creator .mobile-dnd-area .ios ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-title,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > .toolbar.statusbar-padding:first-child ion-segment,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > .toolbar.statusbar-padding:first-child ion-title,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-segment,
  .mobile-creator .mobile-dnd-area .ios ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-title,
  .mobile-creator .mobile-dnd-area .ios ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child ion-segment,
  .mobile-creator .mobile-dnd-area .ios ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child ion-title,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child ion-segment,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child ion-title,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child ion-segment,
  .mobile-creator .mobile-dnd-area .ios ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child ion-title {
    padding-top: 20px;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    height: calc(44px + 20px);
    height: calc(44px + constant(safe-area-inset-top));
    height: calc(44px + env(safe-area-inset-top));
    min-height: calc(44px + 20px);
    min-height: calc(44px + constant(safe-area-inset-top));
    min-height: calc(44px + env(safe-area-inset-top)); }
  @media only screen and (max-width: 767px) {
    .mobile-creator .mobile-dnd-area .ios .modal-wrapper > .ion-page > ion-header > .toolbar.statusbar-padding:first-child {
      padding-top: calc(20px + 4px);
      padding-top: calc(constant(safe-area-inset-top) + 4px);
      padding-top: calc(env(safe-area-inset-top) + 4px);
      min-height: calc(44px + 20px);
      min-height: calc(44px + constant(safe-area-inset-top));
      min-height: calc(44px + env(safe-area-inset-top)); }
    .mobile-creator .mobile-dnd-area .ios .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
      padding-top: 20px;
      padding-top: constant(safe-area-inset-top);
      padding-top: env(safe-area-inset-top); }
    .mobile-creator .mobile-dnd-area .ios .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
    .mobile-creator .mobile-dnd-area .ios .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
      padding-top: calc(16px + 20px);
      padding-top: constant(safe-area-inset-top);
      padding-top: env(safe-area-inset-top); }
    .mobile-creator .mobile-dnd-area .ios .modal-wrapper > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-segment,
    .mobile-creator .mobile-dnd-area .ios .modal-wrapper > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-title {
      padding-top: 20px;
      padding-top: constant(safe-area-inset-top);
      padding-top: env(safe-area-inset-top);
      height: calc(44px + 20px);
      height: calc(44px + constant(safe-area-inset-top));
      height: calc(44px + env(safe-area-inset-top));
      min-height: calc(44px + 20px);
      min-height: calc(44px + constant(safe-area-inset-top));
      min-height: calc(44px + env(safe-area-inset-top)); } }
  .mobile-creator .mobile-dnd-area .ios .tabs:not(.tabs-ios[tabsPlacement=top]) .tabbar {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom); }
  .mobile-creator .mobile-dnd-area .ios ion-footer .toolbar:last-child {
    padding-bottom: calc(constant(safe-area-inset-bottom) + 4px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 4px);
    min-height: calc(44px + constant(safe-area-inset-bottom));
    min-height: calc(44px + env(safe-area-inset-bottom)); }
  .mobile-creator .mobile-dnd-area .md ion-nav > .ion-page > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .md ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .md ion-tab > .ion-page > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .md ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .md ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .md ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .md ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child {
    padding-top: calc(20px + 4px);
    padding-top: calc(constant(safe-area-inset-top) + 4px);
    padding-top: calc(env(safe-area-inset-top) + 4px);
    min-height: calc(56px + 20px);
    min-height: calc(56px + constant(safe-area-inset-top));
    min-height: calc(56px + env(safe-area-inset-top)); }
  .mobile-creator .mobile-dnd-area .md ion-nav > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-tab > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-menu > .menu-inner > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
    padding-top: 20px;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top); }
  .mobile-creator .mobile-dnd-area .md ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .md ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
    padding-top: calc(16px + 20px);
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top); }
  @media only screen and (max-width: 767px) {
    .mobile-creator .mobile-dnd-area .md .modal-wrapper > .ion-page > ion-header > .toolbar.statusbar-padding:first-child {
      padding-top: calc(20px + 4px);
      padding-top: calc(constant(safe-area-inset-top) + 4px);
      padding-top: calc(env(safe-area-inset-top) + 4px);
      min-height: calc(56px + 20px);
      min-height: calc(56px + constant(safe-area-inset-top));
      min-height: calc(56px + env(safe-area-inset-top)); }
    .mobile-creator .mobile-dnd-area .md .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
      padding-top: 20px;
      padding-top: constant(safe-area-inset-top);
      padding-top: env(safe-area-inset-top); }
    .mobile-creator .mobile-dnd-area .md .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
    .mobile-creator .mobile-dnd-area .md .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
      padding-top: calc(16px + 20px);
      padding-top: constant(safe-area-inset-top);
      padding-top: env(safe-area-inset-top); } }
  .mobile-creator .mobile-dnd-area .md .tabs:not(.tabs-ios[tabsPlacement=top]) .tabbar {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom); }
  .mobile-creator .mobile-dnd-area .md ion-footer .toolbar:last-child {
    padding-bottom: calc(constant(safe-area-inset-bottom) + 4px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 4px);
    min-height: calc(56px + constant(safe-area-inset-bottom));
    min-height: calc(56px + env(safe-area-inset-bottom)); }
  .mobile-creator .mobile-dnd-area .wp ion-nav > .ion-page > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .wp ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .wp ion-tab > .ion-page > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .wp ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .wp ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .wp ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child,
  .mobile-creator .mobile-dnd-area .wp ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child {
    padding-top: calc(20px + 4px);
    padding-top: calc(constant(safe-area-inset-top) + 4px);
    padding-top: calc(env(safe-area-inset-top) + 4px);
    min-height: calc(46px + 20px);
    min-height: calc(46px + constant(safe-area-inset-top));
    min-height: calc(46px + env(safe-area-inset-top)); }
  .mobile-creator .mobile-dnd-area .wp ion-nav > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-tab > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-menu > .menu-inner > ion-content.statusbar-padding:first-child .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
    padding-top: 20px;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top); }
  .mobile-creator .mobile-dnd-area .wp ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .mobile-creator .mobile-dnd-area .wp ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
    padding-top: calc(16px + 20px);
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top); }
  @media only screen and (max-width: 767px) {
    .mobile-creator .mobile-dnd-area .wp .modal-wrapper > .ion-page > ion-header > .toolbar.statusbar-padding:first-child {
      padding-top: calc(20px + 4px);
      padding-top: calc(constant(safe-area-inset-top) + 4px);
      padding-top: calc(env(safe-area-inset-top) + 4px);
      min-height: calc(46px + 20px);
      min-height: calc(46px + constant(safe-area-inset-top));
      min-height: calc(46px + env(safe-area-inset-top)); }
    .mobile-creator .mobile-dnd-area .wp .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
      padding-top: 20px;
      padding-top: constant(safe-area-inset-top);
      padding-top: env(safe-area-inset-top); }
    .mobile-creator .mobile-dnd-area .wp .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
    .mobile-creator .mobile-dnd-area .wp .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
      padding-top: calc(16px + 20px);
      padding-top: constant(safe-area-inset-top);
      padding-top: env(safe-area-inset-top); } }
  .mobile-creator .mobile-dnd-area .wp .tabs:not(.tabs-ios[tabsPlacement=top]) .tabbar {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom); }
  .mobile-creator .mobile-dnd-area .wp ion-footer .toolbar:last-child {
    padding-bottom: calc(constant(safe-area-inset-bottom) + 4px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 4px);
    min-height: calc(46px + constant(safe-area-inset-bottom));
    min-height: calc(46px + env(safe-area-inset-bottom)); }
  .mobile-creator .mobile-dnd-area .ion-ios-add:before {
    content: "\f102"; }
  .mobile-creator .mobile-dnd-area .ion-ios-add-circle:before {
    content: "\f101"; }
  .mobile-creator .mobile-dnd-area .ion-ios-add-circle-outline:before {
    content: "\f100"; }
  .mobile-creator .mobile-dnd-area .ion-ios-add-outline:before {
    content: "\f102"; }
  .mobile-creator .mobile-dnd-area .ion-ios-alarm:before {
    content: "\f3c8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-alarm-outline:before {
    content: "\f3c7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-albums:before {
    content: "\f3ca"; }
  .mobile-creator .mobile-dnd-area .ion-ios-albums-outline:before {
    content: "\f3c9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-alert:before {
    content: "\f104"; }
  .mobile-creator .mobile-dnd-area .ion-ios-alert-outline:before {
    content: "\f103"; }
  .mobile-creator .mobile-dnd-area .ion-ios-american-football:before {
    content: "\f106"; }
  .mobile-creator .mobile-dnd-area .ion-ios-american-football-outline:before {
    content: "\f105"; }
  .mobile-creator .mobile-dnd-area .ion-ios-analytics:before {
    content: "\f3ce"; }
  .mobile-creator .mobile-dnd-area .ion-ios-analytics-outline:before {
    content: "\f3cd"; }
  .mobile-creator .mobile-dnd-area .ion-ios-aperture:before {
    content: "\f108"; }
  .mobile-creator .mobile-dnd-area .ion-ios-aperture-outline:before {
    content: "\f107"; }
  .mobile-creator .mobile-dnd-area .ion-ios-apps:before {
    content: "\f10a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-apps-outline:before {
    content: "\f109"; }
  .mobile-creator .mobile-dnd-area .ion-ios-appstore:before {
    content: "\f10c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-appstore-outline:before {
    content: "\f10b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-archive:before {
    content: "\f10e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-archive-outline:before {
    content: "\f10d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-back:before {
    content: "\f3cf"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-back-outline:before {
    content: "\f3cf"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-down:before {
    content: "\f3d0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-down-outline:before {
    content: "\f3d0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropdown:before {
    content: "\f110"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropdown-circle:before {
    content: "\f10f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropdown-circle-outline:before {
    content: "\f10f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropdown-outline:before {
    content: "\f110"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropleft:before {
    content: "\f112"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropleft-circle:before {
    content: "\f111"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropleft-circle-outline:before {
    content: "\f111"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropleft-outline:before {
    content: "\f112"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropright:before {
    content: "\f114"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropright-circle:before {
    content: "\f113"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropright-circle-outline:before {
    content: "\f113"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropright-outline:before {
    content: "\f114"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropup:before {
    content: "\f116"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropup-circle:before {
    content: "\f115"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropup-circle-outline:before {
    content: "\f115"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-dropup-outline:before {
    content: "\f116"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-forward:before {
    content: "\f3d1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-forward-outline:before {
    content: "\f3d1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-round-back:before {
    content: "\f117"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-round-back-outline:before {
    content: "\f117"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-round-down:before {
    content: "\f118"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-round-down-outline:before {
    content: "\f118"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-round-forward:before {
    content: "\f119"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-round-forward-outline:before {
    content: "\f119"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-round-up:before {
    content: "\f11a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-round-up-outline:before {
    content: "\f11a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-up:before {
    content: "\f3d8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-arrow-up-outline:before {
    content: "\f3d8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-at:before {
    content: "\f3da"; }
  .mobile-creator .mobile-dnd-area .ion-ios-at-outline:before {
    content: "\f3d9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-attach:before {
    content: "\f11b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-attach-outline:before {
    content: "\f11b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-backspace:before {
    content: "\f11d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-backspace-outline:before {
    content: "\f11c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-barcode:before {
    content: "\f3dc"; }
  .mobile-creator .mobile-dnd-area .ion-ios-barcode-outline:before {
    content: "\f3db"; }
  .mobile-creator .mobile-dnd-area .ion-ios-baseball:before {
    content: "\f3de"; }
  .mobile-creator .mobile-dnd-area .ion-ios-baseball-outline:before {
    content: "\f3dd"; }
  .mobile-creator .mobile-dnd-area .ion-ios-basket:before {
    content: "\f11f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-basket-outline:before {
    content: "\f11e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-basketball:before {
    content: "\f3e0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-basketball-outline:before {
    content: "\f3df"; }
  .mobile-creator .mobile-dnd-area .ion-ios-battery-charging:before {
    content: "\f120"; }
  .mobile-creator .mobile-dnd-area .ion-ios-battery-charging-outline:before {
    content: "\f120"; }
  .mobile-creator .mobile-dnd-area .ion-ios-battery-dead:before {
    content: "\f121"; }
  .mobile-creator .mobile-dnd-area .ion-ios-battery-dead-outline:before {
    content: "\f121"; }
  .mobile-creator .mobile-dnd-area .ion-ios-battery-full:before {
    content: "\f122"; }
  .mobile-creator .mobile-dnd-area .ion-ios-battery-full-outline:before {
    content: "\f122"; }
  .mobile-creator .mobile-dnd-area .ion-ios-beaker:before {
    content: "\f124"; }
  .mobile-creator .mobile-dnd-area .ion-ios-beaker-outline:before {
    content: "\f123"; }
  .mobile-creator .mobile-dnd-area .ion-ios-beer:before {
    content: "\f126"; }
  .mobile-creator .mobile-dnd-area .ion-ios-beer-outline:before {
    content: "\f125"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bicycle:before {
    content: "\f127"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bicycle-outline:before {
    content: "\f127"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bluetooth:before {
    content: "\f128"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bluetooth-outline:before {
    content: "\f128"; }
  .mobile-creator .mobile-dnd-area .ion-ios-boat:before {
    content: "\f12a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-boat-outline:before {
    content: "\f129"; }
  .mobile-creator .mobile-dnd-area .ion-ios-body:before {
    content: "\f3e4"; }
  .mobile-creator .mobile-dnd-area .ion-ios-body-outline:before {
    content: "\f3e3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bonfire:before {
    content: "\f12c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bonfire-outline:before {
    content: "\f12b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-book:before {
    content: "\f3e8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-book-outline:before {
    content: "\f3e7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bookmark:before {
    content: "\f12e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bookmark-outline:before {
    content: "\f12d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bookmarks:before {
    content: "\f3ea"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bookmarks-outline:before {
    content: "\f3e9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bowtie:before {
    content: "\f130"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bowtie-outline:before {
    content: "\f12f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-briefcase:before {
    content: "\f3ee"; }
  .mobile-creator .mobile-dnd-area .ion-ios-briefcase-outline:before {
    content: "\f3ed"; }
  .mobile-creator .mobile-dnd-area .ion-ios-browsers:before {
    content: "\f3f0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-browsers-outline:before {
    content: "\f3ef"; }
  .mobile-creator .mobile-dnd-area .ion-ios-brush:before {
    content: "\f132"; }
  .mobile-creator .mobile-dnd-area .ion-ios-brush-outline:before {
    content: "\f131"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bug:before {
    content: "\f134"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bug-outline:before {
    content: "\f133"; }
  .mobile-creator .mobile-dnd-area .ion-ios-build:before {
    content: "\f136"; }
  .mobile-creator .mobile-dnd-area .ion-ios-build-outline:before {
    content: "\f135"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bulb:before {
    content: "\f138"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bulb-outline:before {
    content: "\f137"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bus:before {
    content: "\f13a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-bus-outline:before {
    content: "\f139"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cafe:before {
    content: "\f13c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cafe-outline:before {
    content: "\f13b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-calculator:before {
    content: "\f3f2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-calculator-outline:before {
    content: "\f3f1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-calendar:before {
    content: "\f3f4"; }
  .mobile-creator .mobile-dnd-area .ion-ios-calendar-outline:before {
    content: "\f3f3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-call:before {
    content: "\f13e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-call-outline:before {
    content: "\f13d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-camera:before {
    content: "\f3f6"; }
  .mobile-creator .mobile-dnd-area .ion-ios-camera-outline:before {
    content: "\f3f5"; }
  .mobile-creator .mobile-dnd-area .ion-ios-car:before {
    content: "\f140"; }
  .mobile-creator .mobile-dnd-area .ion-ios-car-outline:before {
    content: "\f13f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-card:before {
    content: "\f142"; }
  .mobile-creator .mobile-dnd-area .ion-ios-card-outline:before {
    content: "\f141"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cart:before {
    content: "\f3f8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cart-outline:before {
    content: "\f3f7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cash:before {
    content: "\f144"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cash-outline:before {
    content: "\f143"; }
  .mobile-creator .mobile-dnd-area .ion-ios-chatboxes:before {
    content: "\f3fa"; }
  .mobile-creator .mobile-dnd-area .ion-ios-chatboxes-outline:before {
    content: "\f3f9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-chatbubbles:before {
    content: "\f146"; }
  .mobile-creator .mobile-dnd-area .ion-ios-chatbubbles-outline:before {
    content: "\f145"; }
  .mobile-creator .mobile-dnd-area .ion-ios-checkbox:before {
    content: "\f148"; }
  .mobile-creator .mobile-dnd-area .ion-ios-checkbox-outline:before {
    content: "\f147"; }
  .mobile-creator .mobile-dnd-area .ion-ios-checkmark:before {
    content: "\f3ff"; }
  .mobile-creator .mobile-dnd-area .ion-ios-checkmark-circle:before {
    content: "\f14a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-checkmark-circle-outline:before {
    content: "\f149"; }
  .mobile-creator .mobile-dnd-area .ion-ios-checkmark-outline:before {
    content: "\f3ff"; }
  .mobile-creator .mobile-dnd-area .ion-ios-clipboard:before {
    content: "\f14c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-clipboard-outline:before {
    content: "\f14b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-clock:before {
    content: "\f403"; }
  .mobile-creator .mobile-dnd-area .ion-ios-clock-outline:before {
    content: "\f402"; }
  .mobile-creator .mobile-dnd-area .ion-ios-close:before {
    content: "\f406"; }
  .mobile-creator .mobile-dnd-area .ion-ios-close-circle:before {
    content: "\f14e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-close-circle-outline:before {
    content: "\f14d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-close-outline:before {
    content: "\f406"; }
  .mobile-creator .mobile-dnd-area .ion-ios-closed-captioning:before {
    content: "\f150"; }
  .mobile-creator .mobile-dnd-area .ion-ios-closed-captioning-outline:before {
    content: "\f14f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloud:before {
    content: "\f40c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloud-circle:before {
    content: "\f152"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloud-circle-outline:before {
    content: "\f151"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloud-done:before {
    content: "\f154"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloud-done-outline:before {
    content: "\f153"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloud-download:before {
    content: "\f408"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloud-download-outline:before {
    content: "\f407"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloud-outline:before {
    content: "\f409"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloud-upload:before {
    content: "\f40b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloud-upload-outline:before {
    content: "\f40a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloudy:before {
    content: "\f410"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloudy-night:before {
    content: "\f40e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloudy-night-outline:before {
    content: "\f40d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cloudy-outline:before {
    content: "\f40f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-code:before {
    content: "\f157"; }
  .mobile-creator .mobile-dnd-area .ion-ios-code-download:before {
    content: "\f155"; }
  .mobile-creator .mobile-dnd-area .ion-ios-code-download-outline:before {
    content: "\f155"; }
  .mobile-creator .mobile-dnd-area .ion-ios-code-outline:before {
    content: "\f157"; }
  .mobile-creator .mobile-dnd-area .ion-ios-code-working:before {
    content: "\f156"; }
  .mobile-creator .mobile-dnd-area .ion-ios-code-working-outline:before {
    content: "\f156"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cog:before {
    content: "\f412"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cog-outline:before {
    content: "\f411"; }
  .mobile-creator .mobile-dnd-area .ion-ios-color-fill:before {
    content: "\f159"; }
  .mobile-creator .mobile-dnd-area .ion-ios-color-fill-outline:before {
    content: "\f158"; }
  .mobile-creator .mobile-dnd-area .ion-ios-color-filter:before {
    content: "\f414"; }
  .mobile-creator .mobile-dnd-area .ion-ios-color-filter-outline:before {
    content: "\f413"; }
  .mobile-creator .mobile-dnd-area .ion-ios-color-palette:before {
    content: "\f15b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-color-palette-outline:before {
    content: "\f15a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-color-wand:before {
    content: "\f416"; }
  .mobile-creator .mobile-dnd-area .ion-ios-color-wand-outline:before {
    content: "\f415"; }
  .mobile-creator .mobile-dnd-area .ion-ios-compass:before {
    content: "\f15d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-compass-outline:before {
    content: "\f15c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-construct:before {
    content: "\f15f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-construct-outline:before {
    content: "\f15e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-contact:before {
    content: "\f41a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-contact-outline:before {
    content: "\f419"; }
  .mobile-creator .mobile-dnd-area .ion-ios-contacts:before {
    content: "\f161"; }
  .mobile-creator .mobile-dnd-area .ion-ios-contacts-outline:before {
    content: "\f160"; }
  .mobile-creator .mobile-dnd-area .ion-ios-contract:before {
    content: "\f162"; }
  .mobile-creator .mobile-dnd-area .ion-ios-contract-outline:before {
    content: "\f162"; }
  .mobile-creator .mobile-dnd-area .ion-ios-contrast:before {
    content: "\f163"; }
  .mobile-creator .mobile-dnd-area .ion-ios-contrast-outline:before {
    content: "\f163"; }
  .mobile-creator .mobile-dnd-area .ion-ios-copy:before {
    content: "\f41c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-copy-outline:before {
    content: "\f41b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-create:before {
    content: "\f165"; }
  .mobile-creator .mobile-dnd-area .ion-ios-create-outline:before {
    content: "\f164"; }
  .mobile-creator .mobile-dnd-area .ion-ios-crop:before {
    content: "\f41e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-crop-outline:before {
    content: "\f166"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cube:before {
    content: "\f168"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cube-outline:before {
    content: "\f167"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cut:before {
    content: "\f16a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-cut-outline:before {
    content: "\f169"; }
  .mobile-creator .mobile-dnd-area .ion-ios-desktop:before {
    content: "\f16c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-desktop-outline:before {
    content: "\f16b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-disc:before {
    content: "\f16e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-disc-outline:before {
    content: "\f16d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-document:before {
    content: "\f170"; }
  .mobile-creator .mobile-dnd-area .ion-ios-document-outline:before {
    content: "\f16f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-done-all:before {
    content: "\f171"; }
  .mobile-creator .mobile-dnd-area .ion-ios-done-all-outline:before {
    content: "\f171"; }
  .mobile-creator .mobile-dnd-area .ion-ios-download:before {
    content: "\f420"; }
  .mobile-creator .mobile-dnd-area .ion-ios-download-outline:before {
    content: "\f41f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-easel:before {
    content: "\f173"; }
  .mobile-creator .mobile-dnd-area .ion-ios-easel-outline:before {
    content: "\f172"; }
  .mobile-creator .mobile-dnd-area .ion-ios-egg:before {
    content: "\f175"; }
  .mobile-creator .mobile-dnd-area .ion-ios-egg-outline:before {
    content: "\f174"; }
  .mobile-creator .mobile-dnd-area .ion-ios-exit:before {
    content: "\f177"; }
  .mobile-creator .mobile-dnd-area .ion-ios-exit-outline:before {
    content: "\f176"; }
  .mobile-creator .mobile-dnd-area .ion-ios-expand:before {
    content: "\f178"; }
  .mobile-creator .mobile-dnd-area .ion-ios-expand-outline:before {
    content: "\f178"; }
  .mobile-creator .mobile-dnd-area .ion-ios-eye:before {
    content: "\f425"; }
  .mobile-creator .mobile-dnd-area .ion-ios-eye-off:before {
    content: "\f17a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-eye-off-outline:before {
    content: "\f179"; }
  .mobile-creator .mobile-dnd-area .ion-ios-eye-outline:before {
    content: "\f424"; }
  .mobile-creator .mobile-dnd-area .ion-ios-fastforward:before {
    content: "\f427"; }
  .mobile-creator .mobile-dnd-area .ion-ios-fastforward-outline:before {
    content: "\f426"; }
  .mobile-creator .mobile-dnd-area .ion-ios-female:before {
    content: "\f17b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-female-outline:before {
    content: "\f17b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-filing:before {
    content: "\f429"; }
  .mobile-creator .mobile-dnd-area .ion-ios-filing-outline:before {
    content: "\f428"; }
  .mobile-creator .mobile-dnd-area .ion-ios-film:before {
    content: "\f42b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-film-outline:before {
    content: "\f42a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-finger-print:before {
    content: "\f17c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-finger-print-outline:before {
    content: "\f17c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-flag:before {
    content: "\f42d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-flag-outline:before {
    content: "\f42c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-flame:before {
    content: "\f42f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-flame-outline:before {
    content: "\f42e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-flash:before {
    content: "\f17e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-flash-outline:before {
    content: "\f17d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-flask:before {
    content: "\f431"; }
  .mobile-creator .mobile-dnd-area .ion-ios-flask-outline:before {
    content: "\f430"; }
  .mobile-creator .mobile-dnd-area .ion-ios-flower:before {
    content: "\f433"; }
  .mobile-creator .mobile-dnd-area .ion-ios-flower-outline:before {
    content: "\f432"; }
  .mobile-creator .mobile-dnd-area .ion-ios-folder:before {
    content: "\f435"; }
  .mobile-creator .mobile-dnd-area .ion-ios-folder-open:before {
    content: "\f180"; }
  .mobile-creator .mobile-dnd-area .ion-ios-folder-open-outline:before {
    content: "\f17f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-folder-outline:before {
    content: "\f434"; }
  .mobile-creator .mobile-dnd-area .ion-ios-football:before {
    content: "\f437"; }
  .mobile-creator .mobile-dnd-area .ion-ios-football-outline:before {
    content: "\f436"; }
  .mobile-creator .mobile-dnd-area .ion-ios-funnel:before {
    content: "\f182"; }
  .mobile-creator .mobile-dnd-area .ion-ios-funnel-outline:before {
    content: "\f181"; }
  .mobile-creator .mobile-dnd-area .ion-ios-game-controller-a:before {
    content: "\f439"; }
  .mobile-creator .mobile-dnd-area .ion-ios-game-controller-a-outline:before {
    content: "\f438"; }
  .mobile-creator .mobile-dnd-area .ion-ios-game-controller-b:before {
    content: "\f43b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-game-controller-b-outline:before {
    content: "\f43a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-branch:before {
    content: "\f183"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-branch-outline:before {
    content: "\f183"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-commit:before {
    content: "\f184"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-commit-outline:before {
    content: "\f184"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-compare:before {
    content: "\f185"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-compare-outline:before {
    content: "\f185"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-merge:before {
    content: "\f186"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-merge-outline:before {
    content: "\f186"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-network:before {
    content: "\f187"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-network-outline:before {
    content: "\f187"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-pull-request:before {
    content: "\f188"; }
  .mobile-creator .mobile-dnd-area .ion-ios-git-pull-request-outline:before {
    content: "\f188"; }
  .mobile-creator .mobile-dnd-area .ion-ios-glasses:before {
    content: "\f43f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-glasses-outline:before {
    content: "\f43e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-globe:before {
    content: "\f18a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-globe-outline:before {
    content: "\f189"; }
  .mobile-creator .mobile-dnd-area .ion-ios-grid:before {
    content: "\f18c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-grid-outline:before {
    content: "\f18b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-hammer:before {
    content: "\f18e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-hammer-outline:before {
    content: "\f18d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-hand:before {
    content: "\f190"; }
  .mobile-creator .mobile-dnd-area .ion-ios-hand-outline:before {
    content: "\f18f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-happy:before {
    content: "\f192"; }
  .mobile-creator .mobile-dnd-area .ion-ios-happy-outline:before {
    content: "\f191"; }
  .mobile-creator .mobile-dnd-area .ion-ios-headset:before {
    content: "\f194"; }
  .mobile-creator .mobile-dnd-area .ion-ios-headset-outline:before {
    content: "\f193"; }
  .mobile-creator .mobile-dnd-area .ion-ios-heart:before {
    content: "\f443"; }
  .mobile-creator .mobile-dnd-area .ion-ios-heart-outline:before {
    content: "\f442"; }
  .mobile-creator .mobile-dnd-area .ion-ios-help:before {
    content: "\f446"; }
  .mobile-creator .mobile-dnd-area .ion-ios-help-buoy:before {
    content: "\f196"; }
  .mobile-creator .mobile-dnd-area .ion-ios-help-buoy-outline:before {
    content: "\f195"; }
  .mobile-creator .mobile-dnd-area .ion-ios-help-circle:before {
    content: "\f198"; }
  .mobile-creator .mobile-dnd-area .ion-ios-help-circle-outline:before {
    content: "\f197"; }
  .mobile-creator .mobile-dnd-area .ion-ios-help-outline:before {
    content: "\f446"; }
  .mobile-creator .mobile-dnd-area .ion-ios-home:before {
    content: "\f448"; }
  .mobile-creator .mobile-dnd-area .ion-ios-home-outline:before {
    content: "\f447"; }
  .mobile-creator .mobile-dnd-area .ion-ios-ice-cream:before {
    content: "\f19a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-ice-cream-outline:before {
    content: "\f199"; }
  .mobile-creator .mobile-dnd-area .ion-ios-image:before {
    content: "\f19c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-image-outline:before {
    content: "\f19b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-images:before {
    content: "\f19e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-images-outline:before {
    content: "\f19d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-infinite:before {
    content: "\f44a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-infinite-outline:before {
    content: "\f449"; }
  .mobile-creator .mobile-dnd-area .ion-ios-information:before {
    content: "\f44d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-information-circle:before {
    content: "\f1a0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-information-circle-outline:before {
    content: "\f19f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-information-outline:before {
    content: "\f44d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-ionic:before {
    content: "\f1a1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-ionic-outline:before {
    content: "\f44e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-ionitron:before {
    content: "\f1a3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-ionitron-outline:before {
    content: "\f1a2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-jet:before {
    content: "\f1a5"; }
  .mobile-creator .mobile-dnd-area .ion-ios-jet-outline:before {
    content: "\f1a4"; }
  .mobile-creator .mobile-dnd-area .ion-ios-key:before {
    content: "\f1a7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-key-outline:before {
    content: "\f1a6"; }
  .mobile-creator .mobile-dnd-area .ion-ios-keypad:before {
    content: "\f450"; }
  .mobile-creator .mobile-dnd-area .ion-ios-keypad-outline:before {
    content: "\f44f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-laptop:before {
    content: "\f1a8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-laptop-outline:before {
    content: "\f1a8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-leaf:before {
    content: "\f1aa"; }
  .mobile-creator .mobile-dnd-area .ion-ios-leaf-outline:before {
    content: "\f1a9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-link:before {
    content: "\f22a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-link-outline:before {
    content: "\f1ca"; }
  .mobile-creator .mobile-dnd-area .ion-ios-list:before {
    content: "\f454"; }
  .mobile-creator .mobile-dnd-area .ion-ios-list-box:before {
    content: "\f1ac"; }
  .mobile-creator .mobile-dnd-area .ion-ios-list-box-outline:before {
    content: "\f1ab"; }
  .mobile-creator .mobile-dnd-area .ion-ios-list-outline:before {
    content: "\f454"; }
  .mobile-creator .mobile-dnd-area .ion-ios-locate:before {
    content: "\f1ae"; }
  .mobile-creator .mobile-dnd-area .ion-ios-locate-outline:before {
    content: "\f1ad"; }
  .mobile-creator .mobile-dnd-area .ion-ios-lock:before {
    content: "\f1b0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-lock-outline:before {
    content: "\f1af"; }
  .mobile-creator .mobile-dnd-area .ion-ios-log-in:before {
    content: "\f1b1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-log-in-outline:before {
    content: "\f1b1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-log-out:before {
    content: "\f1b2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-log-out-outline:before {
    content: "\f1b2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-magnet:before {
    content: "\f1b4"; }
  .mobile-creator .mobile-dnd-area .ion-ios-magnet-outline:before {
    content: "\f1b3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-mail:before {
    content: "\f1b8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-mail-open:before {
    content: "\f1b6"; }
  .mobile-creator .mobile-dnd-area .ion-ios-mail-open-outline:before {
    content: "\f1b5"; }
  .mobile-creator .mobile-dnd-area .ion-ios-mail-outline:before {
    content: "\f1b7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-male:before {
    content: "\f1b9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-male-outline:before {
    content: "\f1b9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-man:before {
    content: "\f1bb"; }
  .mobile-creator .mobile-dnd-area .ion-ios-man-outline:before {
    content: "\f1ba"; }
  .mobile-creator .mobile-dnd-area .ion-ios-map:before {
    content: "\f1bd"; }
  .mobile-creator .mobile-dnd-area .ion-ios-map-outline:before {
    content: "\f1bc"; }
  .mobile-creator .mobile-dnd-area .ion-ios-medal:before {
    content: "\f1bf"; }
  .mobile-creator .mobile-dnd-area .ion-ios-medal-outline:before {
    content: "\f1be"; }
  .mobile-creator .mobile-dnd-area .ion-ios-medical:before {
    content: "\f45c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-medical-outline:before {
    content: "\f45b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-medkit:before {
    content: "\f45e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-medkit-outline:before {
    content: "\f45d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-megaphone:before {
    content: "\f1c1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-megaphone-outline:before {
    content: "\f1c0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-menu:before {
    content: "\f1c3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-menu-outline:before {
    content: "\f1c2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-mic:before {
    content: "\f461"; }
  .mobile-creator .mobile-dnd-area .ion-ios-mic-off:before {
    content: "\f45f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-mic-off-outline:before {
    content: "\f1c4"; }
  .mobile-creator .mobile-dnd-area .ion-ios-mic-outline:before {
    content: "\f460"; }
  .mobile-creator .mobile-dnd-area .ion-ios-microphone:before {
    content: "\f1c6"; }
  .mobile-creator .mobile-dnd-area .ion-ios-microphone-outline:before {
    content: "\f1c5"; }
  .mobile-creator .mobile-dnd-area .ion-ios-moon:before {
    content: "\f468"; }
  .mobile-creator .mobile-dnd-area .ion-ios-moon-outline:before {
    content: "\f467"; }
  .mobile-creator .mobile-dnd-area .ion-ios-more:before {
    content: "\f1c8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-more-outline:before {
    content: "\f1c7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-move:before {
    content: "\f1cb"; }
  .mobile-creator .mobile-dnd-area .ion-ios-move-outline:before {
    content: "\f1cb"; }
  .mobile-creator .mobile-dnd-area .ion-ios-musical-note:before {
    content: "\f46b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-musical-note-outline:before {
    content: "\f1cc"; }
  .mobile-creator .mobile-dnd-area .ion-ios-musical-notes:before {
    content: "\f46c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-musical-notes-outline:before {
    content: "\f1cd"; }
  .mobile-creator .mobile-dnd-area .ion-ios-navigate:before {
    content: "\f46e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-navigate-outline:before {
    content: "\f46d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-no-smoking:before {
    content: "\f1cf"; }
  .mobile-creator .mobile-dnd-area .ion-ios-no-smoking-outline:before {
    content: "\f1ce"; }
  .mobile-creator .mobile-dnd-area .ion-ios-notifications:before {
    content: "\f1d3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-notifications-off:before {
    content: "\f1d1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-notifications-off-outline:before {
    content: "\f1d0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-notifications-outline:before {
    content: "\f1d2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-nuclear:before {
    content: "\f1d5"; }
  .mobile-creator .mobile-dnd-area .ion-ios-nuclear-outline:before {
    content: "\f1d4"; }
  .mobile-creator .mobile-dnd-area .ion-ios-nutrition:before {
    content: "\f470"; }
  .mobile-creator .mobile-dnd-area .ion-ios-nutrition-outline:before {
    content: "\f46f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-open:before {
    content: "\f1d7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-open-outline:before {
    content: "\f1d6"; }
  .mobile-creator .mobile-dnd-area .ion-ios-options:before {
    content: "\f1d9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-options-outline:before {
    content: "\f1d8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-outlet:before {
    content: "\f1db"; }
  .mobile-creator .mobile-dnd-area .ion-ios-outlet-outline:before {
    content: "\f1da"; }
  .mobile-creator .mobile-dnd-area .ion-ios-paper:before {
    content: "\f472"; }
  .mobile-creator .mobile-dnd-area .ion-ios-paper-outline:before {
    content: "\f471"; }
  .mobile-creator .mobile-dnd-area .ion-ios-paper-plane:before {
    content: "\f1dd"; }
  .mobile-creator .mobile-dnd-area .ion-ios-paper-plane-outline:before {
    content: "\f1dc"; }
  .mobile-creator .mobile-dnd-area .ion-ios-partly-sunny:before {
    content: "\f1df"; }
  .mobile-creator .mobile-dnd-area .ion-ios-partly-sunny-outline:before {
    content: "\f1de"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pause:before {
    content: "\f478"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pause-outline:before {
    content: "\f477"; }
  .mobile-creator .mobile-dnd-area .ion-ios-paw:before {
    content: "\f47a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-paw-outline:before {
    content: "\f479"; }
  .mobile-creator .mobile-dnd-area .ion-ios-people:before {
    content: "\f47c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-people-outline:before {
    content: "\f47b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-person:before {
    content: "\f47e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-person-add:before {
    content: "\f1e1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-person-add-outline:before {
    content: "\f1e0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-person-outline:before {
    content: "\f47d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-phone-landscape:before {
    content: "\f1e2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-phone-landscape-outline:before {
    content: "\f1e2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-phone-portrait:before {
    content: "\f1e3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-phone-portrait-outline:before {
    content: "\f1e3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-photos:before {
    content: "\f482"; }
  .mobile-creator .mobile-dnd-area .ion-ios-photos-outline:before {
    content: "\f481"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pie:before {
    content: "\f484"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pie-outline:before {
    content: "\f483"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pin:before {
    content: "\f1e5"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pin-outline:before {
    content: "\f1e4"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pint:before {
    content: "\f486"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pint-outline:before {
    content: "\f485"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pizza:before {
    content: "\f1e7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pizza-outline:before {
    content: "\f1e6"; }
  .mobile-creator .mobile-dnd-area .ion-ios-plane:before {
    content: "\f1e9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-plane-outline:before {
    content: "\f1e8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-planet:before {
    content: "\f1eb"; }
  .mobile-creator .mobile-dnd-area .ion-ios-planet-outline:before {
    content: "\f1ea"; }
  .mobile-creator .mobile-dnd-area .ion-ios-play:before {
    content: "\f488"; }
  .mobile-creator .mobile-dnd-area .ion-ios-play-outline:before {
    content: "\f487"; }
  .mobile-creator .mobile-dnd-area .ion-ios-podium:before {
    content: "\f1ed"; }
  .mobile-creator .mobile-dnd-area .ion-ios-podium-outline:before {
    content: "\f1ec"; }
  .mobile-creator .mobile-dnd-area .ion-ios-power:before {
    content: "\f1ef"; }
  .mobile-creator .mobile-dnd-area .ion-ios-power-outline:before {
    content: "\f1ee"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pricetag:before {
    content: "\f48d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pricetag-outline:before {
    content: "\f48c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pricetags:before {
    content: "\f48f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pricetags-outline:before {
    content: "\f48e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-print:before {
    content: "\f1f1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-print-outline:before {
    content: "\f1f0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pulse:before {
    content: "\f493"; }
  .mobile-creator .mobile-dnd-area .ion-ios-pulse-outline:before {
    content: "\f1f2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-qr-scanner:before {
    content: "\f1f3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-qr-scanner-outline:before {
    content: "\f1f3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-quote:before {
    content: "\f1f5"; }
  .mobile-creator .mobile-dnd-area .ion-ios-quote-outline:before {
    content: "\f1f4"; }
  .mobile-creator .mobile-dnd-area .ion-ios-radio:before {
    content: "\f1f9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-radio-button-off:before {
    content: "\f1f6"; }
  .mobile-creator .mobile-dnd-area .ion-ios-radio-button-off-outline:before {
    content: "\f1f6"; }
  .mobile-creator .mobile-dnd-area .ion-ios-radio-button-on:before {
    content: "\f1f7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-radio-button-on-outline:before {
    content: "\f1f7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-radio-outline:before {
    content: "\f1f8"; }
  .mobile-creator .mobile-dnd-area .ion-ios-rainy:before {
    content: "\f495"; }
  .mobile-creator .mobile-dnd-area .ion-ios-rainy-outline:before {
    content: "\f494"; }
  .mobile-creator .mobile-dnd-area .ion-ios-recording:before {
    content: "\f497"; }
  .mobile-creator .mobile-dnd-area .ion-ios-recording-outline:before {
    content: "\f496"; }
  .mobile-creator .mobile-dnd-area .ion-ios-redo:before {
    content: "\f499"; }
  .mobile-creator .mobile-dnd-area .ion-ios-redo-outline:before {
    content: "\f498"; }
  .mobile-creator .mobile-dnd-area .ion-ios-refresh:before {
    content: "\f49c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-refresh-circle:before {
    content: "\f226"; }
  .mobile-creator .mobile-dnd-area .ion-ios-refresh-circle-outline:before {
    content: "\f224"; }
  .mobile-creator .mobile-dnd-area .ion-ios-refresh-outline:before {
    content: "\f49c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-remove:before {
    content: "\f1fc"; }
  .mobile-creator .mobile-dnd-area .ion-ios-remove-circle:before {
    content: "\f1fb"; }
  .mobile-creator .mobile-dnd-area .ion-ios-remove-circle-outline:before {
    content: "\f1fa"; }
  .mobile-creator .mobile-dnd-area .ion-ios-remove-outline:before {
    content: "\f1fc"; }
  .mobile-creator .mobile-dnd-area .ion-ios-reorder:before {
    content: "\f1fd"; }
  .mobile-creator .mobile-dnd-area .ion-ios-reorder-outline:before {
    content: "\f1fd"; }
  .mobile-creator .mobile-dnd-area .ion-ios-repeat:before {
    content: "\f1fe"; }
  .mobile-creator .mobile-dnd-area .ion-ios-repeat-outline:before {
    content: "\f1fe"; }
  .mobile-creator .mobile-dnd-area .ion-ios-resize:before {
    content: "\f1ff"; }
  .mobile-creator .mobile-dnd-area .ion-ios-resize-outline:before {
    content: "\f1ff"; }
  .mobile-creator .mobile-dnd-area .ion-ios-restaurant:before {
    content: "\f201"; }
  .mobile-creator .mobile-dnd-area .ion-ios-restaurant-outline:before {
    content: "\f200"; }
  .mobile-creator .mobile-dnd-area .ion-ios-return-left:before {
    content: "\f202"; }
  .mobile-creator .mobile-dnd-area .ion-ios-return-left-outline:before {
    content: "\f202"; }
  .mobile-creator .mobile-dnd-area .ion-ios-return-right:before {
    content: "\f203"; }
  .mobile-creator .mobile-dnd-area .ion-ios-return-right-outline:before {
    content: "\f203"; }
  .mobile-creator .mobile-dnd-area .ion-ios-reverse-camera:before {
    content: "\f49f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-reverse-camera-outline:before {
    content: "\f49e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-rewind:before {
    content: "\f4a1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-rewind-outline:before {
    content: "\f4a0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-ribbon:before {
    content: "\f205"; }
  .mobile-creator .mobile-dnd-area .ion-ios-ribbon-outline:before {
    content: "\f204"; }
  .mobile-creator .mobile-dnd-area .ion-ios-rose:before {
    content: "\f4a3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-rose-outline:before {
    content: "\f4a2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-sad:before {
    content: "\f207"; }
  .mobile-creator .mobile-dnd-area .ion-ios-sad-outline:before {
    content: "\f206"; }
  .mobile-creator .mobile-dnd-area .ion-ios-school:before {
    content: "\f209"; }
  .mobile-creator .mobile-dnd-area .ion-ios-school-outline:before {
    content: "\f208"; }
  .mobile-creator .mobile-dnd-area .ion-ios-search:before {
    content: "\f4a5"; }
  .mobile-creator .mobile-dnd-area .ion-ios-search-outline:before {
    content: "\f20a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-send:before {
    content: "\f20c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-send-outline:before {
    content: "\f20b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-settings:before {
    content: "\f4a7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-settings-outline:before {
    content: "\f20d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-share:before {
    content: "\f211"; }
  .mobile-creator .mobile-dnd-area .ion-ios-share-alt:before {
    content: "\f20f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-share-alt-outline:before {
    content: "\f20e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-share-outline:before {
    content: "\f210"; }
  .mobile-creator .mobile-dnd-area .ion-ios-shirt:before {
    content: "\f213"; }
  .mobile-creator .mobile-dnd-area .ion-ios-shirt-outline:before {
    content: "\f212"; }
  .mobile-creator .mobile-dnd-area .ion-ios-shuffle:before {
    content: "\f4a9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-shuffle-outline:before {
    content: "\f4a9"; }
  .mobile-creator .mobile-dnd-area .ion-ios-skip-backward:before {
    content: "\f215"; }
  .mobile-creator .mobile-dnd-area .ion-ios-skip-backward-outline:before {
    content: "\f214"; }
  .mobile-creator .mobile-dnd-area .ion-ios-skip-forward:before {
    content: "\f217"; }
  .mobile-creator .mobile-dnd-area .ion-ios-skip-forward-outline:before {
    content: "\f216"; }
  .mobile-creator .mobile-dnd-area .ion-ios-snow:before {
    content: "\f218"; }
  .mobile-creator .mobile-dnd-area .ion-ios-snow-outline:before {
    content: "\f22c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-speedometer:before {
    content: "\f4b0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-speedometer-outline:before {
    content: "\f4af"; }
  .mobile-creator .mobile-dnd-area .ion-ios-square:before {
    content: "\f21a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-square-outline:before {
    content: "\f219"; }
  .mobile-creator .mobile-dnd-area .ion-ios-star:before {
    content: "\f4b3"; }
  .mobile-creator .mobile-dnd-area .ion-ios-star-half:before {
    content: "\f4b1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-star-half-outline:before {
    content: "\f4b1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-star-outline:before {
    content: "\f4b2"; }
  .mobile-creator .mobile-dnd-area .ion-ios-stats:before {
    content: "\f21c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-stats-outline:before {
    content: "\f21b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-stopwatch:before {
    content: "\f4b5"; }
  .mobile-creator .mobile-dnd-area .ion-ios-stopwatch-outline:before {
    content: "\f4b4"; }
  .mobile-creator .mobile-dnd-area .ion-ios-subway:before {
    content: "\f21e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-subway-outline:before {
    content: "\f21d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-sunny:before {
    content: "\f4b7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-sunny-outline:before {
    content: "\f4b6"; }
  .mobile-creator .mobile-dnd-area .ion-ios-swap:before {
    content: "\f21f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-swap-outline:before {
    content: "\f21f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-switch:before {
    content: "\f221"; }
  .mobile-creator .mobile-dnd-area .ion-ios-switch-outline:before {
    content: "\f220"; }
  .mobile-creator .mobile-dnd-area .ion-ios-sync:before {
    content: "\f222"; }
  .mobile-creator .mobile-dnd-area .ion-ios-sync-outline:before {
    content: "\f222"; }
  .mobile-creator .mobile-dnd-area .ion-ios-tablet-landscape:before {
    content: "\f223"; }
  .mobile-creator .mobile-dnd-area .ion-ios-tablet-landscape-outline:before {
    content: "\f223"; }
  .mobile-creator .mobile-dnd-area .ion-ios-tablet-portrait:before {
    content: "\f24e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-tablet-portrait-outline:before {
    content: "\f24e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-tennisball:before {
    content: "\f4bb"; }
  .mobile-creator .mobile-dnd-area .ion-ios-tennisball-outline:before {
    content: "\f4ba"; }
  .mobile-creator .mobile-dnd-area .ion-ios-text:before {
    content: "\f250"; }
  .mobile-creator .mobile-dnd-area .ion-ios-text-outline:before {
    content: "\f24f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-thermometer:before {
    content: "\f252"; }
  .mobile-creator .mobile-dnd-area .ion-ios-thermometer-outline:before {
    content: "\f251"; }
  .mobile-creator .mobile-dnd-area .ion-ios-thumbs-down:before {
    content: "\f254"; }
  .mobile-creator .mobile-dnd-area .ion-ios-thumbs-down-outline:before {
    content: "\f253"; }
  .mobile-creator .mobile-dnd-area .ion-ios-thumbs-up:before {
    content: "\f256"; }
  .mobile-creator .mobile-dnd-area .ion-ios-thumbs-up-outline:before {
    content: "\f255"; }
  .mobile-creator .mobile-dnd-area .ion-ios-thunderstorm:before {
    content: "\f4bd"; }
  .mobile-creator .mobile-dnd-area .ion-ios-thunderstorm-outline:before {
    content: "\f4bc"; }
  .mobile-creator .mobile-dnd-area .ion-ios-time:before {
    content: "\f4bf"; }
  .mobile-creator .mobile-dnd-area .ion-ios-time-outline:before {
    content: "\f4be"; }
  .mobile-creator .mobile-dnd-area .ion-ios-timer:before {
    content: "\f4c1"; }
  .mobile-creator .mobile-dnd-area .ion-ios-timer-outline:before {
    content: "\f4c0"; }
  .mobile-creator .mobile-dnd-area .ion-ios-train:before {
    content: "\f258"; }
  .mobile-creator .mobile-dnd-area .ion-ios-train-outline:before {
    content: "\f257"; }
  .mobile-creator .mobile-dnd-area .ion-ios-transgender:before {
    content: "\f259"; }
  .mobile-creator .mobile-dnd-area .ion-ios-transgender-outline:before {
    content: "\f259"; }
  .mobile-creator .mobile-dnd-area .ion-ios-trash:before {
    content: "\f4c5"; }
  .mobile-creator .mobile-dnd-area .ion-ios-trash-outline:before {
    content: "\f4c4"; }
  .mobile-creator .mobile-dnd-area .ion-ios-trending-down:before {
    content: "\f25a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-trending-down-outline:before {
    content: "\f25a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-trending-up:before {
    content: "\f25b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-trending-up-outline:before {
    content: "\f25b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-trophy:before {
    content: "\f25d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-trophy-outline:before {
    content: "\f25c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-umbrella:before {
    content: "\f25f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-umbrella-outline:before {
    content: "\f25e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-undo:before {
    content: "\f4c7"; }
  .mobile-creator .mobile-dnd-area .ion-ios-undo-outline:before {
    content: "\f4c6"; }
  .mobile-creator .mobile-dnd-area .ion-ios-unlock:before {
    content: "\f261"; }
  .mobile-creator .mobile-dnd-area .ion-ios-unlock-outline:before {
    content: "\f260"; }
  .mobile-creator .mobile-dnd-area .ion-ios-videocam:before {
    content: "\f4cd"; }
  .mobile-creator .mobile-dnd-area .ion-ios-videocam-outline:before {
    content: "\f4cc"; }
  .mobile-creator .mobile-dnd-area .ion-ios-volume-down:before {
    content: "\f262"; }
  .mobile-creator .mobile-dnd-area .ion-ios-volume-down-outline:before {
    content: "\f262"; }
  .mobile-creator .mobile-dnd-area .ion-ios-volume-mute:before {
    content: "\f263"; }
  .mobile-creator .mobile-dnd-area .ion-ios-volume-mute-outline:before {
    content: "\f263"; }
  .mobile-creator .mobile-dnd-area .ion-ios-volume-off:before {
    content: "\f264"; }
  .mobile-creator .mobile-dnd-area .ion-ios-volume-off-outline:before {
    content: "\f264"; }
  .mobile-creator .mobile-dnd-area .ion-ios-volume-up:before {
    content: "\f265"; }
  .mobile-creator .mobile-dnd-area .ion-ios-volume-up-outline:before {
    content: "\f265"; }
  .mobile-creator .mobile-dnd-area .ion-ios-walk:before {
    content: "\f266"; }
  .mobile-creator .mobile-dnd-area .ion-ios-walk-outline:before {
    content: "\f266"; }
  .mobile-creator .mobile-dnd-area .ion-ios-warning:before {
    content: "\f268"; }
  .mobile-creator .mobile-dnd-area .ion-ios-warning-outline:before {
    content: "\f267"; }
  .mobile-creator .mobile-dnd-area .ion-ios-watch:before {
    content: "\f269"; }
  .mobile-creator .mobile-dnd-area .ion-ios-watch-outline:before {
    content: "\f269"; }
  .mobile-creator .mobile-dnd-area .ion-ios-water:before {
    content: "\f26b"; }
  .mobile-creator .mobile-dnd-area .ion-ios-water-outline:before {
    content: "\f26a"; }
  .mobile-creator .mobile-dnd-area .ion-ios-wifi:before {
    content: "\f26d"; }
  .mobile-creator .mobile-dnd-area .ion-ios-wifi-outline:before {
    content: "\f26c"; }
  .mobile-creator .mobile-dnd-area .ion-ios-wine:before {
    content: "\f26f"; }
  .mobile-creator .mobile-dnd-area .ion-ios-wine-outline:before {
    content: "\f26e"; }
  .mobile-creator .mobile-dnd-area .ion-ios-woman:before {
    content: "\f271"; }
  .mobile-creator .mobile-dnd-area .ion-ios-woman-outline:before {
    content: "\f270"; }
  .mobile-creator .mobile-dnd-area .ion-logo-android:before {
    content: "\f225"; }
  .mobile-creator .mobile-dnd-area .ion-logo-angular:before {
    content: "\f227"; }
  .mobile-creator .mobile-dnd-area .ion-logo-apple:before {
    content: "\f229"; }
  .mobile-creator .mobile-dnd-area .ion-logo-bitcoin:before {
    content: "\f22b"; }
  .mobile-creator .mobile-dnd-area .ion-logo-buffer:before {
    content: "\f22d"; }
  .mobile-creator .mobile-dnd-area .ion-logo-chrome:before {
    content: "\f22f"; }
  .mobile-creator .mobile-dnd-area .ion-logo-codepen:before {
    content: "\f230"; }
  .mobile-creator .mobile-dnd-area .ion-logo-css3:before {
    content: "\f231"; }
  .mobile-creator .mobile-dnd-area .ion-logo-designernews:before {
    content: "\f232"; }
  .mobile-creator .mobile-dnd-area .ion-logo-dribbble:before {
    content: "\f233"; }
  .mobile-creator .mobile-dnd-area .ion-logo-dropbox:before {
    content: "\f234"; }
  .mobile-creator .mobile-dnd-area .ion-logo-euro:before {
    content: "\f235"; }
  .mobile-creator .mobile-dnd-area .ion-logo-facebook:before {
    content: "\f236"; }
  .mobile-creator .mobile-dnd-area .ion-logo-foursquare:before {
    content: "\f237"; }
  .mobile-creator .mobile-dnd-area .ion-logo-freebsd-devil:before {
    content: "\f238"; }
  .mobile-creator .mobile-dnd-area .ion-logo-github:before {
    content: "\f239"; }
  .mobile-creator .mobile-dnd-area .ion-logo-google:before {
    content: "\f23a"; }
  .mobile-creator .mobile-dnd-area .ion-logo-googleplus:before {
    content: "\f23b"; }
  .mobile-creator .mobile-dnd-area .ion-logo-hackernews:before {
    content: "\f23c"; }
  .mobile-creator .mobile-dnd-area .ion-logo-html5:before {
    content: "\f23d"; }
  .mobile-creator .mobile-dnd-area .ion-logo-instagram:before {
    content: "\f23e"; }
  .mobile-creator .mobile-dnd-area .ion-logo-javascript:before {
    content: "\f23f"; }
  .mobile-creator .mobile-dnd-area .ion-logo-linkedin:before {
    content: "\f240"; }
  .mobile-creator .mobile-dnd-area .ion-logo-markdown:before {
    content: "\f241"; }
  .mobile-creator .mobile-dnd-area .ion-logo-nodejs:before {
    content: "\f242"; }
  .mobile-creator .mobile-dnd-area .ion-logo-octocat:before {
    content: "\f243"; }
  .mobile-creator .mobile-dnd-area .ion-logo-pinterest:before {
    content: "\f244"; }
  .mobile-creator .mobile-dnd-area .ion-logo-playstation:before {
    content: "\f245"; }
  .mobile-creator .mobile-dnd-area .ion-logo-python:before {
    content: "\f246"; }
  .mobile-creator .mobile-dnd-area .ion-logo-reddit:before {
    content: "\f247"; }
  .mobile-creator .mobile-dnd-area .ion-logo-rss:before {
    content: "\f248"; }
  .mobile-creator .mobile-dnd-area .ion-logo-sass:before {
    content: "\f249"; }
  .mobile-creator .mobile-dnd-area .ion-logo-skype:before {
    content: "\f24a"; }
  .mobile-creator .mobile-dnd-area .ion-logo-snapchat:before {
    content: "\f24b"; }
  .mobile-creator .mobile-dnd-area .ion-logo-steam:before {
    content: "\f24c"; }
  .mobile-creator .mobile-dnd-area .ion-logo-tumblr:before {
    content: "\f24d"; }
  .mobile-creator .mobile-dnd-area .ion-logo-tux:before {
    content: "\f2ae"; }
  .mobile-creator .mobile-dnd-area .ion-logo-twitch:before {
    content: "\f2af"; }
  .mobile-creator .mobile-dnd-area .ion-logo-twitter:before {
    content: "\f2b0"; }
  .mobile-creator .mobile-dnd-area .ion-logo-usd:before {
    content: "\f2b1"; }
  .mobile-creator .mobile-dnd-area .ion-logo-vimeo:before {
    content: "\f2c4"; }
  .mobile-creator .mobile-dnd-area .ion-logo-whatsapp:before {
    content: "\f2c5"; }
  .mobile-creator .mobile-dnd-area .ion-logo-windows:before {
    content: "\f32f"; }
  .mobile-creator .mobile-dnd-area .ion-logo-wordpress:before {
    content: "\f330"; }
  .mobile-creator .mobile-dnd-area .ion-logo-xbox:before {
    content: "\f34c"; }
  .mobile-creator .mobile-dnd-area .ion-logo-yahoo:before {
    content: "\f34d"; }
  .mobile-creator .mobile-dnd-area .ion-logo-yen:before {
    content: "\f34e"; }
  .mobile-creator .mobile-dnd-area .ion-logo-youtube:before {
    content: "\f34f"; }
  .mobile-creator .mobile-dnd-area .ion-md-add:before {
    content: "\f273"; }
  .mobile-creator .mobile-dnd-area .ion-md-add-circle:before {
    content: "\f272"; }
  .mobile-creator .mobile-dnd-area .ion-md-alarm:before {
    content: "\f274"; }
  .mobile-creator .mobile-dnd-area .ion-md-albums:before {
    content: "\f275"; }
  .mobile-creator .mobile-dnd-area .ion-md-alert:before {
    content: "\f276"; }
  .mobile-creator .mobile-dnd-area .ion-md-american-football:before {
    content: "\f277"; }
  .mobile-creator .mobile-dnd-area .ion-md-analytics:before {
    content: "\f278"; }
  .mobile-creator .mobile-dnd-area .ion-md-aperture:before {
    content: "\f279"; }
  .mobile-creator .mobile-dnd-area .ion-md-apps:before {
    content: "\f27a"; }
  .mobile-creator .mobile-dnd-area .ion-md-appstore:before {
    content: "\f27b"; }
  .mobile-creator .mobile-dnd-area .ion-md-archive:before {
    content: "\f27c"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-back:before {
    content: "\f27d"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-down:before {
    content: "\f27e"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-dropdown:before {
    content: "\f280"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-dropdown-circle:before {
    content: "\f27f"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-dropleft:before {
    content: "\f282"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-dropleft-circle:before {
    content: "\f281"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-dropright:before {
    content: "\f284"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-dropright-circle:before {
    content: "\f283"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-dropup:before {
    content: "\f286"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-dropup-circle:before {
    content: "\f285"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-forward:before {
    content: "\f287"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-round-back:before {
    content: "\f288"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-round-down:before {
    content: "\f289"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-round-forward:before {
    content: "\f28a"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-round-up:before {
    content: "\f28b"; }
  .mobile-creator .mobile-dnd-area .ion-md-arrow-up:before {
    content: "\f28c"; }
  .mobile-creator .mobile-dnd-area .ion-md-at:before {
    content: "\f28d"; }
  .mobile-creator .mobile-dnd-area .ion-md-attach:before {
    content: "\f28e"; }
  .mobile-creator .mobile-dnd-area .ion-md-backspace:before {
    content: "\f28f"; }
  .mobile-creator .mobile-dnd-area .ion-md-barcode:before {
    content: "\f290"; }
  .mobile-creator .mobile-dnd-area .ion-md-baseball:before {
    content: "\f291"; }
  .mobile-creator .mobile-dnd-area .ion-md-basket:before {
    content: "\f292"; }
  .mobile-creator .mobile-dnd-area .ion-md-basketball:before {
    content: "\f293"; }
  .mobile-creator .mobile-dnd-area .ion-md-battery-charging:before {
    content: "\f294"; }
  .mobile-creator .mobile-dnd-area .ion-md-battery-dead:before {
    content: "\f295"; }
  .mobile-creator .mobile-dnd-area .ion-md-battery-full:before {
    content: "\f296"; }
  .mobile-creator .mobile-dnd-area .ion-md-beaker:before {
    content: "\f297"; }
  .mobile-creator .mobile-dnd-area .ion-md-beer:before {
    content: "\f298"; }
  .mobile-creator .mobile-dnd-area .ion-md-bicycle:before {
    content: "\f299"; }
  .mobile-creator .mobile-dnd-area .ion-md-bluetooth:before {
    content: "\f29a"; }
  .mobile-creator .mobile-dnd-area .ion-md-boat:before {
    content: "\f29b"; }
  .mobile-creator .mobile-dnd-area .ion-md-body:before {
    content: "\f29c"; }
  .mobile-creator .mobile-dnd-area .ion-md-bonfire:before {
    content: "\f29d"; }
  .mobile-creator .mobile-dnd-area .ion-md-book:before {
    content: "\f29e"; }
  .mobile-creator .mobile-dnd-area .ion-md-bookmark:before {
    content: "\f29f"; }
  .mobile-creator .mobile-dnd-area .ion-md-bookmarks:before {
    content: "\f2a0"; }
  .mobile-creator .mobile-dnd-area .ion-md-bowtie:before {
    content: "\f2a1"; }
  .mobile-creator .mobile-dnd-area .ion-md-briefcase:before {
    content: "\f2a2"; }
  .mobile-creator .mobile-dnd-area .ion-md-browsers:before {
    content: "\f2a3"; }
  .mobile-creator .mobile-dnd-area .ion-md-brush:before {
    content: "\f2a4"; }
  .mobile-creator .mobile-dnd-area .ion-md-bug:before {
    content: "\f2a5"; }
  .mobile-creator .mobile-dnd-area .ion-md-build:before {
    content: "\f2a6"; }
  .mobile-creator .mobile-dnd-area .ion-md-bulb:before {
    content: "\f2a7"; }
  .mobile-creator .mobile-dnd-area .ion-md-bus:before {
    content: "\f2a8"; }
  .mobile-creator .mobile-dnd-area .ion-md-cafe:before {
    content: "\f2a9"; }
  .mobile-creator .mobile-dnd-area .ion-md-calculator:before {
    content: "\f2aa"; }
  .mobile-creator .mobile-dnd-area .ion-md-calendar:before {
    content: "\f2ab"; }
  .mobile-creator .mobile-dnd-area .ion-md-call:before {
    content: "\f2ac"; }
  .mobile-creator .mobile-dnd-area .ion-md-camera:before {
    content: "\f2ad"; }
  .mobile-creator .mobile-dnd-area .ion-md-car:before {
    content: "\f2b2"; }
  .mobile-creator .mobile-dnd-area .ion-md-card:before {
    content: "\f2b3"; }
  .mobile-creator .mobile-dnd-area .ion-md-cart:before {
    content: "\f2b4"; }
  .mobile-creator .mobile-dnd-area .ion-md-cash:before {
    content: "\f2b5"; }
  .mobile-creator .mobile-dnd-area .ion-md-chatboxes:before {
    content: "\f2b6"; }
  .mobile-creator .mobile-dnd-area .ion-md-chatbubbles:before {
    content: "\f2b7"; }
  .mobile-creator .mobile-dnd-area .ion-md-checkbox:before {
    content: "\f2b9"; }
  .mobile-creator .mobile-dnd-area .ion-md-checkbox-outline:before {
    content: "\f2b8"; }
  .mobile-creator .mobile-dnd-area .ion-md-checkmark:before {
    content: "\f2bc"; }
  .mobile-creator .mobile-dnd-area .ion-md-checkmark-circle:before {
    content: "\f2bb"; }
  .mobile-creator .mobile-dnd-area .ion-md-checkmark-circle-outline:before {
    content: "\f2ba"; }
  .mobile-creator .mobile-dnd-area .ion-md-clipboard:before {
    content: "\f2bd"; }
  .mobile-creator .mobile-dnd-area .ion-md-clock:before {
    content: "\f2be"; }
  .mobile-creator .mobile-dnd-area .ion-md-close:before {
    content: "\f2c0"; }
  .mobile-creator .mobile-dnd-area .ion-md-close-circle:before {
    content: "\f2bf"; }
  .mobile-creator .mobile-dnd-area .ion-md-closed-captioning:before {
    content: "\f2c1"; }
  .mobile-creator .mobile-dnd-area .ion-md-cloud:before {
    content: "\f2c9"; }
  .mobile-creator .mobile-dnd-area .ion-md-cloud-circle:before {
    content: "\f2c2"; }
  .mobile-creator .mobile-dnd-area .ion-md-cloud-done:before {
    content: "\f2c3"; }
  .mobile-creator .mobile-dnd-area .ion-md-cloud-download:before {
    content: "\f2c6"; }
  .mobile-creator .mobile-dnd-area .ion-md-cloud-outline:before {
    content: "\f2c7"; }
  .mobile-creator .mobile-dnd-area .ion-md-cloud-upload:before {
    content: "\f2c8"; }
  .mobile-creator .mobile-dnd-area .ion-md-cloudy:before {
    content: "\f2cb"; }
  .mobile-creator .mobile-dnd-area .ion-md-cloudy-night:before {
    content: "\f2ca"; }
  .mobile-creator .mobile-dnd-area .ion-md-code:before {
    content: "\f2ce"; }
  .mobile-creator .mobile-dnd-area .ion-md-code-download:before {
    content: "\f2cc"; }
  .mobile-creator .mobile-dnd-area .ion-md-code-working:before {
    content: "\f2cd"; }
  .mobile-creator .mobile-dnd-area .ion-md-cog:before {
    content: "\f2cf"; }
  .mobile-creator .mobile-dnd-area .ion-md-color-fill:before {
    content: "\f2d0"; }
  .mobile-creator .mobile-dnd-area .ion-md-color-filter:before {
    content: "\f2d1"; }
  .mobile-creator .mobile-dnd-area .ion-md-color-palette:before {
    content: "\f2d2"; }
  .mobile-creator .mobile-dnd-area .ion-md-color-wand:before {
    content: "\f2d3"; }
  .mobile-creator .mobile-dnd-area .ion-md-compass:before {
    content: "\f2d4"; }
  .mobile-creator .mobile-dnd-area .ion-md-construct:before {
    content: "\f2d5"; }
  .mobile-creator .mobile-dnd-area .ion-md-contact:before {
    content: "\f2d6"; }
  .mobile-creator .mobile-dnd-area .ion-md-contacts:before {
    content: "\f2d7"; }
  .mobile-creator .mobile-dnd-area .ion-md-contract:before {
    content: "\f2d8"; }
  .mobile-creator .mobile-dnd-area .ion-md-contrast:before {
    content: "\f2d9"; }
  .mobile-creator .mobile-dnd-area .ion-md-copy:before {
    content: "\f2da"; }
  .mobile-creator .mobile-dnd-area .ion-md-create:before {
    content: "\f2db"; }
  .mobile-creator .mobile-dnd-area .ion-md-crop:before {
    content: "\f2dc"; }
  .mobile-creator .mobile-dnd-area .ion-md-cube:before {
    content: "\f2dd"; }
  .mobile-creator .mobile-dnd-area .ion-md-cut:before {
    content: "\f2de"; }
  .mobile-creator .mobile-dnd-area .ion-md-desktop:before {
    content: "\f2df"; }
  .mobile-creator .mobile-dnd-area .ion-md-disc:before {
    content: "\f2e0"; }
  .mobile-creator .mobile-dnd-area .ion-md-document:before {
    content: "\f2e1"; }
  .mobile-creator .mobile-dnd-area .ion-md-done-all:before {
    content: "\f2e2"; }
  .mobile-creator .mobile-dnd-area .ion-md-download:before {
    content: "\f2e3"; }
  .mobile-creator .mobile-dnd-area .ion-md-easel:before {
    content: "\f2e4"; }
  .mobile-creator .mobile-dnd-area .ion-md-egg:before {
    content: "\f2e5"; }
  .mobile-creator .mobile-dnd-area .ion-md-exit:before {
    content: "\f2e6"; }
  .mobile-creator .mobile-dnd-area .ion-md-expand:before {
    content: "\f2e7"; }
  .mobile-creator .mobile-dnd-area .ion-md-eye:before {
    content: "\f2e9"; }
  .mobile-creator .mobile-dnd-area .ion-md-eye-off:before {
    content: "\f2e8"; }
  .mobile-creator .mobile-dnd-area .ion-md-fastforward:before {
    content: "\f2ea"; }
  .mobile-creator .mobile-dnd-area .ion-md-female:before {
    content: "\f2eb"; }
  .mobile-creator .mobile-dnd-area .ion-md-filing:before {
    content: "\f2ec"; }
  .mobile-creator .mobile-dnd-area .ion-md-film:before {
    content: "\f2ed"; }
  .mobile-creator .mobile-dnd-area .ion-md-finger-print:before {
    content: "\f2ee"; }
  .mobile-creator .mobile-dnd-area .ion-md-flag:before {
    content: "\f2ef"; }
  .mobile-creator .mobile-dnd-area .ion-md-flame:before {
    content: "\f2f0"; }
  .mobile-creator .mobile-dnd-area .ion-md-flash:before {
    content: "\f2f1"; }
  .mobile-creator .mobile-dnd-area .ion-md-flask:before {
    content: "\f2f2"; }
  .mobile-creator .mobile-dnd-area .ion-md-flower:before {
    content: "\f2f3"; }
  .mobile-creator .mobile-dnd-area .ion-md-folder:before {
    content: "\f2f5"; }
  .mobile-creator .mobile-dnd-area .ion-md-folder-open:before {
    content: "\f2f4"; }
  .mobile-creator .mobile-dnd-area .ion-md-football:before {
    content: "\f2f6"; }
  .mobile-creator .mobile-dnd-area .ion-md-funnel:before {
    content: "\f2f7"; }
  .mobile-creator .mobile-dnd-area .ion-md-game-controller-a:before {
    content: "\f2f8"; }
  .mobile-creator .mobile-dnd-area .ion-md-game-controller-b:before {
    content: "\f2f9"; }
  .mobile-creator .mobile-dnd-area .ion-md-git-branch:before {
    content: "\f2fa"; }
  .mobile-creator .mobile-dnd-area .ion-md-git-commit:before {
    content: "\f2fb"; }
  .mobile-creator .mobile-dnd-area .ion-md-git-compare:before {
    content: "\f2fc"; }
  .mobile-creator .mobile-dnd-area .ion-md-git-merge:before {
    content: "\f2fd"; }
  .mobile-creator .mobile-dnd-area .ion-md-git-network:before {
    content: "\f2fe"; }
  .mobile-creator .mobile-dnd-area .ion-md-git-pull-request:before {
    content: "\f2ff"; }
  .mobile-creator .mobile-dnd-area .ion-md-glasses:before {
    content: "\f300"; }
  .mobile-creator .mobile-dnd-area .ion-md-globe:before {
    content: "\f301"; }
  .mobile-creator .mobile-dnd-area .ion-md-grid:before {
    content: "\f302"; }
  .mobile-creator .mobile-dnd-area .ion-md-hammer:before {
    content: "\f303"; }
  .mobile-creator .mobile-dnd-area .ion-md-hand:before {
    content: "\f304"; }
  .mobile-creator .mobile-dnd-area .ion-md-happy:before {
    content: "\f305"; }
  .mobile-creator .mobile-dnd-area .ion-md-headset:before {
    content: "\f306"; }
  .mobile-creator .mobile-dnd-area .ion-md-heart:before {
    content: "\f308"; }
  .mobile-creator .mobile-dnd-area .ion-md-heart-outline:before {
    content: "\f307"; }
  .mobile-creator .mobile-dnd-area .ion-md-help:before {
    content: "\f30b"; }
  .mobile-creator .mobile-dnd-area .ion-md-help-buoy:before {
    content: "\f309"; }
  .mobile-creator .mobile-dnd-area .ion-md-help-circle:before {
    content: "\f30a"; }
  .mobile-creator .mobile-dnd-area .ion-md-home:before {
    content: "\f30c"; }
  .mobile-creator .mobile-dnd-area .ion-md-ice-cream:before {
    content: "\f30d"; }
  .mobile-creator .mobile-dnd-area .ion-md-image:before {
    content: "\f30e"; }
  .mobile-creator .mobile-dnd-area .ion-md-images:before {
    content: "\f30f"; }
  .mobile-creator .mobile-dnd-area .ion-md-infinite:before {
    content: "\f310"; }
  .mobile-creator .mobile-dnd-area .ion-md-information:before {
    content: "\f312"; }
  .mobile-creator .mobile-dnd-area .ion-md-information-circle:before {
    content: "\f311"; }
  .mobile-creator .mobile-dnd-area .ion-md-ionic:before {
    content: "\f313"; }
  .mobile-creator .mobile-dnd-area .ion-md-ionitron:before {
    content: "\f314"; }
  .mobile-creator .mobile-dnd-area .ion-md-jet:before {
    content: "\f315"; }
  .mobile-creator .mobile-dnd-area .ion-md-key:before {
    content: "\f316"; }
  .mobile-creator .mobile-dnd-area .ion-md-keypad:before {
    content: "\f317"; }
  .mobile-creator .mobile-dnd-area .ion-md-laptop:before {
    content: "\f318"; }
  .mobile-creator .mobile-dnd-area .ion-md-leaf:before {
    content: "\f319"; }
  .mobile-creator .mobile-dnd-area .ion-md-link:before {
    content: "\f22e"; }
  .mobile-creator .mobile-dnd-area .ion-md-list:before {
    content: "\f31b"; }
  .mobile-creator .mobile-dnd-area .ion-md-list-box:before {
    content: "\f31a"; }
  .mobile-creator .mobile-dnd-area .ion-md-locate:before {
    content: "\f31c"; }
  .mobile-creator .mobile-dnd-area .ion-md-lock:before {
    content: "\f31d"; }
  .mobile-creator .mobile-dnd-area .ion-md-log-in:before {
    content: "\f31e"; }
  .mobile-creator .mobile-dnd-area .ion-md-log-out:before {
    content: "\f31f"; }
  .mobile-creator .mobile-dnd-area .ion-md-magnet:before {
    content: "\f320"; }
  .mobile-creator .mobile-dnd-area .ion-md-mail:before {
    content: "\f322"; }
  .mobile-creator .mobile-dnd-area .ion-md-mail-open:before {
    content: "\f321"; }
  .mobile-creator .mobile-dnd-area .ion-md-male:before {
    content: "\f323"; }
  .mobile-creator .mobile-dnd-area .ion-md-man:before {
    content: "\f324"; }
  .mobile-creator .mobile-dnd-area .ion-md-map:before {
    content: "\f325"; }
  .mobile-creator .mobile-dnd-area .ion-md-medal:before {
    content: "\f326"; }
  .mobile-creator .mobile-dnd-area .ion-md-medical:before {
    content: "\f327"; }
  .mobile-creator .mobile-dnd-area .ion-md-medkit:before {
    content: "\f328"; }
  .mobile-creator .mobile-dnd-area .ion-md-megaphone:before {
    content: "\f329"; }
  .mobile-creator .mobile-dnd-area .ion-md-menu:before {
    content: "\f32a"; }
  .mobile-creator .mobile-dnd-area .ion-md-mic:before {
    content: "\f32c"; }
  .mobile-creator .mobile-dnd-area .ion-md-mic-off:before {
    content: "\f32b"; }
  .mobile-creator .mobile-dnd-area .ion-md-microphone:before {
    content: "\f32d"; }
  .mobile-creator .mobile-dnd-area .ion-md-moon:before {
    content: "\f32e"; }
  .mobile-creator .mobile-dnd-area .ion-md-more:before {
    content: "\f1c9"; }
  .mobile-creator .mobile-dnd-area .ion-md-move:before {
    content: "\f331"; }
  .mobile-creator .mobile-dnd-area .ion-md-musical-note:before {
    content: "\f332"; }
  .mobile-creator .mobile-dnd-area .ion-md-musical-notes:before {
    content: "\f333"; }
  .mobile-creator .mobile-dnd-area .ion-md-navigate:before {
    content: "\f334"; }
  .mobile-creator .mobile-dnd-area .ion-md-no-smoking:before {
    content: "\f335"; }
  .mobile-creator .mobile-dnd-area .ion-md-notifications:before {
    content: "\f338"; }
  .mobile-creator .mobile-dnd-area .ion-md-notifications-off:before {
    content: "\f336"; }
  .mobile-creator .mobile-dnd-area .ion-md-notifications-outline:before {
    content: "\f337"; }
  .mobile-creator .mobile-dnd-area .ion-md-nuclear:before {
    content: "\f339"; }
  .mobile-creator .mobile-dnd-area .ion-md-nutrition:before {
    content: "\f33a"; }
  .mobile-creator .mobile-dnd-area .ion-md-open:before {
    content: "\f33b"; }
  .mobile-creator .mobile-dnd-area .ion-md-options:before {
    content: "\f33c"; }
  .mobile-creator .mobile-dnd-area .ion-md-outlet:before {
    content: "\f33d"; }
  .mobile-creator .mobile-dnd-area .ion-md-paper:before {
    content: "\f33f"; }
  .mobile-creator .mobile-dnd-area .ion-md-paper-plane:before {
    content: "\f33e"; }
  .mobile-creator .mobile-dnd-area .ion-md-partly-sunny:before {
    content: "\f340"; }
  .mobile-creator .mobile-dnd-area .ion-md-pause:before {
    content: "\f341"; }
  .mobile-creator .mobile-dnd-area .ion-md-paw:before {
    content: "\f342"; }
  .mobile-creator .mobile-dnd-area .ion-md-people:before {
    content: "\f343"; }
  .mobile-creator .mobile-dnd-area .ion-md-person:before {
    content: "\f345"; }
  .mobile-creator .mobile-dnd-area .ion-md-person-add:before {
    content: "\f344"; }
  .mobile-creator .mobile-dnd-area .ion-md-phone-landscape:before {
    content: "\f346"; }
  .mobile-creator .mobile-dnd-area .ion-md-phone-portrait:before {
    content: "\f347"; }
  .mobile-creator .mobile-dnd-area .ion-md-photos:before {
    content: "\f348"; }
  .mobile-creator .mobile-dnd-area .ion-md-pie:before {
    content: "\f349"; }
  .mobile-creator .mobile-dnd-area .ion-md-pin:before {
    content: "\f34a"; }
  .mobile-creator .mobile-dnd-area .ion-md-pint:before {
    content: "\f34b"; }
  .mobile-creator .mobile-dnd-area .ion-md-pizza:before {
    content: "\f354"; }
  .mobile-creator .mobile-dnd-area .ion-md-plane:before {
    content: "\f355"; }
  .mobile-creator .mobile-dnd-area .ion-md-planet:before {
    content: "\f356"; }
  .mobile-creator .mobile-dnd-area .ion-md-play:before {
    content: "\f357"; }
  .mobile-creator .mobile-dnd-area .ion-md-podium:before {
    content: "\f358"; }
  .mobile-creator .mobile-dnd-area .ion-md-power:before {
    content: "\f359"; }
  .mobile-creator .mobile-dnd-area .ion-md-pricetag:before {
    content: "\f35a"; }
  .mobile-creator .mobile-dnd-area .ion-md-pricetags:before {
    content: "\f35b"; }
  .mobile-creator .mobile-dnd-area .ion-md-print:before {
    content: "\f35c"; }
  .mobile-creator .mobile-dnd-area .ion-md-pulse:before {
    content: "\f35d"; }
  .mobile-creator .mobile-dnd-area .ion-md-qr-scanner:before {
    content: "\f35e"; }
  .mobile-creator .mobile-dnd-area .ion-md-quote:before {
    content: "\f35f"; }
  .mobile-creator .mobile-dnd-area .ion-md-radio:before {
    content: "\f362"; }
  .mobile-creator .mobile-dnd-area .ion-md-radio-button-off:before {
    content: "\f360"; }
  .mobile-creator .mobile-dnd-area .ion-md-radio-button-on:before {
    content: "\f361"; }
  .mobile-creator .mobile-dnd-area .ion-md-rainy:before {
    content: "\f363"; }
  .mobile-creator .mobile-dnd-area .ion-md-recording:before {
    content: "\f364"; }
  .mobile-creator .mobile-dnd-area .ion-md-redo:before {
    content: "\f365"; }
  .mobile-creator .mobile-dnd-area .ion-md-refresh:before {
    content: "\f366"; }
  .mobile-creator .mobile-dnd-area .ion-md-refresh-circle:before {
    content: "\f228"; }
  .mobile-creator .mobile-dnd-area .ion-md-remove:before {
    content: "\f368"; }
  .mobile-creator .mobile-dnd-area .ion-md-remove-circle:before {
    content: "\f367"; }
  .mobile-creator .mobile-dnd-area .ion-md-reorder:before {
    content: "\f369"; }
  .mobile-creator .mobile-dnd-area .ion-md-repeat:before {
    content: "\f36a"; }
  .mobile-creator .mobile-dnd-area .ion-md-resize:before {
    content: "\f36b"; }
  .mobile-creator .mobile-dnd-area .ion-md-restaurant:before {
    content: "\f36c"; }
  .mobile-creator .mobile-dnd-area .ion-md-return-left:before {
    content: "\f36d"; }
  .mobile-creator .mobile-dnd-area .ion-md-return-right:before {
    content: "\f36e"; }
  .mobile-creator .mobile-dnd-area .ion-md-reverse-camera:before {
    content: "\f36f"; }
  .mobile-creator .mobile-dnd-area .ion-md-rewind:before {
    content: "\f370"; }
  .mobile-creator .mobile-dnd-area .ion-md-ribbon:before {
    content: "\f371"; }
  .mobile-creator .mobile-dnd-area .ion-md-rose:before {
    content: "\f372"; }
  .mobile-creator .mobile-dnd-area .ion-md-sad:before {
    content: "\f373"; }
  .mobile-creator .mobile-dnd-area .ion-md-school:before {
    content: "\f374"; }
  .mobile-creator .mobile-dnd-area .ion-md-search:before {
    content: "\f375"; }
  .mobile-creator .mobile-dnd-area .ion-md-send:before {
    content: "\f376"; }
  .mobile-creator .mobile-dnd-area .ion-md-settings:before {
    content: "\f377"; }
  .mobile-creator .mobile-dnd-area .ion-md-share:before {
    content: "\f379"; }
  .mobile-creator .mobile-dnd-area .ion-md-share-alt:before {
    content: "\f378"; }
  .mobile-creator .mobile-dnd-area .ion-md-shirt:before {
    content: "\f37a"; }
  .mobile-creator .mobile-dnd-area .ion-md-shuffle:before {
    content: "\f37b"; }
  .mobile-creator .mobile-dnd-area .ion-md-skip-backward:before {
    content: "\f37c"; }
  .mobile-creator .mobile-dnd-area .ion-md-skip-forward:before {
    content: "\f37d"; }
  .mobile-creator .mobile-dnd-area .ion-md-snow:before {
    content: "\f37e"; }
  .mobile-creator .mobile-dnd-area .ion-md-speedometer:before {
    content: "\f37f"; }
  .mobile-creator .mobile-dnd-area .ion-md-square:before {
    content: "\f381"; }
  .mobile-creator .mobile-dnd-area .ion-md-square-outline:before {
    content: "\f380"; }
  .mobile-creator .mobile-dnd-area .ion-md-star:before {
    content: "\f384"; }
  .mobile-creator .mobile-dnd-area .ion-md-star-half:before {
    content: "\f382"; }
  .mobile-creator .mobile-dnd-area .ion-md-star-outline:before {
    content: "\f383"; }
  .mobile-creator .mobile-dnd-area .ion-md-stats:before {
    content: "\f385"; }
  .mobile-creator .mobile-dnd-area .ion-md-stopwatch:before {
    content: "\f386"; }
  .mobile-creator .mobile-dnd-area .ion-md-subway:before {
    content: "\f387"; }
  .mobile-creator .mobile-dnd-area .ion-md-sunny:before {
    content: "\f388"; }
  .mobile-creator .mobile-dnd-area .ion-md-swap:before {
    content: "\f389"; }
  .mobile-creator .mobile-dnd-area .ion-md-switch:before {
    content: "\f38a"; }
  .mobile-creator .mobile-dnd-area .ion-md-sync:before {
    content: "\f38b"; }
  .mobile-creator .mobile-dnd-area .ion-md-tablet-landscape:before {
    content: "\f38c"; }
  .mobile-creator .mobile-dnd-area .ion-md-tablet-portrait:before {
    content: "\f38d"; }
  .mobile-creator .mobile-dnd-area .ion-md-tennisball:before {
    content: "\f38e"; }
  .mobile-creator .mobile-dnd-area .ion-md-text:before {
    content: "\f38f"; }
  .mobile-creator .mobile-dnd-area .ion-md-thermometer:before {
    content: "\f390"; }
  .mobile-creator .mobile-dnd-area .ion-md-thumbs-down:before {
    content: "\f391"; }
  .mobile-creator .mobile-dnd-area .ion-md-thumbs-up:before {
    content: "\f392"; }
  .mobile-creator .mobile-dnd-area .ion-md-thunderstorm:before {
    content: "\f393"; }
  .mobile-creator .mobile-dnd-area .ion-md-time:before {
    content: "\f394"; }
  .mobile-creator .mobile-dnd-area .ion-md-timer:before {
    content: "\f395"; }
  .mobile-creator .mobile-dnd-area .ion-md-train:before {
    content: "\f396"; }
  .mobile-creator .mobile-dnd-area .ion-md-transgender:before {
    content: "\f397"; }
  .mobile-creator .mobile-dnd-area .ion-md-trash:before {
    content: "\f398"; }
  .mobile-creator .mobile-dnd-area .ion-md-trending-down:before {
    content: "\f399"; }
  .mobile-creator .mobile-dnd-area .ion-md-trending-up:before {
    content: "\f39a"; }
  .mobile-creator .mobile-dnd-area .ion-md-trophy:before {
    content: "\f39b"; }
  .mobile-creator .mobile-dnd-area .ion-md-umbrella:before {
    content: "\f39c"; }
  .mobile-creator .mobile-dnd-area .ion-md-undo:before {
    content: "\f39d"; }
  .mobile-creator .mobile-dnd-area .ion-md-unlock:before {
    content: "\f39e"; }
  .mobile-creator .mobile-dnd-area .ion-md-videocam:before {
    content: "\f39f"; }
  .mobile-creator .mobile-dnd-area .ion-md-volume-down:before {
    content: "\f3a0"; }
  .mobile-creator .mobile-dnd-area .ion-md-volume-mute:before {
    content: "\f3a1"; }
  .mobile-creator .mobile-dnd-area .ion-md-volume-off:before {
    content: "\f3a2"; }
  .mobile-creator .mobile-dnd-area .ion-md-volume-up:before {
    content: "\f3a3"; }
  .mobile-creator .mobile-dnd-area .ion-md-walk:before {
    content: "\f3a4"; }
  .mobile-creator .mobile-dnd-area .ion-md-warning:before {
    content: "\f3a5"; }
  .mobile-creator .mobile-dnd-area .ion-md-watch:before {
    content: "\f3a6"; }
  .mobile-creator .mobile-dnd-area .ion-md-water:before {
    content: "\f3a7"; }
  .mobile-creator .mobile-dnd-area .ion-md-wifi:before {
    content: "\f3a8"; }
  .mobile-creator .mobile-dnd-area .ion-md-wine:before {
    content: "\f3a9"; }
  .mobile-creator .mobile-dnd-area .ion-md-woman:before {
    content: "\f3aa"; }
  .mobile-creator .mobile-dnd-area ion-icon {
    display: inline-block;
    font-family: "Ionicons";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    text-transform: none;
    speak: none; }
  .mobile-creator .mobile-dnd-area ion-icon::before {
    display: inline-block; }
  .mobile-creator .mob-item > .item-inner > [dnd-list="mobcomponentchildren"] > .mob-designmodechild {
    border: 1px dashed #e5e5e5 !important;
    border-width: 0 1px !important; }
  .mobile-creator .mob-item > .item-inner {
    border-bottom: 0px !important; }
  .mobile-creator .mob-pseudo-item {
    padding-left: 0 !important; }
    .mobile-creator .mob-pseudo-item > .item-inner {
      padding-right: 0 !important; }
  .mobile-creator .mob-list > [dnd-list="mobcomponentchildren"] {
    border: 1px solid #ddd;
    padding: 13px 0 0 0; }
    .mobile-creator .mob-list > [dnd-list="mobcomponentchildren"]::before {
      content: "list"; }
    .mobile-creator .mob-list > [dnd-list="mobcomponentchildren"] > .mob-designmodechild {
      position: relative;
      border: 1px dashed #e5e5e5;
      margin: 2px;
      padding: 12px 0 0 0; }
      .mobile-creator .mob-list > [dnd-list="mobcomponentchildren"] > .mob-designmodechild::before {
        content: "item"; }
      .mobile-creator .mob-list > [dnd-list="mobcomponentchildren"] > .mob-designmodechild.mobdesigner-selected {
        border-color: #b4dcaa; }
        .mobile-creator .mob-list > [dnd-list="mobcomponentchildren"] > .mob-designmodechild.mobdesigner-selected::before {
          background-color: #8cbe8c; }
  .mobile-creator .mob-radiogroup > [dnd-list="mobcomponentchildren"] {
    border: 1px solid #ddd;
    padding: 13px 0 0 0; }
    .mobile-creator .mob-radiogroup > [dnd-list="mobcomponentchildren"]::before {
      content: "radiogroup"; }
    .mobile-creator .mob-radiogroup > [dnd-list="mobcomponentchildren"] > .mob-designmodechild {
      position: relative; }
      .mobile-creator .mob-radiogroup > [dnd-list="mobcomponentchildren"] > .mob-designmodechild.mobdesigner-selected {
        border-color: #b4dcaa; }
        .mobile-creator .mob-radiogroup > [dnd-list="mobcomponentchildren"] > .mob-designmodechild.mobdesigner-selected::before {
          background-color: #8cbe8c; }
  .mobile-creator .mob-datalist {
    border: 1px solid #ddd;
    padding: 13px 0 0 0 !important;
    margin: 0; }
    .mobile-creator .mob-datalist::before {
      content: "dataList";
      z-index: 3;
      margin: 0; }
    .mobile-creator .mob-datalist > ion-item.item:first-of-type {
      border-top-width: 0 !important; }
    .mobile-creator .mob-datalist > ion-item.item:last-of-type {
      border-bottom-width: 0 !important; }
  .mobile-creator .mobdesigner-selected > .mob-list > [dnd-list="mobcomponentchildren"] {
    border-color: #b4dcaa; }
    .mobile-creator .mobdesigner-selected > .mob-list > [dnd-list="mobcomponentchildren"]::before {
      background-color: #8cbe8c; }
  .mobile-creator .mobdesigner-selected > .mob-datalist > [dnd-list="mobcomponentchildren"] {
    border-color: #b4dcaa; }
    .mobile-creator .mobdesigner-selected > .mob-datalist > [dnd-list="mobcomponentchildren"]::before {
      background-color: #8cbe8c; }
  .mobile-creator .mobdesigner-selected > .mob-radiogroup > [dnd-list="mobcomponentchildren"] {
    border-color: #b4dcaa; }
    .mobile-creator .mobdesigner-selected > .mob-radiogroup > [dnd-list="mobcomponentchildren"]::before {
      background-color: #8cbe8c; }
  .mobile-creator .mob-grid[no-padding] .mob-row > [dnd-list="mobcomponentchildren"] > .mob-designmodechild {
    padding: 0 !important; }
  .mobile-creator .mob-grid > [dnd-list="mobcomponentchildren"] {
    border: 1px solid #ddd;
    padding: 10px 0 0 0;
    margin-bottom: 6px; }
    .mobile-creator .mob-grid > [dnd-list="mobcomponentchildren"]::before {
      content: "grid";
      z-index: 2; }
    .mobile-creator .mob-grid > [dnd-list="mobcomponentchildren"] > .mob-designmodechild {
      margin: 5px;
      padding: 0; }
  @media (min-width: 576px) {
    .mobile-creator .grid[fixed] {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .mobile-creator .grid[fixed] {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .mobile-creator .grid[fixed] {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .mobile-creator .grid[fixed] {
      width: 1140px;
      max-width: 100%; } }
  .mobile-creator .mob-row {
    margin: 0; }
    .mobile-creator .mob-row[align-items-start] > [dnd-list="mobcomponentchildren"] {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .mobile-creator .mob-row[align-items-center] > [dnd-list="mobcomponentchildren"] {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .mobile-creator .mob-row[align-items-end] > [dnd-list="mobcomponentchildren"] {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .mobile-creator .mob-row[align-items-stretch] > [dnd-list="mobcomponentchildren"] {
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .mobile-creator .mob-row[align-items-baseline] > [dnd-list="mobcomponentchildren"] {
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
    .mobile-creator .mob-row[justify-content-start] > [dnd-list="mobcomponentchildren"] {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .mobile-creator .mob-row[justify-content-center] > [dnd-list="mobcomponentchildren"] {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .mobile-creator .mob-row[justify-content-end] > [dnd-list="mobcomponentchildren"] {
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .mobile-creator .mob-row[justify-content-around] > [dnd-list="mobcomponentchildren"] {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .mobile-creator .mob-row[justify-content-between] > [dnd-list="mobcomponentchildren"] {
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .mobile-creator .mob-row > [dnd-list="mobcomponentchildren"] {
      border: 1px dashed #aaa;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
      padding-top: 12px !important;
      z-index: 2;
      min-height: 20px !important; }
      .mobile-creator .mob-row > [dnd-list="mobcomponentchildren"]::before {
        content: "row";
        z-index: 2; }
      .mobile-creator .mob-row > [dnd-list="mobcomponentchildren"] > .mob-designmodechild {
        padding: 5px;
        position: relative;
        width: 100%;
        margin: 0;
        min-height: 1px;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        border: 1px dashed #aaa;
        border-width: 1px 1px 0 0; }
        .mobile-creator .mob-row > [dnd-list="mobcomponentchildren"] > .mob-designmodechild:last-child {
          border-width: 1px 0 0 0; }
        .mobile-creator .mob-row > [dnd-list="mobcomponentchildren"] > .mob-designmodechild::before {
          position: absolute;
          top: 0;
          left: 0;
          margin: -1px 0 0 -1px;
          padding: 2px 4px;
          font-size: 10px;
          line-height: 10px;
          color: #bbb;
          content: "col";
          z-index: 2; }
        .mobile-creator .mob-row > [dnd-list="mobcomponentchildren"] > .mob-designmodechild.mobdesigner-selected::before {
          color: #373; }
  .mobile-creator .mobdesigner-selected > .mob-grid > [dnd-list="mobcomponentchildren"] {
    border-color: #b4dcaa; }
    .mobile-creator .mobdesigner-selected > .mob-grid > [dnd-list="mobcomponentchildren"]::before {
      background-color: #8cbe8c; }
  .mobile-creator .mobdesigner-selected > .mob-row > [dnd-list="mobcomponentchildren"] {
    border-color: #8cb478; }
    .mobile-creator .mobdesigner-selected > .mob-row > [dnd-list="mobcomponentchildren"]::before {
      background-color: #8cbe8c; }
  .mobile-creator .mob-col > [dnd-list="mobcomponentchildren"] > .mob-designmodechild {
    margin-top: 12px; }
  .mobile-creator .mobdesigner-selected .item.item-ios, .mobile-creator .mobdesigner-selected .item.item-md, .mobile-creator .mobdesigner-selected .item.item-wp {
    background-color: transparent; }
  .mobile-creator .mobile-wrapper.ios {
    font-family: -apple-system, "Helvetica Neue", "Roboto", sans-serif;
    font-size: 1.4rem;
    background-color: #fff; }
  .mobile-creator .mobile-wrapper.md {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 1.4rem;
    background-color: #fff; }
  .mobile-creator .mobile-wrapper.wp {
    font-family: "Segoe UI", "Noto Sans", sans-serif;
    font-size: 1.4rem;
    background-color: #fff; }
  .mobile-creator .mob-tabset {
    position: relative;
    border: 1px solid #ddd;
    padding: 13px 2px 2px 2px; }
    .mobile-creator .mob-tabset::before {
      margin: 0;
      content: "tabset"; }
    .mobile-creator .mob-tabset ion-segment > [dnd-list="mobcomponentchildren"] {
      margin-bottom: 6px; }
  .mobile-creator .mobdesigner-selected > .mob-tabset {
    border-color: #b4dcaa; }
    .mobile-creator .mobdesigner-selected > .mob-tabset::before {
      background-color: #8cbe8c; }
  .mobile-creator .mob-tab-pane {
    display: none;
    width: 0;
    height: 0;
    visibility: hidden; }
    .mobile-creator .mob-tab-pane.active {
      display: inline-block;
      visibility: visible;
      width: 100%;
      height: auto; }
  .mobile-creator ion-segment > [dnd-list="mobcomponentchildren"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .mobile-creator ion-segment > [dnd-list="mobcomponentchildren"] > .mob-designmodechild {
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      position: relative;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      cursor: pointer;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 0;
      height: 3.2rem; }
      .mobile-creator ion-segment > [dnd-list="mobcomponentchildren"] > .mob-designmodechild:first-of-type .segment-button {
        border-top-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px;
        margin-right: 0; }
      .mobile-creator ion-segment > [dnd-list="mobcomponentchildren"] > .mob-designmodechild:not(:first-of-type) .segment-button {
        border-left-width: 0; }
      .mobile-creator ion-segment > [dnd-list="mobcomponentchildren"] > .mob-designmodechild:last-of-type .segment-button {
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0;
        margin-left: 0;
        border-left-width: 0; }
  .mobile-creator ion-segment [dnd-list="mobcomponentchildren"] .mob-designmodechild .segment-button {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .mobile-creator ion-buttons {
    padding: 13px 0 0 0;
    margin: 0 !important;
    border-top: 1px dashed #ddd !important; }
    .mobile-creator ion-buttons::before {
      margin: 0;
      content: "btn grp"; }
  .mobile-creator .mobdesigner-selected > ion-buttons.bar-buttons {
    border-color: #b4dcaa; }
    .mobile-creator .mobdesigner-selected > ion-buttons.bar-buttons::before {
      background-color: #8cbe8c; }
  .mobile-creator ion-buttons .mob-designmodechild {
    display: inline-block; }
    .mobile-creator ion-buttons .mob-designmodechild.block-child {
      display: block; }
  .mobile-creator .mob-buttongroup .dndPlaceholder {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 25px !important;
    height: 25px !important; }
  .mobile-creator ion-buttons.bar-buttons > [dnd-list="mobcomponentchildren"] {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .mobile-creator ion-buttons.bar-buttons[end] > [dnd-list="mobcomponentchildren"] {
    text-align: right;
    text-align: end;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

.brdb-footer {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px; }
  .brdb-footer .brdb-logoimages {
    position: relative;
    max-width: 760px;
    width: 100%;
    min-height: 65px;
    justify-content: space-between;
    align-self: center;
    padding-bottom: 15px;
    display: table;
    table-layout: fixed; }
  .brdb-footer .brdb-logoimage-span {
    display: table-cell;
    text-align: center; }
  .brdb-footer .brdb-logoimage {
    height: 75px;
    align-self: center; }

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.woff2?v=3.0.0-alpha.3") format("woff2"), url("../fonts/ionicons.woff?v=3.0.0-alpha.3") format("woff"), url("../fonts/ionicons.ttf?v=3.0.0-alpha.3") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans"), local("Noto-Sans-Regular"), url("../fonts/noto-sans-regular.woff") format("woff"), url("../fonts/noto-sans-regular.ttf") format("truetype"); }

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("Noto-Sans-Regular"), url("../fonts/noto-sans-regular.woff") format("woff"), url("../fonts/noto-sans-regular.ttf") format("truetype"); }

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("../fonts/noto-sans-bold.woff") format("woff"), url("../fonts/noto-sans-bold.ttf") format("truetype"); }

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("../fonts/noto-sans-bold.woff") format("woff"), url("../fonts/noto-sans-bold.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-light.woff") format("woff"), url("../fonts/roboto-light.woff") format("woff"), url("../fonts/roboto-light.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.ttf") format("truetype"); }
