/*@import 'overlay';*/
/*@import 'canvas';*/
.container.slide-right {
    z-index: auto;
}

li.li-activepage>.dd-handle {
    color: #fff;
    font-weight: bold;
}

li.li-activepage>.dd-handle:before {
    background: #b65242;
    content: "";
    position: absolute;
    width: 270px;
    height: 26px;
    top: -3px;
    right: -7px;
    display: block;
    pointer-events: none;
    z-index: -1;
    /*box-shadow: #999 0 0 0 1px  inset;*/
}

li.li-activepage[data-hidden=true]>.dd-handle {
    color: rgba(0, 0, 0, 0.95);
}

#sitemaplist,
#masterpages-list {
    float: none;
    padding: 12px 12px 23px 25px;
    width: 100%;
    /* min-height: -webkit-calc(100% - 130px); */
    /* min-height: calc(100% - 130px); */
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    margin: 0;
    background: transparent;
    background: linear-gradient(rgba(0, 0, 0, 0.15) 50%, transparent 0);
    background-origin: content-box;
    background-size: auto 52px;
    background-position: 0 3px;
    z-index: 1;
}

#sitemaplist:after,
#masterpages-list:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    /* background: #222934; */
    display: block;
    width: 100%;
    height: 26px;
    z-index: 1;
    pointer-events: None;
}

#masterpages-list:after {
    height: 2px;
}

#sitemap-wrap li.li-highlight .dd-handle {
    width: auto;
}

#sitemap-wrap li.li-highlight:not(.li-activepage)> {
    cursor: pointer;
}

#sitemap-wrap li.li-highlight:not(.li-activepage)>.dd-handle:hover:before {
    content: "";
    position: absolute;
    width: 276px;
    height: -webkit-calc(100% + 4px);
    height: 26px;
    top: -3px;
    right: -10px;
    display: block;
    pointer-events: none;
    box-shadow: 0 0 0 1px #fff inset;
    z-index: 3;
    border-radius: 2px;
}

#sitemap-wrap li.li-highlight.li-highlight.li-activepage .dd-handle:hover:before {
    background: #ff5a3d;
    box-shadow: 0 0 0 1px #fff inset;
    opacity: 1;
    border-radius: 2px;
}

.li-sorting.dd-parent>.dd-handle {
    pointer-events: none !important;
}

.li-sorting.dd-parent>.dd-handle:hover {
    background: none !important;
    box-shadow: none !important;
}

li[data-hidden=true]>.dd-handle {
    color: rgba(255, 255, 255, 0.35);
}

[data-hidden=true].li-activepage>.dd-handle:after {
    opacity: 1;
}

[data-hidden=false]>.dd-handle {
    padding-left: 0;
}

[data-hidden=false]>.dd-handle:after {
    content: none;
    opacity: 0;
}

.preview ol#sitemaplist {
    margin: 0;
    /*top: 0;*/
    /*min-height: calc(100% - 40px);*/
    padding-top: 0;
}

#sitemap-wrap {
    width: 280px;
    color: #ccc;
    position: fixed;
    top: 0;
    left: 0;
    background: #2a2a2a;
    background: #222934;
    z-index: 8;
    top: 42px;
    font-size: 13px;
    opacity: 0;
    /*overflow-x: hidden;*/
    /* max-height: 100%; */
    /*overflow: hidden;*/
    /* padding-top: 49px; */
    /*padding-bottom: 42px;*/
    box-sizing: border-box;
    /* min-height: 100%; */
    pointer-events: none;
    height: calc(100% - 42px);
    transition: transform 0s ease, opacity 0s ease;
    transform: translateX(-60px);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}

.slide-right #sitemap-wrap {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
    /* transition: transform 0.06s ease, opacity 0.04s ease; */
}

#sitemap-wrap .sitemap {
    /*color: #ccc;*/
    position: relative;
    left: 0;
    z-index: none;
    top: 0;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: overlay;
    box-sizing: border-box;
    padding-top: 0;
    height: calc(100% - 40px);
    scrollbar-width: thin;
    scrollbar-color: #595e67 rgba(0, 0, 0, 0);
}

#sitemap-wrap .sitemap::-webkit-scrollbar {
    width: 6px;
}

#sitemap-wrap .sitemap::-webkit-scrollbar-thumb {
    height: 36px;
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: #595e67;
    opacity: 1;
}

#sitemap-wrap .sitemap::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

#sitemap-wrap .sitemap::-webkit-scrollbar-corner {
    background-color: transparent;
}

.preview #sitemap-wrap .sitemap {
    top: 40px;
    height: calc(100% - 40px);
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu {
    position: absolute;
    display: block;
    background: transparent;
    min-width: 200px;
    height: auto;
    /*top: 120px;*/
    left: 290px;
    color: #eee;
    z-index: 28;
    line-height: 18px;
    border-radius: 4px;
    text-transform: capitalize;
    transition: transform 0.08s ease, opacity 0.08s ease;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu.masterpages-context-menu {
    width: 230px;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu.visible {
    transform: none;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu.invisible {
    transform: scale(1.04);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu i {
    font-style: normal;
    color: #aaa;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu .dropdown {
    float: right;
    right: 2px;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu .dropdown:after {
    top: 10px;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu .dropdown select {
    /*font-weight: bold;*/
    color: #fff;
    border-bottom: 2px solid #888;
    border-radius: 0;
    background: 0 0;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu b {
    text-transform: uppercase;
    line-height: 18px;
    display: block;
    color: #ddd;
    padding: 10px;
    border-bottom: 1px solid #3a3a3a;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu .check>label {
    /*top: -7px;*/
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    /*top: 15px;*/
    /*left: 8px;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 26px;
    border-radius: 0;
    background: transparent;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu .check>label:before {
    position: absolute;
    top: 6px !important;
    width: 14px;
    height: 14px;
    left: 0 !important;
    content: "";
    background: #111;
    border-radius: 3px;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu .check>label:after {
    top: 10px;
    width: 5px;
    height: 2px;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu ul {
    background: #212833;
    margin: 0;
    margin-bottom: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    padding: 9px 0;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    /*margin-right: 1%;*/
    /*display: inline-block;*/
    /*float: left;*/
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li {
    padding: 0 9px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    position: relative;
    margin: 2px 0;
    /*	&:nth-child(odd){
  		background: #666;
  	}
  	&:nth-child(even){
  		background: #666;
  		}*/
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li.hide-page:hover {
    cursor: default;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li .page-context-menu-btn {
    background: rgba(255, 255, 255, 0.08);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    width: 20%;
    margin: 9px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
    margin-top: 9px;
    float: right;
    transition: background 0.02s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li .page-context-menu-btn:first-of-type {
    right: 0;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li .page-context-menu-btn:last-of-type {
    right: 24%;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li>span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: auto;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px 10px;
    text-transform: capitalize;
    /*font-weight: 600;*/
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li>span.inactive {
    pointer-events: none;
    color: #fff !important;
    opacity: 0.4;
    cursor: move !important;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li>span.inactive:hover {
    cursor: move !important;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li.expandable:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #666666;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li.expandable:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #212833 transparent transparent;
    position: absolute;
    top: 12px;
    right: -10px;
    display: none;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li.expandable:hover:after {
    display: none;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 84%;*/
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li .sub-menu {
    width: 400px;
    position: absolute;
    left: 10px;
    top: -30px;
    display: none;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li .sub-menu ul {
    position: relative;
    right: 0;
    width: 50%;
    margin-left: 50%;
    top: 0;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li .sub-menu ul .check label {
    margin-left: 4px;
    margin-top: 1px;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li .sub-menu ul .check span {
    display: inline-block;
    margin-left: 20px;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 24px;
    width: 154px;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li .sub-menu ul input:checked~span {
    color: #FFF;
    font-weight: bold;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li:hover {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    /*padding: 2px 10px;*/
    /*&.expandable{
  	background: transparent;
  }*/
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li:hover .sub-menu,
#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li:hover.expandable:before {
    display: block;
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li:last-child {
    /*padding-bottom: 4px;*/
    /*border-radius: 0 0 4px 4px;*/
}

#sitemap-wrap #pagesContextMenu-wrap .pages-context-menu li .mp-applied {
    font-weight: bold;
    color: #fff;
}

#sitemap-wrap #pagesContextMenu-wrap #context-menu-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    /*background: rgba(255,255,255,.4);*/
    background: rgba(0, 0, 0, 0);
    /*background: rgba(255, 255, 255, 0.075);*/
    display: block;
    z-index: 22;
    padding-right: 2000px;
    /*	visibility: hidden;
  	opacity: 0;	
  	transform:opacity;
  	transition:0.4s ease;
  	transition-property: visibility, opacity , transform;
  	-webkit-backface-visibility: hidden;	*/
    visibility: visible;
    opacity: 1;
}

.show-sitemap #sitemap-wrap #pagesContextMenu-wrap #context-menu-overlay {
    transform: opacity;
    transition: 0.15s ease;
}

#sitemap-wrap #pagesContextMenu-wrap #context-menu-overlay i {
    color: #29333D;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
}

#sitemap-wrap #pagesContextMenu-wrap #context-menu-overlay i:hover {
    color: rgba(255, 255, 255, 0.7);
}

#sitemap-wrap #pagesContextMenu-wrap #pages-context-menu-arrow {
    position: absolute;
    display: block;
    left: 284px;
    top: 0;
    margin-top: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #212833 transparent transparent;
}

#sitemap-wrap #pagesContextMenu-wrap ul#masterpages-context-menu {
    padding-top: 50px;
}

#sitemap-wrap #pagesContextMenu-wrap ul#masterpages-context-menu.single-item-inside {
    padding-top: 10px;
    margin-top: 22px;
}

#sitemap-wrap #pagesContextMenu-wrap ul#masterpages-context-menu:empty {
    padding-top: 10px;
    margin-top: 24px;
}

#sitemap-wrap #pagesContextMenu-wrap ul#masterpages-context-menu:empty:after {
    text-transform: none;
    content: "No master pages created";
    text-align: center;
    width: 100%;
    display: block;
    cursor: default;
    color: #aaa;
}

#sitemap-wrap .check {
    display: inline-block;
    margin-right: 9px;
    width: 100%;
}

#sitemap-wrap .check>label {
    top: 0;
    left: 0;
}

#sitemap-wrap .pane {
    /* display: block; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 36px;
    position: absolute;
    /*background: #212833;*/
}

.preview #sitemap-wrap .pane {
    top: 0;
}

#sitemap-wrap .ps:hover>.ps__scrollbar-y-rail:hover,
#sitemap-wrap .ps>.ps__scrollbar-y-rail:active {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: none;
}

#sitemap-wrap svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer;
    fill-rule: evenodd;
    fill: #fff;
    fill-opacity: 0.75;
    margin-top: 4px;
    pointer-events: none;
}

#sitemap-wrap section.icon-group {
    /*background: rgba(255, 255, 255, 0.08);*/
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);*/
    padding: 3px 0 3px 6px;
    border-radius: 5px;
    /* margin-top: 5px; */
    /* float: right; */
    /*transition: background .02s ease;*/
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
    /*backdrop-filter: saturate(1.4);*/
}

#sitemap-wrap section.icon-group>span:last-child {
    margin-left: 0;
}

#sitemap-wrap section.icon-group #collapse-expand {
    width: 16px;
    pointer-events: none;
}

#sitemap-wrap section.icon-group #collapse-expand [data-action=collapse-all] svg {
    transform: rotate(180deg);
}

#sitemap-wrap section.icon-group span,
#sitemap-wrap section.icon-group section {
    float: right;
    margin-left: 8px;
    cursor: pointer;
    opacity: 1;
    pointer-events: all;
    line-height: normal;
    overflow: unset !important;
}

