/*$Id$*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: #fff;
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins, a {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
dialog{
  border:none
}
h1, h2, h3 {
  font-weight: normal;
}

h2, h3, h4, h5, h6, input, button, textarea {
  font-weight: inherit;
  font: inherit;
  letter-spacing: 0;
  outline: none;
}

img {
  width: 100%;
  max-width: unset;
}
html{
  font-size: 100% !important;
}

html{
  font-size: 100% !important;
  width: 100%;
  height: 100%;
}

.hide {
  display: none !important;
}

.visiblityHidden {
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* .clearfix {
  clear: both;
  width: 100%;
} */

.ZT-cp {
  cursor: pointer;
}
.ZT-dFlex{
  display: flex
}
.ZT-cursorDisable,[disabled=true].ZT-cursorDisable{
  cursor: no-drop;
  pointer-events: none;
  opacity: .5;
}
.ZT-cursorDisableClk,[disabled=true].ZT-cursorDisableClk,.cm-btn:disabled{
  opacity: .5;
  cursor: no-drop;
}
.ZT-cursorDisableOpacityFill{
  cursor: no-drop;
  fill:rgba(0,0,0,0.5);
  pointer-events: none;
}
.dis-block {
  display: block;
}

.dis-inbl {
  display: inline-block;
}

.pos-abs {
  position: absolute;
}

.pos-rel {
  position: relative;
}

.pos-fix {
  position: fixed;
}


body {
  /* font-family: roboto; */
  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;
  /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
    overflow: hidden !important; /* important given for to override record comments style*/
}

.fontsemi-bold {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.textoverflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes slide-in-fromleft {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slide-in-fromleft {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.animationSlide-in {
  animation-name: slide-in-fromleft;
  animation-delay: 160ms;
  animation-timing-function: ease-out;
  animation-duration: 200ms;
  animation-fill-mode: both;
}

.animationBounce-in {
  animation-name: bounceIn;
  animation-delay: 100ms;
  animation-timing-function: ease-out;
  animation-duration: 200ms;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
  0%, 70%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.98, .98, .98);
    transform: scale3d(.98, .98, .98);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {
  0%, 70%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.98, .98, .98);
    transform: scale3d(.98, .98, .98);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
 
.fade-in {
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(startYposition);
  }
  100% {
    opacity: 1;
    transform: translateY(endYposition);
  }
}


.ZT-actionButtons{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  }

  
/*** common dropdown input section style start ***/

.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;
}

.dg-dropdown__option-select-all{
  background-color: transparent;
  border: 0;
  margin: 10px 6px 0;
  width: unset;
  height: auto;
  border-radius: 5px;
}
.dg-dropdown__option-checkbox-input--custom{
  width: 16px;
  height: 16px;  
}
.dg-dropdown__option-select-all .dg-dropdown__option-label{
  padding: 14px 10px; 
}
.dg-dropdown__option-select-all:hover{
  --dropdown-option-select-all-bg-color: var(--dropdown-option-hover-bg-color);
}
/*common dropdown for grid start*/

.Grid-cmDrop-panel {
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(55, 59, 63, 0.12);
  border: solid 1px #d7d7d7;
  position: absolute;
  min-width: 200px;/*Enabled min width for lookup field dropdown issue*/
  border-radius: 6px;
  padding: 5px 0;
  z-index: 99;
  white-space: nowrap;
}

.Grid-cmDrop-panel.pos-fix{
	position: fixed;  
 }


.Grid-cmDrop-panel label {
  position: relative;
}

.Grid-cmDrop-panel label svg {
  position: absolute;
  left: 17px;
  top: 1px;
  fill: #b5b5b5;
}

.Grid-cmDrop-panel ul {
  max-height: 300px;
  overflow-y: auto;
}

.Grid-cmDrop-panel.filterFieldNameContainer ul:empty:before {
  content         : 'No field matched';
  display         : flex;
  justify-content : center;
  padding         : 10px 0px;
}

.Grid-cmDrop-panel ul li {
  font-size: 14px;
  color: #222;
  padding: 10px;
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 0 6px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}
.Grid-cmDrop-panel ul li.zt-drop-option__subheading{
  font-size: 12px;
  color: #757575;
  pointer-events: none;
}
.zt-dropdown--info{
 white-space: wrap;
  max-width: 225px;
  margin: 0 12px 7px;
}
/*temp dropdown fix start*/
.Grid-cmDrop-panel ul li.ZT-dropOption button{
  display: flex;
  align-items: center;
}
.ZT-dropOption  .ZT-icon{
  display: flex;
  fill: #7f7f7f;
  width: 20px;
  min-width: 20px;
}
.ZT-dropOption  .ZT-dropOptionBtn > .ZT-name:not(:first-child){
  margin: 0 10px;
}
/*temp dropdown fix end*/
.Grid-cmDrop-panel.Grid-CmEllipsis ul li{
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    display: block;
}
.Grid-cmDrop-panel ul li span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 215px;
  /* margin-inline-end: 3px; */
  /* white-space: pre;
  display: block; */
}

.Grid-cmDrop-panel ul li button {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  background: none;
  border: none;
  cursor: pointer;
}
.ZT-cursorDisableClk .ZT-dropOptionBtn{
  cursor: no-drop;
}
[disabled="true"].ZT-cursorDisableClk .ZT-dropOptionBtn{
  pointer-events: none;
}
.Grid-cmDrop-panel ul li button.ZTP-crownIconUpdate{/*Pricing bg issue fixed*/
  background: var(--lightBGYellow);
}
.cmDrop-panelBtn {
  display: flex;
}
.Grid-cmDrop-panel ul li button:focus {
  color: #6dbe5b;
}
.Grid-cmDrop-panel ul li button:focus .icon{
  fill: #6dbe5b;
}

.Grid-cmDrop-panel.actionDrp ul {
  max-height: inherit;
  overflow-y: inherit;
  min-width: 100px;
  height: auto;
}

.footer-drop-sub.Grid-cmDrop-panel.actionDrp ul {
  max-height: 400px;
  overflow-y: auto;
}

.footer-drop-sub.Grid-cmDrop-panel.actionDrp ul::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.footer-drop-sub.Grid-cmDrop-panel.actionDrp ul::-webkit-scrollbar:vertical {
  width: 11px;
}

.footer-drop-sub.Grid-cmDrop-panel.actionDrp ul::-webkit-scrollbar:horizontal {
  height: 11px;
}

.footer-drop-sub.Grid-cmDrop-panel.actionDrp ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, .3);
}

.Grid-cmDrop-panel ul li .icon,.Grid-cmDrop-panel ul li .icon>svg {
  display: flex;
  fill: #7f7f7f;
  width: 20px;
}

.Grid-cmDrop-panel ul li .icon+.name {
  margin: 0 10px;
  flex: 1;
  min-width: 40px;
  text-align: left;
  /* cursor: pointer; */
}
.Grid-cmDrop-panel .sortCutKey{
  font-size: 11px;
  color: #a2a2a2;
}
.Grid-cmDrop-panel ul li:hover {
  /* color: #6dbe5b;
  font-weight: 500; */
  /* -webkit-text-fill-color: #296b19;
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: #296b19; */
  background-color: #f6f6f6;
  border-radius: 5px;
}

.Grid-cmDrop-panel ul li .nameContainer {
  display: flex;
  align-items: center;
}

.Grid-cmDrop-panel ul li.disabledState {
  justify-content: space-between;
  opacity: 0.3;
}

.Grid-cmDrop-panel ul li.disabledState.active {
  background-color: #e9e9e9;
}

.Grid-cmDrop-panel ul li.active {
  background-color: #f6f6f6;
  border-radius: 5px;
}

.DropSubMenu::after {
  content: "";
  border:4px solid transparent;
  border-left-color: #c1c1c1;
  position: absolute;
  right: 8px;
  top: 15px;
  display: flex;
  align-items: center;
}
.Grid-cmDrop-panel.actionDrp ul li.DropSubMenu {
  padding-right: 25px;
  position: relative;
}
.Grid-cmDrop-panel.arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 9px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -9px;
  left: 26px;
  filter: drop-shadow(0px 0px 8px rgba(29, 23, 37, 0.09));
}

.Grid-cmDrop-panel input {
  /* border-radius: 18px; */
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 9px 20px 9px 33px;
  margin: 10px 7px 0px 7px;
  width: calc(100% - 15px);
  min-width: 232px;
}

.Grid-cmDrop-panel input[type="text"]:focus {
  border: none;
  border-bottom: 1px solid #4daa38;
  transition: all 0.5s;
}

.Grid-cmDrop-panel.actionDrp ul li .subOption {
  padding: 2px 8px;
  font-size: 12px;
}

