/*preloader*/
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #7367f0;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
html .underline {
  text-decoration: underline!important;
}

/*preloader*/

.menu-drag ul.empty {
  min-height: 50px;
  margin-top: -40px;
  position: absolute;
  width: 100%;

}

.menu-drag ul:empty,
.menu-drag .empty-drop-zone {
  min-height: 50px;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}

.dropzone-area.loading {
  /*background-size: 300% 300%;*/
  background-image: linear-gradient(135deg, #f8f8f8 25%, #f5f5f5 25%, #f5f5f5 50%, #f8f8f8 50%, #f8f8f8 75%, #f5f5f5 75%, #f5f5f5 100%);
  background-size: 56.57px 56.57px;
  animation: AnimateBG 60s linear infinite;
}

@keyframes AnimateBG {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.menu-drag ul li {
  cursor: pointer;
}

.menu-drag .el-over {
  background-color: #ffc400;
}

.menu-drag li.empty {
  color: #666;
}

.toast ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.toast ul li {
  padding-bottom: 5px;
}

.handle {
  cursor: move;
}
.preview-wrapper{
  width: 100%;
  height: 82vh;
  position: relative;
}
.preview-wrapper .live-editor-toolbar .separator{
  width: 1px;
  background-color: #fefefe;
  margin: 0 5px;
}
.preview-wrapper .live-editor-toolbar {
  position: absolute;
  top:0;
  left:0;
  background-color: #cccccc;
  border: 1px solid #999999;
  box-sizing: border-box;
  padding: 4px;
  width: 150px;
}
.preview-wrapper iframe {
  /*position: absolute;*/
  width: 100%;
  min-height: 82vh;
  border: none;
  /*-webkit-transform: scale(0.85);*/
  /*-webkit-transform-origin: 0 0;*/
  /*transform: scale(0.85);*/
  /*transform-origin: 0 0;*/
  margin: auto;
  transition: width 20ms;
}
.preview-panel {
  transition: top 350ms;
}
.vs-checkbox {
  height: initial!important;
  width: 30px!important;
  aspect-ratio: 1/1;
}
#changes-identifier {
  display: none;
}
input.selector:checked+div {
  background-color: rgba(157,157,255,.4);
}
#delete-btn, #crop-btn, #online-photo-tpl {
  display: none;
}
#finder>div {
  min-width: 0;
}
#finder>img {
  object-fit: cover;
  width: 100% !important;
}
.name-holder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.finder-thumb {
  width: 100%;
  height: 12.75rem;
  object-fit: contain;
}
.text-gray {
  color: #999;
}
li.context-menu-item.context-menu-icon {
  font-size: 1.2rem;
}

img#cropping_image {
  max-width: 100%;
}
.file-manager-card .desc-danger, .file-manager-card .desc-warning {
  display: none;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 4px;
  color: #fff!important;
  font-size: 11px;
  padding: 2px 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.file-manager-card .desc-danger {
  background-color: #900;
}

.file-manager-card .desc-warning {
  background-color: #960;
}
img.img-contain {
  object-fit: contain;
}
.dz-details {
  margin: auto  ;
}

.online-photo-item {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}
.online-photo-item img {
  width: 100%;
  object-fit: contain;
}
.online-photo-item:hover .overlay {
  display: block;
  top: 0;
}

.online-photo-item .overlay {
  display: none;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  transition: top 500ms;
  min-width: 80%;
  min-height: 99%;
  box-sizing: content-box;
}
#online-photo-list {
  column-count: 5;
  column-gap: 1em;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #online-photo-list {
    column-count: 4;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #online-photo-list {
    column-count: 3;
  }
}

@media only screen and (max-width: 767px) and (min-width: 540px) {
  #online-photo-list {
    margin-top: 30px;
    column-count: 2;
  }
}

@media only screen and (max-width: 767px) {
  .preview-wrapper {
    min-height: 63vh;
  }

  .preview-wrapper iframe{
    min-height: 62vh;
  }
}

#previewifr.ordering {
  height: 301vh;
  transform: scale(0.25);
  transform-origin: top left;
  margin-top: 50px;
}

#layout-editor.ordering {
  display: block;
  width: 70%;
  float:right;
  position: absolute;
  right: 20px;
  z-index: 2;
  top:0;
}
#layout-editor.ordering .card-body{
  height: 74vh;
  overflow-y: auto;
}
#layout-editor.ordering button,
#layout-editor.ordering .heading-elements
{
  display: none;
}