#sitemap-wrap section.icon-group span:last-of-type,
#sitemap-wrap section.icon-group section:last-of-type {
    margin-left: 0;
}

#sitemap-wrap section.icon-group span.disabled,
#sitemap-wrap section.icon-group section.disabled {
    opacity: 0.4;
    /*filter:invert(1);*/
    cursor: default;
}

#sitemap-wrap section.icon-group span.disabled *,
#sitemap-wrap section.icon-group section.disabled * {
    pointer-events: none !important;
}

#sitemap-wrap section.icon-group span#mastertools,
#sitemap-wrap section.icon-group span#pagetools,
#sitemap-wrap section.icon-group section#mastertools,
#sitemap-wrap section.icon-group section#pagetools {
    margin-left: 0;
}

#sitemap-wrap section.icon-group span svg,
#sitemap-wrap section.icon-group section svg {
    margin-top: 4px;
}

#sitemap-wrap section.icon-group span i:hover,
#sitemap-wrap section.icon-group section i:hover {
    transition: transform 0.04s ease, color 0.04s ease;
    color: #fff;
    transform: scale(1.15, 1.15);
}

#sitemap-wrap section.icon-group section {
    margin-left: 0;
}

#sitemap-wrap section.icon-group span.pg-btn:hover svg {
    fill-opacity: 1;
}

#sitemap-wrap .page-context-menu-btns {
    position: absolute;
    left: 212px;
    z-index: 2;
    top: 14px;
    display: none;
    cursor: default;
    color: #888;
    font-weight: 500;
}

#sitemap-wrap .page-context-menu-btns.icon-group {
    background: transparent;
    box-shadow: none;
}

#sitemap-wrap .page-context-menu-btns span[data-link] {
    color: #FFF;
    cursor: pointer;
    overflow: visible !important;
    margin-left: 2px;
    background: rgba(255, 255, 255, 0.18);
    width: 84px;
    text-align: center;
    border-radius: 2px;
}

#sitemap-wrap .page-context-menu-btns span[data-link]:hover {
    background: rgba(255, 255, 255, 0.22);
}

#sitemap-wrap .expandable:hover .page-context-menu-btns {
    display: block;
}

#sitemap-wrap #masterpagelist-wrap {
    position: relative;
}

#sitemap-wrap ol#masterpages-list {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 12px 0 25px;
    background-origin: content-box;
}

#sitemap-wrap ol#masterpages-list:empty:before {
    content: "None";
    background: transparent;
    color: rgba(255, 255, 255, 0.4);
    line-height: 30px;
    height: 26px;
}

#sitemap-wrap ol#masterpages-list li:last-of-type {
    padding-bottom: 0;
}

#sitemap-wrap .masterpages-list-title {
    width: 100%;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    background: #29333d;
    line-height: 28px;
    text-transform: uppercase;
}

#sitemap-wrap input[type=text] {
    width: 90%;
    margin: 0;
    /* padding: 0 3px; */
    z-index: 5;
    background: #fff;
    border: 0;
    outline: 0;
    border-radius: 0.5px;
    height: 16px;
    line-height: 16px;
    box-shadow: 0 0 0 2px white;
    font-weight: bold;
    margin-bottom: -4px;
    position: relative;
}

#sitemap-wrap .ui-state-highlight {
    display: block;
    /*height: 35px;*/
    width: 100%;
    background: transparent;
    /*height: 16px;*/
    border: none;
    z-index: 4;
    opacity: 0.8;
    /*box-shadow: 0 1px 0 #000 inset , 0 -1px 0 #444 inset;*/
}

#sitemap-wrap .ui-draggable-dragging {
    z-index: 8000 !important;
    cursor: move;
}

#sitemap-wrap .ui-sortable-helper:after,
#sitemap-wrap .ui-state-highlight:after,
#sitemap-wrap .ui-sortable-helper:before {
    display: none !important;
}

#sitemap-wrap .ui-state-highlight:before {
    opacity: 0.3;
}

.addpage-wrap {
    width: 140px;
    padding: 0 6px;
    /*height: 36px;*/
    display: block;
    height: 36px;
    line-height: 34px;
    font-size: 12px;
    display: table;
    box-sizing: border-box;
    margin-bottom: 2px;
    color: #FFF;
    font-weight: bold;
    z-index: 3;
    position: fixed;
    cursor: pointer;
    z-index: 3;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.preview .addpage-wrap {
    height: 36px;
    width: 280px;
    cursor: default;
}

.addpage-wrap[data-for=masterpages] {
    left: 140px;
}

#sitemap-wrap[data-pagetype=pages] .addpage-wrap[data-for=masterpages] {
    /*background: #1d1d1d;*/
    color: rgba(255, 255, 255, 0.4);
    box-shadow: rgba(0, 0, 0, 0.3) 1px -1px 0 0 inset;
    background: rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

#sitemap-wrap[data-pagetype=pages] .addpage-wrap[data-for=masterpages]:hover {
    /* color: #FFF; */
}

#sitemap-wrap[data-pagetype=pages] .addpage-wrap[data-for=masterpages] section {
    display: none;
}

#sitemap-wrap[data-pagetype=pages] .addpage-wrap[data-for=masterpages] span {
    cursor: pointer;
}

.addpage-wrap[data-for=pages] {
    left: 0;
}

#sitemap-wrap[data-pagetype=masterpages] .addpage-wrap[data-for=pages] {
    color: rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.3) -1px -1px 0 0 inset;
    cursor: pointer;
}

#sitemap-wrap[data-pagetype=masterpages] .addpage-wrap[data-for=pages]:hover {
    /* color: #FFF; */
}

#sitemap-wrap[data-pagetype=masterpages] .addpage-wrap[data-for=pages] section {
    display: none;
}

#sitemap-wrap[data-pagetype=masterpages] .addpage-wrap[data-for=pages] span {
    cursor: pointer;
}

.addpage-wrap span {
    /*line-height: 34px;*/
    text-transform: uppercase;
    z-index: 3;
    cursor: default;
}

.addpage-wrap span.left {
    line-height: 42px;
}

.addpage-wrap span[data-hint] {
    color: #000;
    cursor: pointer;
}

#sitemap-wrap[data-pagetype=masterpages] .pane-b,
#sitemap-wrap[data-pagetype=regular] .pane-t {
    display: block;
}

#sitemap-wrap[data-pagetype=masterpages] .pane-t,
#sitemap-wrap[data-pagetype=pages] .pane-b {
    display: none;
}

@keyframes blink {
    from {
        background: rgba(255, 255, 255, 0.6);
    }

    30% {
        background: rgba(255, 255, 255, 0.1);
    }

    to {
        background: rgba(255, 255, 255, 0.5);
    }
}

.topicon,
#re-edit span {
    position: relative;
    /*box-shadow: 0 1px 0 rgba(0,0,0,0.3) ;*/
    /*box-shadow: 0 1px 0 rgba(0,0,0,0.3) , -1px 0 0 rgba(255,255,255,.08) inset;*/
    border: none !important;
    /*background: #515151;*/
    /*background: linear-gradient(to bottom, #5c5c5c 0%, #515151 100%);*/
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.1) 100%);*/
    opacity: 1;
    /*background: transparent;*/
    /*&.inactive{
  background: #515151;
  }*/
    /*	&:before{
  		content:'';
  		display: block;
  		position: absolute;
  		top: 0;
  		right: 0px;
  		z-index: 2;
  		height: 100%;
  		width: 1px;
  		opacity: .75;
  		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.38) 100%);
  	}*/
}