.Grid-cmDrop-panel.actionDrp ul li .subOption.active {
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(74, 80, 87, 0.15);
  background-color: #ffffff;
  color:#296b19
}
.Grid-cmDrop-panel ul li:hover .subOption{
  -webkit-text-fill-color: #222;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #222;
}
.Grid-cmDrop-panel ul li:hover .subOption.active{
  -webkit-text-fill-color: #296b19;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #296b19;
}
.Grid-cmDrop-panel.actionDrp ul li.Grid-cmDrop-divider{
  border-bottom:1px solid #eee;
  padding: 0;
  margin: 5px 7px;
  cursor: default;
}
.Grid-cmDrop-multiMenu{
  display: flex;
  border-radius: 3px;
  background-color: #f3f3f4;
  padding: 2px;
  margin-right: 15px;
}
.Grid-cmDrop-iconText{
  display: flex;
  align-items: center;
  flex: 1;
  padding: 8px 10px;
}
.Grid-cmDrop-iconText:hover + .Grid-cmDrop-multiMenu  .subOption:first-child{
  border-radius: 3px;
  /* box-shadow: 0 0 5px 0 rgba(74, 80, 87, 0.15);
  background-color: #ffffff; */
  color: #296b19;
  -webkit-text-fill-color: #296b19;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #296b19;
  box-shadow: 0 0 5px 0 rgba(74, 80, 87, 0.15);
  background-color: #ffffff;
}

.Grid-cmDrop-iconText:hover + .Grid-cmDrop-multiMenu.Grid-cmDrop-Menuoption .subOption:last-child{
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(74, 80, 87, 0.15);
  background-color: #ffffff;
  color: #296b19;
  -webkit-text-fill-color: #296b19;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #296b19;
}
.Grid-cmDrop-iconText:hover + .Grid-cmDrop-multiMenu.Grid-cmDrop-Menuoption .subOption:first-child{
  background: transparent;box-shadow: none;
  -webkit-text-fill-color: #222;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #222;
}
.Grid-cmDrop-panel ul li .Grid-cmDrop-Menuoption .subOption:hover{
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(74, 80, 87, 0.15);
  background-color: #ffffff;
  color: #296b19;
  -webkit-text-fill-color: #296b19;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #296b19;
}
.Grid-cmDrop-panel ul li  .subOption:hover{
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(74, 80, 87, 0.15);
  background-color: #ffffff;
  color: #296b19;
  -webkit-text-fill-color: #296b19;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #296b19;
}
.Grid-cmDrop-Newoption {
  background: #ffe2e2;
  border-radius: 2px;
  font-size: 7px;
  color: #ee3030;
  padding: 2px 3px;
  text-transform: uppercase;
  margin: -1px 5px 0;
  position: relative;
  top: -2px;
}
.Grid-cmDrop-panel ul li:hover .Grid-cmDrop-Newoption{  
  -webkit-text-fill-color: #ee3030;
  -webkit-text-stroke-color: #ee3030;
  -webkit-text-stroke-width: 0px;
 }
 .Grid-cmDrop-panel.actionDrp ul li .subOption:first-child {
  margin-right: 2px;
}
.Grid-cmDrop-panel.actionDrp .Grid-cmDrop-nopad{padding: 0}
/*sub heading drop*/
.ZT-cmDropdecription.Grid-cmDrop-panel ul li{
  display: block;
  padding: 8px 10px;
}
.ZT-cmDropdecriptionHeading {
  display: flex;
}
.ZT-cmDropHeading {
  font-size: 11px;
  color: #7c7c7c;
  margin-bottom: 1px;
  display: inline-block;
}
.ZT-dropsubHeading {
  margin: 0 10px;
}
.ZT-dropsubHeading  .icon{
  fill:#333
}
.ZT-dropsubHeadingPanel .name{
  display: inline-block
}
.ZT-dropDescription{
  color: #7c7c7c;
  white-space: break-spaces;
  margin-top: 2px;
}
.dialogComponent .Grid-cmDrop-panel{ /*temp fix Dropdown position issue on automation*/
	position: unset;
  width: fit-content;/*automation filter match condition overflow x scroll issue */
}
.dialogComponent .Grid-cmDrop-panel.pos-fix {/*temp fix Dropdown position issue on record view*/
  position: fixed;
}
/*common dropdown for grid end*/

/*spotlight start*/

