/**** template section style start ***/

body.templatesListingPage {
  overflow: auto !important;
  height: auto;
}

.tl-container {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

.templateListing-header {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fff;
  padding: 32px 0;
  transition: all 0.25s ease;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.templateListing-header .ztlp-container{
  width: 100%;
}

.templatesListingPage .templateListing-header{
  padding: 16px 0;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}

 .templateListing-header .ztlp-productLabel{
    font-family: "Zoho_Puvi_medium";
    font-size: 18px;    
 }

.templatesPreviewPage .templateListing-header,.templatesPreviewPage  .ztlp-logo img,.templatesPreviewPage .templateListing-header.sticky .ztlp-logo img{
  transition: none;
}

.templateListing-header.sticky {
  padding: 16px 0;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}


.templateListing-header .ztlp-nav-bar>ul>li>a.activeLink {
  color: #3E862E;
}

.templateListing-header .ztlp-product-name {
  cursor: pointer;
}

.templateListing-header .ztlp-logo img{
  width: 24px;
}


.ztlp-templateSec {  
  height: calc(100vh - 50px);
  overflow: hidden;
  /* background: #f6f6f6; */
}

/* .ztlp-templateSec .ztlp-container{
  max-width: 100%;
  padding: 0;
} */

.ztlp-templateSecInner{
  display: flex;
}

.ztlp-templateSecLeft {
  max-width: 340px;
  width: 100%;
  padding-right: 30px;
  padding-left: 40px;  
  background: #fcfcfc;
  border-right: 0.5px solid #ddd;
  /* display: none; */
}


.tl-templateSecRight{
  flex: 1;
  background: #fff;
  padding: 0 88px;  
  height: calc(100vh - 50px);
  overflow: auto;
  scroll-behavior: smooth;
}



.tl-categoryAllTemplateSec:last-child {
  margin-bottom: 50px;
}

.ZT-chooseTemplateSearch{
  display: flex;
  justify-content: space-between;
}

/* .ZT-chooseTemplate{
  max-width: 768px;
} */

.tl-templateTitle {
  font-weight: 400;
  font-size: 18px;
  padding: 32px 0 24px;
}

.tl-categoryAllTemplateSec  .tl-templateTitle{
  color: #535353;
  padding-bottom: 4px;
}
.tl-templateListSec{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.tl-previewTemplateBtns{
  display: flex;
  align-items: center;  
}

.tl-templatesCard .cm-btn.ZT-previewLinkBtn{
  margin: 0;
  border: 0;
  padding-right: 0;
  padding-left: 0;
  text-transform: capitalize;
  font-weight: normal;
  background: transparent;
  box-shadow: unset;
  display: none;
}

.tl-templatesCard {  
  width: 27.5%;
  border: 1px solid #E8E8E8;
  background: #fff;
  border-radius: 12px;
  display: block;  
  margin: 15px;
  cursor: pointer;
  position: relative;
  min-height: 310px;
}

.tl-templatesCard:hover{
  box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.11);;
}

.cm-btn.tp-useTemplateBtn {
  background-color: #fff;
  color: #3E862E;
  height: 34px;
  border-color: #ddd;
  border-width: 1px;
  transition: all 0.25s ease;
  box-shadow: none;
  margin: 0 16px;
  padding-right: 38px;
  text-transform: capitalize;
}

.ZT-useTemplateDropBtn{
  background: #F4F5F6;
  border: 0;
  position: absolute;
  top: 4px;
  right: 20px;
  height: 26px;
  width: 26px;
  z-index: 1;
  cursor: pointer;
  fill: #a9a9a9;
  border-radius: 50%;
}

.ZT-useTemplateInfoIcon{
  fill: #a9a9a9;
}

.tl-templatesCard:hover .ZT-useTemplateDropBtn{
  background: rgba(255, 255, 255, 0.2);
  fill: #fff;
}

.tl-templatesCard:hover .ZT-useTemplateDropBtn:before{
  background-color: #fff;
}



.ZT-useTemplateInfoIcon+.ZT-tooltip{
  transition: none;
}

.ZT-useTemplateInfoIcon:hover+.ZT-tooltip{
  opacity: 1;
  visibility: visible;
  left: calc(25%);
  bottom: -20px;
}

.ZT-useTemplateDropDown {  
  position: absolute;
  top: 130%;
  right: -52px;
}

.ZT-useTemplateDropDown li{
  display: none;
}
.ZT-useTemplateDropBtnActive+.ZT-useTemplateDropBtn .ZT-useTemplateDropDown li,
.ZT-useTemplateDropBtn .ZT-useTemplateDropDown li.ZTCL-active{
  display: flex;
}

.ZT-useTemplateDropBtn .ZT-useTemplateDropDown li{
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(55,59,63,.12);
    outline: solid 1px #d7d7d7;    
    border: 4px solid #fff;    
    border-radius: 6px;
    padding: 5px 0;
    z-index: 99;
    white-space: nowrap;
    font-size: 14px;
    color: #222;
    padding: 10px;
    align-items: center;
    cursor: pointer;    
    margin: 0 6px;
}
.ZT-useTemplateDropBtn .ZT-useTemplateDropDown li.ZTCL-active{
  pointer-events: visible;
}
.ZT-useTemplateDropBtn .ZT-useTemplateDropDown li.ZTCL-active .ZT-useTemplateInfoIcon{
    animation: none;
}

.ZT-useTemplateDropBtn .ZT-useTemplateDropDown li:hover {  
  border: 4px solid #fff;
  background-color: #f6f6f6;
  border-radius: 6px;
}

.tl-templatesCard:hover  .tp-useTemplateBtn, .tp-useTemplateBtn.ZT-useTemplateDropBtnActive{  
  background-color: #6dbe5b;  
  border-color: #6dbe5b;  
  color: #fff;
}

.ZT-woSampleDataLink{
  color: #222;  
}

.previewLink {
  color: #858585;  
  font-size: 15px;
}

.tp-useTemplateBtn+.ZT-useTemplateDropBtn>svg{
  fill: #a9a9a9;
}

.tl-templatesCard:hover .ZT-useTemplateDropBtn>svg{
  fill: #fff;
}


.tl-templatesCard:hover .ZT-useTemplateDropBtn:hover, .ZT-useTemplateDropBtnActive+.ZT-useTemplateDropBtn,
.ZT-prePageUseTemplateBtn .ZT-useTemplateDropBtnActive.tp-useTemplateBtn+.ZT-useTemplateDropBtn,
.tl-templatesCard:hover .ZT-useTemplateDropBtnActive+.ZT-useTemplateDropBtn{
  background: #fff;
}

.tl-templatesCard:hover .ZT-useTemplateDropBtn:hover>svg,.ZT-useTemplateDropBtnActive+.ZT-useTemplateDropBtn>svg,
.tl-templatesCard:hover .ZT-useTemplateDropBtnActive+.ZT-useTemplateDropBtn>svg{
  fill: #6dbe5b;
}

.tp-useTemplateBtn:hover {  
  box-shadow: 0px 6px 7px 0 rgb(55 59 63 / 10%);  
}


.tl-templatesCardTop {
  position: relative;
  max-width: 100%;
}

.tl-templatesCardTop:before{
  position: absolute;
  content: '';
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%; 
  bottom: -20px;
  left: 15px;
}

.tl-templatesCard img {
  width: 100%;
}

.tl-templatesCardViews {
  list-style-type: none;
  padding: 0;
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
}

.tl-templatesCardViews li {
  width: 28px;
  height: 28px;
  padding: 3px;
  border: 0.7px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}

.tl-templatesCardViews li:first-child {
  left: 0;
  z-index: 2;
}

.tl-templatesCardViews li:nth-child(2) {
  left: -6px;
  z-index: 1;
}

.tl-templatesCardViews li:nth-child(3) {
  left: -12px;
}


.tl_themeColor_ViewIcon {
  fill: var(--baseThemeColor);
}

.tl-templateCardIcon,.tl-templateCardIconBG {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: -20px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;  
  fill: var(--baseThemeColor);
  border-radius: 50%;
  border: 5px solid #fff;
  z-index: 1;
}

.tl-templateCardIconBG{
  background: var(--baseThemeColor);
  opacity: 0.2;
}

.tl-templatesCard:hover .tl-templateCardIcon{
  fill: #fff;
}

.tl-templatesCard:hover .tl-templateCardIconBG{
  opacity: 1;
}

.tl-templatesCardBottom {
  padding: 30px 0 20px 0;
  width: 100%;
}

.tl-templateCardCat {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #3E862E;
  margin-bottom: 5px;
  display: none;
}

.tl-templateCardTitle {
  font-size: 15px;
  line-height: 19px;
  color: #282828;
  /* font-family: 'Inter'; */
  font-weight: 500;
  margin-bottom: 16px;
  padding: 0 16px;
}

.tl-templateCardDesc {
  font-size: 14px;
  height: 63px;
  line-height: 22px;
  color: #7c7c7c;
  margin-bottom: 20px;
  padding: 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.ZT-chooseTemplate .tl-templateTitle{
  font-size: 20px;
  padding-top: 55px;
}

.ztlp-emptyState .ZT-chooseTemplate .tl-templateTitle{  
  display: none;  
}

.ZT-chooseTemplate  .tl-templateCardDesc{
  font-size: 16px;
  margin-bottom: 0;
  padding: 0;
}

.ztlp-emptyState .ZT-chooseTemplate .tl-templateCardDesc{
  padding-top: 48px;
}

.tl-viewsUseTemplate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 16px;  
}

/**** template section style end ***/

/***** preview page style start *****/
body.templatesPreviewPage{
  overflow: auto !important;
}

.ztlp-previewSec{
  padding: 20px 0;
}

.tl-backSec{
  cursor: pointer;
  color: #282828;
  display: flex;
  align-items: center;  
}

.tl-backSec svg{
  transform: rotate(90deg);
}

.templatesPreviewPage .tl-templateCardIcon{
  position: unset;
  background: var(--baseThemeColor);
  fill: #fff;
}

.tp-templateName {
  display: flex;
  align-items: center;
}

.templatesPreviewPage .tl-templateTitle{
  margin: 0 10px;
  padding: 0;
}

.templatesPreviewPage .ZT-prePageUseTemplateBtn{
  /* display: none; */
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ZT-prePageUseTemplateBtn .tp-useTemplateBtn{
  background-color: #6dbe5b;
  border-color: #6dbe5b;
  color: #fff;
}


.ZT-prePageUseTemplateBtn .tp-useTemplateBtn+.ZT-useTemplateDropBtn {
  background: rgba(255,255,255,.2);  
}

.ZT-prePageUseTemplateBtn .tp-useTemplateBtn+.ZT-useTemplateDropBtn>svg{
  fill: #fff;
}

.ZT-prePageUseTemplateBtn .tp-useTemplateBtn+.ZT-useTemplateDropBtn:hover{
  background: #fff;
}

.ZT-prePageUseTemplateBtn .tp-useTemplateBtn+.ZT-useTemplateDropBtn:hover>svg,.ZT-prePageUseTemplateBtn .tp-useTemplateBtn.ZT-useTemplateDropBtnActive+.ZT-useTemplateDropBtn>svg{
  fill: #6dbe5b;
}


.ZT-prePageUseTemplateBtn .ZT-useTemplateDropDown{  
  right: -10px;
}

.tp-useTemplateWODataLiDesc{
  color: #7c7c7c;
  font-size: 12px;
}
/* preview slider style start */
.tl-preview-carouselPanel {
  background: #E9EBF0;
  padding: 24px 40px;
  border-radius: 12px;  
  margin-top: 20px;  
}

ul.tl-preview-carouselUL {
  display: block;
  position: relative;
  height: 500px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-preview-carouselUL * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

ul.tl-preview-carouselUL input {
  display: none;
}

.tl-preview-sliderli {
  display: block;
}

.tl-preview-sliderContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
  z-index: 1;
}

.tl-preview-sliderImg {  
  position: relative;
}


 .tl-preview-sliderImg img {
  /* height: 100%;
  width: 100%; */
  border-radius: 12px;
  transform: translateY(60px);
  opacity: 0;
}

input:checked+.tl-preview-sliderli .tl-preview-sliderContainer .tl-preview-sliderImg img{
  transform: translateY(0px);
  transition: all 1000ms;
  opacity: 1;
}

.tl-preview-sliderControls {
  position: absolute;
  top: 50%;     
  font-size: 20px;
  color: #fff;    
  transform: translateY(-50%);
  width: 100%;
}

.tl-preview-sliderControls label {
  display: none;
  position: absolute;
  opacity: 1;
  transition: opacity .2s;
  cursor: pointer;
}


.tl-preview-sliderControls .tl-preview-prevSlide {
  width: 32px;
  height: 32px;
  text-align: left;
  left: -32px;  
  background: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 8%);
  border: 1.5px solid transparent;
  border-radius: 50%;
  color: #333;
  text-align: center;
  justify-content: center;
  line-height: 35px;    
  align-items: center;
}

.tl-preview-sliderControls .tl-preview-prevSlide svg {
  transform: rotate(180deg);
}

.tl-preview-sliderControls .tl-preview-nextSlide {
  width: 32px;
  height: 32px;
  background: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 8%);
  border: 1.5px solid transparent;
  border-radius: 50%;
  text-align: right;
  right: -30px;
  color: #333;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 29px;
  font-size: 30px;
}

.tl-preview-sliderControls .tl-preview-nextSlide:hover, .tl-preview-sliderControls .tl-preview-prevSlide:hover {
  border: 1.5px solid #ccc;
}

input:checked+.tl-preview-sliderli .tl-preview-sliderContainer {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
}

input:checked+.tl-preview-sliderli .tl-preview-sliderControls label {
  display: flex;
}

input:checked+.tl-preview-sliderli .nav label {
  display: block;
}


.tl-preview-sliderDotsSec {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  position: absolute;
  bottom: -85px;
  z-index: 1;
  background: #fff;
  left: -40px;
  border-radius: 3px;
}

.tl-preview-sliderView {
  display: flex;
  align-items: center;
  margin: 3px;
  padding: 0 14px 0 10px;
  height: 32px;
  border-radius: 3px;
}

.tl-preview-sliderView span{
  margin: 0 3px;
  font-size: 14px;
  font-weight: 600;
}

.tl-preview-sliderDotsLabel{
  cursor: pointer;
}

.tl-preview-sliderDotsLabel .tl-preview-sliderDots {
  width: 4px;
  height: 8px;
  background: #ede9fa;
  display: block;
  border-radius: 50px;
  margin: 4px 10px;
  transition: all 1s ease;
}

.tl-preview-carouselUL input#img-1:checked ~ .tl-preview-sliderDotsSec [for="img-1"] .tl-preview-sliderView,
.tl-preview-carouselUL input#img-2:checked ~ .tl-preview-sliderDotsSec [for="img-2"] .tl-preview-sliderView,
.tl-preview-carouselUL input#img-3:checked ~ .tl-preview-sliderDotsSec [for="img-3"] .tl-preview-sliderView,
.tl-preview-carouselUL input#img-4:checked ~ .tl-preview-sliderDotsSec [for="img-4"] .tl-preview-sliderView,
.tl-preview-carouselUL input#img-5:checked ~ .tl-preview-sliderDotsSec [for="img-5"] .tl-preview-sliderView{
  background: var(--baseThemeLightColor);
  transition: background 1s ease;
}
/* preview slider style end */
.tp-previewContentSec {
  margin-top: 80px;
}