.topicon:last-child:before,
.topicon.single-icon:before,
.topicon #re-edit:before,
#re-edit span:last-child:before,
#re-edit span.single-icon:before,
#re-edit span #re-edit:before {
    display: none;
}

.topicon span,
#re-edit span span {
    opacity: 0.8;
}

.topicon span:hover,
#re-edit span span:hover {
    opacity: 1;
}

.topicon.inactive span:hover,
#re-edit span.inactive span:hover {
    opacity: 0.8;
}

.topicon.save,
#re-edit span.save {
    /*background: linear-gradient(to bottom,rgba(255, 104, 77, 0.4) 0,rgba(255, 99, 71, 0.3) 100%);*/
    background: rgba(255, 104, 77, 0.68);
}

#re-edit {
    background: #212833;
}

#re-edit span {
    box-shadow: none !important;
}

#re-edit:before {
    display: none;
}

ul#masterpages-list {
    float: none;
    padding: 46px 12px 12px 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    margin: 0;
}

ul#masterpages-list:empty:after {
    content: "None";
    margin: 6px 0;
    line-height: 16px;
    padding: 2px 4px;
    width: 100%;
    display: block;
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    background: #595959;
    opacity: 0.4;
}

ul#masterpages-list.ul-grey {
    opacity: 0.4;
}

ul#masterpages-list .apply-master svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer;
    fill-rule: evenodd;
    fill: #fff;
    fill-opacity: 0.6;
    margin-top: 4px;
}

ul#masterpages-list .apply-master svg:hover {
    fill-opacity: 1;
}

.master-tomato {
    animation: tomato-text 2s;
}

@keyframes tomato-text {
    0% {
        color: tomato;
    }

    30% {
        color: tomato;
    }

    100% {
        color: #fff;
    }
}

.master-indicator,
span.masterInd:before {
    position: absolute;
    /* margin-right: 5px; */
    /* float: right; */
    z-index: 3;
    top: 3px;
    right: 12px;
    color: #bbb;
    font-size: 12px;
    background: transparent;
    padding: 0;
    border-radius: 2px;
    opacity: 1;
    text-align: center;
    line-height: 9px;
    /*display: none;*/
    width: 16px;
    /* border: 1px solid #bcbcbc; */
    height: 16px;
    font-weight: bold;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center center;
    /* filter: invert(.6); */
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' transform='translate(-0.5 -0.5)'%3E%3Cpath d='M14,4.011l-3,-3l-9,0l0,14l12,0l0,-11Z' style='fill:none;stroke:%23fff;stroke-width:1px;'/%3E%3Cpath d='M11.503,11.021l-1.816,0l0,-3.488l-1.638,2.02l-0.143,0l-1.642,-2.02l0,3.488l-1.764,0l0,-6.021l1.647,0l1.85,2.259l1.86,-2.259l1.646,0l0,6.021Z' style='fill:%23fff;fill-rule:nonzero;'/%3E%3C/svg%3E");
}

.master-indicator:hover,
span.masterInd:before:hover {
    opacity: 1;
}

[data-hidden=true] .master-indicator,
[data-hidden=true] span.masterInd:before {
    filter: invert(0.5);
}

[data-hidden=true].li-activepage>.dd-handle .master-indicator,
[data-hidden=true].li-activepage>.dd-handle span.masterInd:before {
    filter: invert(1);
    opacity: 0.7;
}

span.masterInd:before {
    content: "";
    top: 13px !important;
    opacity: 0.5 !important;
    float: left;
    right: 24px;
}

span.masterInd.master-tomato:before {
    right: 26px;
}

.li-activepage>.dd-handle .master-indicator {
    opacity: 1;
}

[data-master-indicator=true]:before {
    content: "";
    position: relative;
    margin-right: 3px;
    float: left;
    z-index: 3;
    top: 0px;
    color: #bbb;
    font-size: 12px;
    background: transparent;
    padding: 3px 3px 0;
    border-radius: 2px;
    opacity: 0.7;
    text-align: center;
    line-height: 9px;
    /*display: none;*/
    width: 12px;
    /* border: 1px solid #bcbcbc; */
    height: 12px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center center;
    /* filter: invert(.6); */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA4OCA4OCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7ZmlsbDojOTk5Ij48cGF0aCBkPSJNNzAuOTE2LDBjOS40MjksMCAxNy4wODQsNy42NTUgMTcuMDg0LDE3LjA4NGwwLDUzLjgzYzAsOS40MjkgLTcuNjU1LDE3LjA4NCAtMTcuMDg0LDE3LjA4NGwtNTMuODMyLDBjLTkuNDI5LDAgLTE3LjA4NCwtNy42NTUgLTE3LjA4NCwtMTcuMDg0bDAsLTUzLjgzYzAsLTkuNDI5IDcuNjU1LC0xNy4wODQgMTcuMDg0LC0xNy4wODRsNTMuODMyLDBabS0zNC45MjcsNjQuMTA3bC05LjQ2LC0zNy42bDAsNDAuNzRjMCwyLjI1NSAtMC41MDQsMy45NDUgLTEuNTEsNS4wNzNjLTEuMDA3LDEuMTI3IC0yLjM0MiwxLjY5IC00LjAwNiwxLjY5Yy0xLjYxLDAgLTIuOTI1LC0wLjU1NiAtMy45NDUsLTEuNjdjLTEuMDIsLTEuMTE0IC0xLjUzLC0yLjgxMSAtMS41MywtNS4wOTNsMCwtNDYuNjk4YzAsLTIuNTc2IDAuNjcxLC00LjMxNCAyLjAxMywtNS4yMTNjMS4zNDIsLTAuODk5IDMuMTU0LC0xLjM0OCA1LjQzNSwtMS4zNDhsMy43MDQsMGMyLjIyNywwIDMuODQ0LDAuMjAxIDQuODUxLDAuNjAzYzEuMDA2LDAuNDAzIDEuNzUxLDEuMTI4IDIuMjM0LDIuMTc0YzAuNDgzLDEuMDQ3IDEuMDMzLDIuNzUxIDEuNjUsNS4xMTNsOC41NzUsMzIuMzI2bDguNTc1LC0zMi4zMjZjMC42MTcsLTIuMzYyIDEuMTY3LC00LjA2NiAxLjY1LC01LjExM2MwLjQ4MywtMS4wNDYgMS4yMjgsLTEuNzcxIDIuMjM0LC0yLjE3NGMxLjAwNywtMC40MDIgMi42MjQsLTAuNjAzIDQuODUxLC0wLjYwM2wzLjcwNCwwYzIuMjgxLDAgNC4wOTMsMC40NDkgNS40MzUsMS4zNDhjMS4zNDIsMC44OTkgMi4wMTMsMi42MzcgMi4wMTMsNS4yMTNsMCw0Ni42OThjMCwyLjI1NSAtMC41MDQsMy45NDUgLTEuNTEsNS4wNzNjLTEuMDA2LDEuMTI3IC0yLjM1NSwxLjY5IC00LjA0NiwxLjY5Yy0xLjU4MywwIC0yLjg4NSwtMC41NjMgLTMuOTA1LC0xLjY5Yy0xLjAyLC0xLjEyOCAtMS41MywtMi44MTggLTEuNTMsLTUuMDczbDAsLTQwLjc0bC05LjQ2LDM3LjZjLTAuNjE3LDIuNDQzIC0xLjEyLDQuMjM0IC0xLjUxLDUuMzc1Yy0wLjM4OSwxLjE0IC0xLjEwNywyLjE4IC0yLjE1MywzLjExOWMtMS4wNDcsMC45NCAtMi40OTYsMS40MDkgLTQuMzQ4LDEuNDA5Yy0xLjM5NiwwIC0yLjU3NiwtMC4zMDEgLTMuNTQzLC0wLjkwNWMtMC45NjYsLTAuNjA0IC0xLjcxNywtMS4zNzYgLTIuMjU0LC0yLjMxNWMtMC41MzcsLTAuOTM5IC0wLjk1OSwtMS45NzkgLTEuMjY4LC0zLjEyYy0wLjMwOSwtMS4xNDEgLTAuNjI0LC0yLjMyOCAtMC45NDYsLTMuNTYzWiIvPjwvc3ZnPg==);
}