.spotlight {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  height: 40px;
  width: 60%;
  min-width: 200px;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 10px 10px 30px #888888;
  display: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.spotlight.open {
  display: block;
}

.spotlight input {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  border: 0px;
  font-size: 25px;
  display: block;
  background: transparent;
  z-index: 2;
  padding: 0px 10px 0px 10px;
}

.spotlight input.bg {
  z-index: 1;
  background: #e5e4e4;
  color: #777;
}

/*spotlight end*/

/*dropdown animation start*/

.animation-dropdwn {
  animation: animationDropdwn 0.2s;
  transform-origin: top center;
}

@keyframes animationDropdwn {
  from {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

/*dropdown animation end*/

/*common button start*/

.actionButton {
  display: inline-block;
  border: none;
}

.actionButton.cancel {
  margin: 0px 15px;
  background: none;
}

.actionButton.save {
  border-radius: 3px;
  color: #fff;
  padding: 7px 15px;
  background-color: #697bff;
}

.cm-btn {
  border-radius: 17.5px;
  /* box-shadow: 0px 6px 7px 0 rgba(55, 59, 63, 0.1); */
  border: none;
  color: #fff;
  font-size: 14px;
  /* text-transform: uppercase; */
  cursor: pointer;
  padding: 0px 16px;
  font-weight: 500;
  height: 36px;
  fill: #fff;
  align-items: center;
  display: flex;
  border: 2px solid transparent;
  background: #6dbe5b;
  transition: all 0.3s;
}
/*.cm-btn:hover {
  background: #3E862E;
}*/

.cm-cancelBtn {
  border: 2px solid transparent;
  font-size: 13px;
  color: #535353;
  cursor: pointer;
  margin: 0 20px;
  padding: 6px 16px;
  background: #f6f6f6;
  font-weight: 400;
  border-radius: 50px;
}
.ZT-lightGreyBtn,.ZT-lightGreyBtn.cm-btn{
  background: var(--lightblue);
  color: unset;
  border: 1px solid var(--lightGreydd);
  fill:unset
}
.cm-cancelBtn::selection{
  background: transparent
}
.cm-btn.ZT-disabled,.ZT-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.ZT-smallBtn{
  height: 28px;
}
.ZT-mediumBtn{
  height: 32px;
}
.zt-semi-large-btn{
  height: 36px;
}
.ZT-largerBtn{
  height: 38px;
}
.ZT-lineBtn,.ZT-lineBGBtn{
  border-radius: 50px;
  border: 1px solid var(--mediumYellow);
  padding: 0px 12px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  color: var(--mediumYellow);
  font-size: 14px;
  font-weight: 500;
}
.ZTP-pricingLineBtn {
  color: #006EC2;
  font-size: 14px;
  font-weight: var(--fontWeight500);
  text-decoration: underline;
}
.ZT-lineBGBtn{
  background: var(--lightBGYellow);
}
.ZT-lineBtn{
  font-weight: 500;
  font-size: 14px;

}
.ZTP-rectBtn {
  border: none;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
}
.cm-btn.zt-btn-transparent{
  background: transparent;
  -webkit-text-fill-color: #3e862e;
  -webkit-text-stroke-color: #3e862e;
  color: #3e862e;
  fill: #3e862e;
}
/*common button end*/

/* mask & dialog components css starts */

.mask {
  z-index: 2;
  width: 100%;
  height: calc(100vh - 121px);
  background-color: rgba(0, 0, 0, 0.2);
}

.dialogComponent {
  z-index: 999;
  position: absolute;
  border: 1px solid transparent;
}
.dialogComponent.pcenter{
  margin-top:-6px;
  width: 30px !important;
}

.dialogComponent ~ .rte-suggestions-drop-down-parent-div .Grid-cmDrop-panel{
  z-index: 999;
}

/* mask & dialog components css ends */

/*common focus start*/

input[type="text"]:focus, select:focus, .PMA-ar-checkBoxInner:focus, input[type="checkbox"]:focus {
  border: 1px solid #4daa38;
  transition: all 0.2s;
}
.dg-field__root input[type="text"]:focus{
  border: 0;
}
.PMA-ar-checkBox input[type="checkbox"]:focus+.PMA-ar-checkBoxInner, .PMA-ar-sa input[type="checkbox"]:focus+.PMA-ar-checkBoxInner, .CWSU-checkBox input[type="checkbox"]:focus+.CWSU-checkBoxInner {
  border: 1px solid #4daa38;
}

.cm-btn:focus-visible {
  border: 2px solid #3c9827;
  outline: 0;
  /* outline: 2px solid #82b0f6;
  outline-offset: 2px; */
}

/*.cm-cancelBtn:focus, .PUR-btn .cm-btnCanel:focus{
  outline: 2px solid #82b0f6;
  outline-offset: 2px; 
}*/
/* 
.LPH-searchInput input:focus {
  border: none
} */

.ZT-addBtn:focus {
  border: 2px solid #3c9827;
}

/*common focus end*/

.import-panel {
  /* background-image: url(../images/importBg.png);
  background-repeat: no-repeat; */
  background-image: linear-gradient(#F5F3F3 1px, transparent 1px), linear-gradient(90deg, #F5F3F3 1px, transparent 1px);
  background-size: 160px 30px;
  background-color: #f8fcfd;
  /* background-size: 115% 100%; */
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.createAppArea {
  text-align: center;
}

.appHeading {
  font-size: 23px;
  color: #333;
  text-align: center
}

.appIcon-panel {
  margin: 45px 0 40px;
  justify-content: center;
}

.appIcon-panel li {
  margin: 0 50px;
}

.appIcon-heading {
  font-size: 16px;
  margin-top: 10px;
  color: #6a6a6a;
}

.fileSupport-text {
  font-size: 14px;
  color: #656565;
  margin-top: 35px;
}

.uploading-file .appHeading, .drag-file .appHeading {
  display: none
}

.uploading-file .fileSupport-text {
  display: none
}

.uploading-file, .drag-file {
  min-width: 70%;
  min-height: 80%;
  border: 1px dashed #5b83e7;
  background: #f8fcfe;
  align-items: center;
  justify-content: center;
}

.uploading-file .appIcon-heading, .drag-file .appIcon-heading {
  color: #333;
  font-size: 22px;
  margin-top: 40px;
}

.uploadingFile-panel, .dragFile-panel {
  display: none;
}

/*drag and upload style start*/

/*animation start*/

.createAppArea.drag-file ul li, .createAppArea.uploading-file ul li {
  animation: fadeOut 0.6s ease-out;
  opacity: 0;
}

.createAppArea.drag-file ul li:nth-child(3), .createAppArea.uploading-file ul li:nth-child(3) {
  animation: fadeIn 1s ease-in;
  opacity: 1;
  transform: translateX(-97px);
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(8%);
    -moz-transform: translateX(8%);
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*animation end*/

.createAppArea ul li:nth-child(3) svg:last-child {
  display: none
}

.createAppArea ul li:nth-child(3) svg:nth-child(2) {
  display: none
}

.createAppArea.drag-file ul li:nth-child(3) svg:last-child {
  display: none;
}

.createAppArea.drag-file ul li:nth-child(3) svg:nth-child(2) {
  display: block
}

.createAppArea.drag-file ul li:nth-child(3) svg:first-child {
  display: none
}

.createAppArea ul li:nth-child(3) .appHeading-panel .appIcon-heading:last-child {
  display: none
}

.createAppArea ul li:nth-child(3) .appHeading-panel .appIcon-heading:nth-child(2) {
  display: none
}

.createAppArea.drag-file ul li:nth-child(3) .appHeading-panel .appIcon-heading:nth-child(2) {
  display: block;
}

.createAppArea.drag-file ul li:nth-child(3) .appHeading-panel .appIcon-heading:first-of-type {
  display: none;
}

.createAppArea.uploading-file ul li:nth-child(3) .appHeading-panel .appIcon-heading:nth-child(3) {
  display: block;
}

.createAppArea.uploading-file ul li:nth-child(3) .appHeading-panel .appIcon-heading:first-of-type {
  display: none;
}

.createAppArea.uploading-file ul li:nth-child(3) svg:last-child {
  display: block
}

.createAppArea.uploading-file ul li:nth-child(3) svg:first-child {
  display: none
}

/*drag and upload style end*/

.appIcon {
  justify-content: center
}

progress {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 2px;
  border-radius: 0 3px 3px 0;
  /* transition: .3s ease; */
  border: none;
  background-color: #fff;
}

progress::-webkit-progress-bar {
  background-color: #FFF;
}

progress::-moz-progress-bar {
  background-color: #5b83e7;
  transition: .3s ease;
}

progress::-webkit-progress-value {
  background-color: #5b83e7;
  transition: .3s ease;
}

/*Alert Popup* start*/

.alertToast {
  min-width: 400px;
  background: #ccc;
  padding: 13px 15px;
  position: absolute;
  top: 0;
  border: 1px solid transparent;
  border-radius: 3px;
}

.alertToast .alertClose {
  align-items: flex-end;
}

.alertText {
  flex: 5
}

.errorMsg {
  border-color: #F18C8C;
  background: #FFF0F0;
  color: #E03131;
}

.errorMsg svg {
  fill: #E03131
}

.errorBorder{
  border-color: #F18C8C !important;
}
.alertToast.errorMsg span {
  color: #E03131;
}

.successMsg {
  border-color: #6AB7A1;
  background: #d8f5ed;
  color: #3ebf95;
}

.successMsg svg {
  fill: #197d5c
}

.alertToast.successMsg span {
  color: #3ebf95;
}

/*Alert Popup* end*/

/* Mask start */

.maskBg {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  z-index: 99;
}

.maskContainer {
  background: #fff;
  width: 350px;
  right: 0;
  left: 0;
  margin: auto;
  top: 25%;
  border-radius: 4px;
  padding: 20px;
  animation: translateTop .6s ease;
}

.maskHeader-text {
  flex: 1;
  font-size: 14px;
}

.maskHeader {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.maskClose {
  cursor: pointer;
}

.url-inner>input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  margin: 20px 0;
}

.url-inner input:focus {
  border-color: #4ca3da
}

.url-inner .btn-group {
  justify-content: flex-end;
}

.url-inner .btn-group button, .url-inner .btn-group input {
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 7px 15px;
  cursor: pointer;
}

.url-inner .btn-group button:first-child {
  background-color: #dadada;
  color: #333;
  margin: 0 10px;
}

.url-inner .btn-group input {
  background-color: #697bff;
}

@keyframes translateTop {
  0% {
    top: 5%;
  }
  100% {
    top: 25%;
  }
}

@-webkit-keyframes translateTop {
  0% {
    top: 5%;
  }
  100% {
    top: 25%;
  }
}

/* Mask end */

.importSvg {
  fill: #94a2af
}

.appIcon {
  align-items: center;
}

.appIcon-inner {
  background: #fff;
  padding: 20px 24px;
  border-radius: 20px;
  box-shadow: 0 -6px 60px #efefef;
}

.appIcon-inner:hover {
  background: #94a2af;
}

.appIcon-inner:hover .importSvg {
  fill: #fff
}

.importByLableIcon {
  display: block
}

.importOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* #sheet2appImportIframe {
  background: #fff
} */

/*zoho components css start*/

.ztooltip {
  word-break: break-word;
  user-select: none;
}

.ztooltip__content {
  white-space: pre-wrap;
}
/*zoho components css end*/

/*dialog align positions start*/

.pcenter .abs{
  left: 50%;
  transform: translateX(-50%);
}

.pright .abs{
  left: 100%;
  transform: translateX(-100%);
}

.abs {
  position: absolute;
}

/*dialog align positions end*/

/*Features common style start*/
.HF-panel,.FD-panel,.SD-panel,.RH-panel,.VL-panel,.KV-createPanel,.CCD-panel{
  box-shadow: 0 0 50px 0 rgba(55, 59, 63, 0.2);
}

.HF-panelInner,.FD-panelInner,.SD-panelInner,.RH-panelInner,.VL-panelInner,.KV-createInner,.CCD-panelInner {
  border: solid 1px var(--blue-lighter);
}

.FeatureCurePanel {
  position: relative;
  height: 15px;
  display: flex;
  /* box-shadow: 0px 0px 40px 0 rgba(55, 59, 63, 0.2) */
}
.FeatureCureSvg{
  fill:var(--lightGreyD7);
  position: relative;
  left: -32px;
}
.FeatureCurePanel span:nth-child(1) {
  background: #fff;
  position: relative;
  flex: 1;
  display: flex;
  border: solid 1px var(--lightGreyD7);
  border-bottom: none;
  border-right: none;
  border-radius: 10px 15px 0% 0% / 10px 70% 0% 0%;
  display: inline-block;
  /* box-shadow: 8px 6px 0 6px #f6f6f6; */
  box-shadow:19px -4px 0px -4px #ececed
  
}

.FeatureCurePanel span:nth-child(2) {
  position: relative;
  height: 11px;
  border-radius: 0% 0% 50% 50% / 0% 0% 50% 50%;
  display: inline-block;
  width: 28px;
  margin: 0 auto;
  border-bottom: 1px solid var(--lightGreyD7);
  box-shadow:0 7px 0 0px #fff;
  background: #ececed;
}

.FeatureCurePanel span:nth-child(3) {
  background: #fff;
  display: inline-block;
  flex: 1;
  display: flex;
  border: solid 1px var(--lightGreyD7);
  border-bottom: none;
  border-left: none;
  border-radius: 15px 10px 0% 0% / 70% 10px 0% 0%;
  /* box-shadow: -10px 6px 0px 6px #f6f6f6; */
  box-shadow:-19px -4px 0px -4px #ececed
}

/*Features common style end*/
/*View config css start*/
.VC-container{
  height: 100%;
  width:100%;
  position: absolute;
  top:0;
  z-index: 4;
  overflow: hidden;
}
.VC-calendarContainer {
  position: relative;
}
.VC-overlay {
  background: #f5f5f5;
  height: inherit;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  position: relative;

}
.VC-panel {
  max-width: 564px;
  width: 100%;
  background: #fff;
  min-height: 200px;
  border-radius: 10px;
  box-shadow:0 0 30px 0 rgba(55, 59, 63, 0.06); 
  padding: 40px;
}
.ZTKC-configDisable .VC-panel{
  text-align: center;
}
.VCP-viewIcon{
  display: flex;
  justify-content: center;
  background: #f4f5f6;
  width: 102px;
  height: 102px;
  align-items: center;
  border-radius: 50%;
}

.VCP-starIcon{
  position: absolute;
  transform: translateX(-50%);
  fill: var(--baseColor);
}

.VCP-starIcon1 {
  top: 2px;
  left: 66%;
}

.VCP-starIcon2 {
  bottom: 8px;
  left: 32%;
  opacity: 0.5;
}

.VCP-content{
  margin: 0 auto;
  line-height: 1.43;
  padding: 5px 0;
  color: #858585;
  font-size: 14px;
}
.VCP-viewOnlyUserContent .VCP-content{
  padding: 15px 0;
}
.VCP-viewOnlyUserContentInner{
  text-align: center;
}
.VCP-semiContent{
  font-weight: 500
}
.VCP-btn{
  display: flex;
  margin: 0 -6px 0;
  flex-wrap: wrap;
}
.VCP-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  /* display: flex; */
  margin-bottom: 5px;
}
.VCP-createHeading{
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.VCP-Oopsheading{
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.kanbanConfigureDialogue .VCP-btn .cm-btn.VCP-configCreateBtn{
  font-size: 15px;
  height: 40px;
  box-shadow: inherit;
  padding: 11px 15px;
  flex: 47%;
  margin: 0 6px 10px;
  background: rgba(109, 191, 92, 0.15);
  border-radius: 6px;
  color: #282828;
  text-transform: capitalize;
  font-weight: 400;
  justify-content: center;
}
.VCP-configPanel{
  display: none;
}
.VCP-btn .cm-btn .icon{
  fill: #858585;
}

.VCPH-sub{
  display: flex;
  align-items: center;
  /* margin: 0 5px; */
}
.VCPH-sub svg{
  fill:#222;
  margin-right: 3px
}
.VCSS-selectbox {
  height: 30px;
  border: 1px solid #D9D9D9;
  padding: 5px 10px;
  border-radius: 3px;
  width: 100%;
  font-size: 13px;
  margin-top: 15px;
}
.VCP-calendarConfig {
  /* display: flex; */
  justify-content: space-between;
  margin-top: 15px;
}
.VCP-calendarOption:last-child {
  margin-bottom: 20px;
}
.VCP-configHeading {
  color: #888;
  font-size: 12px;
  margin:5px 0px;
  display: inline-flex;
  position: relative;
}
.VCP-configHeading  .ZTP-crownIconUpdate{
display: inline-flex;
}
.VC-calendarContainer .VCP-configHeading{
  display: flex;
  align-items: center;
}
.VCP-configSelect {
  border: 1px solid transparent;
  text-align: left;
  border-radius: 6px;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  background-color: #f0f2f5;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.VC-calendarContainer .VCP-configSelect{
  border: 1px solid #e8e8e8;
  height: 40px;
}

.VCP-configSelect .ZT-name{
  max-width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.VCP-startBtn,.VCP-endBtn{
  background: #F0F9EF;
    color: #3E862E;
    fill: #3E862E;
    font-weight: 500;
    height: 28px;
    display: flex;
    align-items: center;
    border: none;
    padding: 4px 16px 4px 12px;
    border-radius: 18px;    
    margin-bottom: 16px;
    border: 1px solid #3E862E;
}
/* .VCP-configSelect:after{
  content: "";
  border: 4px solid transparent;
  border-left-color: transparent;
  border-left-color: transparent;
  border-left-color: #666;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 13px;
  right: 11px;
} */
/*View config css end*/
/*View config dropdown css start*/
.Grid-cmDrop-panel.CD-dropdown ul{
  max-height: 150px;
  padding-bottom: 37px;
  /* position: relative; */
}
.Grid-cmDrop-panel.CD-dropdown ul li:last-child{
  position: absolute;
  bottom: 5px;
  width: calc(100% - 15px);
  color: #6dbe5b;
  background: #fff;
}
.Grid-cmDrop-panel.CD-dropdown ul li:last-child:hover{
  background: #f6f6f6;
}
.Grid-cmDrop-panel.CD-dropdown{
  min-width: 255px;
  position: relative;
}

/*View config dropdown css end*/

input[type="text"]:focus.ztokenfield__textbox {
  border: none;
}

/*Search suggestion start */
.SS-inputPanel.ztokenfield.has-focus{
	border-color:#4daa38;
	transition: all 0.5s;

}
.PMA-input .SS-inputPanel .ztokenfield__textbox{
	font-size: 14px;
	margin-top: 1px;
	height: auto;
	margin-top: 0px;
}
.PMA-input .SS-inputPanel .ztokenfield__text{
	font-size: 14px
}
.ztokenfield.SS-inputPanel{
	line-height: 21px;
	padding: 6px 10px;
	width: 100%;
	/* margin-bottom: 20px; */
	transition: none !important;
	border-color: rgba(0, 0, 0, 0.15);
	height: 110px;
}
.ztokenfield.SS-inputPanel input[type="text"]{
	transition:none 
}
.SS-inputPanel .ztokenfield__token {
	height: 27px;
	border-radius: 30px;
	margin:3px 5px;
	background: #e6edf7;
	border-color: #e6edf7;
}
/*token waring*/
.ZT-tokenWarning.ztokenfield__token,.SS-inputPanel .ZT-tokenWarning.ztokenfield__token:hover{
	background: var(--infoLight);
	border-color: var(--infoMedium);
}
.SS-inputPanel .ZT-tokenWarning.ztokenfield__token.is-selected,.SS-inputPanel .ZT-tokenWarning.ztokenfield__token.is-selected:hover{
  border-color: #aa5b07;
  background: var(--infoLight);
}
.SS-inputPanel .ZT-tokenWarning .ztokenfield__close,.SS-inputPanel .ZT-tokenWarning .ztokenfield__close:hover{
  background: var(--infoLight);
	border-color:transparent ;
}
.ZT-tokenWarning .ZTM-infoIcon{
	background: var(--infoDark);
  border: 1px solid var(--infoLight);
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  left: 11px;
  bottom: 1px;
}
.ZT-tokenWarning .ZTM-infoIcon:after{ 
  content: "\2139";
  position: absolute;
  color: #fff;
  display: flex;
  top: -6px;
  right: 2px;
}
.SS-inputPanel .ZT-tokenWarning .ztokenfield__image{
  background: transparent;
  border: none;
}
.ZT-tokenWarning .ztokenfield__text{
  padding: 2px 8px 2px 4px;
}
/*token error*/
.ZT-tokenError.ztokenfield__token,.SS-inputPanel .ZT-tokenError.ztokenfield__token:hover{
	background: #F4F5F6;
	border-color: #E8E8E8;
}
.SS-inputPanel .ZT-tokenError.ztokenfield__token.is-selected,.SS-inputPanel .ZT-tokenError.ztokenfield__token.is-selected:hover{
  	background: #F4F5F6;
	  border-color:#abc0de ;
}
.SS-inputPanel .ZT-tokenError .ztokenfield__close,.SS-inputPanel .ZT-tokenError .ztokenfield__close:hover{
  background: #F4F5F6;
	border-color:transparent ;
}
.ZTM-infoError {
  position: absolute;
  left: 11px;
  bottom: -1px;
  display: none;
}
.ZT-tokenError .ZTM-infoError{
  display: block;
}
.SS-inputPanel .ZT-tokenError  .ztokenfield__image{
  background-color: transparent;
  border: none;
  object-fit: none;
}
.ZT-tokenError .ztokenfield__text{
  padding: 2px 8px 2px 4px;
}
/*available member*/
/* .ZT-tokenAvailable .ZTM-infoIcon{
  background: #006ec2;
  border: 1px solid #f2f8ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 17px;
  bottom: 1px;
} */
.SS-inputPanel .ZT-tokenAvailable .ztokenfield__image{
  border: 1px solid #fff;
  box-shadow: 0 0 0px 1px #006EC2;
}
.SS-inputPanel .ztokenfield__token.has-error,.SS-inputPanel .ztokenfield__token.has-error:hover,.SS-inputPanel .ztokenfield__token.has-error.on-hover,.SS-inputPanel .ztokenfield__token.has-error:active:hover{
	background: #ffe3e2;
	border-color: #ffe3e2;
	color: #333;
}
.SS-inputPanel .ztokenfield__token.has-error.is-selected,.SS-inputPanel .ztokenfield__token.has-error.is-selected:hover{
	background: #ffe3e2;
	border-color: #d69895;
	color: #333;
}
.SS-inputPanel .ztokenfield__token.is-selected,.SS-inputPanel .ztokenfield__token.is-selected:hover{
	background: #e6edf7;
	border-color:#abc0de ;
	color: #333;
}
.SS-inputPanel .ztokenfield__image{
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: #e6edf7;
    border: 1px solid #cfd6df;
	object-fit: cover;
	margin-left: 1px;
}
.SS-inputPanel .ztokenfield__token:hover,.SS-inputPanel .ztokenfield__token.on-hover {
    background-color: #e6edf7;
    border: 1px solid #e6edf7;
}
.SS-inputPanel .ztokenfield__token.has-error .ztokenfield__close,.SS-inputPanel .zbutton:hover,.SS-inputPanel .ztokenfield__close{
    border: 1px solid #e6edf7;
	background: #e6edf7;
	border-radius: 30px;
	margin-right: 4px;
}
/*Email tag connect issue fixed*/
.ztokenfield__close {
  padding: 0 !important;
  display: none !important;
  position: absolute !important;
}
.ztokenfield__token:hover .ztokenfield__close{
  display: inline-flex !important;
}
.SS-inputPanel .ztokenfield__token.has-error .ztokenfield__close {
	border: 1px solid #ffe3e2;
	background: #ffe3e2;
	margin-right: 4px;
}

.SS-inputPanel .ztokenfield__token:hover .ztokenfield__close:hover .ztokenfield__svg{
	fill:#444;
}
.SS-inputPanel .ztokenfield__token.has-error .ztokenfield__close .ztokenfield__svg{
	fill:#444;
}
.zdropdownlist.SS-dropPanel{
	width: 285px !important;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 30px 0 rgba(55, 59, 63, 0.08);
	border: solid 1px rgba(0, 0, 0, 0.1);
	padding:0 5px;
}
.SS-dropPanel.zsuggestfield .zmenu__item{
	cursor: pointer;
}
.SS-dropPanel .zsuggestfield__avatar{
	object-fit: cover;
	border: 1px solid #ccc;
}
.SS-dropPanel .zdropdownlist__text{
	font-weight: 500;
	cursor: pointer;
}
.SS-dropPanel .zdropdownlist__description{
	color: #858585;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
}
.SS-dropPanel .zdropdownlist__item{
	cursor: pointer;
}
.SS-dropPanel .zdropdownlist__item.on-hover.has-focus,.SS-dropPanel .zdropdownlist__item.has-focus{
	background-color: #fff7ed;
	border-radius: 5px;
}
.SS-dropPanel .zdropdownlist__image img{
	border: none;
	border-radius: inherit;
}
/*Existing users start*/
.EU-jump {
  animation: EU-jumpAnimation .3s ease infinite alternate;
}
@keyframes EU-jumpAnimation {
	0% {transform: translateY(0px);}
  100% {transform: translateY(-3px);}
}
.SS-inputPanel .ztokenfield__token.EU-jump{
  background-color: #f9e2c9;
  border: 1px solid #efc890;
}
.SS-inputPanel .EU-jump .ztokenfield__close{
  background-color: #f9e2c9;
  border: 1px solid #f9e2c9;
}
.SB-existingUserAlert{
  display: flex;
  align-items: center;
}
.EU-removeAll{
  color: #e14b4d;
  background: unset;
  border:none;
  text-decoration: underline;
  cursor: pointer;
}
.EU-notifyIcon{
  width: 14px;
  height: 14px;
  background: #e4924d;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.EU-notifyIcon:before {
  content: "";
  width: 2px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 4px;
}
.EU-notifyIcon:after {
  position: absolute;
  width: 2px;
  height: 2px;
  content: "";
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 6px;
}
.EU-oneUser,.EU-multiUser{
  margin: 0 5px
}
.EU-multiUser{
  display: none
}
.EU-multiUserSpan .EU-multiUser{
  display: block
}
.EU-multiUserSpan .EU-oneUser{
  display: none
}
/*Search suggestion end */
/*Common text button start*/
.cm-textBtn {
  font-size: 13px;
  font-weight: 500;
  border: 0;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  color: #3e862e;
}
.cm-borderBtn {
  border-radius: 17.5px;
  border: 0;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 9px 20px;
  font-weight: 500;
  background: #fff;
  display: flex;
  align-items: center;
  border: solid 1px #3e862e;
  color: #3e862e;
  fill: #3e862e;
}

/*Common text button end*/
/*Common dropdown error style start*/
.CM-dropErrorState {
  border-color: #fd6868;
}
/*Common dropdown error style end*/

/*button Loader start*/

.cmbtn-Loader {
  background: transparent;
  border: 2px solid #fff;
  border-top: 2px solid #6dbe5b;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: btnload 1s linear infinite;
  -webkit-animation: btnload 1s linear infinite;
  margin-right: 8px;
}

.cmbtn-Loader.newWorkspace {
  margin: 1.5px;
}

@keyframes btnload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes btnload {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* AddUser Button count css this class only (portal,workspace,base addUsers) */
  
  .validUsersCount:empty{
    margin: 0 2px;
  }
/*New loader1 start*/
    .ZT-circleLoader {
      position: relative;
      width: 18px;
      height: 18px;
      border: 2px solid transparent;
      border-radius: 50%;
      border-top: 2px solid #6DBF5C;
      border-right: 2px solid #6DBF5C;
      animation: circleLoader 1.5s linear infinite;
    }
    .ZT-circleLoader::after {
      position: absolute;
      content: "";
      border-radius: 50%;
      box-sizing: border-box;
      border: 2px solid transparent;
    }

    .ZT-circleLoader::after {
      inset: 2px;
      border-left: 2px solid #b5d2a7;
      border-top: 2px solid #b5d2a7;
      animation: circleLoader .8s linear infinite reverse;
    }
    @keyframes circleLoader {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    .ZTCL-active svg{
      animation-name: loaderFadeOut;
      animation-delay:var(--circularLoaderTime);
      animation-fill-mode: forwards;
      visibility: visible;
    }
    @keyframes loaderFadeOut {
      0% {visibility: visible;position: relative;}
      100% {
        visibility: hidden;
        position: absolute;
      }
  }
    .ZTCL-active .ZT-circleLoader.ZT-cmNone{
      display: block;
    }
    .ZTCL-activeIconBlock svg,.ZTCL-activeIconBlock .ZT-circleLoader.ZT-cmNone{
      display: block
    }
    .ZTCL-active .ZTCL-delay,.ZTCL-activeIconBlock .ZTCL-delay{
      position: absolute;
      animation-name: loaderFadeIn;
      animation-delay:var(--circularLoaderTime);
      animation-fill-mode: forwards;
      visibility: hidden;
    }
    @keyframes loaderFadeIn {
      0% {visibility: hidden;}
      100% {
        visibility: visible;
        position: relative;
      }
  }
    .ZT-circleLoader.ZTCL-loaderDark {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
    }
    .ZT-circleLoader.ZTCL-loaderDark::after {
      border-left: 2px solid #fff;
      border-top: 2px solid #fff;
    }
    .ZTCL-active{
      pointer-events: none;
    }
    .ZTCL-small{
      width: 14px;
      height: 14px;
      }
    .ZTCL-medium{
      width: 16px;
      height: 16px;
    }
/*New loader end*/
/*button Loader end*/
/* prestige icon */
#prestige-widget {
	position: absolute;
  top: 5%;
  right: -1.3%;
}

/* fieldNameContainer starts */
.absoluteElement {
  z-index          : 100;
  background-color : #f9f9f9;
  display          : flex;
  align-items      : center;
  list-style       : none;
  border-radius: 5px;
}

.absoluteElement .option {
  display : flex;
  flex    : 1;
  padding : 0 20px;
}

.absoluteElement .option .HF-checkboxOption .HF-dropDown {
  display : none;
}

/* fieldNameContainer ends */
/*Scrollbar shadow start*/
.ZT-scrollbarShadow{
  background: /* Shadow covers */ linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%, /* Shadows */ radial-gradient(50% 0, farthest-side, rgba(0,0,0,.04), rgba(0,0,0,0)), radial-gradient(50% 100%,farthest-side, rgba(0,0,0,0), rgba(0,0,0,0)) 0 100%;
  background: /* Shadow covers */ linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%, /* Shadows */ radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.04), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0), rgba(0,0,0,0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
  padding-top: 6px;
}

/*Scrollbar shadow end*/
/*Scrollbar enabled start*/
/* .ZT-scrollBar::-webkit-scrollbar,.RV-cmtPanelContainer::-webkit-scrollbar,.KV-moveRecordDrop-panel ul.options::-webkit-scrollbar,
.zDCcard-holder .ZDC-ScrollHolder::-webkit-scrollbar,
.ZDC-HoldersWrapper.ZDC-BoardHolder::-webkit-scrollbar{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.ZT-scrollBar::-webkit-scrollbar:vertical,.KV-moveRecordDrop-panel ul.options::-webkit-scrollbar:vertical,
.zDCcard-holder .ZDC-ScrollHolder::-webkit-scrollbar:vertical,
.ZDC-HoldersWrapper.ZDC-BoardHolder::-webkit-scrollbar:vertical{
 width: 11px;
}

.RV-cmtPanelContainer::-webkit-scrollbar:vertical{
  width: 10px;
}

.ZT-scrollBar::-webkit-scrollbar:horizontal,.RV-cmtPanelContainer::-webkit-scrollbar:horizontal,.KV-moveRecordDrop-panel ul.options::-webkit-scrollbar:horizontal,
.zDCcard-holder .ZDC-ScrollHolder::-webkit-scrollbar:horizontal,
.ZDC-HoldersWrapper.ZDC-BoardHolder::-webkit-scrollbar:horizontal {
 height: 11px;
}

.ZT-scrollBar::-webkit-scrollbar-thumb,.RV-cmtPanelContainer::-webkit-scrollbar-thumb,.KV-moveRecordDrop-panel ul.options::-webkit-scrollbar-thumb,
.zDCcard-holder .ZDC-ScrollHolder::-webkit-scrollbar-thumb,
.ZDC-HoldersWrapper.ZDC-BoardHolder::-webkit-scrollbar-thumb{
 border-radius: 8px;
 border: 2px solid white;
 background-color: rgba(0, 0, 0, .3);
}

.ZT-scrollBar::-webkit-scrollbar-track,.zDCcard-holder .ZDC-ScrollHolder::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-left: 1px solid #f1f1f1;
}

.ZDC-HoldersWrapper.ZDC-BoardHolder::-webkit-scrollbar{
  background-color: #f5f5f5;
  border-top: 1px solid #f1f1f1;
} */

/*Scrollbar enabled end*/

/*** Global scrollbar style start ***/
::-webkit-scrollbar{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  
  ::-webkit-scrollbar:vertical{
  width: 11px;
  }
  
  ::-webkit-scrollbar:horizontal {
  height: 11px;
  }
  
  ::-webkit-scrollbar-thumb{
  border-radius: 8px;
  border: 2px solid white;
  background-color: #d6d8dc;
  }
  
  ::-webkit-scrollbar-thumb:hover{
      background-color: #babfc4;
  }
  
  ::-webkit-scrollbar-track {
      /* background-color: #f5f5f5; */
      border-left: 0;
  }
  
  .ZDC-HoldersWrapper.ZDC-BoardHolder::-webkit-scrollbar{
      background-color: #f5f5f5;
      border-top: 1px solid #f1f1f1;
  }
  /*** Global scrollbar style end ***/
    
/*Skeleton loader start*/
.ZT-skeletonLoader{
	animation:1.5s skeletonLoader forwards infinite linear;
	background: #f6f7f8;
	background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
	background-repeat: no-repeat;
}
@keyframes skeletonLoader {
	0% {
	  background-position: -468px 0;
	}
  
	100% {
	  background-position: 468px 0;
	}
  }
 /*Skeleton loader end*/

 /**** Modal close icon style start ****/
.modalCloseIcon{    
    cursor: pointer;
    border: none;
    background-color: #fff;
    transform: rotate(45deg);
    fill: #504E53;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -30px;
    right: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 /**** Modal close icon style end ****/
/*circle tick start*/
.ZT-circleTick{
  background: #6dbe5b;
    width: 14px;
    height: 14px;
    position: relative;
    display: flex;
    border-radius: 50%;
}
.ZT-circleTick:after{
    width: 3px;
    height: 6px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 2px;
    left: 5px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1.3px 1.3px 0;
}
/*circle tick end*/
/*Checkbox with text start*/
.ZT-checkboxTextPanel{
  display: flex;
  align-items: center;
}
.ZT-checkboxSpan{
  width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #F0F0F0;
  flex-shrink: 0;
}
.ZT-checkbox:checked ~ .ZT-checkboxSpan:after,.dg-dropdown__option--selected .ZT-checkboxSpan::after{
    width: 3px;
    height: 7px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 2px;
    left: 5px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1.5px 1.5px 0;
}
.ZT-checkbox:checked ~ .ZT-checkboxSpan,.dg-dropdown__option--selected .ZT-checkboxSpan{
  background: #6dbe5b;
  border-color: #6dbe5b;
}
.dg-dropdown__option--selected .dg-dropdown__option-checkbox-input--custom:after,
.dg-dropdown__option[aria-selected=true] .dg-dropdown__option-checkbox-input--custom:after{
  height: 7px;
  top: 2px;
}
.ZT-checkboxText{
  margin: 0 8px;
}
.ZT-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/*Checkbox with text end*/
/*Common btn property hide*/
.ZT-btnnoProp{
  cursor: pointer;
  border:none;
  background: transparent
}
/*square beta logo*/
.ZT-betaLogo,.BB-viewOnly{
  border: 1px solid var(--baseTextColor);
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 2px;
  color: var(--baseTextColor);
  display: flex;
  align-items: center;
  height: 18px;
  background: rgba(0,0,0,.1);
}
.ZT-lightTheme .ZT-betaLogo{
  border: 1px solid #089949;
  color: #089949;
  background: rgba(255,255,255,.36);
}

.LPH-logo .ZT-betaLogo{
  font-size: 11px;
  border: 1px solid #089949;
  color: #089949;
  background: rgba(255,255,255,.36);
  margin: 6px 0px 0;
  display: none;
}
.ZT-betaLogo{
  display: none;
}
/*** tooltip style start ***/
.ZT-tooltip {
  position: absolute;
  padding: 6px 10px 6px 10px;
  border-radius: 3px;
  cursor: initial;
  background: #1a1a1a;
  font-size: 13px;
  color: #fff;  
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

/*** tooltip style end ***/
/*** No Result Panel Style Start ***/
.ZT-noResultEmptyPanel{
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center;
  padding: 10px;
  height: 100%;
}

.ZT-noResultcard{
  width: 110px;
    height: 31px;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,.2);
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-left: -50px;
}

.ZT-noResultEmptyPanel .ZT-noResultcard:nth-child(2) {
  position: relative;
  top: -4px;
  left: 42px;
}

.ZT-noResultEmptyPanel .ZT-noResultcard:nth-child(2) .ZT-noResultElement {
  background: #f4e7b2;
}

 .ZT-noResultElement{
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #c1daf3;
  border-radius: 50%;
  display: flex;
 }

 .ZT-noResultElement::before {
  position: absolute;
  content: "";
  width: 65px;
  height: 4px;
  border-radius: 4px;
  background: #f4f4f4;
  left: 20px;
  top: 11px;
}

.ZT-noResultElement::after {
  position: absolute;
  content: "";
  width: 42px;
  height: 4px;
  border-radius: 4px;
  background: #e9e9e9;
  left: 20px;
  top: 1px;
}

.ZT-emptyStateText{
  font-weight: 500;
  font-size: 16px;
  color: #282828;
  margin-top: 22px;
  display: block;
}

.ZT-emptyStateDescription{
  font-size: 14px;
  color: #282828;
  margin-top: 16px; 
  text-align: center;
  display: block;
}
.ZT-noSearchLI{
  user-select: none;
  cursor: auto;
}
.zte-add-user-text{
  font-size: 14px;
  width: 200px;
  color: var(--lightGrey53);
}
.zte-add-user-text .zt-email{
  word-wrap: break-word;
}
/*** No Result Panel Style end ***/

/*** Confirmation  Popup  style start ***/
.ZT-confirmationPopup {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px 7px rgb(29 23 37 / 12%);
  width: 320px;
  position: absolute;
  z-index: 1000;
}

.ZT-confirmActionButtons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 14px;
}

.ZT-confirmationText {
  font-size: 14px;
  line-height: 21px;
}
/*** Confirmation  Popup  style end ***/

/*** search value style start ***/
.ZT-searchLabel{
  position: relative;
}
.ZT-searchLabel input{
  border: none;
  border-bottom: solid 1px rgba(0,0,0,.1);
  padding: 9px 20px 9px 33px;
  margin: 10px 7px 0 7px;
  width: calc(100% - 15px);
  min-width: 225px;
}

.ZT-searchHighlightLine {
  position: relative;
}

.ZT-searchHighlightLine:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0,0,0,.3);
  bottom: 0;
  left: 0;
}

.ZT-searchLabel input[type=text]:focus {
  border: none;
  border-bottom: 1px solid #4daa38;
  transition: all .5s;
}

.ZT-searchLabel svg {
  position: absolute;
  top: 1px;
  left: 17px;
  fill: #b5b5b5;
}

.ZT-searchCloseIcon{
	position: absolute;
  top: -15px;
  right: 45px;
  transform: rotate(45deg);
  cursor: pointer;
}

/*** search value style end ***/

.ZT-addOptionBtn{
  background: #f2faf2;  
  text-transform: uppercase;
  color: #64894f;      
  cursor: pointer;      
  border-radius: 18px;
  border: 1px solid #81bb67;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;  
  text-align: center;
  margin: auto;
  padding: 8px 15px;
  font-size: 12px;
}

/*Error info*/
.ZT-errorInfo{
  background: #E46864;
  /* background: var(--errorBgE4); */
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.ZT-errorInfo:after{
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3px;
}
.ZT-errorInfo:before{
  position: absolute;
  content: "";
  width: 2px;
  height: 7px;
  border-radius: 5px;
  background: #fff;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
}
.ZT-cmNone{
  display: none;
}
.ZTEI-active .ZT-errorInfo.ZT-cmNone{
  display: block
}
.ZTEI-active svg{
  display: none
}
.ZT-errorMessage{
  font-size: 12px;
  color: #E46864
  /* color: var(--errorBgE4) */
}
/*Writer temporary issue*/
.zdatetimepicker__monthcontainer th,.zdatetimepicker__monthcontainer td{
  border: none !important
}
.zdatetimepicker__date.zdatetimepicker--today {
  border: 1px solid #4190f2 !important;
}
/*common drag css*/
.ZT-dragElement{
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.08);
  color: #101010;
  z-index: 1;
  position: relative;
}

.ZT-dragElement:hover{
  background: #fff;
}
button[disabled="true"] {
  pointer-events: initial;
  opacity: initial;
}
.AFD-addFile input[type="file"]{
  display: inherit;
}
/*input number spinnner removed*/
input[type="number"].ZT-numberArrowHide::-webkit-outer-spin-button,
input[type="number"].ZT-numberArrowHide::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"].ZT-numberArrowHide {
  -moz-appearance: textfield;
}
/*RTL*/
.ZT-rtlDirection{
  direction: rtl
}



/*OverAll Loader (pageLoader) started */

.ZT-loader {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ZT-loaderBox {
  height: 30px;
  margin: 0 2px;
  width: 6px;
  display: inline-block;
  -webkit-animation: loaderAnimation 1.2s infinite ease-in-out;
  animation: loaderAnimation 1.2s infinite ease-in-out;
  border-radius: 6px;
}

.ZT-loader .ZT-loaderBox:nth-child(1) {
  background: #d32033;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.ZT-loader .ZT-loaderBox:nth-child(2) {
  background: #23a149;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.ZT-loader .ZT-loaderBox:nth-child(3) {
  background: #187cba;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.ZT-loader .ZT-loaderBox:nth-child(4) {
  background: #f6bb1b;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes loaderAnimation {
  0%, 40%, 100% {
      -webkit-transform: scaleY(0.4)
  }

  20% {
      -webkit-transform: scaleY(1.0)
  }
}

@keyframes loaderAnimation {
  0%, 40%, 100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
  }

  20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
  }
}
.zt-loader-hide.ZT-loader {
  opacity: 0;
  visibility: hidden;
  transition: opacity  ease-in-out, visibility  ease-in-out;
}
.zt-loader-active .zt-loader-hide{
	  opacity: 1;
  	visibility: visible;  
}

.zt-loader-active.zt-loader-delay .ZT-loader{
   transition-delay: 1s;
}
/*OverAll Loader (PageLoader) end*/

.ZT-plusBtnBG{
  border: 2px solid transparent;
  background: var(--colorF4);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  fill: var(--color3E);
  width: 20px;
  height: 20px;
}

/*Common dropdown selection*/
.ZT-dropSelection {
  height: 48px;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 35px 0 15px;
  background: #fff;
}
.ZT-dropSelection:after {
  content: "";
  border: 5px solid transparent;
  border-left-color: transparent;
  border-left-color: #666;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 21px;
  right: 15px;
}

/*User profile princing*/
.ZTPP-settingPanel {
  padding: 16px 0px 0px;
  border-top: 1px solid #DDD;
margin-top: 16px;
}
.ZTPP-planValidity{
  font-size: 14px;
  font-weight: 500;
  /* margin-inline-start: 12px; */
  /* max-width: 220px; */
  color: #535353;
  line-height: 20px;
  margin-inline-end: 16px;
}
.ZTP-profilePricingPanel{
background: #f1f7f0;
padding: 12px;
border-radius: 8px;
margin-top: 16px;
}
/* .ZTPP-settingPanel:before {
  content: "";
  width: 4px;
height: 40px;
  background: #6DBF5C;
  position: absolute;
border-radius: 8px;
} */
.ZTPP-professionalPlanPanel.ZTPP-settingPanel:before,.ZTPP-professionalExpiryPanel.ZTPP-settingPanel:before{
height: 60px;
}
.ZTPP-freePlanInner,.ZTPP-professionalPlanInner,.ZTPP-professionalExpiryInner{
display: none;
align-items: center;
  justify-content: space-between;
}
.ZTPP-freePlanPanel .ZTPP-freePlanInner,.ZTPP-professionalPlanPanel  .ZTPP-professionalPlanInner,.ZTPP-professionalExpiryPanel .ZTPP-professionalExpiryInner{
display: flex;

}
.ZT-lineBtn.ZT-lineGreenBtn{
border-color: var(--primaryGreen);
color: var(--primaryGreen);
fill:var(--primaryGreen)
}
.ZT-lineBtn.ZT-lineGreenBtn.ZT-lineGreenBgBtn{
  background: var(--mediumGreen);
}
.ZTUP-signOutBtn.ZTUP-signBtn .text,.ZTUP-signOutBtn{
	color: #E46864;
	fill: #E46864;
}
/*common Toggle*/
.ZTT-input{
  transition: .4s;
  width: 24px;
  height: 14px;
  border-radius: 8px;
  background-color: #bbb;
  position: relative;
  padding: 2px 2px;
  cursor: pointer;
}
.ZTT-input:after {
  width: 10px;
  height: 10px;
  border-radius: 5.5px;
  background-color: #fff;
  content: "";
  position: absolute;
  transition: .4s;
}
.ZT-togglelabel{
  position: relative;
}
.ZT-togglelabel input:checked~.ZTT-input:after {
  background-color: #fff;
  transform: translateX(10px);
  content: "";
}

.ZT-togglelabel input:checked~.ZTT-input {
  background-color: #94cf87;
}

.ZT-togglelabel input[type="checkbox"],.ZT-togglelabel input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/*** segmented toggle style start ***/
.zt-segmented-toggle{
  background-color: #F6F6F6;
  border-radius: 6px;
  padding: 3px;
}
.zt-segmented-toggle .ZTT-input:after{
  display: none;
}
.zt-segmented-toggle .ZT-togglelabel input:checked~.ZTT-input {
  background-color: #B6DFAD;
}
.zt-segmented-toggle .ZT-togglelabel {
  width: 100%;  
}
.zt-segmented-toggle .ZTT-input{
  width: 100%;
  background-color: #F6F6F6;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  line-height: 20px;
}
.zt-segmented-toggle input[type=radio]:checked+.ZTT-input {  
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
  color: #000;
  fill: #000;
}
/*** segmented toggle style end ***/
/*New tag*/
.ZT-newTag{
  border:1px solid #BBD3FA;
  background: #2C72DF;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 16px;
}

/*error dialog toast*/
.ZTED-toast{
  background:var(--errorBgFA);
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  align-items: center;
  position: absolute;
  bottom: 0;
  transform: translateY(22px);
  left: 0;
  right: 0;
  /* max-width: 600px; */
  margin: auto;
  border-radius: 0 0 6px 6px;
  padding: 0 10px;
  border:1px solid var(--errorBgE4);
  border-top-color: #E8E8E8;
 animation: ZTED-toastAnimate 2s
}
.ZTED-text{
  margin: 0 5px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ZTED-close {
  position: absolute;
  right: 44px;
  top: -7px;
  fill: #535353;
}
.ZTED-active .ZTED-toast.ZT-cmNone,.ZTED-active.ZTED-toast.ZT-cmNone{
  display: flex;
}
 

@keyframes ZTED-toastAnimate {
  0% {
  transform: translateY(15px);
  }
100% {
  transform: translateY(22px);
  }
}
/* .ZTED-toast:after {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--errorBgFA);
  position: absolute;
  right: 24px;
  top: -1px;
  border-radius: 5px;
} 
.ZTED-cureSvg{
  position: absolute;
  right: 0px;
  top: -15px;
  left: inherit;
  transform: rotate(180deg);
  fill: #757474;
}*/
.ZTED-curveSVG{
  position: absolute;
  top: -12px;
  right: -40px;
}
/*Refresh tile css*/
.ZT-refreshTileDialog {
  width: 450px;
}

/**** Global form control style start ****/
.ZT-labelInputGroup {
  margin-bottom: 16px;
}
.ZT-labelInput {
  color: #535353;
  font-size: 13px;
  margin-bottom: 6px;
  line-height: 19.5px;
  display: block;
}
.ZT-labelOptional{
  color: #ccc;
  margin: 0 5px;
}
.ZT-input {
  border: solid 1px rgba(0,0,0,.2);
  border-radius: 4px;
  padding: 8px 10px;
  flex: 1;
  width: 100%;
  position: relative;
  min-height: 40px;
  box-sizing: border-box;
}
.ZT-input::placeholder {
  color: #a9a9a9;
  font-size: 13px;
}
.ZT-input.ZT-textInput {
  display: flex;
  resize: none;
}
.ZT-input.ZT-selectionInputSec {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.ZT-selectionInput {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-right: 24px;
}
.ZT-selectionInput.empty:before{
  position: absolute;
  display: block;
  content: attr(data-empty);  
  font-size: 13px;
  left: 0;
  top: 10px;
  color: #a9a9a9;
  pointer-events: none;
  cursor: text;
  padding: 0 10px;  
}
.ZT-selectionInputSec svg {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  fill: #858585;
}
/**** Global form control style end ****/
/*Member token error massage*/
.ZTM-warningText .ZT-icon{
  fill: var(--infoDark);
  width: 18px;
  display: inline-flex;
  align-items: baseline;
}
.ZTM-warningTextBtn{
  font-weight: 600;
  color: var(--infoDark);
  text-decoration: underline;
}
.ZTM-warningTextBtn .ZTP-crown{
  display: none;
}
.ZTM-warningTextBtn .ZTP-text{
  margin: 0;
}
.ZTM-warningText .ZT-text,.ZTM-errorText .ZT-text{
  margin: 0 4px;
}
.ZTM-warningText .ZT-learnMore{
  color: var(--infoDark);
}
.ZTM-errorText .ZT-icon,.ZTM-portalUserInfo .ZT-icon{
  fill:#757575;
}
.ZTM-errorTextBtn{
  font-weight: 500;
  color: #C50F1F;
  text-decoration: underline;
}
/* .ZTM-warningText,.ZTM-errorText,.ZTM-portalUserInfo{
  margin-bottom: 10px;
} */
.ZTM-portalInfoIcon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #006ec2;
  overflow: hidden;
}
.ZTM-portalUserInfo .ZT-text{
  margin: 0 8px;
}
.ZTM-portalUserInfo{
  border-top: 1px solid #E5E5E5;
  padding-top: 10px;
}
.ZTM-warningText,.ZTM-errorText,.ZTM-portalUserInfo{
  display: none;
}
.ZT-showPricingUserAlert .ZTM-warningText,.ZT-showModuleUserAlert .ZTM-errorText,.ZT-showPortalUserAlert .ZTM-portalUserInfo{
  display: flex;
}
/*** token info container style start ***/
.zt-token__info-container{
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 10px;
}


/* TODO:Remove this when ContextMenu branchm merge with master */
/* ContextMenu CSS Start */
.ZTCM-menuContainer {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(55, 59, 63, .12);
  border: solid 1px #d7d7d7;
  position: absolute;
  min-width: 200px;
  border-radius: 6px;
  padding: 5px;
  /* z-index: 99; */
  white-space: nowrap;
  overflow: auto;
  max-height: 520px;
  user-select: none;
}

.ZTCM-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  /* color: #222; */
  padding: 10px;
  border-radius: 5px;
  transition: all 0.2s;
  position: relative;
}

.ZTCM-option:hover {
  background-color: #f6f6f6;
}
.ZTCM-selected {
  background-color: #f6f6f6;
}
.ZTCM-divider {
  margin: 5px 0px;
  height: 1px;
  background-color: #eee;
  border: none;
}

.ZTCM-icon {
  display: flex;
  justify-content: center;
  fill: #7f7f7f;
  width: 20px;
}

.ZTCM-labelPanel {
  text-align: left;
}

.ZTCM-icon+.ZTCM-labelPanel {
  margin: 0 8px;
}

.ZTCM-description {
  display: block;
  color: #7c7c7c;
  white-space: break-spaces;
  margin-top: 2px;
}

.ZTCM-menuContainer:after {
  height: 9px;
  width: 9px;
  position: absolute;
  content: '';
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top-width: 0;
  border-left-width: 0;
  transform: rotate(225deg);
  top: -5px;
  left: 26px;
}

.ZTCM-btnPanel {
  display: flex;
  border-radius: 3px;
  background-color: #f3f3f4;
  padding: 2px;
  /* margin-right: 15px; */
}
.ZTCM-btnPanel:not(:has(*)){
  padding: 0;
}
.ZTCM-btn {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
}
.ZTCM-btn:first-child{
  margin-right: 2px;
}
.ZTCM-option .ZTCM-btnPanel .ZTCM-btn:hover,
.ZTCM-btnActive.ZTCM-btn{
  box-shadow: 0 0 5px 0 rgba(74, 80, 87, 0.15);
  background-color: #ffffff;
  color: #296b19;
  -webkit-text-fill-color: #296b19;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #296b19;
}

.ZTCM-option .ZT-circleTick {
  display: none;
}
.ZTCM-option.ZTCM-selected .ZT-circleTick {
  display: block;
}

/* ContextMenu CSS End */
.zt-token__icon-container{
  display: flex;
}
.zt-token__icon-container svg{
  fill: #888;
}
.zt-token__info-container:not(:has(.zt-token__description)) .zt-token__icon-container {
align-items: center;
}
.zt-token__item-container{
  display: flex;
  align-items: center;
  margin-inline-end: 0.5rem;
  position: relative;
}

.zt-token__img{
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.zt-token__info-container .zt-token__name-container{
  margin: 0;
  min-width: 0;
  flex: 1;
}
.zt-token__name{
  display: block;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zt-token__name-header .zt-token__name{
  flex: unset;
}
.zt-token__description {
  color: #888;
  font-size: 12px;
  margin-top: .125rem;
}
.zt-token__item-badge{
  position: absolute;
  bottom: -2px;
  right: -2px;
  background: #fff;
  width: 12px;
  height: 12px;
  display: flex;
  border-radius: 50%;
  border: 1px solid #ccc;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.zt-token__img-badge .zt-token__img {
  width: 100%;
  height: 100%;  
}
.zt-token__info-container .zt-info-icon{
  fill: #535353;
}
/*** token info container style end ***/
/*** color picker customization from radio field components style start ***/
.zt-color-picker-container{
  --radio-width: 2rem; /* 32px*/
  --radio-height: 2rem; /* 32px*/
  --radio-margin: 0.5rem;
  --radio-container-border-color: #e0e0e0;
  --radio-label-font-size: 0.875rem;
  --focused-border-color: #007BFF;
  --checked-border-color: #007BFF;
  --checked-fill-color: #333;
  --tick-icon-width: 6px;
  --tick-icon-height: 12px;
  --unchecked-border-color: #ccc;
  --checkbox-bg-color: #fff;
  --no-color-option-icon-width: 18px;
  --no-color-option-icon-height: 18px;
}
.zt-color-picker-container .dg-radio__container{
display: flex;
flex-wrap: wrap;
gap: 8px;
padding: 8px;
border: 1px solid var(--radio-container-border-color);
border-radius: 8px;
}
.zt-color-picker-container .dg-radio__container-wrapper{
display: flex;
}
.zt-color-picker-container .dg-radio__input{
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
}
.zt-color-picker-container .dg-radio__input--custom {
  display: inline-block;
  width: var(--radio-width);
  height: var(--radio-height);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background-color: var(--checkbox-bg-color);
}
.zt-color-picker-container .dg-radio__input--custom::after {
  width: var(--tick-icon-width);
  height: var(--tick-icon-height);
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 6px;
  left: 9px;
  border-color: var(--checked-fill-color);
  border-style: solid;
  border-width: 0 2.3px 2.3px 0;
  display: none;
}
.zt-color-picker-container .dg-radio__input:checked + .dg-radio__input--custom::after {
  display: block;
}
.zt-color-picker-container .dg-radio__input-wrapper{
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: var(--radio-label-font-size);
}
.zt-no-color-option{
margin-inline-end: 16px;
width: 44px;
justify-content: center;
}
.zt-no-color-option .dg-radio__input--custom{
display: flex;
align-items: center;
justify-content: center;
}
.zt-no-color-option .dg-radio__input:checked + .dg-radio__input--custom::after{
display: none;
}
.zt-no-color-option-icon{
width: var(--no-color-option-icon-width);
height: var(--no-color-option-icon-height);
}
/*** color picker customization from radio field components style end ***/
/*snap chart error info*/
.ztrei-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.ztr-error-text {
  margin: 0 8px;
}
.ztr-error-info{
  display: none;
  width: inherit;
  bottom: 6px;
  justify-content: center;
  align-items: center;
}
.ztrei-panel{
  background: #FDF3F4;
  border: 1px solid #EEACB2;
  color: #DC043B;
  fill: #DC043B;
}
.zdc-display-error.ztr-error-info{
  display: flex;
}
.ztr-error-info.ztr-toast-option{
  background: #444647;
  border: 1px solid #444647;
  color: #fff;
  fill: #fff;
}

.zt-load-more__btn.cm-btn{
    border: 1px solid #e8e8e8;
    color: #535353;
    background: #fff;
}

/*first Loading loder jerk issue fixed*/
.ZT-mainView>.ZT-loader .ZT-loaderBox{
  top: -75px;
  position: relative;
}
.ZS-snap-container >.ZT-loader .ZT-loaderBox{
  top: -63px;
  position: relative;
}
/*** unorder list style start ***/
.zt-unorder-list{
  list-style: none;
  padding-left: 0;
}
.zt-unorder-list .zt-list__item{
  position: relative;
  padding-left: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  color: var(--zt-list-item-color);
}
.zt-unorder-list .zt-list__item::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: var(--zt-list-item-color);
  border-radius: 50%;
}
/*** unorder list style end ***/
/*** scroll shadow style start ***/
@property --scroll {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;  
}
.zt-scroll-shadow {
	--shadow-size: 16px;
    --shadow-opacity: 0.05;
    background-image: linear-gradient(rgb(var(--sc) / calc(var(--scroll) * var(--shadow-opacity))) 0%, transparent var(--shadow-size), transparent calc(100% - var(--shadow-size)), rgb(var(--sc) / calc((1 - var(--scroll)) * var(--shadow-opacity))) 100%);
    animation: scroll-shadows 
	cubic-bezier(.35, .85, .8, .32);
    animation-timeline: scroll(self);
    animation-range: 0 100%;
}
@keyframes scroll-shadows {  
  from, to { --sc: 0 0 0; }
  to {
    --scroll: 1;
  }
}
/*** scroll shadow style end ***/
/*** toggle active style start ***/
.zt-show-on-active{
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  margin-top: 0;
}
.zt-toggle-active .zt-show-on-active{
  max-height: 500px;
  opacity: 1;
  margin-top: 16px;
}
/*** toggle active style end ***/
 /*** import from other source style start ***/
  .Grid-cmDrop-panel ul li.ZT-impOtherSrc {
    cursor: initial;
    border-top: 1px solid #e5e5e5;
    color: #858585;
    font-size: 13px;
    border-radius: 0;
	margin-top: 5px;
}

.Grid-cmDrop-panel ul li.ZT-impOtherSrc:hover {
    background: #fff;
	border-radius: 0;
}
  /*** import from other source style end ***/
  /*user delete confirmation dialog start*/
.PUR-panel {
    background: #FFFFFF;
    box-shadow: 0 2px 20px 7px rgba(29, 23, 37, 0.12);
    border-radius: 11px;
    width: 320px;
    min-height: 100px;
    padding: 25px;
    position: absolute;
    z-index: 11;
}
.PUR-content {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 21px;
}
.PUR-content span {
    font-weight: 500
}

.PUR-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.PUR-btn .cm-btn {
    background: var(--danger);
    height: 32px;
    min-width: 122px;
    justify-content: center;
    font-size: 13px;
}
.PUR-btn .cm-btn:focus {
    border-color: var(--dangerHover);
}

.PUR-btn .cm-btnCanel {
    border: none;
    font-size: 13px;
    color: #535353;
    cursor: pointer;
    margin: 0 8px 0 0;
    min-width: 122px;
    padding: 8px 16px;
    background: #f6f6f6;
    font-weight: 400;
    border-radius: 50px;
}

/*user delete confirmation dialog end*/