/*/////////////////////////////////////////////////////////*/
/* Editor Style - Responsive Visibility */
/*/////////////////////////////////////////////////////////*/
.editor-styles-wrapper .zee-hide-on-desktop.zee-desktop-active:after,
.editor-styles-wrapper .zee-hide-on-tablet.zee-tablet-active:after,
.editor-styles-wrapper .zee-hide-on-mobile.zee-mobile-active:after,
.editor-styles-wrapper .zee-hide-on-desktop.zee-desktop-active:focus:after,
.editor-styles-wrapper .zee-hide-on-tablet.zee-tablet-active:focus:after,
.editor-styles-wrapper .zee-hide-on-mobile.zee-mobile-active:focus:after {
    content: "Hidden" !important;
    background: rgb(46, 46, 212) !important;
    color: white !important;
    padding: 6px 10px !important;
    font-size: 12px !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
    bottom: unset !important;
    z-index: 9 !important;
    border-radius: 0 0 0 6px !important;
    box-shadow: none !important;
    outline: none !important;
    pointer-events: none !important;
}

.editor-styles-wrapper .zee-hide-on-desktop.zee-desktop-active:before,
.editor-styles-wrapper .zee-hide-on-tablet.zee-tablet-active:before,
.editor-styles-wrapper .zee-hide-on-mobile.zee-mobile-active:before {
    content: "";
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 10px, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.3) 20px), #ffffff40;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    pointer-events: none;
}

.editor-styles-wrapper .zee-hide-on-desktop.zee-desktop-active:after,
.editor-styles-wrapper .zee-hide-on-desktop.zee-desktop-active:focus:after {
    content: "Hidden on Desktop" !important;
}

.editor-styles-wrapper .zee-hide-on-tablet.zee-tablet-active:after,
.editor-styles-wrapper .zee-hide-on-tablet.zee-tablet-active:focus:after {
    content: "Hidden on Tablet" !important;
}

.editor-styles-wrapper .zee-hide-on-mobile.zee-mobile-active:after,
.editor-styles-wrapper .zee-hide-on-mobile.zee-mobile-active:focus:after {
    content: "Hidden on Mobile" !important;
}

.zee-warning-notice {
    font-size: 12px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f2c4a5;
    border-left: 4px solid var(--color-theme-orange);
    box-shadow: inset 0 0 200px 0 #fff3eb;
    padding: 8px;
    color: #a13012;
}

/* .editor-styles-wrapper  .zee-block-hidden-notice {
    background: rgb(46, 46, 212);
    padding: 6px 10px;
    color: white;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    border-radius: 0 0 0 6px;
} */

/* .editor-styles-wrapper  .zee-block-is-hidden {
    position: relative;
} */

/* .editor-styles-wrapper .zee-block-hidden-overlay {
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 10px, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.3) 20px), #ffffff40;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    pointer-events: none;
} */

/* Postions */
.editor-styles-wrapper .zee-position-relative {
    position: relative!important;
}

.editor-styles-wrapper .zee-position-absolute {
    position: absolute!important;
}

.editor-styles-wrapper .zee-position-fixed {
    position: fixed!important;
}

.editor-styles-wrapper .zee-position-static {
    position: static!important;
}

.editor-styles-wrapper .zee-position-sticky {
    position: sticky!important;
    z-index: 2!important;
}

.editor-styles-wrapper .r-sticky-top-0 {
    top: 0px;
}

.editor-styles-wrapper .r-sticky-top-1 {
    top: var(--wp--preset--spacing--1);
}

.editor-styles-wrapper  .r-sticky-top-2 {
    top: var(--wp--preset--spacing--2);
}

.editor-styles-wrapper .r-sticky-top-3 {
    top: var(--wp--preset--spacing--3);
}

.editor-styles-wrapper .r-sticky-top-4 {
    top: var(--wp--preset--spacing--4);
}

.editor-styles-wrapper .r-sticky-top-5 {
    top: var(--wp--preset--spacing--5);
}

.editor-styles-wrapper .r-sticky-top-6 {
    top: var(--wp--preset--spacing--6);
}

.editor-styles-wrapper .r-sticky-top-7 {
    top: var(--wp--preset--spacing--7);
}

.editor-styles-wrapper .r-sticky-top-8 {
    top: var(--wp--preset--spacing--8);
}

.editor-styles-wrapper .r-sticky-top-9 {
    top: var(--wp--preset--spacing--9);
}