.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent,
#customize-theme-controls .customize-pane-child.current-section-parent {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
.customize--reset-section {
  background: 0 0;
  border: none;
  color: #555;
  cursor: pointer;
  margin: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 30px;
}
html[dir=rtl] .customize--reset-section {
  right: auto;
  left: 0px;
}
.customize--reset-section:focus, .customize--reset-section:visited, .customize--reset-section:active {
  outline: none !important;
}
.customize--reset-section:before {
  -moz-osx-font-smoothing: grayscale;
  border: none;
  content: "\f531";
  display: block;
  font: 18px/1 dashicons;
  padding: 5px;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  left: 6px;
  position: absolute;
  top: 6px;
}
.customize--reset-section.loading {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}

.customize-control .wp-color-result .color-alpha {
  height: 100% !important;
}
.customize-control .customify-input,
.customize-control .customify-modal-input,
.customize-control .customify--field-select select,
.customize-control .customify--field-select .select2-selection {
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  padding-right: 0;
  background-color: #fff;
  color: #32373c;
}
.customize-control .customify-input:disabled,
.customize-control .customify-modal-input:disabled,
.customize-control .customify--field-select select:disabled,
.customize-control .customify--field-select .select2-selection:disabled {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(222, 222, 222, 0.75);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.0004);
  color: rgba(51, 51, 51, 0.5);
}
.customize-control select.customify-modal-input,
.customize-control input[type=number].customify-modal-input,
.customize-control input[type=text].customify-modal-input,
.customize-control .customify--field-select select,
.customize-control .customify--field-select .select2-selection {
  height: 28px;
  min-height: 28px;
}

.wp-customizer .select2-search__field {
  height: 28px;
  min-height: 28px;
}
.wp-customizer ul.select2-results__options .select2-results__option {
  padding-left: 10px;
  margin-bottom: 0;
}
.wp-customizer ul.select2-results__options li.select2-results__option[role=list] {
  padding-left: 0;
  padding-right: 0;
}
.wp-customizer .select2-container--default .select2-results > .select2-results__options {
  overflow-x: hidden;
}
.wp-customizer .select2-container .select2-dropdown {
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  padding-right: 0;
  background-color: #fff;
  color: #32373c;
  border-radius: 0;
  border-top: 0;
}
.wp-customizer .wp-block-table {
  width: 100%;
}
.wp-customizer .wp-block-table table {
  width: 100% !important;
}

.customify--hide {
  display: none !important;
}

.customify--clear {
  clear: both;
}

.customify-control-field-header {
  cursor: pointer;
}

.customize-control-customify-modal .customify-control-field-header,
.customize-control-customify-typography .customify-control-field-header,
.customize-control-customify-styling .customify-control-field-header {
  margin-right: 25px;
}

.customify-control--heading {
  padding: 5px 12px;
  background: #BBBBBB;
  margin: 10px -12px 2px;
}
.customify-control--heading .customize-control-title {
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}

.customify--field .customify-field--heading {
  padding: 7px 12px;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 10px -15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #444444;
}

#customize-controls .customify--field .customify-field--heading {
  font-size: 12px;
}
#customize-controls .customify-modal-settings h3.customify-field--heading {
  font-size: 11px;
}
#customize-controls .customify-modal-settings .wp-picker-container {
  z-index: -1;
}
#customize-controls .customify-modal-settings .wp-picker-container.wp-picker-active {
  z-index: 69;
}

.customize-control .customize-control-description {
  margin-bottom: 15px;
  margin-top: -3px;
}
.customize-control.control--bg.bottom-0 {
  margin-bottom: 0px;
}
.customize-control.control--bg .customify--settings-wrapper {
  background: #fff;
  margin-left: -12px;
  margin-right: -12px;
  min-height: 15px;
  padding: 10px 10px 8px 14px;
  border-bottom: 1px solid #ddd;
}
.customize-control.control--bg .customify--settings-wrapper > .customize-control-description {
  display: none;
}
.customize-control.control--bg .customify--settings-wrapper .customify-actions {
  top: 13px;
  right: 10px;
  margin-top: 0px;
}
.customize-control.control--bg .customify--settings-wrapper .customify-actions .action--edit {
  padding: 0px;
  border: none;
}
.customize-control.control--bg .customify--settings-wrapper .customify-actions .action--edit:focus {
  box-shadow: none;
}
.customize-control.control--bg .customify--settings-wrapper .customify-actions .action--edit span {
  transition: all 0.2s linear;
  transform: rotate(-90deg);
}
.customize-control.control--bg .customify--settings-wrapper .customify-actions .action--edit span:before {
  content: "\f347";
}
.customize-control.control--bg .customify-modal-settings {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #ddd;
  z-index: 2;
}
.customize-control.control--bg .customify-modal-settings:before {
  display: none !important;
}
.customize-control.control--bg .customify-modal-settings .modal--tabs span.tab--active {
  background-color: #eee;
  border-bottom-color: #eee;
}
.customize-control.control--bg.modal--opening .customify--settings-wrapper .customify-actions .action--edit span {
  transform: rotate(-180deg);
}
.customize-control.control--bg.modal--opening .customify--settings-wrapper .customify-actions .action--edit span:before {
  content: "\f347";
}

.customify-field-heading::after {
  display: block;
  content: "";
  clear: both;
}
.customify-field-heading label {
  display: inline-block;
}
.customify-field-heading .customify-devices {
  display: inline-block;
  margin-left: 0px;
  float: right;
}
html[dir=rtl] .customify-field-heading .customify-devices {
  float: left;
}
.customify-field-heading .customify-devices button {
  cursor: pointer;
  background: 0 0;
  border: none;
  height: 23px;
  padding: 0 0px;
  margin: 0 0 0 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s border-color ease-in-out;
  color: #bbbbbb;
}
.customify-field-heading .customify-devices button:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: 400 16px/4px dashicons;
  vertical-align: top;
  margin: 0;
  padding: 5px 0px 3px;
}
.customify-field-heading .customify-devices button.preview-desktop:before {
  content: "\f472";
}
.customify-field-heading .customify-devices button.preview-tablet:before {
  content: "\f471";
}
.customify-field-heading .customify-devices button.preview-mobile:before {
  content: "\f470";
}

/**
* Group Field
 */
.customize-control-customify-group .customify--settings-wrapper .customify--settings-fields {
  border: 2px dashed #ccc;
  padding: 15px;
}
.customize-control-customify-group .customify--settings-wrapper .customify--group-field {
  margin-bottom: 15px;
}
.customize-control-customify-group .customify--settings-wrapper .customify--group-field:last-child {
  margin-bottom: 0px;
}

.customify--multiple-devices .customify-field-settings-inner {
  display: none;
}
.customify--multiple-devices .customify-field-settings-inner .customify-field-settings-inner {
  display: block;
}

.preview-desktop .customify-devices .preview-desktop {
  border-color: #191e23;
  color: #191e23;
}
.preview-desktop .customify-field-settings-inner.customify--for-desktop {
  display: block;
}

.preview-tablet .customify-devices .preview-tablet {
  border-color: #191e23;
  color: #191e23;
}
.preview-tablet .customify-field-settings-inner.customify--for-tablet {
  display: block;
}

.preview-mobile .customify-devices .preview-mobile {
  border-color: #191e23;
  color: #191e23;
}
.preview-mobile .customify-field-settings-inner.customify--for-mobile {
  display: block;
}