.templatesPreviewPage .tp-previewContentSec p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
}

.tp-benefitsSec{
  margin: 24px 0 16px 0;
}

.tp-benefitsSecTitle{
  font-size: 24px;
  margin-bottom: 16px;
}

.tp-benefitsSecList{
  padding-left: 24px;
}

.tp-benefitsListItem{
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 18px;
}
.tp-benefitsListItem:before{
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
}
.tp-benefitsListItemKey{
  font-size: 16px;
  font-weight: bold;
}
/***** preview page style end *****/


/*** category search style start ***/
.ztlp-searchOptions {
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  margin-top: 48px;
}

.ztlp-searchInputWrapper {
  flex: 1 1 auto;
  border-radius: inherit;
  position: relative;
}

.ztlp-input {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 20px 0 40px;
  border: 1px solid #E4E4E4;
  color: #000;
  font-size: 13px;
  border-radius: inherit;
  background-color: #fff;
}

.ztlp-searchIcon {
  position: absolute;
  fill: #fff;
  z-index: 1;
  top: 12px;
  left: 16px;
  opacity: .4;
}

.ztlp-searchInputWrapper svg{
  fill: #535353;
  opacity: 1;  
}
/*** category search style end ***/

.ztlp-categorySec {
  margin-top: 30px;
}