.pagename-top[data-is-master=true]~.show-master-page-btn {
    display: inline-block;
    top: 14px;
    right: 0;
    margin-right: 1px;
    float: left;
    position: relative;
    width: 12px;
    /* border: 1px solid #bcbcbc; */
    height: 12px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center center;
    /* filter: invert(.6); */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA4OCA4OCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7ZmlsbDojOTk5Ij48cGF0aCBkPSJNNzAuOTE2LDBjOS40MjksMCAxNy4wODQsNy42NTUgMTcuMDg0LDE3LjA4NGwwLDUzLjgzYzAsOS40MjkgLTcuNjU1LDE3LjA4NCAtMTcuMDg0LDE3LjA4NGwtNTMuODMyLDBjLTkuNDI5LDAgLTE3LjA4NCwtNy42NTUgLTE3LjA4NCwtMTcuMDg0bDAsLTUzLjgzYzAsLTkuNDI5IDcuNjU1LC0xNy4wODQgMTcuMDg0LC0xNy4wODRsNTMuODMyLDBabS0zNC45MjcsNjQuMTA3bC05LjQ2LC0zNy42bDAsNDAuNzRjMCwyLjI1NSAtMC41MDQsMy45NDUgLTEuNTEsNS4wNzNjLTEuMDA3LDEuMTI3IC0yLjM0MiwxLjY5IC00LjAwNiwxLjY5Yy0xLjYxLDAgLTIuOTI1LC0wLjU1NiAtMy45NDUsLTEuNjdjLTEuMDIsLTEuMTE0IC0xLjUzLC0yLjgxMSAtMS41MywtNS4wOTNsMCwtNDYuNjk4YzAsLTIuNTc2IDAuNjcxLC00LjMxNCAyLjAxMywtNS4yMTNjMS4zNDIsLTAuODk5IDMuMTU0LC0xLjM0OCA1LjQzNSwtMS4zNDhsMy43MDQsMGMyLjIyNywwIDMuODQ0LDAuMjAxIDQuODUxLDAuNjAzYzEuMDA2LDAuNDAzIDEuNzUxLDEuMTI4IDIuMjM0LDIuMTc0YzAuNDgzLDEuMDQ3IDEuMDMzLDIuNzUxIDEuNjUsNS4xMTNsOC41NzUsMzIuMzI2bDguNTc1LC0zMi4zMjZjMC42MTcsLTIuMzYyIDEuMTY3LC00LjA2NiAxLjY1LC01LjExM2MwLjQ4MywtMS4wNDYgMS4yMjgsLTEuNzcxIDIuMjM0LC0yLjE3NGMxLjAwNywtMC40MDIgMi42MjQsLTAuNjAzIDQuODUxLC0wLjYwM2wzLjcwNCwwYzIuMjgxLDAgNC4wOTMsMC40NDkgNS40MzUsMS4zNDhjMS4zNDIsMC44OTkgMi4wMTMsMi42MzcgMi4wMTMsNS4yMTNsMCw0Ni42OThjMCwyLjI1NSAtMC41MDQsMy45NDUgLTEuNTEsNS4wNzNjLTEuMDA2LDEuMTI3IC0yLjM1NSwxLjY5IC00LjA0NiwxLjY5Yy0xLjU4MywwIC0yLjg4NSwtMC41NjMgLTMuOTA1LC0xLjY5Yy0xLjAyLC0xLjEyOCAtMS41MywtMi44MTggLTEuNTMsLTUuMDczbDAsLTQwLjc0bC05LjQ2LDM3LjZjLTAuNjE3LDIuNDQzIC0xLjEyLDQuMjM0IC0xLjUxLDUuMzc1Yy0wLjM4OSwxLjE0IC0xLjEwNywyLjE4IC0yLjE1MywzLjExOWMtMS4wNDcsMC45NCAtMi40OTYsMS40MDkgLTQuMzQ4LDEuNDA5Yy0xLjM5NiwwIC0yLjU3NiwtMC4zMDEgLTMuNTQzLC0wLjkwNWMtMC45NjYsLTAuNjA0IC0xLjcxNywtMS4zNzYgLTIuMjU0LC0yLjMxNWMtMC41MzcsLTAuOTM5IC0wLjk1OSwtMS45NzkgLTEuMjY4LC0zLjEyYy0wLjMwOSwtMS4xNDEgLTAuNjI0LC0yLjMyOCAtMC45NDYsLTMuNTYzWiIvPjwvc3ZnPg==);
}

.sitemap li .ui-droppable.drop-hover {
    /*opacity: .6;*/
    /*background: lighten(#29333D ,11%) !important;*/
    background: rgba(255, 255, 255, 0.23) !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.23);
    border-radius: 2px;
    /*outline: none;*/
    /*border: none;*/
}

.rel {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.sitemap li ol li:not(.dd-filler):first-of-type {
    margin-top: 0;
}

.more-actions {
    width: 15px;
    position: absolute;
    height: 15px;
    display: none;
    float: right;
    right: 0px;
    opacity: 0.5;
    top: 3px;
    /*border-radius: 2px;*/
    cursor: pointer;
}

.more-actions:hover {
    opacity: 1;
    /*background: rgba(0,0,0,.3);*/
}

.more-actions:after {
    content: "";
    position: absolute;
    top: 3px;
    /* right: -11px; */
    border-radius: 2px;
    box-shadow: 0 6px 0 0 #fff;
    background: #fff;
    width: 3px;
    height: 3px;
    left: 6px;
}

.dd-handle:hover .more-actions {
    display: inline-block !important;
}

ol li {
    line-height: 16px;
}

.masterpage {
    /*.slide-right &.master-on.ui-draggable:before{
  	top:3px;
  	}*/
}

.masterpage.li-activepage {
    /*z-index: auto;*/
}

.masterpage.master-on.ui-draggable {
    cursor: move;
    filter: none;
    opacity: 1;
    z-index: auto;
    z-index: 0;
}

.masterpage.master-on.ui-draggable.ui-draggable-dragging:before,
.masterpage.master-on.ui-draggable.ui-draggable-dragging:after {
    display: none;
}

.masterpage.master-on.ui-draggable:before {
    content: attr(data-page-name);
    z-index: 0;
    position: absolute;
    top: -24px;
    /* height: 16px; */
    /* width: 100%; */
    font-size: 11px;
    left: -1px;
    box-sizing: border-box;
    background: transparent;
    display: block;
    background: #595e67;
    max-width: 100%;
    color: #fff;
    box-sizing: content-box;
    padding: 2px 8px;
    border-radius: 3px;
    /* line-height: 16px; */
    /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="lightgrey"><text x="0" y="20" font-size="12" font-family="Arial">M</text></svg>'); */
    /* background-repeat: no-repeat; */
    /* background-size: 102px 100%; */
    /* Adjust size */
    /* background-position: 4px 3px; */
    /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 24" fill="%23999"><text x="0" y="12" font-size="12" font-family="Arial">Master page</text><circle cx="74" cy="8" r="2" fill="%23999"/></svg>'); */
}

.masterpage.master-on.ui-draggable:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    box-sizing: content-box;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    cursor: move;
    outline: 1px dashed rgba(44, 53, 67, 0.6);
    box-shadow: 0 0 0 10000px rgba(44, 53, 67, 0.06);
}

.masterpage.ui-draggable {
    pointer-events: all !important;
    filter: none;
}

.masterpage.ui-draggable .wire,
.masterpage.ui-draggable .wirejr {
    pointer-events: all !important;
}

.masterpage.master-on:not(.active) {
    cursor: crosshair;
    z-index: 0;
    pointer-events: none;
}

.masterpage.master-on:not(.active).ui-draggable .wire,
.masterpage.master-on:not(.active).ui-draggable .ql-editor {
    cursor: move !important;
}

.masterpage.master-on:not(.active) .wire {
    /*z-index: 0 !important;*/
    pointer-events: all;
}

.masterpage.master-on:not(.active) .aa,
.masterpage.master-on:not(.active) .publiccomment {
    pointer-events: none;
}

#prevpagebtn {
    display: none;
    margin-left: 8px;
}

.sitemap-icon.topicon,
#prevpagebtn {
    background: transparent !important;
    box-shadow: none;
    top: 0;
    right: 0px;
    float: right;
}

#selected-master-toolbar {
    position: fixed;
    top: 5px;
    left: 5px;
    /*width: 120px;*/
    z-index: 40;
}

#selected-master-toolbar>div {
    position: relative;
}

#selected-master-toolbar ul {
    min-width: 230px;
}

#selected-master-toolbar .dropdown {
    right: -10px;
}

#selected-master-toolbar select {
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #888;
    border-radius: 0;
    background: 0 0;
}

#selected-master-toolbar span {
    /*height: 26px;
  padding: 5px 10px ;
  background: rgb(43, 53, 68);
  color: rgb(228, 230, 234);	
  float: left;
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: bold;
  box-sizing: border-box;*/
    float: left;
    color: #aaa;
    font-weight: normal;
}

#selected-master-toolbar span.btn:hover {
    cursor: pointer;
    /*filter:brightness(1.16);*/
    color: #fff;
}

#selected-master-toolbar span.btn:hover svg {
    fill-opacity: 1;
}

#selected-master-toolbar span svg {
    width: 15px;
    height: 15px;
    position: relative;
    top: 0px;
    fill: #fff;
    fill-opacity: 0.8;
    stroke: #fff;
    stroke-width: 2px;
}

#selected-master-toolbar span#sel-master-name {
    text-transform: none;
    font-weight: normal;
    padding-left: 23px;
    filter: brightness(1.75);
    background-image: none;
}