.customify--repeater-actions {
  text-align: right;
}
.customify--repeater-actions .customify--repeater-add-new {
  margin-left: 15px;
}
.customify--repeater-actions .customify--repeater-add-new:before {
  content: "\f132";
  display: inline-block;
  position: relative;
  left: -2px;
  top: -1px;
  font: 400 20px/1 dashicons;
  vertical-align: middle;
  transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.customify--repeater-actions .customify--repeater-reorder {
  line-height: 27px;
}

.customify--repeater-items {
  margin-top: 15px;
  margin-bottom: 15px;
}
.customify--repeater-items .customify--repeater-field {
  margin-bottom: 15px;
}
.customify--repeater-items .customify--repeater-item-inner {
  padding: 10px;
}
.customify--repeater-items .customify--remove {
  padding: 0 10px 10px;
  display: inline-block;
}
.customify--repeater-items .customify--repeater-visible {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-right: 1px solid #dddddd;
  width: 35px;
  text-align: center;
}
html[dir=rtl] .customify--repeater-items .customify--repeater-visible {
  left: auto;
  right: 0px;
  border-right: 0px none;
  border-left: 1px solid #dddddd;
}
.customify--repeater-items .customify--repeater-visible .r-visible-icon:before {
  -moz-osx-font-smoothing: grayscale;
  border: none;
  content: "\f530";
  display: block;
  font: 14px/34px dashicons;
  padding: 5px;
  text-decoration: none !important;
  text-indent: 0;
}
.customify--repeater-items .customify--repeater-visible input:checked + span.r-visible-icon:before {
  content: "\f177";
}
.customify--repeater-items .customify--repeater-visible input {
  display: none;
}
.customify--repeater-items .customify--repeater-item-heading {
  background: #FFF;
  padding: 15px;
  position: relative;
  display: block;
  line-height: 1;
  font-size: 1em;
  cursor: pointer;
}
.customify--repeater-items .item---visible-hidden .customify--repeater-item-heading {
  background: #f1f1f1;
}
.customify--repeater-items .ui-sortable-helper .customify--repeater-item-heading {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.customify--repeater-items .customify--repeater-live-title {
  white-space: nowrap;
  margin-right: 35px;
  margin-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight: 600;
  line-height: 1;
}
html[dir=rtl] .customify--repeater-items .customify--repeater-live-title {
  margin-left: 35px;
  margin-right: 30px;
}
.customify--repeater-items .customify-nav-reorder {
  display: none;
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fafafa;
}
.customify--repeater-items .customify-nav-reorder > span {
  position: relative;
  overflow: hidden;
  float: left;
  display: block;
  width: 33px;
  height: 43px;
  color: #82878c;
  text-indent: -9999px;
  cursor: pointer;
  outline: 0;
}
.customify--repeater-items .customify-nav-reorder > span:hover {
  color: #191e23;
  background: #eee;
}
.customify--repeater-items .customify-nav-reorder > span:before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font: 400 20px/43px dashicons;
  text-align: center;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.customify--repeater-items .customify-nav-reorder .customify--down:before {
  content: "\f347";
}
.customify--repeater-items .customify-nav-reorder .customify--up:before {
  content: "\f343";
}
.customify--repeater-items.reorder-active .customify-nav-reorder {
  display: block;
}
.customify--repeater-items.reorder-active .customify--repeater-item-toggle {
  display: none !important;
}
.customify--repeater-items .customify--repeater-item {
  border: 1px solid #ddd;
  background: #ffffff;
  margin-bottom: 10px;
}
.customify--repeater-items .customify--repeater-item:last-child {
  margin-bottom: 0px;
}
.customify--repeater-items .customify--repeater-item:last-child .customify-nav-reorder > span.customify--down {
  background: #ffffff;
}
.customify--repeater-items .customify--repeater-item:first-child .customify-nav-reorder > span.customify--up {
  background: #ffffff;
}
.customify--repeater-items .customify--repeater-item .customify--repeater-item-toggle {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  text-decoration: none;
  width: 32px;
  display: block;
  text-align: center;
  color: #555d66;
  box-shadow: none !important;
}
html[dir=rtl] .customify--repeater-items .customify--repeater-item .customify--repeater-item-toggle {
  right: auto;
  left: 0px;
}
.customify--repeater-items .customify--repeater-item .customify--repeater-item-toggle:before {
  font: 400 20px/2 dashicons;
  content: "\f140";
}
.customify--repeater-items .customify--repeater-item .customify--repeater-item-settings {
  display: none;
}
.customify--repeater-items .customify--repeater-item.customify--open .customify--repeater-item-heading {
  border-bottom: 1px solid #ddd;
}
.customify--repeater-items .customify--repeater-item.customify--open .customify--repeater-item-settings {
  display: block;
}
.customify--repeater-items .customify--repeater-item.customify--open .customify--repeater-item-toggle:before {
  content: "\f142";
}

.customify--group-field.ft--hr {
  clear: both;
}
.customify--group-field.field-half {
  width: 50%;
  float: left;
}
.customify--group-field.field-half-left {
  width: 50%;
  float: left;
}
.customify--group-field.field-half-left .customify--field {
  padding-right: 5px;
}
.customify--group-field.field-half-right {
  width: 50%;
  float: left;
}
.customify--group-field.field-half-right .customify--field {
  padding-left: 5px;
}

.customify--field {
  margin-bottom: 15px;
  width: 100%;
}
.customify--field:last-child {
  margin-bottom: 0px;
}
.customify--field * {
  box-sizing: border-box;
}
.customify--field textarea {
  width: 100%;
}
.customify--field .wp-picker-container input[type=text].wp-color-picker {
  width: 65px !important;
}

.customify-text-align input {
  display: none;
}
.customify-text-align input:checked + .button {
  background: #ccc;
}

.customify--css-unit {
  margin-bottom: 5px;
}
.customify--css-unit label {
  display: none;
  margin-right: 5px;
  text-transform: uppercase;
  padding: 0px 5px;
  font-size: 11px;
}
.customify--css-unit label:first-child {
  margin-left: -5px;
}
html[dir=rtl] .customify--css-unit label:first-child {
  margin-left: 0px;
}
.customify--css-unit label.customify--label-active {
  font-weight: bold;
}
.customify--css-unit input {
  display: none;
}

.customify--gr-inputs {
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}
.customify--gr-inputs > span {
  padding: 0px 2px;
}
.customify--gr-inputs .customify--small-label {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
}
.customify--gr-inputs span.input {
  height: 28px;
  display: block;
  vertical-align: middle;
  line-height: 28px;
  text-align: center;
}
.customify--gr-inputs label {
  cursor: pointer;
  width: 25px;
  flex: none;
  position: relative;
}
.customify--gr-inputs label input {
  display: none;
}
.customify--gr-inputs label:before {
  font: 400 18px/37px dashicons;
  content: "\f225";
  position: absolute;
  top: -3px;
  left: 5px;
  display: block;
}
.customify--gr-inputs label.customify--label-active:before {
  content: "\f103";
}

.customify-image-preview {
  margin: 0px 0 12px;
  display: block;
}
.customify-image-preview:before {
  content: attr(data-no-file-text);
  display: block;
  border: 1px dashed #DDDDDD;
  padding: 9px 0px;
  text-align: center;
}
.customify-image-preview.customify--has-file:before {
  display: none;
}

.customify-input-slider-wrapper {
  position: relative;
  margin-top: 35px;
  display: block;
}
.customify-input-slider-wrapper .customify--css-unit {
  text-align: right;
  margin-top: -23px;
  margin-bottom: 0px;
}
.customify-input-slider-wrapper .customify--slider-input {
  width: 60px;
  max-width: 60px;
  padding-right: 0;
  position: absolute;
  top: -9px;
  right: 41px;
  height: 24px;
  line-height: 18px;
  min-height: auto;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
}
html[dir=rtl] .customify-input-slider-wrapper .customify--slider-input {
  left: 41px;
  right: auto;
}
.customify-input-slider-wrapper .customify--slider-input.no-unit {
  right: 18px;
}
.customify-input-slider-wrapper .customify--label-active {
  display: block;
  top: -9px;
  right: 18px;
  line-height: 22px;
  position: absolute;
  margin-right: 0px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: normal;
  font-size: 10px;
  cursor: default;
  min-width: 24px;
  text-align: center;
}
html[dir=rtl] .customify-input-slider-wrapper .customify--label-active {
  left: 17px;
  right: auto;
}
.customify-input-slider-wrapper .reset {
  text-decoration: none;
  display: inline-block;
  color: #555d66;
  top: -9px;
  right: -5px;
  line-height: 22px;
  position: absolute;
  margin-right: 0px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: normal;
}
html[dir=rtl] .customify-input-slider-wrapper .reset {
  left: -5px;
  right: auto;
}
.customify-input-slider-wrapper .reset:before {
  -moz-osx-font-smoothing: grayscale;
  border: none;
  content: "\f531";
  display: block;
  font: 12px/1 dashicons;
  padding: 5px;
  text-decoration: none !important;
  text-indent: 0;
}

.customify-input-slider {
  position: relative;
  margin: 11px 118px 20px 4px;
  height: 5px;
  display: block;
  background: #CCCCCC;
}
html[dir=rtl] .customify-input-slider {
  margin: 11px 4px 20px 118px;
}
.customify-input-slider .ui-slider-range {
  width: 100%;
  display: block;
  height: 5px;
  background: #3068af;
}
html[dir=rtl] .customify-input-slider .ui-slider-range {
  position: absolute;
  left: 0px;
}
.customify-input-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: -7px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  cursor: pointer;
  transform: translateX(-5px);
}

.customify--field-shadow .customify--gr-inputs {
  margin-top: 10px;
}

.customify--icon-picker {
  display: flex;
}
.customify--icon-picker .customify--icon-preview {
  flex: 1;
  border: 1px solid #ddd;
  border-right: 0px;
  cursor: pointer;
  position: relative;
}
html[dir=rtl] .customify--icon-picker .customify--icon-preview {
  border-right: 1px solid #ddd;
  border-left: 0px;
}
.customify--icon-picker .customify--icon-preview-icon {
  width: 35px;
  display: block;
  border-right: 0px;
  text-align: center;
  height: 100%;
  position: relative;
  background: #FFFFFF;
}
.customify--icon-picker .customify--icon-preview-icon i {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.customify--icon-picker input {
  box-shadow: none !important;
  outline: none !important;
  background: #ffffff;
}
.customify--icon-picker .customify--icon-remove {
  cursor: pointer;
  flex: 1;
  border: 1px solid #ddd;
  border-left: 0px;
  font-size: 18px;
}
html[dir=rtl] .customify--icon-picker .customify--icon-remove {
  border-left: 1px solid #ddd;
  border-right: 0px;
}
.customify--icon-picker .customify--icon-remove .dashicons {
  width: 30px;
  display: block;
  transform: translateY(2px);
}

#customify--sidebar-icons {
  position: fixed;
  left: -300px;
  border-right: 1px solid #ddd;
  transition: all 0.5s ease;
  width: 300px;
  bottom: 0px;
  top: 0px;
  display: block;
  z-index: 8;
  background: #EBEBEB;
}
html[dir=rtl] #customify--sidebar-icons {
  left: auto;
  right: -300px;
  border-right: 0px none;
  border-left: 1px solid #ddd;
}
#customify--sidebar-icons.customify--active {
  left: 300px;
}
html[dir=rtl] #customify--sidebar-icons.customify--active {
  left: auto;
  right: 300px;
}
#customify--sidebar-icons * {
  box-sizing: border-box;
}
#customify--sidebar-icons .customify--sidebar-header {
  height: 46px;
  display: block;
  border-bottom: 1px solid #ddd;
}
#customify--sidebar-icons .customify--icon-type-inner {
  padding: 10px 10px 10px 50px;
  display: block;
}
#customify--sidebar-icons .customize-controls-icon-close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 41px;
  padding: 0 2px 0 0;
  background: #eee;
  border: none;
  border-top: 4px solid #eee;
  border-right: 1px solid #ddd;
  color: #444;
  text-align: left;
  cursor: pointer;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background 0.15s ease-in-out;
  box-sizing: content-box;
  text-decoration: none;
}
#customify--sidebar-icons .customize-controls-icon-close:before {
  font: 400 22px/45px dashicons;
  content: "\f335";
  position: relative;
  top: -3px;
  left: 13px;
}
#customify--sidebar-icons #customify--sidebar-icon-type {
  display: block;
  width: 100%;
  height: 26px;
}
#customify--sidebar-icons .customify--sidebar-search {
  background: #ffffff;
  padding: 10px;
}
#customify--sidebar-icons .customify--sidebar-search input {
  display: block;
  width: 100%;
}
#customify--sidebar-icons #customify--icon-browser {
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}
#customify--sidebar-icons .customify--list-icons li {
  width: 20%;
  float: left;
  font-size: 24px;
  text-align: center;
  padding: 10px 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