.opacity-50 {
  opacity: .5;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
}
.photos-by {
  display: none;
}
.transit-all {
  transition: all 500ms;
}
.modal-iframe {
  width: 100%;
  height: 90vh;
  border: none;
}
#choose-bottom-bar .choose-btn {
  display: none;
}
#choose-bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  height: 50px
}
.component img.preview {
  width: 126px;
  ol: 277px;
}
.picker-widget {
  position: absolute;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #ccc;
  padding: 8px;
}
.iro-picker {
  display: none;
}
.picker-checkbox {
  display: none;
}
.picker-checkbox:checked+.iro-picker {
  display: block;
}
.dropdown-color-fill-icon {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 16px;
  height: 16px;
}
.color-fill-icon {
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  margin: 2px;
}
#file-tab-content, #icon-tab-content {
  min-height: 87vh;
}

#file-tab-content iframe {
  width: 100%;
  border: none;
  height: 87vh;
}
#icon-tab-content .selected  {
  outline: 3px solid #0d77e4;
  outline-offset: 3px;

}
.icon-preview svg {
  width: 2.4rem;
  height: 2.4rem;
}
#icon-tab-content {
  margin-bottom: 55px;
}
.links-list, .links-list ul {
  list-style-type: none;
}
.sections-container {
  text-align: center;
  margin: auto;
}
.editing-highlight {
  background-color: #fff3e1;
}
.border-lightest {
  border: 1px solid #ececec;
}
.toolbox {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 10000;
  background-color: #fefefe;
  border-left: 1px solid #cccccc;
  transition: all 400ms;
}
.tool.atomic {
  background-size: 88%;
}
.toolbox.open {
  right: 0!important;
}
.tool,
.partial-item,
.layout-item
{
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  transition: all 300ms;
  height: 230px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.tool:hover,
.partial-item:hover,
.layout-item:hover
{
  background-color: #f1f6fb;
  transform: scale(1.07);
  transform-origin: center;
}
.tool h5,
.partial-item h5,
.layout-item h5 {
  font-size: 1.1rem;
}
.tool .tool-icon,
.partial-item .tool-icon,
.layout-item .tool-icon {
  font-size: 1.2rem;
  margin: auto;
  margin-right: 0.5rem;
  color: #0d6aad;
}
.tool .tool-name ,
.partial-item .tool-name ,
.layout-item .tool-name {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  height: 64px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
#editor-form .component-form-wrapper.selected {
  outline: #2196ee 2px auto;

}
.layout-member .card-header h4 {
  font-size: 0.95rem;
}
.component-form-body .card {
  margin-bottom: 5px;
}
.preview-wrapper .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  background-color: #FFF;
  text-align: center;
  line-height: 50vh;
  display: none;
  z-index: 1000;
}
html .card .card-header .heading-elements a.btn.btn-icon {
  padding: 8px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.card.gu-mirror {
  overflow: hidden;
}
.card-header h4,
.gu-mirror .card-header h4,
.component-form-body.gu-mirror .card-header h4
{
  max-width: 70%;
}
.card-header .heading-elements .list-inline li,
.gu-mirror .card-header .heading-elements .list-inline li,
.component-form-body.gu-mirror .card-header .heading-elements .list-inline li
{
  vertical-align: top;
}
#editor-form .card .card-header,
.card.gu-mirror .card-header,
.component-form-body.gu-mirror .card .card-header
{
  padding: 11px 12px;
  height: 52px;
}
#editor-form .card .card-header h4,
.card.gu-mirror .card-header h4,
.component-form-body.gu-mirror .card  .card-header h4
{
  font-size: 1.1em;
  font-weight: 100;
}
.card.gu-mirror,
.component-form-body.gu-mirror .card,
#editor-form .card {
  margin: 0.2rem;
}
#editor-form .card-header {
  cursor: move;
  border-radius: 16px;
}

#editor-form .card .card-header .heading-elements,
#editor-form .card .card-header .heading-elements-toggle {
  top: initial!important;
}

#editor-form .card.ex-moved h4,
#editor-form .component-form-body.ex-moved h4 {
  font-weight: 400;
}

#editor-form .card.el-over,
#editor-form .component-form-body.el-over
{
  background-color: #ffc400!important;
}
.card.gu-mirror, .component-form-body.gu-mirror {
  background-color: #fff!important;
}
.component-form-body {
  min-height: 50px;
}
.visibility-toggle~i {
  color: #555;
  transition: 500ms all;
}
.visibility-toggle:checked~i {
  color: #1A1;
}
.tool.gu-mirror {
  z-index: 100000!important;
}
.layout-components-holder {
  min-height: 70px;
}
#editor-form {
  min-height: 100px;
}
div.note-holder-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popover {
  z-index: 1040!important;
}
.select2-container--default .select2-selection--single {
  border-color: #d9d9d9;
}
.settings>.card-header legend {
  padding: 0;
}