#selected-master-toolbar span#sel-master-name:before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA4OCA4OCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7ZmlsbC1vcGFjaXR5Oi41Ij48cGF0aCBkPSJNNzAuOTE2LDBjOS40MjksMCAxNy4wODQsNy42NTUgMTcuMDg0LDE3LjA4NGwwLDUzLjgzYzAsOS40MjkgLTcuNjU1LDE3LjA4NCAtMTcuMDg0LDE3LjA4NGwtNTMuODMyLDBjLTkuNDI5LDAgLTE3LjA4NCwtNy42NTUgLTE3LjA4NCwtMTcuMDg0bDAsLTUzLjgzYzAsLTkuNDI5IDcuNjU1LC0xNy4wODQgMTcuMDg0LC0xNy4wODRsNTMuODMyLDBabS0zNC45MjcsNjQuMTA3bC05LjQ2LC0zNy42bDAsNDAuNzRjMCwyLjI1NSAtMC41MDQsMy45NDUgLTEuNTEsNS4wNzNjLTEuMDA3LDEuMTI3IC0yLjM0MiwxLjY5IC00LjAwNiwxLjY5Yy0xLjYxLDAgLTIuOTI1LC0wLjU1NiAtMy45NDUsLTEuNjdjLTEuMDIsLTEuMTE0IC0xLjUzLC0yLjgxMSAtMS41MywtNS4wOTNsMCwtNDYuNjk4YzAsLTIuNTc2IDAuNjcxLC00LjMxNCAyLjAxMywtNS4yMTNjMS4zNDIsLTAuODk5IDMuMTU0LC0xLjM0OCA1LjQzNSwtMS4zNDhsMy43MDQsMGMyLjIyNywwIDMuODQ0LDAuMjAxIDQuODUxLDAuNjAzYzEuMDA2LDAuNDAzIDEuNzUxLDEuMTI4IDIuMjM0LDIuMTc0YzAuNDgzLDEuMDQ3IDEuMDMzLDIuNzUxIDEuNjUsNS4xMTNsOC41NzUsMzIuMzI2bDguNTc1LC0zMi4zMjZjMC42MTcsLTIuMzYyIDEuMTY3LC00LjA2NiAxLjY1LC01LjExM2MwLjQ4MywtMS4wNDYgMS4yMjgsLTEuNzcxIDIuMjM0LC0yLjE3NGMxLjAwNywtMC40MDIgMi42MjQsLTAuNjAzIDQuODUxLC0wLjYwM2wzLjcwNCwwYzIuMjgxLDAgNC4wOTMsMC40NDkgNS40MzUsMS4zNDhjMS4zNDIsMC44OTkgMi4wMTMsMi42MzcgMi4wMTMsNS4yMTNsMCw0Ni42OThjMCwyLjI1NSAtMC41MDQsMy45NDUgLTEuNTEsNS4wNzNjLTEuMDA2LDEuMTI3IC0yLjM1NSwxLjY5IC00LjA0NiwxLjY5Yy0xLjU4MywwIC0yLjg4NSwtMC41NjMgLTMuOTA1LC0xLjY5Yy0xLjAyLC0xLjEyOCAtMS41MywtMi44MTggLTEuNTMsLTUuMDczbDAsLTQwLjc0bC05LjQ2LDM3LjZjLTAuNjE3LDIuNDQzIC0xLjEyLDQuMjM0IC0xLjUxLDUuMzc1Yy0wLjM4OSwxLjE0IC0xLjEwNywyLjE4IC0yLjE1MywzLjExOWMtMS4wNDcsMC45NCAtMi40OTYsMS40MDkgLTQuMzQ4LDEuNDA5Yy0xLjM5NiwwIC0yLjU3NiwtMC4zMDEgLTMuNTQzLC0wLjkwNWMtMC45NjYsLTAuNjA0IC0xLjcxNywtMS4zNzYgLTIuMjU0LC0yLjMxNWMtMC41MzcsLTAuOTM5IC0wLjk1OSwtMS45NzkgLTEuMjY4LC0zLjEyYy0wLjMwOSwtMS4xNDEgLTAuNjI0LC0yLjMyOCAtMC45NDYsLTMuNTYzWiIgc3R5bGU9ImZpbGw6I2ZmZjsiLz48L3N2Zz4=");
    background-size: 14px;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0.24;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 4px;
    top: 6px;
    /*filter:invert(1);*/
}

.master-selected .page:not(.master-on)>*,
.master-selected #browser {
    /*filter:url("#fade-filter");*/
    pointer-events: none;
}

/*.master-selected .page.master-on{
	filter:url('#fade-filter-2');

	&.ui-draggable{
		filter:none;
	}
}*/
.dd-placeholder {
    position: relative;
    box-sizing: border-box;
}

li ol .dd-placeholder {
    width: calc(100% - 16px);
    left: 16px;
}

/*.sitemap.dd-sorting, .sitemap.dd-sorting #sitemaplist{
	width: 100%;
}*/
#prev.inactive,
#next.inactive {
    pointer-events: none;
}

.pagename-wrap {
    /*padding-right: 8px;*/
    height: 100%;
    float: left;
    position: relative;
}

.pagename-wrap>span {
    float: left;
}

/*#sitemaplist > li:nth-of-type(2n):before {
    background: rgba(255,255,255,.1);
    content: "";
    position: absolute;
    width: 286px;
        height: calc(100% + 6px);
        top: -2px;
        right:-10px;
        display: block;
        pointer-events: none;
}*/
#sitemaplist>li.dd-parent:not(.dd-collapsed):nth-of-type(2n):before {
    height: 100%;
}

#sitemaplist li ol li {
    margin-left: 8px;
}

li.dd-filler {
    margin-bottom: -2px;
}

li.dd-filler:last-of-type {
    margin-bottom: -2px;
    min-height: 26px;
}

.sitemap>ol>li.dd-filler:last-of-type {
    margin-bottom: -4px;
    /*height: 16px !important;*/
}

li ol li.dd-filler {
    margin-top: 0 !important;
    /*top: 6px !important;*/
}

li ol li.dd-filler:last-of-type {
    min-height: 24px !important;
}

li ol li.dd-filler.dd-parent:last-of-type {
    margin-bottom: 6px !important;
}

#device-skin-popup {
    position: absolute;
    background: #1D1D1D;
    background: #14181f;
    left: 10px;
    top: 58px;
    display: block;
    width: 200px;
    height: 46px;
    padding: 12px 6px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-size: 13px;
    display: none;
    z-index: 101;
}

.show-device-skin-popup #device-skin-popup {
    display: block;
}

.show-device-skin-popup.slide-right #device-skin-popup {
    left: 290px;
}

#device-skin-popup .rotate-btn {
    background: #1d1d1d;
    height: 46px;
    position: absolute;
    right: -52px;
    width: 46px;
    border-radius: 4px;
    top: 0;
    display: block;
    cursor: pointer;
}

#device-skin-popup .rotate-btn span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#device-skin-popup .rotate-btn svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer;
    fill-rule: evenodd;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#device-skin-popup:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -8px;
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #14181f transparent;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #161616;
    border-width: 4px;
}

#device-skin-popup.no-device {
    height: 46px;
}

#device-skin-popup.no-device .rotate-btn {
    display: none;
}

#device-skin-popup svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer;
    fill-rule: evenodd;
    fill: #fff;
    fill-opacity: 0.75;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    pointer-events: all;
    transform: translateX(0.5px);
}

#device-skin-popup .device-icons {
    height: 48px;
    position: relative;
    top: 2px;
}

#device-skin-popup .device-icons span {
    width: 25%;
    float: left;
    height: 18px;
    position: relative;
}

#device-skin-popup .device-icons span.selected-template:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    top: 22px;
    left: 50%;
    background: tomato;
    border-radius: 2px;
    margin-left: -2px;
}

#device-skin-popup .device-icons span.selected-template svg {
    fill-opacity: 1;
}

#device-skin-popup .device-icons span .rotate-btn {
    position: absolute;
    color: #fff;
    opacity: 0.6;
    padding: 3px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    top: 0px;
    right: -8px;
    display: none;
}

#device-skin-popup .device-icons span.selected-template:hover .rotate-btn {
    display: block;
}

#device-skin-popup b {
    clear: both;
    line-height: 32px;
    margin: 24px 0;
}

#device-skin-popup.no-device .device-orientation {
    display: none;
}

#device-skin-popup .device-orientation {
    border-top: 1px solid #333;
    padding-top: 12px;
}

#device-skin-popup .device-orientation .radio {
    width: 50%;
    display: inline-block;
    float: left;
}

#device-skin-popup .device-orientation .radio>span {
    margin-right: 0;
    margin-left: 4px;
}

#device-skin-popup .check>label {
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    left: 7px;
    background: rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.18);
    float: left;
    border-radius: 3px;
}

#device-skin-popup .check span {
    margin-left: 20px;
}

#device-indicator {
    width: 56px;
    height: 34px;
    margin: 4px 3px;
    display: block;
    position: relative;
    background: 0 0;
    margin-right: -8px;
    box-shadow: none;
}

#device-indicator[data-device=none] span[data-device=none] {
    display: grid;
}

#device-indicator[data-device=browser] span[data-device=browser] {
    display: grid;
}

#device-indicator[data-device=mobile] span[data-device=mobile] {
    display: grid;
}

#device-indicator[data-device=tablet] span[data-device=tablet] {
    display: grid;
}

#device-indicator[data-orientation=landscape] span {
    transform: rotate(-90deg);
    height: 34px;
}

#device-indicator span {
    display: block;
    width: 32px;
    height: 32px;
    display: none;
    z-index: 1;
    place-content: center;
}

#device-indicator span svg {
    fill: #fff;
    fill-opacity: 0.75;
    top: 0;
    height: 24px !important;
    width: 24px !important;
    cursor: pointer;
    left: 50%;
    top: 50%;
}

#device-indicator:after {
    transform: translate3d(-20px, 5px, 0);
}

#device-indicator:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

#device-indicator:hover svg {
    fill-opacity: 1;
}

#device-indicator:hover:after {
    transform: translate3d(-20px, 0, 0);
}

#device-indicator:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(360deg);
    position: absolute;
    left: 40px;
    top: 13px;
    /* opacity: .25; */
    z-index: 2;
    border: 1px solid #d6d7d9;
    border-width: 0 0 1px 1px;
    transform: rotate(-45deg);
}

.show-device-skin-popup #device-indicator:hover:after {
    display: none;
}

.pg-btn:hover {
    cursor: pointer;
    /*filter:brightness(1.16);*/
    color: #fff;
}

.pg-btn:hover svg {
    fill-opacity: 1;
}