#customify--sidebar-icons .customify--list-icons li:hover {
  transform: scale(1.5);
}
#customify--sidebar-icons .customify--list-icons:after {
  clear: both;
  content: "";
  display: block;
}

/* Typography */
.customify--font-style .button input {
  display: none;
}
.customify--font-style .button span {
  line-height: inherit;
}
.customify--font-style .button span:before {
  line-height: inherit;
}
.customify--font-style .button.customify--checked {
  background: #ccc;
}

/* Text Align */
.customify-text-align .button {
  padding-top: 3px;
}

.custom-control-image_select .customify-radio-list input, .custom-control-radio_group .customify-radio-list input {
  display: none;
}
.custom-control-image_select .customify-radio-list p, .custom-control-radio_group .customify-radio-list p {
  margin: 0px 0 10px;
}
.custom-control-image_select .customify-radio-list p, .custom-control-image_select .customify-radio-list label, .custom-control-radio_group .customify-radio-list p, .custom-control-radio_group .customify-radio-list label {
  display: inline-block;
}

.custom-control-image_select .customify-radio-list {
  display: flex;
  flex-wrap: wrap;
}
.custom-control-image_select .customify-radio-list > p {
  flex-basis: 33.333%;
}
.custom-control-image_select .customify-radio-list > p label {
  position: relative;
}
.custom-control-image_select .customify-radio-list > p .label {
  display: inline-block;
  margin-top: 3px;
  position: relative;
}
.custom-control-image_select .customify-radio-list > p .bubble {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 6px 3px;
  border: 1px solid #ca4a1f;
  background: #fff;
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
  border-radius: 20px;
  transform: translate(9px, -6px);
}
.custom-control-image_select .customify-radio-list > p.input-disabled img {
  opacity: 0.5;
}

/**
 Radio Group
 */