.card .btn-sm {
  font-size: 0.9em;
}
.template-carousel-item {
  height: 220px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.theme-selector~label:hover {
  box-shadow: 0 0 3pt 2pt #ebb068;
  border-radius: 5px;
}
.theme-selector:checked+label {
  box-shadow: 0 0 3pt 2pt #7368eb;
  border-radius: 5px;
}
.theme-selector~label {
  transition: all 400ms;
}
.is-invalid {
  padding-right: .7rem!important;
}
.opacity-0 {
  opacity: 0;
}
small .breadcrumb {
  /*padding: 0!important;*/
  /*padding-left: 1em!important;*/
}
.content-wrapper.no-nav {
  margin-top: 0 !important;
}

html body.small-paddings .content .content-wrapper {
  padding: calc(.8rem - 0.4rem) .8rem 0;
}

body.small-paddings .content-header-title {
  padding-top: .6rem;
}

#editor-form .collapse:not(.show) {
  display: block!important;
  height: 0!important;
  overflow: hidden;
}
.card-footer .card-header {
  height: 70px;
}
#form-viewer {
  height: 72vh!important;
  overflow: auto!important;
}
#g_snippet {
  font-family: arial,sans-serif;
  margin: auto;
  max-height: 600px;
}
#g_snippet .link, #og_snippet .link {
  font-size: 14px;
  line-height: 1.3;
  color: #202124;
  font-style: normal;
}
#g_snippet .title a, #og_snippet .title a {
  font-size: 20px;
  color: #1a0dab;
}
#g_snippet .description, #og_snippet .description {
  font-size: 20px;
  width: 450px;
  -webkit-line-clamp:2;
  line-height: 1.58;
  font-size: 14px;
}
#og_snippet .description {
  width: 100%;
}
#og_snippet {
  background-color: #EEE;
}
.s-100px {
  height: 100px;
  width: 100px;
}
.contain {
  object-fit: contain;
}
.expand-items {
  cursor: pointer;
}
.page-slug-wrapper:hover .edit-page-slug,
.page-name-wrapper:hover .edit-page-name {
  display: inline;
  visibility: visible;
  opacity: 1;
}
[contenteditable="true"].editing {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(123,76,224,0.59);
  -moz-box-shadow: 0px 0px 5px 5px rgba(123,76,224,0.59);
  box-shadow: 0px 0px 5px 5px rgba(123,76,224,0.59);
  min-height: 12px;
  padding: 3px 6px;
  border-radius: 5px;
  display: inline-block;
}

@keyframes blurgame {
  from {
    filter: blur(10px);
  }
  to {
    filter: blur(2px);
  }
}
body.blurry>*:not(#mask) {
  filter: blur(10px);
  animation-name: blurgame;
  animation-direction: alternate;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.lines-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#side_preview {
  border: none!important;
  width: 200%;
  height: 200%;
  transform-origin: top left;
  transform: scale(.5);
}
/*.content-body {*/
/*  padding-bottom: 80px;*/
/*}*/
.wizard-item {
  min-height: 400px;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

/** Blog post **/

.extra-big input, .bigger input {
 width: 100%;
 font-size: 2rem;
 font-weight: 900;
 text-align: center;
 height: 5rem;
}

.bigger input {
  font-size: 1.3rem;
  height: 3rem;
}

.extra-big, .bigger {
  margin: 0 1rem 3rem 1rem;
}


.page-name-breadcrumbs {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 28px;
}

span.make-as-homepage i {
  padding: 5px 7px;
  font-size: 1.6rem!important;
}
span.make-as-homepage
{
  color: #ccc;
  cursor: pointer;
  margin-top: 12px;
}

span.make-as-homepage.active
{
  color: #393;
}
span.make-as-homepage:hover {
  color: #6a6 ;
}

.demo-page-tpl-item {
  overflow: hidden;
  /*display: inline-block;*/
  /*margin: 0 0 1em;*/
  width: 100%;
  display: inline-grid;
}
.demo-page-tpl-item iframe {
  z-index: 0;
}
.demo-page-tpl-item:hover .overlay {
  display: block;
  top: 0;
}

.demo-page-tpl-item .overlay {
  display: none;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  transition: top 500ms;
  min-width: 80%;
  min-height: 99%;
  box-sizing: content-box;
}

#block-editor-modal .hidden-in-modal {
  display: none!important;
}

.collection .nested>fieldset {
  border: 1px solid #9a9898;
  margin-right: 1rem;
  border-radius: 5px;
}