.ztlp-categoryTitle{
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}

.ztlp-categoryTitle:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(228, 104, 100, 1);
}

.ztlp-categoryListParent {
  margin: 20px 0;
  padding: 0 24px;
  height: calc(100vh - 240px);
  overflow: auto;
}

.ztlp-categoryList{
  margin-bottom: 20px;
  line-height: 19px;
}


.ztlp-categoryList a{
  color: #7c7c7c;  
  display: block;
  font-size: 14px;
}

.ztlp-categoryList.active a,.ztlp-categoryList.active a:hover{
  color: #3E862E;
}

.ztlp-categoryList.active a,.ztlp-categoryList.active a:hover{
  font-weight: 600;
}

.ztlp-categoryList a:hover{
  color: #282828;
  font-weight: 500;
}

.tl-templateImage{
  background-image: var(--background);
  width: 100%;
  height: 100px;
  background-position: center;
  background-size: cover;
  border-radius: 12px 12px 0 0;
  background-repeat: no-repeat;
}

.tl-templateBGPos-inherit .tl-templateImage{
  background-position: inherit;
}

.tl-templateBGPos-bottom .tl-templateImage{
  background-position: bottom;
}
/*** empty base create in template page style start ***/

.tl-baseCreationSec  .tl-templateTitle{
  font-size: 20px;  
}
.tl-baseCreationTypes {
  display: flex;
}

