.enext-justify-flex-start {
    justify-content: flex-start !important;
}

.enext-justify-flex-end {
    justify-content: flex-end !important;
}

.enext-justify-center {
    justify-content: center !important;
}

.enext-justify-space-between {
    justify-content: space-between !important;
}

.enext-justify-space-around {
    justify-content: space-around !important;
}

.enext-align-flex-start {
    align-items: flex-start !important;
}

.enext-align-flex-end {
    align-items: flex-end !important;
}

.enext-align-center {
    align-items: center !important;
}

.enext-align-baseline {
    align-items: baseline !important;
}

.enext-align-stretch {
    align-items: stretch !important;
}

.enext-text-align-left {
    text-align: left !important;
}

.enext-text-align-right {
    text-align: right !important;
}

.enext-text-align-center {
    text-align: center !important;
}

.enext-text-align-justify {
    text-align: justify !important;
}

.enext-container {
    height: auto;
    /* margin: 0 auto; */
    position: relative;
    box-sizing: content-box;
    /* overflow-y: auto; */
    /* padding: 5px; */
}

.publicBodyPreview.enext-container {
    padding: 0px;
}

.enext-container.enext-container-build {
    padding: 5px;
    /* height: 67vh; */
    /* overflow: auto; */
    position: relative;
}

.enext-container .enext-row {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
}

.enext-container .section-editor-tools {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    background-color: #1dc7ea;
    color: white;
    padding: 0 !important;
    margin: 0;
    border: none !important;
    outline: none !important;
}

.enext-container .section-editor-tools::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #1dc7ea;
    border-right: 18px solid transparent;
    z-index: -1;
}

.enext-container .section-editor-tools::before {
    content: "";
    position: absolute;
    left: -18px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #1dc7ea;
    border-left: 18px solid transparent;
    z-index: -1;
}

.enext-container .section-editor-tools [class^="icon-"]::before,
.enext-container .section-editor-tools [class*=" icon-"]::before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding: 5px;
    height: 100%;
}


.enext-container .section-editor-tools [class^="icon-"]:hover::before,
.enext-container .section-editor-tools [class*=" icon-"]:hover::before {
    background-color: #3dcae6;
}
.enext-container .section-editor-tools .more-row-tools [class^="icon-"]:hover::before,
.enext-container .section-editor-tools .more-row-tools [class*=" icon-"]:hover::before {
    background-color: transparent;
}


.enext-container .column-editor-tools {
    list-style-type: none;
    position: absolute;
    line-height: 0px;
    color: white;
    margin: 0 !important;
    padding: 0;
    display: none;
    top: -1px;
    left: -1px;
    z-index: 100;
    background-color: gray;
}

.enext-container .column-editor-tools [class^="icon-"]::before,
.enext-container .column-editor-tools [class*=" icon-"]::before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding: 4px;
}

.enext-container .column-editor-tools [class^="icon-"]:hover::before,
.enext-container .column-editor-tools [class*=" icon-"]:hover::before {
    display: flex;
    background-color: #575757;
}

.enext-container .widget {
    /* border: 20px solid transparent; */
    position: relative;
}

.enext-container.enext-container-build .widget:hover {
    outline: 1px solid skyblue;
}

.enext-container .widget-editor-tools {
    list-style-type: none;
    position: absolute;
    line-height: 0px;
    color: white;
    margin: 0 !important;
    padding: 0;
    display: none;
    top: -1px;
    right: -1px;
    z-index: 1000;
    background-color: #1dc7ea;
}

.enext-container .widget-editor-tools [class^="icon-"]::before,
.enext-container .widget-editor-tools [class*=" icon-"]::before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 4px;
}

.enext-container .widget-editor-tools [class^="icon-"]:hover::before,
.enext-container .widget-editor-tools [class*=" icon-"]:hover::before {
    display: flex;
    background-color: #10bcf2;
}

.enext-container
    .widget-editor-tools
    .icon-more-tools
    [class^="icon-"]:hover::before,
.enext-container
    .widget-editor-tools
    .icon-more-tools
    [class*=" icon-"]:hover::before {
    display: flex;
    background-color: #575757;
}

.enext-container
    .widget-editor-tools
    .widget-editor-tool.icon-enext-inner-component::before {
    font-size: 16px;
    height: 100%;
}
.enext-container .widget-editor-tools .widget-editor-tool.icon-remove::before,
.enext-container
    .widget-editor-tools
    .widget-editor-tool.icon-tools-copy::before,
.enext-container
    .widget-editor-tools
    .widget-editor-tool.icon-enext-duplicate::before {
    font-size: 13px;
    height: 100%;
}

.enext-container
    .widget-editor-tools
    .widget-editor-tool.icon-menu-kebab-outline::before {
    font-size: 10px;
    height: 100%;
}

.enext-container
    .widget-editor-tools
    .widget-editor-tool.icon-gear-outline::before,
.enext-container
    .widget-editor-tools
    .widget-editor-tool.icon-add-outline::before,
.enext-container
    .widget-editor-tools
    .widget-editor-tool.icon-arrow-right::before,
.enext-container
    .widget-editor-tools
    .widget-editor-tool.icon-database-outline::before {
    font-size: 13px;
    height: 100%;
}
.enext-container
    .widget-editor-tools
    .widget-editor-tool.icon-arrow-right::before {
    font-size: 13px;
    height: 100%;
}

.enext-grid-gap-0 > * {
    padding: 0;
    border: 1px dashed gray;
}

.enext-grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
}

.enext-container-build .enext-grid-gap-5 > * {
    /* padding: 5px; */
    outline: 1px dashed gray;
    outline-offset: -1px;
}