.collection .nested>fieldset>div:first-child legend {
  background-image: linear-gradient(45deg, #ffffff 18.18%, #f7f7f7 18.18%, #f7f7f7 50%, #ffffff 50%, #ffffff 68.18%, #f7f7f7 68.18%, #f7f7f7 100%);
  background-size: 77.78px 77.78px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 1rem;
  box-sizing: border-box;
}
.collection .nested>fieldset>div:first-child
{
  display: block!important;
  padding-bottom: 1rem;
}

.icon-component .form-group, .link-component .form-group {
  margin-bottom: 0!important;
}
.composite-component {
  border: 1px solid #e9d6fb;
  background-image: linear-gradient(45deg, #ffffff 40%, #fefcff 40%, #fefcff 50%, #ffffff 50%, #ffffff 90%, #fefcff 90%, #fefcff 100%);
  background-size: 106.07px 106.07px;
}
.nested .nested {
  margin-left: 1rem;
}
.popover.show{
  z-index: 10001!important;
}
.grid-2-columns {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 3rem;
}
.equal.grid-2-columns {
  grid-template-columns: 1fr 1fr;
}
.about-selector {
  transition: all 400ms;
  transform-origin: top left;
}
.about-selector .about-picker {
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.about-selector .about-picker svg{
  width: 32px;
  height: 32px;
}
.about-selector .about-picker svg{
  width: 80px;
  height: 80px;
}
.page.about-selector .about-picker {
  height: 120px;
  width: 120px;
}
.about-selector.selected {
  transform: scale(.5);
}
.page.about-selector.selected .about-picker span {
  font-size: 1.4rem;
}
.about-selector.selected>.d-flex {
  justify-content: flex-start!important;
}
.about-selector .about-picker span
{
  color: #595959;
}
.about-selector .about-picker span {
  font-size: 1.6rem;
}
.page.about-selector .about-picker span {
  font-size: 1.2rem;
}
.about-selector .about-picker svg{
  fill: #999;
}
.about-selector .about-picker:hover svg{
  fill: #331a3c;
}
.type-pane {
  transition: all 500ms!important;
}
.type-pane.active {
  animation: type-pane-intro 500ms forwards;
}
.grid-2-columns .span-2 textarea {
  height: 109px;
}
.has-image>div {
  margin: 0!important;
}
@keyframes type-pane-intro {
  to {
    transform: translateY(-125px);
  }
}

.ar-16-9 {
  aspect-ratio: 16/9;
}

.img-select-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.img-select-list>div {
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  margin: 1rem;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
  transition: all 500ms;
  cursor: pointer;
}
.img-select-list>div:hover {
  border: 1px solid #33f;
}
.img-select-list>div.selected {
  border: 1px solid #a3f;
}
.img-select-list>div>.img.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.img-select-list>div>.img {
  height: 100%; width: 100%;
}

.img-select-list>div>.img>img {
  object-fit: cover;
}
.img-select-list>div>.img>* {
  width: 100%;
}
.img-select-list>div>.label {
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  top: 1rem;
  text-align: center;
  background-color: rgba(255,255,255,.6);
  position: absolute;
}
.img-select-list.invisible-label .label {
  display: none;
}
.img-select-list.invisible-label>div:hover .label {
  display: block;
}
/*#layout-editor iframe {*/
/*  border: none;*/
/*  outline: none;*/
/*}*/

/*.wm-editor.card .card-header {*/
/*  z-index: 100;*/
/*  !*opacity: .04;*!*/
/*  transition: all 300ms;*/
/*  border-radius: 0px!important;*/
/*}*/
/*.wm-editor.card:hover>.card-header {*/
/*  !*opacity: .3;*!*/
/*}*/

/*.wm-editor.card>.card-header:hover {*/
/*  opacity: 1;*/
/*  background-color: rgba(240,240,240,.9);*/
/*  z-index: 20;*/
/*}*/
/*.wm-editor.card .card-header {*/
/*  position: absolute;*/
/*  right: 22px;*/
/*  top: 4px;*/
/*  height: 150px!important;*/
/*  width: 220px;*/
/*  border-bottom-left-radius: 3px;*/
/*  border-bottom-right-radius: 3px;*/
/*  display: block;*/
/*}*/
/*.wm-editor.card.layout-form-wrapper>.card-header {*/
/*  left: 20px;*/
/*  right: auto;*/
/*}*/
/*body.zoomout-sort #layout-editor>.card .card-body {*/
/*  !*transform-origin: top;*!*/
/*  !*transform: scale(.3);*!*/
/*}*/
/*body.zoomout-sort #layout-editor>.card .card-body .card iframe {*/
/*  display: none;*/
/*}*/

/*body.zoomout-sort #layout-editor>.card .card-body .card {*/
/*  border: 1px solid #ccc;*/
/*}*/

/*body.zoomout-sort #layout-editor>.card .card-body .card>.card-header {*/
/*  position: initial;*/
/*  right: initial;*/
/*  top: initial;*/
/*  height: 52px!important;*/
/*  width: initial;*/
/*  opacity: 1;*/
/*}*/
/*body.zoomout-sort #layout-editor>.card .card-body .card>.card-header .a-toolbar {*/
/*  display: none;*/
/*}*/