.tl-baseCreateSec {
  border: 1px solid transparent;
  background: #e4edfd;
  padding: 0 24px 0 8px;    
  margin-inline-end: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;    
  cursor: pointer;
  height: 56px;
  /* flex-wrap: wrap; */
}

.tl-baseCreateSecInner {
  display: flex;
  align-items: center;
}

.tl-baseCreateScratch {
  background: #E8F4E8;
  margin-right: 0;
}

.tl-importBaseInput{
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  display: none;
}

.tl-baseCreateIconSec{
  display: flex;
  justify-content: center;
}

.tl-baseCreateIconSecInner {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  border-radius: 50%;
}


.tl-baseCreateText {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 12px;
}


.tl-importBase .tl-baseCreateIconSecInner{
  background: #fff;
}

.ZT-noResultTemplatePanel{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ZT-noResultTemplateImg{
  width: 178px;  
}

.ZT-noResultTemplateTitle{
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
}

.tl-templateCardLeftCurve,.tl-templateCardRightCurve{
  fill: #fff;
  stroke: #fff;
  position: absolute;
  top: 88px;
  left: 4px;    
}

.tl-templateCardRightCurve{
  left: 51px;
  transform: rotate(85deg);
}

/*** template portal placing style start ***/
/*** New workspace statetemplate style start ****/
.listingContainer .ztlp-emptyState .ztlp-containers{
  padding: 0 15px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.listingContainer  .ztlp-emptyState .tl-baseCreationSec{
  width: 100%;  
  text-align: center;
}

.listingContainer  .ztlp-emptyState .tl-baseCreationSec .tl-templateTitle{
  color: #858585;
}
.listingContainer  .ztlp-emptyState .tl-baseCreationDesc{
  font-size: 20px;
  color: #a9a9a9;
  margin: 40px 0;
}

.listingContainer  .ztlp-emptyState .tl-baseCreationTypes{
  justify-content: center;
}

.listingContainer  .ztlp-emptyState .ztlp-templateSecLeft{
    border-radius: 12px 0 0 12px;
}
.listingContainer  .ztlp-emptyState .tl-templateSecRight{
  padding: 0 40px;
  overflow-x: hidden;
  border-radius: 0 12px 0 0;
}

 .ZT-chooseTemplate .tl-templateCardDesc{
  height: auto;
}

.listingContainer  .ztlp-emptyState .tl-templatesCard{
  width: 30%;
}


.listingContainer  .ztlp-emptyState .ztlp-templateSecInner{
  flex-wrap: wrap;
}


.listingContainer  .ztlp-emptyState .ztlp-templateCategoryCardSec .ztlp-templateSecInner{
  width: 100%;
}

.listingContainer  .ztlp-emptyState .ztlp-templateCategoryCardSec{
  display: flex;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 16px;
  height: calc(100vh - 132px);
  position: sticky;
  top: 0;
  overflow: hidden;
  flex: 1;
}

@media only screen and (max-width: 1300px){
  .listingContainer .ztlp-emptyState .tl-templatesCard {
    width: 40%;
}
}

@media only screen and (max-width: 1200px){
  .listingContainer .ztlp-emptyState .tl-templatesCard {
    width: 45%;
}
}


@media only screen and (max-width: 992px){
  .listingContainer .ztlp-emptyState .ztlp-templateCategoryCardSec{
    display: block;
    height: auto;
    margin-bottom: 50px;
  }

  .listingContainer .ztlp-emptyState .ztlp-templateSecLeft{
    max-width: initial;
    padding-top: 30px;
    border-radius: 12px 12px 0 0;
  }

  
.listingContainer .ztlp-emptyState  .ztlp-categorySec {
  margin-top: 0;
}
.listingContainer .ztlp-emptyState .ztlp-categoryListParent{
  height: auto;
}
}

@media only screen and (max-width: 560px){
  .listingContainer .ztlp-emptyState .tl-templatesCard {
    width: 100%;
    margin: 15px;
  }
}

/*** New workspace template style end ****/
.ZT-templatePlaceSec {
  font-family: Inter,Sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  color: #282828;
  overscroll-behavior-y: none;
  text-rendering: optimizelegibility;
  overflow: hidden;
}
.ZT-templatePlaceSec .FB-shareFormSec{
  position: absolute;
  width: 100%;
  height: 100%;  
  background-size: cover;
  overflow: hidden;
}

.ZT-templatePlaceSec .FB-shareFormSec:after{
  position: absolute;
  content: '';
  width: 260px;
  height: 400px;  
  background-size: cover;
  right: -35px;
  top: -85px;
  background-repeat: no-repeat;
}

.ZT-templatePlaceSec  .FB-shareFormModal {
  width: 630px;
  height: max-content;
  position: absolute;
  margin: auto;
  inset: 0;        
  background: #fff;
  box-shadow: 2px 4px 38px rgb(0 0 0 / 6%);
  border-radius: 8px;
  padding: 45px;
  box-sizing: border-box;
  }

  .ZT-templatePlaceSec  .FB-shareFormTitle {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
}

.ZT-templatePlaceSec .FB-shareFormDesc {
  margin: 12px 0 0;			
  color: #7c7c7c;
  font-size: 16px;

}

.ZT-templatePlaceSec .ZT-templatePlaceImgSec{
  text-align: center;
}

.ZT-templatePlaceSec .ZT-templatePlaceImg  {
  width: 180px;
  height: auto;
}


.ZT-templatePlaceSec .ZT-cmnDropPanel{
  position: relative;
}

.ZT-templatePlaceSec .Grid-cmDrop-panel{
  width: 100%;
  left: 0;
  top: auto;
  }
  
  .ZT-templatePlaceSec .Grid-cmDrop-panel ul{
    max-height: 200px;
    overflow-y: auto;
  }
  
  .ZT-templatePlaceSec .ZT-portalListDropdown .cm-btn{
    background: #eff7ee;
    color: #399624;
    border-radius: 8px;
    width: calc(100% - 8px);
    margin: 16px 4px 0;
    box-shadow: none;
    fill: #399624;
    height: 40px;
  }

  .ZT-templateLanderPara{
    color: #7c7c7c;
    display: none;
  }

  .ZT-templatePlaceSec   .ZT-cmnDropPanel.ZT-cursorDisable ~ .ZT-templateLanderPara{ 
    display: block;
  }
  
  .ZT-templateAddPortalActionBtns {
    margin-top: 40px; 
    justify-content: flex-end;

  }

  .ZT-templateAddPortalBtn{
    background: transparent;
    color: #399624;      
    box-shadow: none;
    fill: #399624;    
    padding: 0;
    position: absolute;
    left: 0;
  }

  .ZT-templateAddPortalBtn .ZT-tooltip{
    height: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: capitalize;

  }
  .ZT-templateAddPortalBtn:hover .ZT-tooltip {
    opacity: 1;
    visibility: visible;
    top: 30px;
    right: 0;   
}

.ZT-templateAddPortalBtn .ZT-useTemplateInfoIcon:hover+.ZT-tooltip{
    width: 115px;
}
  
/*** template portal placing style end ***/
/**** template popup in listing page style start ***/

.ztlp-templateSec .ztlp-container {
	max-width: 90rem;
	margin: 0 auto;
	padding: 0 15px;
  }

.templatePopupActive:before {
  position: fixed;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 4;
}

.listingContainer .ztlp-templateSec{
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 5;
  border-radius: 12px;
  padding: 50px 0;
  transform: translateY(200%);
  transition: all 0.4s ease;
  overflow: visible;
  height: calc(100% - 100px);
  
}

.ztlp-closeIconBG svg{
  fill: #fff;
}

.templatePopupActive .listingContainer .ztlp-templateSec{
	opacity: 1;
	visibility: visible;
}

.listingContainer .ztlp-templateSec{
	opacity: 0;
	visibility: hidden;
}


/* .listingContainer .ZT-chooseTemplateSearch + .tl-categoryAllTemplateSec .tl-templateTitle{
  padding-top: 0;;
} */
.templatePopupActive .listingContainer .ztlp-templateSec{
  transform: translateY(0);
}
.templatePopupActive .ztlp-templateSecInner{
  height: calc(100vh - 150px);
  overflow: hidden;
}

.templatePopupActive .ZT-chooseTemplate .tl-templateTitle{
  padding-top: 0;
}

.ztlp-templatePopupClose{
  display: none;
}


.listingContainer .tl-templateSecRight{
    height: 100%;
    padding-top: 40px;
}

.templatePopupActive .ztlp-templatePopupClose {
  display: block;
  position: absolute;
  top: 27px;
  right: 50px;

}

.templatePopupActive .ztlp-closeIcon{
  position: absolute;
  top: 5px;
  right: 25px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translate(-50%);
  top: 5px;
  left: 50%;
}

.listingContainer .ztlp-categoryListParent{
  height: calc(100vh - 325px);
}

/**** template popup in listing page style end ***/

.ZT-menuCloseIcon .ZT-menuCloseImg,.ZT-menuIcon .ZT-menuIconImg{
  fill: #000;
}


/*** template portal placing style start ***/
.ZT-templatePlaceSec {
  font-family: Inter,Sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  color: #282828;
  overscroll-behavior-y: none;
  text-rendering: optimizelegibility;
  overflow: hidden;
}
.ZT-templatePlaceSec .FB-shareFormSec{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../../images/Portal/shareFormBG.png') no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.ZT-templatePlaceSec .FB-shareFormSec:after{
  position: absolute;
  content: '';
  width: 260px;
  height: 400px;
  background: url('../../images/Portal/shareFormBGSquares.png') no-repeat center;
  background-size: cover;
  right: -35px;
  top: -75px;
}

.ZT-templatePlaceSec  .FB-shareFormModal {
  width: 630px;
  height: max-content;
  position: absolute;
  margin: auto;
  inset: 0;        
  background: #fff;
  box-shadow: 2px 4px 38px rgb(0 0 0 / 6%);
  border-radius: 8px;
  padding: 45px;
  box-sizing: border-box;
  }

  .ZT-templatePlaceSec  .FB-shareFormTitle {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
}

.ZT-templatePlaceSec .FB-shareFormDesc {
  margin: 12px 0 0;			
  color: #7c7c7c;
  font-size: 16px;

}

.ZT-templatePlaceSec .ZT-templatePlaceImgSec{
  text-align: center;
}

.ZT-templatePlaceSec .ZT-templatePlaceSec .ZT-templatePlaceImg  {
  width: 180px;
  height: auto;
}

.ZT-dropPanelTitle {
    font-weight: 500;
    color: #282828;
    margin-bottom: 8px;
}


.ZT-cmnDropPanel{
margin-top: 30px;
}

.ZT-dropOptionSelect {
background-color: #f7f9fb;
/* border: 1px solid #e7e8ef; */
height: 40px;
display: flex;
align-items: center;
padding: 0 12px;
border-radius: 4px;
margin-bottom: 15px;
justify-content: space-between;
cursor: pointer;
}

.ZT-dropOptionName {
overflow: hidden;
text-overflow: ellipsis;
max-width: 290px;
white-space: nowrap;
}

.ZT-dropOptionSelect svg {
fill: #a0a6ad;
}
/* 
.ZT-templatePlaceSec .Grid-cmDrop-panel{
width: calc(100% - 90px);
left: 45px;
} */

/*** template portal placing style end ***/

@media only screen and (max-width: 1400px){
  .ztlp-templateSecLeft{
    max-width: 280px;
    padding-left: 40px;
  }

  .tl-templateSecRight{
    padding: 0 44px;
  }

  .tl-templatesCard{
    width: 29%;
  }
}

@media only screen and (max-width: 1200px){
  .tl-templatesCard{
    width: 42%;
  }
}

@media only screen and (max-width: 992px){
  .tl-templatesCard{
    width: 60%;
  }
}
@media only screen and (max-width: 768px){
  .ztlp-templateSec,.tl-templateSecRight{
    height: auto;
    overflow: initial;
  }
  .ztlp-templateSecInner{
    display: block;
  }


  .tl-templatesCard {
    width: 45%;    
}

  .templatePopupActive .ztlp-templateSecInner{
    overflow: auto;    
  }

  .listingContainer .tl-templateSecRight{
    height: auto;
  }

  .ztlp-closeIconBG svg{
    fill: #f6f6f6;
  }

  .ztlp-templateSecLeft,.ztlp-templateSecRight{
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .ztlp-categoryListParent{
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 3px;
  }
  .tl-templateTitle{
    padding-top: 30px;
  }
  .tl-preview-sliderControls .tl-preview-prevSlide{
    left: -35px;
  }
  .tl-preview-sliderControls .tl-preview-nextSlide{
    right: -35px;
  }
  .ztlp-nav-bar ul{
    background: #f6f6f6;
  }
  
}

@media only screen and (max-width: 560px){

  .tl-baseCreationTypes{
    display: block;
  }

  .tl-baseCreateSec{
    max-width: 100%;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .tl-templatesCard {
    width: 100%;
    margin: 14px 0;
}
ul.tl-preview-carouselUL{
  height: 300px;
}
}

@media only screen and (max-width: 480px){
  ul.tl-preview-carouselUL{
    height: 200px;
  }
  .tl-preview-sliderView{
    padding: 0 7px 0 5px;
    height: 28px;
  }
  .tl-preview-sliderView span{
    font-size: 12px;
  }
}


/***** DRE style start *****/
.ZT-DRE-Sec .tl-templateListSec {
  margin: 0 -15px;
}

.ZT-DRE-Sec .tl-templateListSec.ZT-DRE-Modules {
  display: block;
}

.ZT-DRE-title{
  font-size: 20px;
  margin: 30px 0 45px 0;
}

.ZT-DRE-card img{
  width: 40px;

}

.ZT-DRE-cardName{
  margin: 0 10px;
}
.ZT-DRE-card {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 50px 0 rgba(55,59,63,.2);
  width: calc(30% - 15px);
  margin: 0 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}

.ztlp-templateCategoryCardSec.ZT-DRE-cardSec{
  position: absolute;
  top: 20%;
  width: 100%;
}

.ZT-DRE-cardSec .BI-closeBtn{
  position: absolute;
  right: 3%;
  top: 3.5%;
}

.ZT-DRE-checkbox{
  border-radius: 8px;
}

.ZT-DRE-modules {
  padding: 10px 40px;
}

.ZT-DRE-modules .name{
  margin-left: 10px;
  font-size: 1rem;
}

.ZT-DRE-modules .type{
  margin-left: 10px;
  font-size: 0.7rem;
  opacity: 0.8;
}

.FCB-label{
  display: flex;
  align-items: center;
}

.FCB-label input[type=checkbox]:checked+.FDMS-checkbox {
  background: #6dbe5b;
  border: 1px solid #6dbe5b;
}

.Grid-cmDrop-panel ul li span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 215px;
}

.FDMS-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 8px;
  position: relative;
}

.Grid-cmDrop-panel .findAnItemCheckboxOption .labelWrapper input {
  width: 0;
  min-width: 0;
  position: absolute;
  opacity: 0;
}

.FCB-label input {
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
}

.ZT-DRE-cardSec .cm-btn{
  position: absolute;
  right: 3%;
  bottom: 30%;
}

.FCB-label input[type=checkbox]:checked+.FDMS-checkbox:after {
  width: 3px;
  height: 6px;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 2px;
  left: 4px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1.3px 1.3px 0;
}

/***** DRE style end *****/
/*** loader style start ***/

.ZT-fullPageLoader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}

.ZT-fullPageLoader .ZT-overlay:before{
  background-color: rgba(16, 16, 16, 1);
  opacity: 0.8;
}
.ZT-fullPageLoaderInner {  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 6;
}

.ZT-fullPageLoaderInner .ZT-loaderSec {
  position: relative;
  width: 96px;
  height: 96px;  
}

.ZT-fullPageLoaderInner .ZT-loader{
  border-radius: 10px;
  padding-left: 6px;
  position: absolute;
}

.ZT-fullPageLoaderInner .ZT-loaderText {
  color: #fff;
  font-size: 15px;
  display: none;
}
.ZT-fullPageLoaderActive  .LP-headerPanel, .ZT-fullPageLoaderActive .LP-workSpaceBarInner{
  z-index: initial;
}
.ZT-fullPageLoaderActive .ZT-fullPageLoader{
  display: block;
}

/*** loader style end ***/
/*Sheet integration*/
.ZT-templatePlaceSec .FB-shareFormSec.ZTSI-panel {
  background: #EBEDF5;
}
.ZTSI-panel .FB-shareFormModal{
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px; 
}
.ZT-templatePlaceSec .ZT-sheetIntegrationDrop.Grid-cmDrop-panel{
  width: 100%;
  left: 0;
}
.ZTSI-dropHeading .ZT-icon{
  background: #f290a1;
    fill: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.ZTSI-dropHeading{
  display: flex;
  align-items: center;
}
.ZTSI-dropHeading .ZT-text{
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #858585;
  margin-inline-start: 12px;
}
.ZT-sheetIntegrationDrop .ZT-dropOption .ZT-name{
  margin: 0 32px;
}
.Grid-cmDrop-panel .ZTSI-dropHeadingPanel:hover {
  background: 0 0;
  cursor: default;
}
.ZTSI-dropHeadingShared .ZT-icon{
  background: #f5b861;

}
.ZTSI-loader .ZT-loader{
  width: auto;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
.ZTSI-loader .ZTDC-headingDescr{
  text-align: center;
  margin-bottom: 12px;
}
.ZTSI-learnMore{
  color: var(--lightGrey7c);
  text-decoration: underline;
}
.ZTSI-errorPanel{
  text-align: center;
}
.ZTSI-errorIcon {
  fill: #E46864;
  margin-bottom: 20px;
}
.ZTSI-errorPanel .ZTDC-heading{
  margin-bottom: 12px;
}
.ZTSI-lineBtn{
  border: 1px solid var(--primaryGreen);
  background: transparent;
  color:var(--primaryGreen);
  box-shadow: none;
  padding: 0 16px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.ZTSI-errorPanel .ZTDC-headingDescr{
  max-width: 342px;
  line-height: 22px;
}
.noOptionHideField {
	text-align: center;
	padding: 15px 0px;
	color: #b3adad;
}
.ZTSI-panel .ZTP-dialogInfoBtn{
  border-radius: 6px;
}
  /*christmas logo*/
  /* .ZT-productIconLogo:after{
    content: "";
    position: absolute;
    right: -9px;
    background-image: url(/images/Portal/Hat.png);
    width: 22px;
    height: 19px;
    top: -6px;
    background-size: contain;
} */