.enext-grid-gap-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.enext-grid-gap-10 > * {
    padding: 10px;
    border: 1px dashed gray;
}

.enext-grid-gap-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.enext-grid-gap-15 > * {
    padding: 15px;
    border: 1px dashed gray;
}

.enext-grid-gap-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.enext-grid-gap-20 > * {
    padding: 20px;
    border: 1px dashed gray;
}

.enext-grid-gap-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.enext-col-1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 8.3333333333%;
}

@media screen and (max-width: 767px) {
    .enext-col-1 {
        width: 100%;
    }
}

.enext-col-2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 16.6666666667%;
}

@media screen and (max-width: 767px) {
    .enext-col-2 {
        width: 100%;
    }
}

.enext-col-3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 25%;
}

@media screen and (max-width: 767px) {
    .enext-col-3 {
        width: 100%;
    }
}

.enext-col-4 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 33.3333333333%;
}

@media screen and (max-width: 767px) {
    .enext-col-4 {
        width: 100%;
    }
}

.enext-col-5 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 41.6666666667%;
}

@media screen and (max-width: 767px) {
    .enext-col-5 {
        width: 100%;
    }
}

.enext-col-6 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .enext-col-6 {
        width: 100%;
    }
}

.enext-col-7 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 58.3333333333%;
}

@media screen and (max-width: 767px) {
    .enext-col-7 {
        width: 100%;
    }
}

.enext-col-8 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 66.6666666667%;
}

@media screen and (max-width: 767px) {
    .enext-col-8 {
        width: 100%;
    }
}

.enext-col-9 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 75%;
}

@media screen and (max-width: 767px) {
    .enext-col-9 {
        width: 100%;
    }
}

.enext-col-10 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 83.3333333333%;
}

@media screen and (max-width: 767px) {
    .enext-col-10 {
        width: 100%;
    }
}

.enext-col-11 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 91.6666666667%;
}

@media screen and (max-width: 767px) {
    .enext-col-11 {
        width: 100%;
    }
}

.enext-col-12 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    background-color: transparent;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .enext-col-12 {
        width: 100%;
    }
}

.enext-container.enext-container-build .enext-row:hover {
    outline: 2px solid skyblue;
    outline-offset: 2px;
}

.enext-container.enext-container-build
    .enext-row:hover
    > .section-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .widget:hover > .widget-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-grid-gap-0 > * {
    padding: 0;
}

.enext-container.enext-container-build .enext-grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
}

.enext-container.enext-container-build .enext-grid-gap-5 > * {
    padding: 5px;
}

.enext-container.enext-container-build .enext-grid-gap-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.enext-container.enext-container-build .enext-grid-gap-10 > * {
    padding: 10px;
}

.enext-container.enext-container-build .enext-grid-gap-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.enext-container.enext-container-build .enext-grid-gap-15 > * {
    padding: 15px;
}

.enext-container.enext-container-build .enext-grid-gap-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.enext-container.enext-container-build .enext-grid-gap-20 > * {
    padding: 20px;
}

.enext-container.enext-container-build .enext-grid-gap-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.enext-container.enext-container-build .enext-col-1:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-1:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-2:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-2:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-3:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-3:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-4:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-4:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-5:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-5:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-6:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-6:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-7:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-7:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-8:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-8:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-9:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-9:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-10:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-10:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-11:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-11:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .enext-col-12:hover {
    outline: 1px dashed rgb(255, 94, 0);
}

.enext-container.enext-container-build
    .enext-col-12:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build
    .enext-col-12:hover
    > .column-editor-tools {
    display: flex;
    cursor: pointer;
}

.enext-container.enext-container-build .section-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 20px;
    /* width: 100%; */
    /* max-width: 1140px; */
    margin: 0 auto;
    z-index: 1000;
}

[class*="enext-col"] {
    background-color: transparent;
}

.bg-default {
    background-color: gainsboro;
}

.sectionLayout {
    margin: auto;
    margin-top: 20px;
    padding: 20px;
    border: 1.5px dashed #d5dadf;
    background-color: hsla(0deg, 0%, 100%, 0.5);
}

.sectionLayout .sectionLayoutHeading {
    font-size: 14px;
    font-weight: 500;
    color: rgb(110, 110, 110);
    text-align: center;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
}

.sectionLayout .sectionLayouticonWrap {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 968px) {
    .sectionLayout .sectionLayouticonWrap {
        justify-content: flex-start;
    }
}

.sectionLayout .sectionLayouticonWrap span {
    margin: 10px;
    display: inline-block;
    color: #d5dadf;
}

.sectionLayout .sectionLayouticonWrap span::before {
    font-size: 30px;
    transition: 0.5s ease;
    padding: 5px;
    cursor: pointer;
}

.sectionLayout .sectionLayouticonWrap span:hover::before {
    color: #6d7882;
}

/* border on hover */

.enext-row--hover {
    outline: 1px solid skyblue;
    outline-offset: 1px;
}

.enext-col--hover {
    outline: 1px solid rgb(255, 94, 0);
}

.enext-widget-border--hover {
    border: 2px solid skyblue;
}

/* border if no contenct */

.enext-container-build .enext-col--noContent {
    /* border: 1px dashed gray !important; */
    outline: 1px dashed rgb(255, 94, 0) !important;
    /* outline-offset: -1px; */
}

.enext-row.enext-row--noContent {
    border: 1px solid skyblue;
}

/*# sourceMappingURL=layout.css.map */

.emptyLayoutOverflow {
    overflow-y: auto;
}