.custom-control-radio_group .customify-radio-list {
  display: flex;
}
.custom-control-radio_group .customify-radio-list p {
  flex: 1;
}
.custom-control-radio_group .customify-radio-list p:last-child span.label {
  border-right: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
html[dir=rtl] .custom-control-radio_group .customify-radio-list p:last-child span.label {
  border-right: 0px none;
  border-left: 1px solid #ccc;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.custom-control-radio_group .customify-radio-list p:first-child span.label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
html[dir=rtl] .custom-control-radio_group .customify-radio-list p:first-child span.label {
  border-right: 1px solid #ccc;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.custom-control-radio_group .customify-radio-list label {
  width: 100%;
  display: block;
  text-align: center;
}
.custom-control-radio_group .customify-radio-list span.label {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 5px;
  width: 100%;
  border-right: none;
}
.custom-control-radio_group .customify-radio-list input:checked + span.label {
  border-color: #0085ba;
  background: #0085ba;
  color: #fff;
}

/**
 Image Select
 */
.custom-control-image_select .customify-radio-list img {
  line-height: 0px;
  display: block;
}
.custom-control-image_select .customify-radio-list span.label {
  display: inline-block;
  padding: 4px;
  max-width: 80px;
  border-radius: 5px;
}
.custom-control-image_select .customify-radio-list span.label span {
  display: inline-block;
  margin-top: 3px;
}
.custom-control-image_select .customify-radio-list input:checked + span.label {
  border-color: #3068af;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  background: #FFF;
}

/*Background field*/
.customize-control.customify-background-control--- .customify-group-device-fields {
  position: relative;
}
.customize-control.customify-background-control--- .customify-group-device-fields::after {
  clear: both;
  content: "";
  display: block;
}
.customize-control.customify-background-control--- .customify--settings-fields {
  position: relative;
  min-height: 160px;
  display: block;
  margin-top: 7px;
}
.customize-control.customify-background-control--- .customify--settings-fields::after {
  clear: both;
  content: "";
  display: block;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field select {
  width: 135px;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-color .wp-picker-container {
  position: relative;
  z-index: 35;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-color .wp-picker-holder {
  position: absolute;
  right: 0px;
  z-index: 10;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image {
  width: 115px;
  display: block;
  position: absolute;
  top: 35px;
  left: 0px;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image .customify-field-header {
  display: none;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image .button {
  overflow: hidden;
  width: 35px;
  vertical-align: middle;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image .button:before {
  font-family: dashicons;
  margin-right: 35px;
  display: inline-block;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image .button.customify--change:before, .customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image .button.customify--add:before {
  content: "\f317";
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image .button.customify--remove:before {
  content: "\f335";
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image .customify-image-preview {
  margin: 0px 0px 10px;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image .customify-image-preview:before {
  padding: 35px 20px;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image .customify-field-header {
  display: none;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-image img {
  width: 115px;
  height: 115px;
  display: block;
  object-fit: cover;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-position {
  position: absolute;
  top: 60px;
  right: 0px;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-position .customify-field-header {
  display: none;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-repeat {
  position: absolute;
  top: 100px;
  right: 0px;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-repeat .customify-field-header {
  display: none;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-cover {
  clear: both;
  position: absolute;
  top: 140px;
  right: 0px;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-attachment {
  clear: both;
  position: absolute;
  top: 170px;
  right: 0px;
}
.customize-control.customify-background-control--- .customify--settings-fields .customify--field.customify--field-name-attachment .customify-field-header {
  display: none;
}
.customify--settings-wrapper {
  position: relative;
  display: block;
}
.customify--settings-wrapper .customify-actions {
  position: absolute;
  top: 0px;
  right: 0px;
  vertical-align: middle;
  margin-top: 5px;
}
html[dir=rtl] .customify--settings-wrapper .customify-actions {
  right: auto;
  left: 0px;
}
.customify--settings-wrapper .customify-actions a {
  text-decoration: none;
  display: inline-block;
}
.customify--settings-wrapper .customify-actions .action--reset {
  font-size: 12px;
  margin-right: 10px;
  display: none;
}
.customify--settings-wrapper .customify-actions .action--reset span {
  font-size: inherit;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-top: 0px;
}
.customify--settings-wrapper .customify-actions .action--reset span:before {
  font-size: 12px;
  width: auto;
  height: auto;
}
.customify--settings-wrapper .customify-actions .action--edit {
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px;
}
.modal--opening .customify--settings-wrapper .customify-actions .action--edit span:before {
  content: "\f335";
}
.customify--settings-wrapper:not(.show-short-desc) .customify--field-typography .customify-actions,
.customify--settings-wrapper:not(.show-short-desc) .customify--field-styling .customify-actions {
  margin-top: -3.5px;
}

.modal--tabs {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.modal--tabs div {
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  padding: 5px 5px 0px;
}
.modal--tabs div:first-child {
  padding-left: 10px;
}
.modal--tabs div:last-child {
  padding-right: 10px;
}
.modal--tabs span {
  display: block;
  border: 1px solid #dddddd;
  padding: 5px;
  cursor: pointer;
  margin-bottom: -1px;
  font-weight: 600;
}
.modal--tabs span.tab--active {
  background: #ffffff;
  border-bottom-color: #fff;
}

.modal-tab-content {
  display: none;
}
.modal-tab-content.tab--active {
  display: block;
}

#customize-theme-controls .customize-pane-child.accordion-section-content {
  min-height: 100%;
  display: block;
}

.customize-control-customify-typography .customize-control-description {
  margin-bottom: 0px;
}
.customize-control-customify-typography .ft--checkboxes[data-field-name=languages] {
  margin-bottom: 0px;
}
.customize-control-customify-typography .list-subsets p {
  margin-top: 0px;
  width: 50%;
  float: left;
}
.customize-control-customify-typography .list-subsets:before, .customize-control-customify-typography .list-subsets:after {
  content: "";
  display: block;
  clear: both;
}
.customize-control-customify-typography .list-subsets:after {
  clear: both;
}
.customize-control-customify-typography .customify--group-field:before, .customize-control-customify-typography .customify--group-field:after {
  content: "";
  display: block;
  clear: both;
}
.customize-control-customify-typography .customify--group-field:after {
  clear: both;
}
.customize-control-customify-typography .customify--group-field .customify-field-header {
  width: 50%;
  float: left;
}
.customize-control-customify-typography .customify--group-field .customify-field-settings-inner {
  width: 50%;
  float: right;
}
.customize-control-customify-typography .customify--group-field.customify--multiple-devices .customify-field-header, .customize-control-customify-typography .customify--group-field.customify--multiple-devices .customify-field-settings-inner {
  width: auto;
  float: none;
}
.customize-control-customify-typography .customify--group-field .customify--field-slider .customify-field-header, .customize-control-customify-typography .customify--group-field .customify--field-slider .customify-field-settings-inner, .customize-control-customify-typography .customify--group-field .customify--field-name-languages .customify-field-header, .customize-control-customify-typography .customify--group-field .customify--field-name-languages .customify-field-settings-inner {
  width: auto;
  float: none;
}

.customify-field-settings-inner {
  position: relative;
}

.customify-modal--inside {
  position: relative;
}
.customify-modal--inside .description {
  margin-bottom: 0px;
}

.customize-control-customify-styling .customify--settings-wrapper > .customize-control-description, .customize-control-customify-typography .customify--settings-wrapper > .customize-control-description, .customize-control-customify-modal .customify--settings-wrapper > .customize-control-description {
  margin-bottom: 0px;
}
.customize-control-customify-styling .customify--settings-wrapper, .customize-control-customify-typography .customify--settings-wrapper, .customize-control-customify-modal .customify--settings-wrapper {
  min-height: 40px;
  display: block;
}

.ft--heading {
  clear: both;
}

.control--bg .customify-modal-settings .customify--field-heading h3.customify-field--heading {
  background: #fff;
}

.customify-modal-settings {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 12px;
  margin-bottom: 15px;
  margin-top: 10px;
  left: 0px;
  right: 0px;
  z-index: 9;
  position: relative;
}
.customify-modal-settings:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 3px;
}
html[dir=rtl] .customify-modal-settings:before {
  right: auto;
  left: 5px;
}
.customify-modal-settings::after {
  content: "";
  display: table;
  clear: both;
}
.customify-modal-settings .wp-color-result-text {
  line-height: 28px;
}
.customify-modal-settings .customify--field-heading h3.customify-field--heading {
  font-size: 11px;
  margin: 10px -12px;
  padding: 5px 12px 4px;
  background: #eeeeee;
}
.customify-modal-settings .customize-control-title {
  font-weight: 600;
  font-size: 13px;
}
.customify-modal-settings .customify--group-field {
  margin-bottom: 5px;
}
.customify-modal-settings .customify--group-field:last-child {
  margin-bottom: 0px;
}
.customify-modal-settings .lb-left:before, .customify-modal-settings .lb-left:after {
  content: "";
  display: block;
  clear: both;
}
.customify-modal-settings .lb-left:after {
  clear: both;
}
.customify-modal-settings .lb-left .customify-typography--field-header {
  width: 50%;
  float: left;
}
.customify-modal-settings .lb-left .customify-typography--field-settings {
  float: right;
  width: 50%;
}

/* Checkbox */
.customify--field-checkbox .customify-field-settings-inner {
  padding-right: 30px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.customify--field-checkbox .customify-field-settings-inner .onoffswitch {
  float: right;
  position: absolute;
  top: 3px;
  right: 0px;
}

.customize-control-customify-checkbox .has-title-desc .customify--settings-fields {
  position: absolute;
  top: -6px;
  right: 0px;
}
.customize-control-customify-checkbox .has-title-desc .customify-control-field-header {
  cursor: pointer;
  margin-right: 30px;
}
.customize-control-customify-checkbox .has-title-desc .checkbox-field-text {
  display: none !important;
}

.preview-desktop .customify--field-checkbox .customify--for-tablet,
.preview-desktop .customify--field-checkbox .customify--for-mobile {
  display: none;
}

.preview-tablet .customify--field-checkbox .customify--for-desktop,
.preview-tablet .customify--field-checkbox .customify--for-mobile {
  display: none;
}

.preview-mobile .customify--field-checkbox .customify--for-desktop,
.preview-mobile .customify--field-checkbox .customify--for-tablet {
  display: none;
}

/* OnOff Button */
.onoffswitch {
  position: relative;
  width: 25px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none !important;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px none;
  border-radius: 10px;
  position: relative;
  top: 3px;
  transition: all 0.3s ease-in 0s;
  opacity: 1;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 15px;
  padding: 0;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #00aadc;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #CCCCCC;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 11px;
  margin: 0px 3px 0px 1px;
  background: #FFFFFF;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label {
  opacity: 0.4;
  cursor: default;
}

/* Customify Pro section */
#customize-controls #accordion-section-customify-pro {
  border-top: 1px solid #ca4a1f;
  border-bottom: 1px solid #ca4a1f;
}

#customize-controls #accordion-section-customify-pro h3 {
  margin: 0;
  position: relative;
}

#customize-controls #accordion-section-customify-pro h3 a {
  padding: 10px 10px 11px 14px;
  line-height: 20px;
  display: block;
  background: #ffffff;
  color: #ca4a1f;
  text-decoration: none;
  position: relative;
}

#customize-controls #accordion-section-customify-pro h3 a:hover {
  background: #f5f5f5;
}

#customize-controls #accordion-section-customify-pro h3 a:after {
  content: "\f345";
  position: absolute;
  color: #ca4a1f;
  top: 11px;
  right: 10px;
  z-index: 1;
  float: right;
  border: none;
  background: none;
  font: normal 20px/1 dashicons;
  speak: none;
  display: block;
  padding: 0;
  text-indent: 0;
  text-align: center;
}

.customify-pro-teaser {
  color: #856404;
  background-color: #fff3cd;
  margin: 1em 0px;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0.25rem;
}
.customify-pro-teaser ul {
  margin-bottom: 1em;
}
.customify-pro-teaser .button {
  display: block;
  text-align: center;
}

.customize-control.customize-control-pro {
  float: none;
  padding-top: 1em;
}
.customize-control .customify-pro-teaser {
  margin-left: -12px;
  margin-right: -12px;
}

.customify--hide {
  display: none !important;
}

#customize-preview {
  transition: all 500ms;
}
#customize-preview.cb--preview-panel-show {
  bottom: 330px;
}

.preview-desktop #customize-preview.cb--preview-panel-show {
  height: auto;
}

.preview-tablet #customize-preview.cb--preview-panel-show {
  height: auto;
}

.preview-mobile #customize-preview.cb--preview-panel-show {
  height: 480px;
}

.customify--customize-builder {
  position: fixed;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  left: 0px;
  display: block;
  background: #f1f1f1;
  border-top: 1px solid #ddd;
  transition: all 500ms;
  transform: translateY(100%);
}
.customify--customize-builder .panel-name-text {
  display: none;
}
.customify--customize-builder.customify--builder-show {
  transform: translateY(0);
}
.customify--customize-builder.customify--builder-show.customify--builder--hide {
  transform: translateY(100%);
}
.customify--customize-builder.customify--builder-show.customify--builder--hide .close-text {
  display: none;
}
.customify--customize-builder.customify--builder-show.customify--builder--hide .panel-name-text {
  display: inline-block;
  font-weight: 500;
}
.customify--customize-builder.customify--builder-show.customify--builder--hide .customify--panel-close {
  position: absolute;
  top: -45px;
  right: 30px;
  text-transform: uppercase;
}
html[dir=rtl] .customify--customize-builder.customify--builder-show.customify--builder--hide .customify--panel-close {
  right: auto;
  left: 30px;
}
.customify--customize-builder * {
  box-sizing: border-box;
}
.customify--customize-builder .customify--cb-inner {
  transition: all 500ms;
  margin-left: 300px;
  margin-right: 0px;
  height: 100%;
  display: block;
  overflow: auto;
}
html[dir=rtl] .customify--customize-builder .customify--cb-inner {
  margin-left: 0px;
  margin-right: 300px;
}
.customify--customize-builder .customify--cb-body {
  height: 295px;
  overflow: auto;
  display: block;
}

.customify--cb-body {
  position: relative;
  overflow: hidden;
}

.customify--device-panel {
  display: block;
  z-index: 4;
  position: relative;
}
.customify--device-panel:before, .customify--device-panel:after {
  content: "";
  display: block;
  clear: both;
}
.customify--device-panel:after {
  clear: both;
}
.customify--device-panel.customify--panel-hide {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  display: block;
  z-index: 1;
  position: absolute;
  top: -99999px;
  left: -99999px;
  width: 0px;
}
.customify--device-panel.customify--panel-desktop .customify--cp-sidebar {
  display: none;
}
.customify--device-panel.customify--panel-mobile .customify--cp-rows {
  width: 60%;
  float: right;
  padding-left: 5px;
}
.customify--device-panel.customify--panel-mobile .customify--cp-sidebar {
  width: 40%;
  padding-right: 5px;
  float: left;
}

.customify--cb-header {
  padding: 10px 20px 0px;
  border-bottom: 1px solid #ccc;
}
.customify--cb-header:before, .customify--cb-header:after {
  content: "";
  display: block;
  clear: both;
}
.customify--cb-header:after {
  clear: both;
}
.customify--cb-header .customify--cb-devices-switcher {
  float: left;
}
html[dir=rtl] .customify--cb-header .customify--cb-devices-switcher {
  float: right;
}
.customify--cb-header .customify--cb-devices-switcher a {
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 10px;
  padding: 8px 15px 9px;
  margin-bottom: -1px;
  font-weight: bold;
  text-decoration: none;
  color: #444444;
}
.customify--cb-header .customify--cb-devices-switcher a:focus {
  box-shadow: none;
}
.customify--cb-header .customify--cb-devices-switcher a.customify--tab-active {
  border-bottom-color: #ebebeb;
}
.customify--cb-header .customify--cb-actions {
  float: right;
  margin-top: -1px;
}
html[dir=rtl] .customify--cb-header .customify--cb-actions {
  float: left;
}
.customify--cb-header .customify--cb-actions > * {
  display: inline-block;
  margin-left: 5px;
}
.customify--cb-header .customify--cb-actions > *:last-child {
  margin-left: 0px;
}
.customify--cb-header .customify--cb-actions .customify-swicth-version {
  position: relative;
}
.customify--cb-header .customify--cb-actions .customify-swicth-version select {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  opacity: 0;
}
.customify--cb-header .customify--cb-actions .builder-version-change {
  text-transform: uppercase;
}

.customify--cb-body {
  padding: 20px;
  position: relative;
  z-index: 4;
}

.customify--cb-footer {
  position: relative;
  z-index: 5;
}

.customify--cb-row {
  padding: 0px 0 0 35px;
  position: relative;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 10px;
}
html[dir=rtl] .customify--cb-row {
  padding: 0px 35px 0 0px;
}
.customify--cb-row:last-child {
  margin-bottom: 0px;
}
.customify--cb-row.row-active {
  border-color: #0073aa;
}
.customify--cb-row.row-active .customify--cb-row-settings {
  background: #0073aa;
}
.customify--cb-row.row-active .customify--cb-row-settings:before {
  color: #fff;
}
.customify--cb-row:before, .customify--cb-row:after {
  content: "";
  display: block;
  clear: both;
}
.customify--cb-row:after {
  clear: both;
}
.customify--cb-row .customify--cb-row-settings {
  position: absolute;
  top: 0px;
  left: 0px;
  border-right: 1px solid #ddd;
  bottom: 0px;
  text-decoration: none;
  width: 35px;
  display: block;
  text-align: center;
  color: #444444;
}
html[dir=rtl] .customify--cb-row .customify--cb-row-settings {
  left: auto;
  right: 0px;
  border-right: 0 none;
  border-left: 1px solid #ddd;
}
.customify--cb-row .customify--cb-row-settings:focus {
  box-shadow: none;
}
.customify--cb-row .customify--cb-row-settings:before {
  -webkit-font-smoothing: antialiased;
  font: 400 18px/54px dashicons;
  content: "\f111";
  position: relative;
  top: -2.5px;
}
.customify--cb-row .customify--cb-row-settings:hover {
  color: #0073aa;
}
.customify--cb-row .customify--cb-items {
  display: block;
  min-height: 40px;
}
.customify--cb-row .customify--cb-items.customify--sidebar-items {
  padding: 0px 5px 0px;
}
.customify--cb-row .customify--cb-items.customify--sidebar-items .grid-stack-item {
  display: block;
  margin-bottom: 5px;
}
.customify--cb-row .customify--cb-items.customify--sidebar-items .grid-stack-item .customify--cb-item-remove {
  right: 3px;
}
.customify--cb-row .customify--cb-items.customify--sidebar-items .grid-stack-item .customify--cb-item-setting {
  right: 26px;
}
.customify--cb-row .customify--cb-items.customify--sidebar-items .grid-stack-item.ui-draggable-handle {
  width: 100% !important;
  min-width: 100%;
}
.customify--cb-row .customify--cb-items.customify--sidebar-items .grid-stack-item:last-child {
  margin-bottom: 0px;
}
.customify--cb-row .customify--row-inner {
  width: 100%;
  padding: 5px 0px;
  background: #ffffff;
  position: relative;
}
.customify--cb-row .customify--row-inner .row--grid {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  display: flex;
  bottom: 0px;
}
.customify--cb-row .customify--row-inner .row--grid div {
  border-right: 1px dashed #dddddd;
  width: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  display: block;
}
.customify--cb-row .customify--row-inner .row--grid div:last-child {
  border-right: 0 none;
}
html[dir=rtl] .customify--cb-row .customify--row-inner .row--grid div {
  border-right: none 0px;
  border-left: 1px dashed #dddddd;
}
html[dir=rtl] .customify--cb-row .customify--row-inner .row--grid div:last-child {
  border-right: 0 none;
  border-left: 0px none;
}
.customify--cb-row .customify--row-inner .customify--cb-items {
  z-index: 36;
  background: transparent;
}
.customify--cb-row .grid-stack-item-content {
  background: #fafafa;
  border: 1px solid #dddddd;
  line-height: 1;
}
.customify--cb-row .grid-stack-item.item-active .grid-stack-item-content {
  border-color: #0073aa;
}
.customify--cb-row .customify--cb-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px 0 10px;
  padding-right: 60px;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  line-height: 37px;
}
html[dir=rtl] .customify--cb-row .customify--cb-item-name {
  padding-right: 0px;
  padding-left: 60px;
}
.customify--cb-row .customify--cb-item-add {
  display: none;
}

.builder-item-moving .ui-resizable-handle {
  display: none !important;
}

.customify-available-items {
  clear: both;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}
.customify-available-items:before, .customify-available-items:after {
  content: "";
  display: block;
  clear: both;
}
.customify-available-items:after {
  clear: both;
}
.customify-available-items.customify--panel-hide {
  height: 0px;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.customify-available-items:before, .customify-available-items:after {
  content: "";
  display: block;
  clear: both;
}
.customify-available-items:after {
  clear: both;
}
.customify-available-items .grid-stack-item-content {
  padding: 6px 15px;
  border: 1px solid #ddd;
  margin-right: 10px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  box-shadow: 0 1px 0 #ccc;
  background: #f7f7f7;
  color: #555555;
  border-radius: 2px;
}
.customify-available-items .grid-stack-item-content:hover {
  color: #23282d;
  background: #fafafa;
  border-color: #999;
}
.customify-available-items .grid-stack-item-content:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.customify-available-items * {
  box-sizing: content-box;
}
.customify-available-items .grid-stack-item {
  float: left;
  width: auto !important;
}
html[dir=rtl] .customify-available-items .grid-stack-item {
  float: right;
}
.customify-available-items .grid-stack-item .item-tooltip {
  display: none;
}
.customify-available-items .customify--cb-item-setting,
.customify-available-items .customify--cb-item-remove {
  display: none;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  overflow: hidden !important;
}

.grid-stack-item {
  position: relative;
  height: 40px;
  display: inline-block;
  z-index: 50;
  cursor: pointer;
}
.grid-stack-item.ui-draggable-dragging {
  z-index: 9999999;
  cursor: grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.grid-stack-item .item-tooltip {
  position: absolute;
  background: #333333;
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
  padding: 3px 10px 4px;
  border-radius: 2px;
  top: 0px;
  left: 11px;
  z-index: 0;
  opacity: 0;
  height: 0px;
  overflow: hidden;
}
.grid-stack-item .item-tooltip:before {
  bottom: -7px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #333333 transparent transparent transparent;
}
.grid-stack-item.show-tooltip .item-tooltip {
  top: -29px;
  left: 11px;
  z-index: 68;
  opacity: 1;
  height: auto;
  overflow: initial;
}
.grid-stack-item .grid-stack-item-content {
  background: #fafafa;
  border-radius: 2px;
}
.grid-stack-item .customify-cb-icon {
  position: absolute;
}
.grid-stack-item .customify-cb-icon:before {
  -webkit-font-smoothing: antialiased;
  font: 400 20px/26px dashicons;
}
.grid-stack-item .customify--cb-item-add {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.grid-stack-item .customify--cb-item-add:before {
  content: "\f132";
}
.grid-stack-item .customify--cb-item-remove {
  top: 50%;
  background: inherit;
  padding: 5px 3px;
  right: 0px;
  transform: translateY(-50%);
  cursor: pointer;
}
html[dir=rtl] .grid-stack-item .customify--cb-item-remove {
  right: auto;
  left: 0px;
}
.grid-stack-item .customify--cb-item-remove:before {
  content: "\f335";
}
.grid-stack-item .customify--cb-item-remove:hover {
  color: #0073aa;
}
.grid-stack-item .customify--cb-item-setting {
  background: inherit;
  top: 50%;
  right: 22px;
  padding: 5px 3px;
  transform: translateY(-50%);
  cursor: pointer;
}
html[dir=rtl] .grid-stack-item .customify--cb-item-setting {
  right: auto;
  left: 22px;
}
.grid-stack-item .customify--cb-item-setting:before {
  content: "\f111";
  font-size: 15px;
}
.grid-stack-item .customify--cb-item-setting:hover {
  color: #0073aa;
}

.grid-stack.grid-stack-1 > .grid-stack-item {
  min-width: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-width="1"] {
  width: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-x="1"] {
  left: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 100%;
}

.grid-stack.grid-stack-2 > .grid-stack-item {
  min-width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width="1"] {
  width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x="1"] {
  left: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width="2"] {
  width: 100%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x="2"] {
  left: 100%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 100%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 100%;
}

.grid-stack.grid-stack-3 > .grid-stack-item {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width="1"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x="1"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width="2"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x="2"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width="3"] {
  width: 100%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x="3"] {
  left: 100%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 100%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 100%;
}

.grid-stack.grid-stack-4 > .grid-stack-item {
  min-width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width="1"] {
  width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x="1"] {
  left: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width="2"] {
  width: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x="2"] {
  left: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width="3"] {
  width: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x="3"] {
  left: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width="4"] {
  width: 100%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x="4"] {
  left: 100%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 100%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 100%;
}

.grid-stack.grid-stack-5 > .grid-stack-item {
  min-width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width="1"] {
  width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x="1"] {
  left: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width="2"] {
  width: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x="2"] {
  left: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width="3"] {
  width: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x="3"] {
  left: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width="4"] {
  width: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x="4"] {
  left: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width="5"] {
  width: 100%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x="5"] {
  left: 100%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 100%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 100%;
}

.grid-stack.grid-stack-6 > .grid-stack-item {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width="1"] {
  width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x="1"] {
  left: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width="2"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x="2"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width="3"] {
  width: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x="3"] {
  left: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width="4"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x="4"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width="5"] {
  width: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x="5"] {
  left: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width="6"] {
  width: 100%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x="6"] {
  left: 100%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 100%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 100%;
}

.grid-stack.grid-stack-7 > .grid-stack-item {
  min-width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width="1"] {
  width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x="1"] {
  left: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width="2"] {
  width: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x="2"] {
  left: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width="3"] {
  width: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x="3"] {
  left: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width="4"] {
  width: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x="4"] {
  left: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width="5"] {
  width: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x="5"] {
  left: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width="6"] {
  width: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x="6"] {
  left: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width="7"] {
  width: 100%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x="7"] {
  left: 100%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width="7"] {
  min-width: 100%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width="7"] {
  max-width: 100%;
}

.grid-stack.grid-stack-8 > .grid-stack-item {
  min-width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width="1"] {
  width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x="1"] {
  left: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width="2"] {
  width: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x="2"] {
  left: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width="3"] {
  width: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x="3"] {
  left: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width="4"] {
  width: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x="4"] {
  left: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width="5"] {
  width: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x="5"] {
  left: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width="6"] {
  width: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x="6"] {
  left: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width="7"] {
  width: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x="7"] {
  left: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width="7"] {
  min-width: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width="7"] {
  max-width: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width="8"] {
  width: 100%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x="8"] {
  left: 100%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width="8"] {
  min-width: 100%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width="8"] {
  max-width: 100%;
}

.grid-stack.grid-stack-9 > .grid-stack-item {
  min-width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width="1"] {
  width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x="1"] {
  left: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width="2"] {
  width: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x="2"] {
  left: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width="3"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x="3"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width="4"] {
  width: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x="4"] {
  left: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width="5"] {
  width: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x="5"] {
  left: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width="6"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x="6"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width="7"] {
  width: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x="7"] {
  left: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width="7"] {
  min-width: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width="7"] {
  max-width: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width="8"] {
  width: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x="8"] {
  left: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width="8"] {
  min-width: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width="8"] {
  max-width: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width="9"] {
  width: 100%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x="9"] {
  left: 100%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width="9"] {
  min-width: 100%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width="9"] {
  max-width: 100%;
}

.grid-stack.grid-stack-10 > .grid-stack-item {
  min-width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width="1"] {
  width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x="1"] {
  left: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width="2"] {
  width: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x="2"] {
  left: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width="3"] {
  width: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x="3"] {
  left: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width="4"] {
  width: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x="4"] {
  left: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width="5"] {
  width: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x="5"] {
  left: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width="6"] {
  width: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x="6"] {
  left: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width="7"] {
  width: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x="7"] {
  left: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width="7"] {
  min-width: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width="7"] {
  max-width: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width="8"] {
  width: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x="8"] {
  left: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width="8"] {
  min-width: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width="8"] {
  max-width: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width="9"] {
  width: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x="9"] {
  left: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width="9"] {
  min-width: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width="9"] {
  max-width: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width="10"] {
  width: 100%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x="10"] {
  left: 100%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width="10"] {
  min-width: 100%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width="10"] {
  max-width: 100%;
}

.grid-stack.grid-stack-11 > .grid-stack-item {
  min-width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="1"] {
  width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="1"] {
  left: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="2"] {
  width: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="2"] {
  left: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="3"] {
  width: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="3"] {
  left: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="4"] {
  width: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="4"] {
  left: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="5"] {
  width: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="5"] {
  left: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="6"] {
  width: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="6"] {
  left: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="7"] {
  width: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="7"] {
  left: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="7"] {
  min-width: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="7"] {
  max-width: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="8"] {
  width: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="8"] {
  left: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="8"] {
  min-width: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="8"] {
  max-width: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="9"] {
  width: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="9"] {
  left: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="9"] {
  min-width: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="9"] {
  max-width: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="10"] {
  width: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="10"] {
  left: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="10"] {
  min-width: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="10"] {
  max-width: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width="11"] {
  width: 100%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x="11"] {
  left: 100%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width="11"] {
  min-width: 100%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width="11"] {
  max-width: 100%;
}

.grid-stack.grid-stack-12 > .grid-stack-item {
  min-width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="1"] {
  width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="1"] {
  left: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="2"] {
  width: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="2"] {
  left: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="3"] {
  width: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="3"] {
  left: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="4"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="4"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="5"] {
  width: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="5"] {
  left: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="6"] {
  width: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="6"] {
  left: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="7"] {
  width: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="7"] {
  left: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="7"] {
  min-width: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="7"] {
  max-width: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="8"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="8"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="8"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="8"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="9"] {
  width: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="9"] {
  left: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="9"] {
  min-width: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="9"] {
  max-width: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="10"] {
  width: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="10"] {
  left: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="10"] {
  min-width: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="10"] {
  max-width: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="11"] {
  width: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="11"] {
  left: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="11"] {
  min-width: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="11"] {
  max-width: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width="12"] {
  width: 100%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x="12"] {
  left: 100%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width="12"] {
  min-width: 100%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width="12"] {
  max-width: 100%;
}

:root .grid-stack-item > .ui-resizable-handle {
  filter: none;
}

.grid-stack {
  position: relative;
}
.grid-stack.grid-stack-rtl {
  direction: ltr;
}
.grid-stack.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}
.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed lightgray;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  text-align: center;
}
.grid-stack > .grid-stack-item {
  min-width: 8.3333333333%;
  position: absolute;
  padding: 0;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.grid-stack > .grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
  display: none;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
  z-index: 100;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.grid-stack > .grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}
.grid-stack > .grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-e {
  cursor: col-resize;
  width: 10px;
  right: 10px;
  top: 0px;
  bottom: 0px;
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  bottom: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-w {
  cursor: col-resize;
  width: 10px;
  left: 10px;
  top: 0px;
  bottom: 0px;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}
.grid-stack > .grid-stack-item[data-gs-width="1"] {
  width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="1"] {
  left: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="2"] {
  width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="2"] {
  left: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="3"] {
  width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-x="3"] {
  left: 25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-width="4"] {
  width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="4"] {
  left: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="5"] {
  width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="5"] {
  left: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="6"] {
  width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-x="6"] {
  left: 50%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-width="7"] {
  width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="7"] {
  left: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="7"] {
  min-width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="7"] {
  max-width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="8"] {
  width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="8"] {
  left: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="8"] {
  min-width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="8"] {
  max-width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="9"] {
  width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-x="9"] {
  left: 75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="9"] {
  min-width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="9"] {
  max-width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-width="10"] {
  width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="10"] {
  left: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="10"] {
  min-width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="10"] {
  max-width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="11"] {
  width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="11"] {
  left: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="11"] {
  min-width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="11"] {
  max-width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="12"] {
  width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-x="12"] {
  left: 100%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="12"] {
  min-width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="12"] {
  max-width: 100%;
}
.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
  -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}
.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
  -webkit-transition: left 0s, top 0s, height 0s, width 0s;
  -moz-transition: left 0s, top 0s, height 0s, width 0s;
  -ms-transition: left 0s, top 0s, height 0s, width 0s;
  -o-transition: left 0s, top 0s, height 0s, width 0s;
  transition: left 0s, top 0s, height 0s, width 0s;
}
.grid-stack.grid-stack-one-column-mode {
  height: auto !important;
}
.grid-stack.grid-stack-one-column-mode > .grid-stack-item {
  position: relative !important;
  width: auto !important;
  left: 0 !important;
  top: auto !important;
  margin-bottom: 20px;
  max-width: none !important;
}
.grid-stack.grid-stack-one-column-mode > .grid-stack-item > .ui-resizable-handle {
  display: none;
}

/* Saved templates */
.save-template-form, .flex-form {
  display: flex;
  margin-bottom: 15px;
}
.save-template-form .button, .flex-form .button {
  margin-left: 10px;
}

.list-boxed.has-templates .no_template {
  display: none;
}
.list-boxed li:before, .list-boxed li:after {
  content: "";
  display: block;
  clear: both;
}
.list-boxed li:after {
  clear: both;
}
.list-boxed li.li-boxed {
  background: #fff;
  padding: 12px 10px;
  position: relative;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.list-boxed li a {
  cursor: pointer;
  float: right;
}
.list-boxed li a.load-tpl {
  margin-left: 10px;
}
.list-boxed li.no_template {
  padding: 15px 0;
  font-style: italic;
}

/**
 * Upsell panel
  */
.customify-upsell-panel {
  margin-bottom: 0px;
  margin-top: 0px;
  float: left;
  display: block;
  padding-top: 8px;
  color: #888888;
}

:root .grid-stack-item > .ui-resizable-handle {
  filter: none;
}

.grid-stack {
  position: relative;
}
.grid-stack.grid-stack-rtl {
  direction: ltr;
}
.grid-stack.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}
.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed lightgray;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  text-align: center;
}
.grid-stack > .grid-stack-item {
  min-width: 8.3333333333%;
  position: absolute;
  padding: 0;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.grid-stack > .grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
  display: none;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
  z-index: 100;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.grid-stack > .grid-stack-item > .ui-resizable-e {
  cursor: ew-resize;
  width: 10px;
  right: 10px;
  left: auto;
  top: 0px;
  bottom: 0px;
}
.grid-stack > .grid-stack-item > .ui-resizable-w {
  cursor: ew-resize;
  width: 10px;
  left: 10px;
  right: auto;
  top: 0px;
  bottom: 0px;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}
.grid-stack > .grid-stack-item[data-gs-width="1"] {
  width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="1"] {
  left: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 8.3333333333%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="1"] {
  right: 8.3333333333%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="2"] {
  width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="2"] {
  left: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 16.6666666667%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="2"] {
  right: 16.6666666667%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="3"] {
  width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-x="3"] {
  left: 25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 25%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="3"] {
  right: 25%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="4"] {
  width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="4"] {
  left: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 33.3333333333%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="4"] {
  right: 33.3333333333%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="5"] {
  width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="5"] {
  left: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 41.6666666667%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="5"] {
  right: 41.6666666667%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="6"] {
  width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-x="6"] {
  left: 50%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 50%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="6"] {
  right: 50%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="7"] {
  width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="7"] {
  left: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="7"] {
  min-width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="7"] {
  max-width: 58.3333333333%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="7"] {
  right: 58.3333333333%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="8"] {
  width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="8"] {
  left: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="8"] {
  min-width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="8"] {
  max-width: 66.6666666667%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="8"] {
  right: 66.6666666667%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="9"] {
  width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-x="9"] {
  left: 75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="9"] {
  min-width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="9"] {
  max-width: 75%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="9"] {
  right: 75%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="10"] {
  width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="10"] {
  left: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="10"] {
  min-width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="10"] {
  max-width: 83.3333333333%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="10"] {
  right: 83.3333333333%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="11"] {
  width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="11"] {
  left: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="11"] {
  min-width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="11"] {
  max-width: 91.6666666667%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="11"] {
  right: 91.6666666667%;
  left: auto;
}
.grid-stack > .grid-stack-item[data-gs-width="12"] {
  width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-x="12"] {
  left: 100%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="12"] {
  min-width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="12"] {
  max-width: 100%;
}
html[dir=rtl] .grid-stack > .grid-stack-item[data-gs-x="12"] {
  right: 100%;
  left: auto;
}
.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
  -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}
.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
  -webkit-transition: left 0s, top 0s, height 0s, width 0s;
  -moz-transition: left 0s, top 0s, height 0s, width 0s;
  -ms-transition: left 0s, top 0s, height 0s, width 0s;
  -o-transition: left 0s, top 0s, height 0s, width 0s;
  transition: left 0s, top 0s, height 0s, width 0s;
}
.grid-stack.grid-stack-one-column-mode {
  height: auto !important;
}
.grid-stack.grid-stack-one-column-mode > .grid-stack-item {
  position: relative !important;
  width: auto !important;
  left: 0 !important;
  top: auto !important;
  margin-bottom: 20px;
  max-width: none !important;
}
.grid-stack.grid-stack-one-column-mode > .grid-stack-item > .ui-resizable-handle {
  display: none;
}

.customify--panel-v2 .customify-available-items .grid-stack-item-content {
  margin-right: 2px;
}
.customify--panel-v2 .customify--cb-row .customify--cb-row-settings {
  top: 0px;
}
.customify--panel-v2 .customify--cb-row .customify--cb-row-settings:before {
  top: -7px;
}
.customify--panel-v2 .customify--row-inner {
  display: flex;
  padding: 2px 3px;
  background: transparent;
  flex-grow: 1;
}
.customify--panel-v2 .col-items-wrapper {
  flex-basis: 33.333333%;
  flex-grow: 1;
  margin: 2px;
}
.customify--panel-v2 .col-items {
  background: #ffffff;
  min-height: 34px;
  height: 100%;
  display: inline-block;
  border: 1px solid #ddd;
  text-align: left;
  display: block;
  padding: 0 0 2px;
}
html[dir=rtl] .customify--panel-v2 .col-items {
  text-align: right;
}
.customify--panel-v2 .col-items.col-center {
  text-align: center;
}
.customify--panel-v2 .col-items.col-right {
  text-align: right;
}
html[dir=rtl] .customify--panel-v2 .col-items.col-right {
  text-align: left;
}
.customify--panel-v2 .grid-stack-item {
  height: 25px;
  padding: 3px;
}
.customify--panel-v2 .grid-stack-item .customify--cb-item-setting {
  display: none;
}
.customify--panel-v2 .grid-stack-item .customify--cb-item-remove {
  right: 4px;
  padding: 0px 3px;
  margin-top: 1px;
  max-height: 100%;
}
.customify--panel-v2 .grid-stack-item .customify--cb-item-remove::before {
  font-size: 16px;
  line-height: 22px;
}
html[dir=rtl] .customify--panel-v2 .grid-stack-item .customify--cb-item-remove {
  left: 4px;
}
.customify--panel-v2 .customify--cb-row .customify--cb-item-name {
  line-height: 22px;
  text-align: left;
  padding-right: 12px;
}
html[dir=rtl] .customify--panel-v2 .customify--cb-row .customify--cb-item-name {
  text-align: right;
  padding-left: 13px;
  padding-right: 0px;
}
.customify--panel-v2 .grid-stack-item {
  height: 30px;
}
.customify--panel-v2 .customify-available-items .grid-stack-item-content {
  padding: 3px 9px;
}
.customify--panel-v2 .customify--cp-sidebar .grid-stack-item {
  display: block;
  width: 100%;
  margin: 2px 0px 2px;
}
.customify--panel-v2 .customify--cp-sidebar .grid-stack-item:last-child {
  margin-bottom: 2px;
}
.customify--panel-v2 .customify--cp-sidebar .grid-stack-item.sortable-placeholder {
  margin-left: 4px;
  margin-right: 4px;
  width: auto;
  margin-top: 4px;
  margin-bottom: 2px;
}
.customify--panel-v2 .sortable-placeholder {
  background: #f5f5f5;
  height: 22px;
  display: inline-block;
  width: 50px;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 0px;
}