#sel-master-page {
    color: #fff;
    line-height: 42px;
    padding: 0 28px 0 30px;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 0;
    display: none;
    height: 42px;
    display: block;
    width: auto;
    cursor: pointer;
    transform: translateX(-50%);
    font-weight: 700;
    background-repeat: no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-position: 6px 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' transform='translate(-0.5 -0.5)'%3E%3Cpath d='M14,4.011l-3,-3l-9,0l0,14l12,0l0,-11Z' style='fill:none;stroke:%23fff;stroke-width:1px;stroke-opacity:0.35'/%3E%3Cpath d='M11.503,11.021l-1.816,0l0,-3.488l-1.638,2.02l-0.143,0l-1.642,-2.02l0,3.488l-1.764,0l0,-6.021l1.647,0l1.85,2.259l1.86,-2.259l1.646,0l0,6.021Z' style='fill:%23fff;fill-rule:nonzero;fill-opacity:0.35'/%3E%3C/svg%3E");
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sel-master-page:after {
    content: "";
    position: absolute;
    top: 18px;
    border-radius: 3px;
    box-shadow: 0 5px 0 0 #fff;
    background: #fff;
    width: 2px;
    height: 2px;
    right: 7px;
}

#sel-master-page:before {
    content: "";
    position: absolute;
    top: 13px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.13);
    width: 16px;
    height: 17px;
    right: 0;
}

.sitemap ol>li>ol:before {
    /* box-shadow: -20px 0 0 0px #ffffff36; */
    position: absolute;
    left: -10px;
    top: 23px;
    width: 2px;
    height: calc(100% - 28px);
    display: block;
    background: rgba(255, 255, 255, 0.12);
    content: "";
    z-index: 0;
    pointer-events: none;
}

.sitemap ol>li>ol:after {
    position: absolute;
    left: -10px;
    /*top: 18px;*/
    width: 2px;
    top: calc(100% - 5px);
    display: block;
    background: rgba(255, 255, 255, 0.12);
    content: "";
    z-index: 0;
    pointer-events: none;
    height: 2px;
    width: 5px;
}

.dd-parent ol li:last-child>ol:before,
.dd-parent ol li:last-of-type>ol:before,
.dd-parent ol>div:last-child>ol:before {
    height: calc(100% - 20px) !important;
}

.dd-parent ol li:last-child>ol:after,
.dd-parent ol li:last-of-type>ol:after,
.dd-parent ol>div:last-child>ol:after {
    top: calc(100% + 3px) !important;
}

.sitemap ol>li:last-child>ol>.dd-filler:last-child:not(.dd-parent) {
    min-height: 16px !important;
    max-height: 16px !important;
    margin-bottom: 6px;
}

#icon-picker {
    height: 365px;
    display: block;
    background: rgba(34, 41, 52, 0.98);
    position: absolute;
    padding: 8px 0 0 0;
    width: 464px;
    z-index: 6000;
    border-radius: 8px;
    opacity: 0;
    transform: scale(1) translate(-50%, 18px);
    pointer-events: none;
    flex-wrap: wrap;
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.14);
}

.show-icon-picker #icon-picker {
    transition: opacity 0.15s ease-in, transform 0.15s ease-in;
    opacity: 1;
    transform: scale(1) translate(-50%, 0);
    transform-origin: 50% 0;
    pointer-events: all;
}

.show-icon-picker .wirepanel {
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 0;
    pointer-events: none;
}

div#search-x {
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
    display: none;
    color: rgba(255, 255, 255, 0.8);
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 12px;
    z-index: 2222;
}

div#search-x:hover {
    color: white;
}

#search-x svg {
    margin: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.icon-search-wrap {
    position: relative;
    width: 100%;
    height: 34px;
    /* left: -8px; */
    display: flex;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 8px;
}

input#icon-search,
input#link-search {
    background: 0 0;
    border: none;
    padding: 8px 30px 8px 8px;
    /* width: 100%; */
    box-sizing: border-box;
    color: #fff;
    height: 34px;
    outline-offset: 0;
    line-height: 34px;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    /* left: -8px; */
    margin-left: 8px;
    flex: 1;
    caret-color: #fff;
    width: 304px;
}

input#icon-search:focus,
input#link-search:focus {
    outline: 0;
    outline-offset: 0;
    border-color: transparent;
}

#search-icon {
    color: #fff;
    top: 8px;
    left: 6px;
    position: relative;
    opacity: 0.4;
}

#search-icon svg {
    width: 18px;
    height: 18px;
}

#icon-search::-webkit-input-placeholder,
input#link-search::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

#icon-search::-moz-placeholder,
input#link-search::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

#icon-picker .dropdown {
    height: 34px;
    /* margin-right: 10px; */
    width: 130px;
}

#icon-picker .dropdown:after {
    right: -4px;
    top: 14px;
    border-width: 0 0 2px 2px;
}

#icon-picker[data-pack=md] .dropdown:after {
    right: -6px;
    -moz-transform: translate(3px, 0) rotate(-45deg);
}

#icon-picker select {
    font-size: 14px;
    background: 0 0;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    width: 100%;
    -moz-padding-start: 3px;
    margin: 0 12px;
    padding: 0 0 0 8px;
    color: rgba(255, 255, 255, 0.6);
}

#icon-picker select:hover {
    color: #FFF;
    background: 0 0;
}

#icon-picker select:hover {
    /*font-size: 14px;*/
    /*font-weight: 400;*/
}

#icons-gallery-wrap {
    height: 318px;
    /* overflow-y: hidden; */
    overflow-x: hidden;
    /* padding: 18px 0 0; */
    /* width: calc(100% + 20px); */
    display: grid;
    grid-template-rows: 1fr auto;
    color: #999;
    font-size: 12px;
    scrollbar-width: thin;
    scrollbar-color: #515966 #222934;
    top: 0;
    overflow: overlay;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding: 0 4px;
    box-sizing: border-box;
    padding: 0 4px;
}

#icons-gallery-wrap::-webkit-scrollbar {
    width: 5px;
    background: 0 0;
}

#icons-gallery-wrap::-webkit-scrollbar-track {
    background: 0 0;
}

#icons-gallery-wrap::-webkit-scrollbar-thumb {
    background: #797e85;
    border-radius: 4px;
    border: 1px solid #222934;
    transition: background 0.2s ease;
}

#icons-gallery-wrap>div.source-info {
    margin: 42px 0 2px 6px;
}

#icons-gallery-wrap>div.no-res {
    height: 319px;
    color: #a7a9ae;
    line-height: 319px;
    position: absolute;
    text-align: center;
    width: 100%;
    display: none;
    left: 0;
    font-weight: 500;
}

#icons-gallery-wrap a {
    text-decoration: none;
    position: relative;
}

#icons-gallery-wrap a:after {
    content: "";
    opacity: 0.3;
    width: 100%;
    border-bottom: 1px dotted #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

#icons-gallery {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 1px;
    place-content: start;
    box-sizing: border-box;
}

#icons-gallery>div {
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 3px; */
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.12s ease;
    /* border: solid rgb(0 0 0 / 25%); */
    box-sizing: border-box;
}

#icons-gallery>div:hover {
    background: rgba(255, 255, 255, 0.08);
}

#icons-gallery>div:hover svg {
    opacity: 1;
}

#icons-gallery>div:active {
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.24);
    transition: none;
}

#icons-gallery>div svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    opacity: 0.8;
}

div#icon-picker[data-pack=md] .source-info span[data-pack=fa] {
    display: none;
}

div#icon-picker[data-pack=fa] .source-info span[data-pack=md] {
    display: none;
}


#page-tree {
    font-family: sans-serif;
    max-height: 100%;
}

.page-item {
    padding: 2px 0px 0 4px;
    margin: 4px 0;
    /* background: #f5f5f5; */
    /* border: 1px solid #ddd; */
    cursor: pointer; /* Indicate draggability */
    user-select: none; /* Prevent accidental text selection */
    position: relative;
    /* display: flex;
          align-items: center; */
    margin: 0;
    /* background: #ffa; */
}

#page-tree {
    padding-top: 2px;
    overflow: auto; 
    width: 280px;
    /* scrollbar-gutter: stable; */
}
#page-tree::-webkit-scrollbar {
    display: block;
    width: 8px;
}

#page-tree::-webkit-scrollbar-button {
    display: none;
}
/*
#page-tree::-webkit-scrollbar-track {
    background-color: #00000000;
}

#page-tree::-webkit-scrollbar-track-piece {
    background-color: #00000000;
} */

#page-tree::-webkit-scrollbar-thumb {
    background: #4a5568;
    border-radius: 4px;
    border: 2px solid #222934;
}
.page-tree-content {
    padding-bottom: 4rem;
    width: 280px;
    box-sizing: border-box;
    padding-left: 12px;
    overflow-x: hidden;
    box-sizing: border-box;
    padding-top: 2px;
}

.page-children {
    margin-left: 10px;
    position: relative;
}

.page-children .page-item::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}
.page-children .page-item:last-child:before {
height: 17px;
}
.page-children .page-item:first-child:before{
    top: 3px;
}
.page-children .page-item:first-child:last-child::before{
    height: 14px;

}
/* .page-children .page-item:not(:has( ~ .page-item)):before{
height: unset;
} */

.page-item {
    position: relative;
}

.page-item > .page-content-wrapper::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    width: 8px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    display: none;
    z-index: 0;
}

.page-children .page-item > .page-content-wrapper::before {
    display: block;
}

/* Visual feedback during drag and drop */
.page-item.dragging {
    /* opacity: 0; */
    /* background: #888; */
    /* box-shadow: 0 0 4px #2a2a2a; */
    /* transform: scale(1.05); */
}
.page-item.drag-over-after::after, .page-item.drag-over-before::after{
    content: '';
    width: calc(100% - 4px);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
    background: transparent;
    pointer-events: none;
}
.page-item.drag-over-before::after {
    box-shadow: 0 -1px 0 0 #fff, 0 1px 0 0 #fff inset;
}

.page-item.drag-over-after::after {
    box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff inset;
}

