.lm-pl-0{
  padding-left: 0 !important;
}
.lm-pr-0{
  padding-right: 0 !important;
}
.lm-editor{
  min-height: calc(100vh - 52px - 30px);
}
.lm-ne-overlay {
  position: absolute;
  cursor: not-allowed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.new-ce-locked .embed-wrapper .embed-container{
  border: 1px solid #cf335d;
}

.new-editor-expand main{
  display: block;
  position: relative;
  height: calc(100vh - 55px);
}
.new-editor-expand .frost-toc-product-inner{
  height: calc(100vh - 55px - 50px);
}
.new-editor-expand .lm-editor{
  min-height: calc(100vh - 55px - 50px);
}
.new-editor-expand #editor .cke_bottom{
  display: none;
}

/* SOF TOC */
.lm-toc-panel-inner{
  min-height: 100vh; 
}
.lm-new-editor-open .lm-toc-panel-inner{
  min-height: auto;
}
.lm-toc-tree-dw{
  padding-bottom: 6px;
  padding-left: 1px;
}
/* EOF TOC */

/* SOF new-content-editor */
.lm-editor-top-menu{
  border-bottom: 1px solid #e7e7e7;
  height: 45px;
}
.new-ce-container{
  display: flex;    
}
.lm-new-editor-open{
  margin-right: 0;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.lm-new-editor-open .lm-toc-panel-inner{
  padding-left: 0;
  padding-right: 0;
}

.lm-new-editor-open .lm-toc-panel{
  width: 26%;
  transition: all 0.3s ease-out;
  background: #fff;
}
.poc-editor .new-ce-container{
  justify-content:center;
}
.new-ce{
  flex:1;
  background: #f7f7f7;
}
.new-cep{
  flex: 1;
  padding:0;
  background: #f7f7f7;
  height: 100%;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
}
.new-eab{
  display: flex;
  justify-content: flex-end;   
  align-items: center;
  padding: 20px 25px;
}
.cke_combopanel__fontsize{
  height: 250px !important;
  width: 90px !important;
  border: 0 !important;
  box-shadow: 0 8px 12px rgb(0 0 0 / 29%);
}
.cke_combopanel__format,
.cke_combopanel__font {
  height: 210px !important;
  width: 185px !important;
  border: 0 !important;
  box-shadow: 0 8px 12px rgb(0 0 0 / 29%);
}
.cke_combopanel__lineheight {
  height: 160px !important;
  width: 90px !important;
  border: 0 !important;
  box-shadow: 0 8px 12px rgb(0 0 0 / 29%);
}
.new-ce.preview{
  overflow: hidden;
}
/* start new-content-editor */

/* SOF Description Box */
/* .lm-desc-area iframe{
  background: #f7f7f7;
  color: #384141;
}
.lm-desc-area .cke_editor_editor-widgets,
#editor .lm-desc-area .cke_editor_editor-widgets,
.lm-desc-area .cke_editor_editor-front-widgets,
#editor .lm-desc-area .cke_editor_editor-front-widgets,
.lm-desc-area .cke_editor_editor-back-widgets,
#editor .lm-desc-area .cke_editor_editor-back-widgets{
  border-radius: 6px;
  border: 1px solid #87939a;
}
#editor .lm-desc-area .cke_contents {
    border: 0;
}
.lm-desc-area .cke_editor_editor-widgets > .cke_inner,
.lm-desc-area .cke_editor_editor-front-widgets > .cke_inner,
.lm-desc-area .cke_editor_editor-back-widgets > .cke_inner{
  border-radius: 6px;    
}
.lm-desc-area .cke_editor_editor-widgets > .cke_inner  > .cke_top,
.lm-desc-area .cke_editor_editor-front-widgets > .cke_inner  > .cke_top,
.lm-desc-area .cke_editor_editor-back-widgets > .cke_inner  > .cke_top{
  border-radius: 6px 6px 0 0;
  border-color: #87939a;
}
.lm-desc-area .cke_editor_editor-widgets > .cke_inner  > .cke_bottom,
.lm-desc-area .cke_editor_editor-front-widgets > .cke_inner  > .cke_bottom,
.lm-desc-area .cke_editor_editor-back-widgets > .cke_inner  > .cke_bottom{
  border-radius: 0 0 6px 6px;
  border-color: #87939a;
} */
/* EOF Description Box */

/* SOF Project Author */
.new-ce.editor{
  background:  #f2f7ff;
  overflow: hidden;
} 
.new-ce.editor .new-cep{
  background:  #f2f7ff;
}
.new-ce.new-ce-locked{
  background: #fff5f8;
}
.new-ce.new-ce-locked .new-cep{
  background: #fff5f8;
}
.lm-main-editor > .cke .cke_top{
  background:  #f2f7ff;
  border-bottom: 0;
}
#editor .lm-main-editor > .cke .cke_contents{
  border: 1px dashed #798d8e;
}
.new-ce-locked .lm-main-editor > .cke .cke_top{
  display: none;
}
.new-ce-lc-label{
  color: #cf335d;
  height: 42px;
  padding: 10px 8px;
  margin-bottom: 0;  
  display: none;
}
.new-ce-lc-label .material-icons{
  font-size: 18px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
}
.new-ce-locked .new-ce-lc-label{
  display: block;
}
.new-ce-locked #editor .lm-main-editor > .cke .cke_contents{
  border: 1px solid #cf335d;
}
.lm-main-editor > .cke .cke_combo_text{
  line-height: 30px;
}
/* EOF Project Author */