.page-item .page-name {
    display: inline-block;
    /* font-weight: bold; */
    padding: 2px 4px 2px 0;
    width: calc(100% - 12px);
    height: 24px;
    box-sizing: border-box;
    height: 24px;
    line-height: 20px;
}
.page-children .page-item .page-name {
    /* padding: 2px 4px 2px 0px; */
}
.page-children .page-children .page-item:before{
    /* left: -12px; */
}
.page-item.drag-over-child >.page-content-wrapper .page-name:before{
    background-color: rgba(255, 255, 255, 0.25) !important;
    content: "";
        position: absolute;
        width: 264px;
        height: 27px;
        top: 0px;
        right: 4px;
        display: block;
        pointer-events: none;
        z-index: -1;
        border-radius: 3px;

}
.page-item[data-hidden="true"] {
    color: rgba(255, 255, 255, 0.4);
}
.page-item.active-page[data-hidden="true"] .page-content-wrapper .page-name {
    color: rgba(0, 0, 0, 0.85);
}

/* Styling for master page indicator */
.page-item .master-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    /* position: relative; */
    opacity: 0.7;
    transition: opacity 0.2s ease;
    top: 5px;
    right: 24px;
    margin-right: 0;
    background-image: none; /* Adds depth */
    z-index: 22;
}

.page-item .master-indicator::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid rgb(255 255 255);
    border-radius: 1px;
    transform: rotateX(45deg) rotateY(0deg) rotateZ(45deg) translateZ(3px);
    box-sizing: border-box;
    top: 5px;
    background: #fff;
}

.page-item .master-indicator::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1px;
    transform: rotateX(45deg) rotateY(0deg) rotateZ(45deg) translateZ(-3px);
    box-sizing: border-box;
    /* top: 8px; */
    /* transform: perspective(8600px); */
    /* border-radius: 1px; */
}

.page-item.active-page .master-indicator {
    opacity: 0.7;
}

.page-item .master-indicator:hover {
    opacity: 1;
}

/* Styling for active page */
.page-item.active-page {
    /* background-color: #b65242; */
    /* color: #fff; */
    position: relative;
}
.page-item.active-page > .page-content-wrapper .page-name {
    color: #ffffff;
}
.page-item.active-page > .page-content-wrapper .page-name:before, .page-item.menu-active > .page-content-wrapper > .page-name:before, .page-item .page-content-wrapper:hover .page-name:before {
    background: #b65242;
    content: "";
    position: absolute;
    width: 280px;
    height: 27px;
    top: 0px;
    right: 0;
    display: block;
    pointer-events: none;
    z-index: -1;
    /* border-radius: 3px; */
}
.page-name-input {
    border: none;
    outline: none;
    padding: 0;
    margin: 4px 0px !important;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    /* height: 24px; */
    /* margin: 8px 0 0 6px !important; */
    display: inline-block;
    width: calc(100% - 16px); /* Adjust as needed */
}
.page-content-wrapper:has(input) .more-actions-btn{
    display: none;
}
.page-item:hover > .more-actions-btn {
    opacity: 1;
}
.page-menu.active {
    display: block;
}

.menu-item {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

/* Remove the general checkbox styles from menu items */
.menu-item::before {
    content: none;
}

/* Add checkbox styles only for submenu items */
.submenu .menu-item {
    padding-left: 32px; /* Space for checkbox */
}

.submenu .menu-item::before {
    content: '';
    position: absolute;
    left: 12px;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    box-sizing: border-box;
}

.submenu .menu-item.checked::before {
    content: '✓';
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 12px;
    padding: 0;
}

.submenu .menu-item.loading::before {
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 1s linear infinite;
    box-sizing: border-box;
}

@keyframes spin-inside-btn {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.menu-item.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.menu-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.menu-icon {
    margin-right: 8px;
    width: 20px;
    text-align: center;
}

.menu-item.has-submenu {
    position: relative;
    padding-right: 24px; /* Add space for arrow */
}

/* Add arrow indicator for submenu */
.menu-item.has-submenu::after {    content: '‹'; /* Change arrow direction */
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

/* Create a hover bridge between menu item and submenu */
.menu-item.has-submenu::before {
    content: '';
    position: absolute;
    top: -20px;  /* Extended top area */
    right: -8px; /* Extended right area */
    width: 80px;  /* Wider buffer zone */
    height: calc(100% + 40px); /* Taller buffer zone */
    background: transparent;
  }

.submenu {
    display: none;
    position: absolute;
    right: 100%; /* Change left to right */
    left: auto; /* Remove left positioning */
    min-width: 200px;
    background: #222934;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1001; /* Ensure it's above other menus */
    margin-left: -20px; /* Match the bridge width */
    padding-left: 20px; /* Keep content aligned */
    padding: 4px 0;
}

/* Buffer area to prevent accidental submenu closing */
.menu-item.has-submenu::after {
    /* content: ''; */
    /* position: absolute; */
    /* top: 0; */
    /* right: -10px; */ /* Buffer zone width */
    /* height: 100%; */
    /* width: 10px; */
}

/* Show submenu when parent has active class */
.menu-item.has-submenu.submenu-active .submenu {
    display: block;
}

/* Add max-height and scrolling for long submenus */
.submenu.scrollable {
    max-height: 480px;
    /* overflow-y: auto; */
}

/* Show submenu when parent or submenu is hovered */
.menu-item.has-submenu:hover .submenu,
.submenu:hover {
    display: block;
}

.page-content-wrapper {
    display: flex;
    align-items: center;
    padding: 2px 0px 2px 0;
    /* flex: 1; */
    position: relative;
    align-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.page-name {
    flex: 1;
    min-width: 0; /* Allows text to truncate if needed */
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 22;
}
.page-name:after {
    /* content: attr(data-pos); */
    opacity: 0.3;
    margin-left: 4px;
    transform: translateY(-3px);
    font-size: 10px;
    color: #fff;
    /* font-style: italic; */
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
}
.active-page .page-name:after {
    opacity: 0.65;
}

.more-actions-btn {
    opacity: 0;
    padding: 0;
    cursor: pointer;
    /* font-size: 18px; */
    color: rgba(255, 255, 255, 0.7);
    width: 16px;
    height: 16px;
    /* background: #00000017; */
    display: block;
    margin: 0;
    position: relative;
}
.page-content-wrapper:hover .more-actions-btn:hover {
    opacity: 1;
}
.more-actions-btn:after {
    content: "";
    position: absolute;
    top: 7px;
    border-radius: 2px;
    box-shadow: 0 6px 0 0 #fff;
    background: #fff;
    width: 3px;
    height: 3px;
    left: 8px;
}
.page-content-wrapper:hover .more-actions-btn {
    opacity: 0.7;
}

.page-menu {
    display: none;
    position: fixed; /* Changed to fixed for better positioning */
    width: 200px;
    background: #222934;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    color: #fff;
    font-size: 13px;
    /* Remove any margins that might affect positioning */
    margin: 0;
}
.page-item.ghost {
    opacity: 0.5; /* Make it semi-transparent */
}
.page-item:has(.page-children) {
    padding-bottom: 2px;
}
.add-page-button {
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #4e545d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 34px;
    width: 100%;
}

.add-page-button:hover {
    background-color: #007bff;
}
.page-tree-add {
    height: 24px;
    width: 24px;
    display: grid;
    place-content: center;
    border-radius: 2px;
    pointer-events: none;
}
.tab.active ~ .icon-group .page-tree-add{
    pointer-events: all;
}
.page-tree-add:hover {
    background: rgb(89 94 103);
    cursor: pointer;
}
.page-tree-add svg {
    margin-top: 0 !important;
}
.tabs {
    /* overflow: hidden; */
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    color: #fff;
}

.tabs button {
    background-color: transparent;
    /* float: left; */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 0 0 6px;
    transition: 0.15s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    width: 100%;
    height: 100%;
    /* color: #ffffff80; */
    text-align: left;
}

.tabs button:hover {
    /* background-color: #ddd; */
    color: #fff;
}

.tabs button.active {
    /* background-color: #ccc; */
    color: #fff;
}
.icon-group{
    opacity: 0;
}
.tabs button.active ~ .icon-group{
    opacity: 1;
}
/* Style the pane container */
.pane-container {
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
    display: block;
}

/* Initially hide all panes except the active one */
.pane {
    display: none;
}

.pane.active {
    /* display: block; */
}
/* Context Menu Styles */
.context-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Hidden by default */
    min-width: 150px;
}

.context-menu.active {
    display: block; /* Show when active */
}

.context-menu .menu-item {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.context-menu .menu-item:hover {
    background-color: #f0f0f0;
}

/* Master Page List Styles */
.masterpage-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tabs button{
    color: inherit;
}
.masterpage-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.masterpage-item.active-page {
    background-color: #e0f7fa; /* Highlight active page */
    border-color: #00bcd4;
}

.masterpage-name {
    flex-grow: 1;
    margin-right: 8px;
}

.more-actions-btn {
    cursor: pointer;
    padding: 4px;
    font-size: 18px;
    color: #666;
    z-index: 22;
}

.more-actions-btn:hover {
    color: #333;
}

  .submenu {
    position: absolute;
    right: 100%; /* Change left to right */
    left: auto; /* Remove left positioning */
    /* background: #fff; */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
  }

  .submenu::-webkit-scrollbar {
    width: 6px;
  }

  .submenu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  .submenu::-webkit-scrollbar-track {
    background: #f5f5f5;
  }

#masterpagelist-wrap {
    overflow: auto;
    scrollbar-gutter: stable;
    max-height: 100%;
}

#masterpagelist-wrap::-webkit-scrollbar {
    display: block;
    width: 8px;
}

#masterpagelist-wrap::-webkit-scrollbar-track {
    background-color: transparent;
}

#masterpagelist-wrap::-webkit-scrollbar-thumb {
    background: #4a5568;
    border-radius: 4px;
    border: 2px solid #222934;
}