/* SOF Project Preview */
.lm-ne-preview{
  overflow: hidden;
  height: calc(100vh - 52px - 50px - 45px - 16px - 3px);
  width: 100%;
  margin: 16px auto 0;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}
.lm-ne-preview.lm-tab-view{
  width: 768px;
}
.lm-ne-preview.lm-sm-tab-view{
  width: 600px;
}
.lm-ne-preview.lm-phone-view{
  width: 320px;
}
/* EOF Project Preview */

/* SOF Sweet alert Modal */
.sweet-alert .lm-uf-btn {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding: 7px 24px 8px;
	border-radius: 20px;
	outline: 0;
  transition: all ease-in-out 0.2s;
  border: 1px solid transparent; /*for sweet alert */
}
.sweet-alert .lm-uf-btn-primary {
	background-color: #455A65;
	border-color: #455a65;
	color: #fff;
}
.sweet-alert .lm-uf-btn-primary.disabled,
.sweet-alert .lm-uf-btn-primary:disabled {
	opacity: 0.5;
	cursor: default;
}
.sweet-alert .lm-uf-btn-primary.disabled:hover,
.sweet-alert .lm-uf-btn-primary:disabled:hover {
	color: #fff;
}
.sweet-alert .lm-uf-btn-primary:hover:not([disabled]),
.sweet-alert .lm-uf-btn-primary:focus-visible:not([disabled]),
.sweet-alert .lm-uf-btn-primary:focus:focus-visible:not([disabled]) {
	background-color: #2E6BC7;
	color: #fff;
	border-color: #2E6BC7;
	outline: 0 !important;
}
.sweet-alert .lm-uf-btn-primary:active:not([disabled]),
.sweet-alert .lm-uf-btn-primary.active:not([disabled]),
.sweet-alert .lm-uf-btn-primary:focus:not([disabled]) {
	background-color: #12489A;
	border-color: #12489A;
	color: #fff;
	outline: 0 !important;
	box-shadow: none !important;
}
.sweet-alert .lm-uf-btn-secondary {
	background-color: #EAEEEE;
	border-color: #EAEEEE;
	color: #384141;
	padding-left: 18px;
	padding-right: 18px;
}
.sweet-alert .lm-uf-btn-secondary.disabled,
.sweet-alert .lm-uf-btn-secondary:disabled {
	opacity: 0.5;
	cursor: default;
}
.sweet-alert .lm-uf-btn-secondary:hover {
	background-color: #2E6BC714;
	border-color: #2E6BC714;
	color: #2E6BC7;
	outline: 0;
}
.sweet-alert .lm-uf-btn-secondary:focus-visible,
.sweet-alert .lm-uf-btn-secondary:focus:focus-visible {
	background-color: #2E6BC714;
	border-color: #2E6BC7;
	color: #2E6BC7;
	outline: 0;
}
.sweet-alert .lm-uf-btn-secondary:active,
.sweet-alert .lm-uf-btn-secondary.active,
.sweet-alert .lm-uf-btn-secondary:focus {
	background-color: #2E6BC71F;
	border-color: #2E6BC71F;
	color: #2E6BC7;
	outline: 0 !important;
	box-shadow: none !important;
}
/* EOF Sweet alert Modal */


/* SOF Intermediate Page */
.inter-page-container{
  padding: 42px 0 0 0;
}
.new-ce-locked .inter-page-container{
  padding-top: 0;
}
.inter-page{
  background: #fff;
  border: 1px dashed #798d8e;
  padding: 35px 0 20px 40px;
}
.new-ce-locked .inter-page{
  border: 1px solid #cf335d;
}
.inter-content-title-wrap{
   margin-bottom: 25px;
}
.inter-content-title{
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.inter-content-title-icon{
  margin-right: 12px;
}
.inter-content-sub-title{
  font-size: 16px;
  font-style: italic;
  color: #606f70;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  padding-left: 36px;
}
.inter-content-sub-title-icon{
  vertical-align: middle;
  color:#606F70;
  margin-right: 5px;
}
.inter-act-btns{
  padding-left: 35px;
}
/* EOF Intermediate Page */

@media (max-width: 1024px){
  .lm-toc-tree-dw{
    padding-bottom: 18px;
  }
}
@media (max-width:1200px){
  .new-editor-expand .main-wrapper,
  .new-editor-expand .wrapper{
    min-width: 1200px;
  }
}
@media (max-width: 1365px){  
  .lm-new-editor-open .lm-toc-panel{
    width: 350px;
  }
  .new-cep{
    max-width: 1024px;
    flex: 1;
  }
}

@media (min-width: 1366px){
  .new-cep{
      max-width: 1210px;
      flex: 1;
  }
}
/* SOF Link Dropdown */
.cke_menu_panel {
  box-shadow: 0 8px 12px rgb(0 0 0 / 29%);
  padding: 8px 0 !important;
}
/* EOF Link Dropdown */
/* Need to merge and delete during cleanup */
.lm-bcov-img{
  background-position: center;
}
/* Need to merge and delete during cleanup */