#masterpagelist-wrap::-webkit-scrollbar-button {
    display: none;
}

.submenu-actions {
    display: flex;
    gap: 8px;
    padding: 8px;
}
.submenu-actions:has(.submenu-action){
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.submenu-action {
    flex: 1;
    padding: 4px 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.submenu-action:hover {
    background: rgba(255, 255, 255, 0.2);
}

.submenu-content {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.submenu-content::-webkit-scrollbar {
    display: block;
    width: 8px;
}

.submenu-content::-webkit-scrollbar-track {
    background-color: transparent;
}

.submenu-content::-webkit-scrollbar-thumb {
    background: #4a5568;
    border-radius: 4px;
    border: 2px solid #222934;
}

.submenu-content::-webkit-scrollbar-button {
    display: none;
}

.submenu-action.loading {
    position: relative;
    color: transparent;
}

.submenu-action.loading::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin-inside-btn 1s linear infinite;
    box-sizing: border-box;
    display: block;
}

.page-item.menu-active > .page-content-wrapper > .page-name:before {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    content:'';
}
.page-item .page-content-wrapper:hover .page-name{/* position: relative; */}
.page-item:not(.active-page):not(.menu-active) > .page-content-wrapper:hover .page-name:before{
    background: transparent;
    width: 280px;
    height: calc(100% - 2px);
    top: 1px;
    box-shadow: 0 1px 0 0px #ffc2c2, 0 -1px 0 #fff; 0 #fff
    inset;
    opacity: .12;
}
.page-item.loading {
    /* opacity: 0.5; */
    pointer-events: none;
}

.page-item.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border: 2px solid #ccc;
    border-top-color: #666;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



.toggle-children {
    width: 13px;
    height: 13px;
    cursor: pointer;
    position: relative;
    /* opacity: 0.7; */
    transition: transform 0.2s;
    position: absolute;
    left: -14px;
    z-index: 23;
}
.page-children .toggle-children{
    left: -21px;
    top: 7px;
}

.toggle-children::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 0px;
    height: 0px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    z-index: 2;
    transform: rotate(-90deg);
    border-top: 3px solid transparent;
    border-right: 3px solid white;
    border-bottom: 3px solid transparent;
}
.page-item:not(.active-page):not(.menu-active):not(.drag-over-child) > .page-content-wrapper .toggle-children::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 3px;
    width: 9px;
    height: 10px;
    background: #222934;
    z-index: 1;
    opacity: 1;
}

.page-item.collapsed > .page-content-wrapper .toggle-children::before {
    transform: rotate(180deg);
}

.page-item.has-children > .page-content-wrapper {
    padding-left: 0;
}

.toggle-children:hover {
    opacity: 1;
}

/* Hide children when collapsed */
.page-item.collapsed > .page-children {
    display: none;
}

/* Adjust spacing for pages without toggle button */
.page-item:not(.has-children) > .page-content-wrapper {
    /* padding-left: 16px; */
}
#autosave-indicator-wrap{
    position: relative;
    height: 40px;
    float: left;
    margin-right: 8px;
}
.autosave-indicator {
    /* position: fixed;
    top: 16px;
    right: 16px;
    padding: 8px 12px;
    border-radius: 4px; */
    font-size: 12px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 9999;
    /* background: rgba(34, 41, 52, 0.95); */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */
    /* pointer-events: none; */
    position: relative;
}

.autosave-indicator.visible {
    opacity: 1;
}

.autosave-indicator.saving {
    /* background: rgba(34, 41, 52, 0.95); */
}

.autosave-indicator.success {
    /* background: rgba(47, 129, 90, 0.95); */
}

.autosave-indicator.error {
    color: rgba(220, 38, 38, 0.95);
}

.autosave-spinner {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid #fff;
    border-radius: 50%;
    animation: autosave-spin 0.8s linear infinite;
}

/* Add new styles for success tick */
.autosave-spinner.success {
    border: none;
    animation: none;
    opacity: 1;
    /* Remove any transitions that might hide it */
}

.autosave-spinner.success::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg) translate(-50%, -50%);
    animation: tick-appear 0.3s ease-out forwards;
    opacity: 0;
    transform-origin: 50% 50%;
}
.autosave-text{
    color: #aaa;
    min-width: 42px;
}

@keyframes tick-appear {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-50%, -50%) scale(0.5);
    }
    50% {
        opacity: 1;
        transform: rotate(45deg) translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 1;
        transform: rotate(45deg) translate(-50%, -50%) scale(1);
    }
}

@keyframes autosave-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Remove transition styles */
#canvas .page {
    opacity: 1;
}

#canvas .page.active {
    opacity: 1;
}

#sitemap-wrap[data-pagetype=regular] .addpage-wrap[data-for=masterpages] {
    color: rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.3) -1px -1px 0 0 inset;
    cursor: pointer;
}

.skeleton-container {
    /* max-width: 800px; */
    /* margin: 2rem auto; */
    padding: 96px;
    border:none;
    border-radius: 8px;
    min-height: 100%;
  }

  .skeleton-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .skeleton-box {
    background: #f0f0f0;
    border-radius: 4px;
    height: 150px;
    animation: growBox 0.3s ease-out forwards;
    transform-origin: 0 0;
    opacity: 0;
    position: relative;
    overflow: hidden;
  }

  @keyframes growBox {
    from {
      transform: scale(0);
      opacity: 0.5;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  /* Sequential animation delays */
  .skeleton-box:nth-child(1) { animation-delay: 0.1s; }
  .skeleton-box:nth-child(2) { animation-delay: 0.2s; }
  .skeleton-box:nth-child(3) { animation-delay: 0.3s; }
  .skeleton-box:nth-child(4) { animation-delay: 0.4s; }
  .skeleton-box:nth-child(5) { animation-delay: 0.5s; }
  .skeleton-box:nth-child(6) { animation-delay: 0.6s; }
  .skeleton-box:nth-child(7) { animation-delay: 0.7s; }
  .skeleton-box:nth-child(8) { animation-delay: 0.8s; }
  .skeleton-box:nth-child(9) { animation-delay: 0.9s; }

  /* Optional: Add shimmer effect */
  .skeleton-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent
    );
    animation: shimmer 1.5s infinite;
  }

  @keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
  }
#sitemap-wrap[data-pagetype=master] .pane-b,
#sitemap-wrap[data-pagetype=regular] .pane-t {
    display: block;
}
#sitemap-wrap[data-pagetype=master] .addpage-wrap[data-for=pages] {
    color: rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.3) -1px -1px 0 0 inset;
    cursor: pointer;
}
#canvas, #canvas-wrap #browser{
    display: none;
}

.page-loading-overlay {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(238 238 238 / 95%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.page-loading-overlay.active {
    opacity: 1;
    visibility: visible;
}

.loading-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
    height: 30px;
    overflow: hidden;
}

.loading-text::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #aaa;
    border-radius: 2px;
    animation: line-move 2s infinite ease-in-out;
}

@keyframes line-move {
    0% {
        transform: translateX(-50px);
    }
    50% {
        transform: translateX(130px);
    }
    100% {
        transform: translateX(-50px);
    }
}

/* Preview mode page list styles */
.preview #sitemaplist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.preview-page-item {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: rgba(255, 255, 255, 0.8);
}

.preview-page-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.preview-page-item.active-page {
    background-color: #b65242;
    color: #ffffff;
}

.preview-page-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Adjust sitemap container for preview mode */
.preview #sitemap-wrap {
    position: fixed;
    top: 42px;
    left: 0;
    width: 280px;
    height: calc(100% - 40px);
    background-color: #222934;
    color: #fff;
    z-index: 98;
    overflow-y: auto;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.preview .sitemap {
    padding: 10px 0;
}

/* Hide unnecessary elements in preview mode */
.preview #collapse-expand,
.preview .dd-list .dd-list {
    display: none;
}
.preview .pane{
    display: block;
}
.preview-list .page-item.active-page {
    /* background: #b65242; */
}
.preview-list .page-item{
    padding: 2px 8px;
    width: calc(100% - 4px);
    display: flex;
}
/* Disabled navigation buttons */
.topicon.disabled {
    opacity: 0.55;
    cursor: default;
    pointer-events: none;
}
.preview .addpage-wrap span{
    font-size: 11px;
}
.pagename-wrap {
    display: flex;
}
.empty-state-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1.25rem;
    margin-top: 14px;
    /* text-align: center; */
    background-color: #303641;
    border-radius: 6px;
    margin-left: 12px;
    /* width: calc(100% - 20px); */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
}

.regular-pages-empty-state, .master-pages-empty-state {
    color: #fff;
    margin-right: 4px;
    border: 1px solid #ffffff17;
}

.submenu-message {
    padding: 8px 12px;
    color: #aaa;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    width: 100%;
}

.empty-state-container p {
    margin: 0 0 1.5rem 0;
    /* color: #555; */
    font-size: 12px;
}

.empty-state-container .add-page-button {
    margin: 0;
    padding: 8px 16px;
    background-color: #595e67;
    /* color: #111; */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background-color 0.2s;
}

.empty-state-container .add-page-button:hover {
    background-color: #417bee;
}

.empty-state-container h3 {
    margin: 0 0 0.5rem 0;
    font-size: 12px;
    font-weight: 700;
    /* color: #2d3748; */
    letter-spacing: 0.01em;
    line-height: 1.2;
}
