*{
    margin: 0;
    padding: 0;
    outline: 0;
}
:root {
    --zpos-sprite-icons: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/zakya-common-sprite.svg')
}
.zpos-search, .Nav-parent2, .Nav-parent3 {
    display: none;
}
.kb-shadow {
  border: 6px solid #e2e2fd;
  border-radius: 18px;
}
/* light mode css */
.light-mode .zposHelp-midSec {
    border: 1px solid rgb(184, 184, 184);
    border-radius: 20px;
}
.light-mode .zposHelp-RftBottom {
    border-radius: 20px;
}
.light-mode .zposHelp-main, .light-mode .zposHelp-RftBottom {
    background: #ffffff;
}
.light-mode .zposHelp-outline {
    border: none;
}
.light-mode .zposHelp-headSec {
    background: #ffffff;
}
.light-mode .Bcrumb-lst, .light-mode .Bcrumb-lst.active {
    color: #000000;
}
.light-mode .Bcrumb-lst::after {
    background: var(--zpos-sprite-icons) no-repeat -263px -48px;
}
.light-mode .zposHelp-searchGlobal, .light-mode .Inpage-nav, .light-mode .Inpage-navGrp h3 {
    color: #000;
}
.light-mode .zposHelp-searchSubmit::after {
    background: var(--zpos-sprite-icons) no-repeat -227px -42px;
}
.light-mode .Inpage-navGrp h3::before, .light-mode .zposHelp-BcrumbSec::before  {
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -57px -18px;
}
.light-mode .donut-chart {
    background: #fff;
    border: solid #b8b8b8;
    border-width: 0 0 1px 1px;
}
.light-mode .custom-shape {
    right: 63px;
    background-color: #fff;
}
.light-mode .custom-shape::before {
    background-color: #fff;
    border-color: #b8b8b8;
}
.light-mode .donut-bg {
    stroke: #d6d6d7;
}
.light-mode .zpos-scrollFix {
    border: 1px solid #b8b8b8;
    border-width: 1px 1px 0 1px;
    width: calc(100% + 2px);
    transform: translate(-1px, -1px);
}
.light-mode .Inpage-nav.active > a {
    color: #000;
    background: #f1f1f1;
    border-left: 2px solid #e57627;
}
.light-mode .BacktoTop-cta::before {background-position: -18px -63px;}
.light-mode .Inpage-navdropdown:after {background: var(--zpos-sprite-icons) no-repeat -263px -48px;}
.light-mode .zposHelp-head-curvLayer, .light-mode .curve-shape, .light-mode .curve-shape.inverse {
    display: none;
}
.light-mode .gradient-fade-bottom {
    height: 20px;
}
.light-mode .zpos-scrollFix:after, .light-mode .zpos-scrollFix:before {
    position: absolute;
    content: "";
    top: -2px;
    left: -10px;
    width: 11px;
    height: 21px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    z-index: 999;
    transform: rotate(22deg);
}
.light-mode .zpos-scrollFix:before {
    right: -10px;
    left: initial;
    border-radius: 0 0 0 20px;
    transform: rotate(-22deg);
}
.light-mode .BacktoTop-cta {
    background: #fff;
    color: #000;
}
.light-mode .zposHelp-RhtWrapper {
    border-color: #b8b8b8;
    border-radius: 21px;
}
/* light mode css */

.zpTop10 {padding-top: 10px;}
.zpTop20 {padding-top: 20px;}
.zpTop30 {padding-top: 30px;}
.zpTop40 {padding-top: 40px;}
.zpTop50 {padding-top: 50px;}
.zpBottom10 {padding-bottom: 10px;}
.zpBottom20 {padding-bottom: 20px;}
.zpBottom30 {padding-bottom: 30px;}
.zpBottom40 {padding-bottom: 40px;}
.zpBottom50 {padding-bottom: 50px;}
.zpos-header {background: #121317;}
.zw-template-inner {
    margin-top: -68px;
}
.zposHelp-contSec a {
    color:#0072ff;
    border-bottom: 1px solid #0072ff;
    cursor: pointer;
}
.zposHelp-main {
    width: 100%;
    background: #121317;
    color: #1e1e1e;
    padding-top: 70px;
}
.zposHelp-outline {
    border-radius: 20px;
    border: 1px solid #303132;
    max-width: 1800px;
    width: 96%;
    margin: 30px auto;
    border-width: 0 1px 1px 1px;
}
.zposHelp-headSec {
    position: sticky;
    top: 68px;
    z-index: 3;
    background: #121317;
}
.zposHelp-head-curvLayer {
    position: absolute;
    width: calc(100% + 2px);
    height: 30px;
    border: solid #303132;
    border-radius: 20px 20px 0 0;
    border-width: 1px 1px 0 1px;
    left: -1px;
}
.zposHelp-head-curvLayer:after, .zposHelp-head-curvLayer:before {
    position: absolute;
    content: "";
    top: -2px;
    left: -10px;
    width: 11px;
    height: 21px;
    background-color: #121317;
    border-bottom-right-radius: 20px;
    z-index: 999;
    transform: rotate(22deg);
}
.zposHelp-head-curvLayer:before {
    right: -10px;
    left: initial;
    border-radius: 0 0 0 20px;
    transform: rotate(-22deg);
}
.zposHelp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1460px;
    margin: 0 auto;
    padding: 25px 0;
    width: 98%;
    column-gap: 15px;
}
.zposHelp-Bcrumb {
    width: 47%;
    text-align: left;
    position: relative;
}
.zposHelp-themeGrp {
    width: 23%;
    text-align: right;
    display: flex;
    align-items: center;
}
.zposHelp-searchCentrel {
    width: 30%;
    text-align: right;
}
.zpos-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.zposHelp-parent {
    display: flex;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0;
    width: 98%;
    justify-content: space-between;
    column-gap: 15px;
    align-items: flex-start;
    padding-bottom: 90px;
}
.zposHelp-parent.reading-mode-active {
    column-gap: 0;
}
/* search css start */
.zposHelp-searchGlobal, .zposHelp-searchArticles {
    border: 1px solid rgb(98, 98, 98);
    background: transparent;
    border-radius: 8px;
    padding: 11px 45px 11px 25px;
    font: 16px/1 var(--primary-regular);
    color: #fff;
    width: 320px;
}
.zposHelp-searchArticles {
    background: #fff;
    padding: 11px 25px 11px 45px;
}
.zposHelp-searchSubmit, .zposHelp-ArticlesSubmit {
    position: absolute;
    right: 12px;
    top: 7px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    cursor: pointer;
    margin: 0;
    text-indent: -999999px;
    background: transparent;
}
.zposHelp-ArticlesSubmit {left: 12px;right: initial;}
.zposHelp-searchSubmit:after, .zposHelp-ArticlesSubmit:after {
    background: var(--zpos-sprite-icons) no-repeat -227px -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
}
/* search css end */
/* Search  Fullscreen overlay */
.zpos-searchOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 19, 23, 0.96);
    z-index: 101;
    display: none;
    align-items: center;
    justify-content: center;
}
.zpos-searchOverlayContent {
    position: relative;
    width: 90%;
    max-width: 700px;
    transform: translate(-50%, -50%);
    top: 35%;
    left: 50%;
}
.zpos-fullSearchForm {
    position: relative;
}
.zpos-fullSearchInput {
    width: 100%;
    padding: 18px 60px 18px 25px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font: 20px/1.4 var(--primary-regular);
    background: transparent;
    color: #fff;
}
.zposHelp-searchSubmit {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    text-indent: -99999px;
    cursor: pointer;
}
.zposHelp-searchSubmit:after {
    background: var(--zpos-sprite-icons) no-repeat -227px -15px;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.zpos-searchClose {
    position: absolute;
    top: 20px;
    right: -50px;
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    line-height: 1;
}
body.freeze-scroll {
    overflow: hidden;
}
  
/* mode switch css */
.zposHelp-themeSec {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
}
.zposHelp-modeSwitch {
    position: relative;
    border-radius: 16px;
    color: #fff;
    border: 1px solid rgb(127, 128, 129);
    background: rgba(26, 28, 31, 0.502);
    font: 14px/1 var(--primary-regular);
    width: 60px;
    height: 32px;
    display: flex;
    cursor: pointer;
}
.zposHelp-modeSwitch input {
    opacity: 0;
    width: 100%;
    height: 100%;
}
.themeslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    border-radius: 34px;
}
.themeslider:after {
    position: absolute;
    content: "";
    display: inline-block;
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -625px -64px;
    width: 26px;
    height: 26px;
    top: 2px;
    left: 2px;
    border: 1px solid rgb(55, 55, 58);
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    transition: 0.4s;
}
/* Change background color when checked */
input:checked + .themeslider {
    background-color: #fff;
}
input:checked + .themeTxt {
    color: #000;
    top: 7px;
    left: 16px;
}
.themeslider.right:after {
    background-position: -595px -64px;
    top: 2px;
    left: 30px;
}
.themeslider.right + .themeTxt {
    color: #000;
    top: 7px;
    left: 16px;
}
/* Move the slider circle when checked */
input:checked + .themeslider:before {
    transform: translateX(50px);
}
.themeTxt {
    font: 16px/1 var(--primary-regular);
    position: absolute;
    cursor: pointer;
    top: 6px;
    right: 8px;
    display: none;
}
/* mode switch css */
/* Donut Chart Container */
.donut-chart {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 66px;
    height: 66px;
    content: "";
    background: #121317;
    border-radius: 0 18px 0 16px;
    border: solid #353535;
    border-width: 0 0 1px 1px;
    z-index: 1;
    overflow: visible;
}
.donut-chart:after {
    border: solid #353535;
    position: absolute;
    bottom: -17px;
    right: 0px;
    content: "";
    background: transparent;
    border-radius: 15px;
    z-index: 2;
    padding: 8px;
    display: none;
    border-width: 1px 1px 0 0;
}
.donut-chart svg {
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    left: 50%;
    position: absolute;
    overflow: visible;
}
.donut-bg {
    fill: none;
    stroke: #49494a;
    stroke-width: 6;
}
.donut-progress {
    fill: none;
    stroke: #e57627;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 113;
    stroke-dashoffset: 113;
    stroke-miterlimit: 10;
    transition: stroke-dashoffset 0.3s ease;
}
/* Donut Chart Container */
/* Overlay for background freeze */
.zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 71%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.zoom-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 1100;
    font: 30px/1 var(--primary-regular);
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
}
.close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}
/* Overlay for background freeze */
/* Left section css start */
.zposHelp-LftMenu {
    min-width: 300px;
    background-color: #f1f1f1;
    padding: 30px 1.5%;
    height: 780px;
    overflow-y: hidden;
    position: sticky;
    top: 161px;
    width: 23%;
    border-radius: 20px;
    transition: width 0.35s ease-in-out, opacity 0.2s ease, padding 0.35s ease-in-out, margin 0.35s ease-in-out;
} 
.reading-mode-active .zposHelp-LftMenu {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    min-width: 0;
}
/* articles search css start */
.articles-searchSec {
    padding-bottom: 20px;
    position: relative;
}
.zposHelp-searchArticles { 
    width: 100%;
    color: #000;
}
.zposHelp-ArticlesSubmit:after {
    background: var(--zpos-sprite-icons) no-repeat -227px -42px;
}
.search-dropdownSec {
    position: absolute;
    background: #fff;
    border: 1px solid #cccccca8;
    width: 100%;
    border-radius: 12px;
    z-index: 2;
    font: 14px / 1 var(--primary-regular);
    margin-top: 2px;
    overflow-y: hidden;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
}
.search-dropdown {
    max-height: 270px;
    overflow-y: auto;
    height: auto;
}
.search-dropdown li {
    list-style: none;
    margin: 0;
}
.search-dropdown a {
    padding: 10px 12px;
}
.search-dropdown a {
    color: #333;
    text-decoration: none;
}
.search-dropdown li:hover {
    background-color: #f5f5f5;
}
.gradient-fade-top, .gradient-fade-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 25px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
/* Gradient */
.gradient-fade-top {
    top: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
}
.gradient-fade-bottom {
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.hidden {
    opacity: 0;
}
/* Gradient */
/* articles search css end */
.zposHelp-NavGrp {
    overflow-y: auto;
    height: 100%;
}
.Nav-step1-root, .Nav-step2-root, .Nav-step3-root {
    padding: 10px;
    display: block;
    cursor: pointer;
}
.Nav-step1-root:after {
    top: 50%;
    right: 5px;
    left: initial;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all ease 0.2s;
    background: var(--zpos-sprite-icons) no-repeat -263px -48px;
    width: 11px;
    height: 7px;
}
.Nav-step2-root:after, .Nav-step3-root:after, .Nav-step4-root:after {
    background: var(--zpos-sprite-icons) no-repeat -263px -48px;
    width: 11px;
    height: 7px;
    top: 50%;
    right: 10px;
    left: initial;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all ease 0.2s;
}
.nav-open > .Nav-step1-root:after, .nav-open > .Nav-step2-root:after, .nav-open > .Nav-step3-root:after, .nav-open > .Nav-step4-root:after {
    transform: translate(-50%, -50%) rotate(0deg);
}
.Nav-step1-root:hover, .Nav-step2-root:hover, .Nav-step3-root:hover, .Nav-step1:not(.zpos-ddown):hover, .Nav-step2:not(.zpos-ddown):hover, .Nav-step3:not(.zpos-ddown):hover, .Nav-step4:not(.zpos-ddown):hover {
    background-color: #e5e5e5;
}
.Nav-parent1, .Nav-parent2, .Nav-parent3 {
    margin: 10px 0 5px 0;
    border-left: 1px solid #d3dce4;
    display: none;
}
.Nav-parent2 {
    border-left: none;
    margin: 10px 0 5px 0;
}
.Nav-parent3 {
  margin: 10px 0 5px 20px;
}
.nav-open > .Nav-step2-root {
    background: #fff;
    border-left: 3px solid rgb(255, 85, 2);
    border-radius: 4px;
} 
.Nav-step3.active, .Nav-step2.active {
    font-family: var(--primary-semibold);
    color: #ff5502;
}
.Nav-step1, .Nav-step2, .Nav-step3, .Nav-step4 {
    font:14px/1.2 var(--primary-regular);
    color: #363636;
    padding: 10px;
    margin-left: 6px;
}
.Nav-step1 {
    font:16px/1.2 var(--primary-bold);
    margin-left: 0;
}
.Nav-step3 {
   padding: 10px 10px 10px 20px;
}
.Nav-step2-root, .Nav-step2 {
    padding: 10px 10px 10px 30px;
    position: relative;
}
.Nav-step1, .Nav-step1-root {
    padding: 10px 15px;
}
.Nav-step2-root:before, .Nav-step2:before, .Inpage-subnav:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -701px -75px;
	width: 5px;
	height: 6px;
}
.Inpage-subnav.active:before, .Nav-step2.active:before {
    background-position: -686px -75px;
	width: 5px;
	height: 6px;
    z-index: 1;
}
.Nav-step2.zpos-ddown.nav-open .Nav-step2-root:before { 
    transform: rotate(90deg) translate(-50%);
}
.Nav-step2.zpos-ddown:before { 
    display: none;
}
.Nav-step1.zpos-ddown, .Nav-step2.zpos-ddown, .Nav-step3.zpos-ddown, .Nav-step4.zpos-ddown {
    padding: 0;
}
/* Left section css end */
/* Mid section css start */
.zposHelp-midSec {
    max-width: 960px;
    width: 54%;
    background: #ffffff;
    border-radius: 20px;
    flex: 1 1 auto;
    transition: all 0.35s ease-in-out;
}
.reading-mode-active .zposHelp-midSec {
    max-width: 100%;
    margin-right: 15px;
}
.zpos-scrollFix {
    height: 20px;
    border-radius: 20px 20px 0 0;
    position: sticky;
    top: 161px;
    z-index: 10;
    background: linear-gradient(to bottom, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
}
.layout-active .zpos-scrollFix {
    visibility: hidden;
}
.zposHelp-midInner {
    position: sticky;
    top: 161px;
    overflow-y: scroll;
    padding: 30px 40px;
    background: rgb(255, 255, 255);
    border-radius: 0 0 20px 20px;
}
.curve-shape {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 99;
    top: -2.5px;
    right: 0;
    background-color: #121317;
    display: inline-block;
}
.curve-shape.inverse {
    top: -0.5px;
    left: -2.5px;
    transform: rotate(-90deg);
}
.curve-shape::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-top-right-radius: 20px;
    z-index: 999;
    border-width: 1px 1px 0 0;
    top: 2.5px;
    left: 0px;  
}
.curve-shape.inverse::before {
    left: -0.5px
}
/* Banner */
.zposHelp-BcrumbSec {
    display: inline-flex;
    flex-direction: row;
    padding: 5px 20px 5px 45px;
    position: relative;
}
.zposHelp-MblNav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    text-indent: -99999px;
    cursor: pointer;
    z-index: 1;
}
.zposHelp-MblNav::before {
    position: absolute;
    content: "";
	background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -57px -18px;
	width: 29px;
	height: 29px;
    top:0;
    left: 0;
}
.Bcrumb-lst {
    font: 16px/1.2 var(--primary-regular);
    padding-right: 25px;
    color: #eaecf5;
}
.Bcrumb-lst:last-child {padding-right: 0;}
.Bcrumb-lst.active {
    font-family: var(--primary-semibold);
    color: #ffffff;
}
.Bcrumb-lst:after {
    background: var(--zpos-sprite-icons) no-repeat -263px -21px;
    width: 11px;
    height: 7px;
    right: 10px;
    transform: rotate(-90deg) translate(0%, 50%);
    left: initial;
    top: 6px;
}
.zposHelp-banner, .zposHelp-summarySec {
    padding-bottom: 40px;
}
.zposHelp-banner h1 {
    font: 42px/1.2 var(--primary-semibold);
    margin-bottom: 20px;
}
.zposHelp-banner h1:last-child {
    margin-bottom: 0;
}
.zposHelp-banner p {
    font: 16px/1.7 var(--primary-regular);
    margin-bottom: 0;
}
.zposHelp-summaryBtn {
    font: 14px/1 var(--primary-medium);
    padding: 11px 20px 11px 45px;
    border: 1px solid #fed9db;
    border-radius: 8px;
    background: transparent;
    position: relative;
    cursor: pointer;
    z-index: 1;
    transition: all linear 0.3s;
}
.zposHelp-summaryBtn.active {
    border-radius: 11px 11px 0 0;
    border-bottom: none;
}
.zposHelp-summaryBtn:after {
    position: absolute;
    content: "";
    background-image: -moz-linear-gradient( -48deg, rgba(255,232,206,0.99608) 0%, rgb(251,184,160) 100%);
    background-image: -webkit-linear-gradient( -48deg, rgba(255,232,206,0.99608) 0%, rgb(251,184,160) 100%);
    background-image: -ms-linear-gradient( -48deg, rgba(255,232,206,0.99608) 0%, rgb(251,184,160) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 8px;
    opacity: 0.4;
    transition: all linear 0.3s;
}
.zposHelp-summaryBtn.active::after {
    border-radius: 11px 11px 0 0;
}
.zposHelp-summaryBtn:before {
    position: absolute;
    content: "";
    top:13px;
    left: 20px;
	background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -190px -73px;
	width: 15px;
	height: 10px;
}
.zposHelp-summary {
    position: relative;
    border: 1px solid #fec3c5;
    border-radius: 0 12px 12px;
    z-index: 1;
    display: none;
}
.zposHelp-summaryInner {
    padding: 25px;
}
.zposHelp-summary:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient( -48deg, rgba(255,232,206,0.99608) 0%, rgb(251,184,160) 100%);
    background-image: -webkit-linear-gradient( -48deg, rgba(255,232,206,0.99608) 0%, rgb(251,184,160) 100%);
    background-image: -ms-linear-gradient( -48deg, rgba(255,232,206,0.99608) 0%, rgb(251,184,160) 100%);
    opacity: 0.4;
    z-index: -1;
}
.zposHelp-summary h2 {
    font: 20px/1.1 var(--primary-bold);
}
.summary-txt {
    font: 16px/1.6 var(--primary-regular);
    margin-bottom: 0;
}
.zpos-ai-info {
    font: 14px / 1 var(--primary-regular);
    color: #616161;
    background: #fff;
    padding: 20px 20px 20px 60px;
    border-radius: 0 0 12px 12px;
    position: relative;
}
.zpos-ai-info:after {
    position: absolute;
    content: "";
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -716px -67px;
	width: 22px;
	height: 22px;
    top: 14px;
    left: 26px;
}
/* Banner */
.zposHelp-contSec {
    padding-bottom: 40px;
}
.zposHelp-contSec h2 {
    font: 30px/1.2 var(--primary-semibold);
}
.zposHelp-contSec h3 {
    font: 22px/1.2 var(--primary-semibold);
}
.zposHelp-contSec p {
    font: 16px/1.6 var(--primary-regular);
    margin-bottom: 30px;
}
.zposHelp-contSec img {
    margin-bottom: 30px;
}
.zposHelp-contSec p:last-child, .zposHelp-contSec img:last-child, .zposHelp-contSec .zposHelp-Notes:last-child {
    margin-bottom: 0;
}
/* availability */
.zposHelp-availability {
    margin: 10px 0 50px;
}
.zposHelp-plans {
    background-color: #eaecf5;
    padding: 10px;
    display: flex;
    flex-direction: row;
    font: 14px/1.4 var(--primary-medium);
    border-radius: 6px;
}
.plan-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan-cell {
    flex: 1;
    text-align: center;
    padding: 5px 10px;
    position: relative;
}
.empty-cell {
    text-align: left;
    flex: 1.5;
    font-weight: bold;
}
.plan-headings .plan-cell {
    font-weight: 600;
    font-size: 14px;
    color: #1e1e2f;
}
.plan-cell::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    left: -6px;
}
.plan-Yes::before {
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-sprites.svg') no-repeat -89px -48px;
    width: 17px;
    height: 13px;
}
.plan-cell.plan-No {
    color: #a4aad8;
}
.plan-cell[aria-label] {
    position: relative;
}
.plan-No {
    color: #a4aad8;
}
.plan-detail, .plan-free, .plan-standard, .plan-professional, .plan-enterprise {
    padding-left: 22px;
}
@media screen and (max-width: 1550px) and (min-width: 1280px) {
    .zposHelp-plans {
        flex-direction: column;
    }
    .plan-row {
        flex-wrap: wrap; 
        padding: 10px 0;
    }
    .empty-cell {
        flex-basis: 100%;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .empty-cell::before {
        display: none;
    }
    .plan-cell {
        flex-grow: 1;
        flex-basis: 0;
    }
}
@media screen and (max-width: 1124px) {
    .zposHelp-plans {
        padding: 15px;
        flex-direction: column;
    }
    .plan-row {
        flex-direction: column;
        align-items: stretch;
    }
    .plan-cell {
        flex: 1 1 100%;
        text-align: left;
        padding: 12px 5px;
        border-bottom: 1px solid #d8dbe9;
    }
    .empty-cell {
        font-size: 16px;
        font-weight: 600;
        color: #1e1e2f;
        border-bottom: none;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .empty-cell::before {
        display: none;
    }
    .plan-row .plan-cell:last-child {
        border-bottom: none;
    }
}
/* availability */
/* tags */
.zposHelp-tagSec {
    margin-bottom: 50px;
    border: 1px solid rgb(229, 229, 229);;
    border-radius: 16px;
    box-shadow: 0px 0px 12.22px 0.78px rgba(155, 155, 155, 0.05);
    padding: 20px 40px;
    position: relative;
    background: #fff;
}
.zposHelp-tagSec h3 {
    font: 18px/1.1 var(--primary-semibold);
    padding: 0 15px 15px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.zposHelp-tagGrp {
    padding-top: 20px;
}
.zposHelp-tag {
    display: block;
    padding: 7px 20px;
    font: 16px/1.5 var(--primary-regular);
    cursor: pointer;
    position: relative;
}
.zposHelp-tag:after {
    position: absolute;
    background: url(//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg) no-repeat -743px -73px;
	width: 14px;
	height: 10px;
    content: "";
    top: 14px;
    right: 13px;
}
.zposHelp-tag:focus-within {
    background-color: rgb(253, 244, 237);
}
.zposHelp-tag:hover {
    background-color: rgb(253, 244, 237);
    border-radius: 8px;
}
/* tags */
/* community */
.zposHelp-communitySec {
    margin: 10px auto;
    text-align: center;
}
.zposHelp-community {
    border-radius: 19px;
    background-color: #fff;
    padding: 10px 25px;
    font: 16px/1.5 var(--primary-regular);
    display: inline-block;
}
.community-cta {
    color: #e57627;
    font: 16px/1.1 var(--primary-medium);
    border-bottom: 1px solid #e57627;
}
/* community */
/* permission */
.zposHelp-permission {
    border: 1px solid rgb(255, 217, 224); 
    border-radius: 6px;
    background-color: rgb(249, 238, 240);
}
.zposHelp-permission, .zposHelp-tips, .zposHelp-scenario  {
    padding: 30px 50px 30px 72px;
    margin-bottom: 50px;
}
.zposHelp-tips {
    background-color: rgb(253, 244, 237);
    border-radius: 6px;
    border: 1px solid rgb(255, 225, 202);
}
.zposHelp-scenario {
    background-color: #e0eee6;
    border-radius: 6px;
    border: 1px solid #b3eacb;
}
.zposHelp-permission h3, .zposHelp-tips h3, .zposHelp-scenario h3 {
    font: 18px/1.1 var(--primary-bold);
    margin-bottom: 15px;
}
.zposHelp-permission p, .zposHelp-tips p, .zposHelp-scenario p {
    font: 16px/1.7 var(--primary-regular);
    margin-bottom: 0;
}
.zposHelp-permission a, .zposHelp-tips a, .zposHelp-scenario a {
    font: 16px/1 var(--primary-semibold);
    color: #000;
    border-bottom: 1px solid #3c3939;
}
.zposHelp-permission:after {
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -433px -67px;
	width: 23px;
	height: 23px;
    top: 28px;
    left: 28px;
}
.zposHelp-permission:before {
    background: #f9acb5;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    top: 23px;
    left: 23px;
}
.zposHelp-tips::after {
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -291px -68px;
	width: 15px;
	height: 21px;
    top: 29px;
    left: 32px;
}
.zposHelp-tips:before {
    background: #fedbc8;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    top: 23px;
    left: 23px;
}
.zposHelp-scenario::after {
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -659px -69px;
    width: 21px;
    height: 17px;
    top: 29px;
    left: 30px;
}
.zposHelp-scenario:before {
    background: #b3eacb;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    top: 23px;
    left: 23px;
}
/* permission */
/* Notes */  
:root {
    --note-line-color: #b0bec5;
    --note-line-width: 1px;
    --note-circle-diameter: 20px;
    --note-circle-radius: calc(var(--note-circle-diameter) / 2);
    --note-box-diameter: 28px;
    --note-box-radius: calc(var(--note-box-diameter) / 2);
    --note-circle-v-center: 14px;
    --note-marker-box-v-center: 14px;
    --note-indent: 35px;
    --note-roman-indent: 35px;
    --note-line-indent: calc(var(--note-box-diameter) + calc(var(--note-box-diameter)/2));
    --note-curve-radius: 15px;
}
.zposHelp-Notes {
    background-color: rgb(237, 241, 253);
    border-radius: 6px;
    border: 1px solid rgb(212, 223, 255);
    padding: 30px 60px;
    margin-bottom: 50px;
}
.zposHelp-contSec .zposHelp-Notes:last-child { margin-bottom: 0px;}
.zposHelp-Notes h3 {
    font: 20px/1.1 var(--primary-bold);
    color: #010101;
    margin-bottom: 25px;
    padding-left: 12px;
}
.notes-subHeading {
    color: #f8e2b9;
    font: 20px/1.1 var(--primary-bold);
}
.zposHelp-Notes::after {
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -310px -71px;
	width: 15px;
	height: 15px;
    top: 31px;
    left: 32px;
}
.zposHelp-Notes:before {
    background: #c8d6fe;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    top: 23px;
    left: 23px;
}
.zposHelp-Notes { counter-reset: main-counter; }
.notes-section, .zposHelp-stairSec {
    font: 16px/1.6 var(--primary-regular);
    counter-reset: main-counter;
    padding-bottom: 25px;
}
.zposHelp-contSec .notes-section:last-child, .zposHelp-contSec .zposHelp-stairSec:last-child, .zposHelp-contSec .ZposHelp-bulletSec:last-child {padding-bottom: 0;}
.number-note, .roman-note, .alpha-note, .staircase-roman, .staircase-alpha, .staircase-number {
    font: 16px/1.6 var(--primary-regular);
}
.number-notes, .staircase-numbers { counter-increment: main-counter; }
.number-note, .staircase-number {
    padding-bottom: 30px; 
    display: flex;
    align-items: flex-start;
}
.notes-section > .number-notes:last-child .number-note:last-child,
.zposHelp-stairSec > .staircase-numbers:last-child .staircase-number:last-child {
  padding-bottom: 0;
}
.number-note::before, .staircase-number::before {
    content: counter(main-counter);
    background: rgb(155, 177, 240);
    color: white;
    font: 14px/1 var(--primary-regular);
    border-radius: 15px;
    margin-right: 10px;
    min-width: var(--note-circle-diameter);
    text-align: center;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 24px;
}
.staircase-number::before { background: #e57627; }
.alpha-notes, .staircase-alphas {
    margin-left: var(--note-indent);
    counter-reset: sub-counter;
}
.alpha-note, .staircase-alpha {
    padding-bottom: 30px;
    counter-increment: sub-counter;
    display: flex;
    align-items: flex-start;
}
.alpha-note::before, .staircase-alpha::before {
    content: counter(sub-counter, lower-alpha);
    color: #000000;
    font: 16px/1 var(--primary-regular);
    padding: 6px 8px;
    min-width: var(--note-box-diameter);
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    background: #d6deef;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.staircase-alpha::before {
    color: #ff5502;
    background: #ffecdf;
}
.roman-notes, .staircase-romans {
    margin-left: var(--note-circle-radius);
    counter-reset: sub-sub-counter;
}
.roman-note, .staircase-roman {
    padding-bottom: 25px;
    counter-increment: sub-sub-counter;
    display: flex;
    align-items: flex-start;
}
.roman-note::before, .staircase-roman::before {
    content: counter(sub-sub-counter, lower-roman);
    background: #d6deef;
    color: #000000;
    font: 16px/1 var(--primary-regular);
    padding: 6px 8px;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    min-width: var(--note-box-diameter);
    text-align: center;
    box-sizing: border-box;
}
.staircase-roman::before {
    color: #ff5502;
    background: #ffecdf;
}
.notes-section,
.number-notes,
.alpha-notes,
.roman-notes,
.number-note,
.alpha-note,
.roman-note, .staircase-number, .staircase-alpha, .staircase-roman, .staircase-numbers, .staircase-alphas, .staircase-romans {
    position: relative;
}
.number-note::before,
.alpha-note::before,
.roman-note::before {
    position: relative;
    z-index: 2;
}
.number-notes::before, .staircase-numbers::before {
    content: "";
    position: absolute;
    left: calc(var(--note-circle-radius) - (var(--note-line-width) / 2));
    top: var(--note-line-indent);
    width: var(--note-line-width);
    background-color: var(--note-line-color);
    z-index: 0;
    bottom: calc(var(--note-circle-v-center) + 5px);
    height: calc(100% - calc(var(--note-line-indent) + calc(var(--note-box-diameter)/2)))
}
.notes-section > .number-notes:last-child::before {
     bottom: auto;
     height: var(--last-number-line-height) - var(--note-marker-box-v-center);
     transition: height 0.15s ease-out;
}
.number-notes:not(:has(.alpha-notes))::before, .staircase-numbers:not(:has(.staircase-alphas))::before {
    height: var(--note-line-width);
    bottom: auto;
}
.alpha-note::after, .staircase-alpha::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: calc(-1 * var(--note-indent) + var(--note-circle-radius) - (var(--note-line-width) / 2));
    top: calc(var(--note-circle-v-center) - var(--note-curve-radius));
    width: calc(var(--note-indent) - var(--note-circle-radius) + (var(--note-line-width) / 2));
    height: var(--note-curve-radius);
    border-bottom: var(--note-line-width) solid var(--note-line-color);
    border-left: var(--note-line-width) solid var(--note-line-color);
    border-bottom-left-radius: var(--note-curve-radius);
}
.alpha-notes:not(:has(.roman-notes))::before, .staircase-alphas:not(:has(.staircase-romans))::before {
    height: var(--note-line-width);
    bottom: auto;
}
:root {
    --roman-notes-container-padding-top: 15px;
}
.roman-notes::before, .staircase-romans::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: calc( -1 * var(--note-roman-indent));
    top: var(--dynamic-roman-line-top, calc(-1 * var(--roman-notes-container-padding-top)) );
    height: var(--conditional-roman-line-height, 0px);
    border-left: var(--note-line-width) dotted var(--note-line-color);
    width: 0;
    border-top: none; border-right: none; border-bottom: none; border-radius: 0;
    transition: height 0.15s ease-out, top 0.15s ease-out;
}
.roman-note::after, .staircase-roman::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: calc( -1 * var(--note-roman-indent));
    top: calc(var(--note-circle-v-center) - var(--note-curve-radius));
    width: calc( var(--note-roman-indent));
    height: var(--note-curve-radius);
    border-bottom: var(--note-line-width) dotted var(--note-line-color);
    border-left: var(--note-line-width) dotted var(--note-line-color);
    border-bottom-left-radius: var(--note-curve-radius);
}
.alpha-wrapper, .roman-wrapper, .number-wrapper, .staircase-number-wrapper, .staircase-alpha-wrapper, .staircase-roman-wrapper {
    display: flex;
    flex-direction: column;
}
.alpha-wrapper p, .roman-wrapper p, .number-wrapper p, .staircase-number-wrapper p, .staircase-alpha-wrapper p, .staircase-roman-wrapper p {
    font-size: 16px;
}
.alpha-wrapper img, .roman-wrapper img, .number-wrapper img, .staircase-number-wrapper img, .staircase-alpha-wrapper img, .staircase-roman-wrapper img {
    margin-bottom: 20px;
}
.alpha-wrapper p:last-child, .roman-wrapper p:last-child, .number-wrapper p:last-child, .staircase-number-wrapper p:last-child, .staircase-alpha-wrapper p:last-child, .staircase-roman-wrapper p:last-child {
    margin: 0;
}
/* Notes */
/* staircase section */
/* Bullet Section */
:root {
    --bullet-line-color: #e0e0e0;
    --bullet-line-width: 1px;
    --bullet-box-diameter: 28px;
    --bullet-box-v-center: 14px;
    --bullet-indent: 35px;
    --bullet-curve-radius: 10px;
    --bullet-wrapper-padding-bottom: 20px;
    --bullet-marker-space: calc(var(--bullet-box-diameter) + 15px);
    --dynamic-level2-line-height: 0px;
    --dynamic-level2-line-top: 0px;
    --dynamic-level3-line-height: 0px;
    --dynamic-level3-line-top: 0px;
    --main-trunk-height: 100%;
}
.ZposHelp-bulletSec {
    font: 16px/1.6 var(--primary-regular);
    padding-bottom: 25px;
    position: relative;
}
.bulletSec-step1, .bulletSec-step2, .bulletSec-step3 {
    list-style: none;
    padding-left: 0;
    position: relative;
}
.bulletSec-step2, .bulletSec-step3 {
    padding-top: 15px;
}
.bulletSec-step1 > li, .bulletSec-step2 > li, .bulletSec-step3 > li {
    position: relative;
    padding-left: var(--bullet-marker-space);
}
.bulletSec-step1 > li::before, .bulletSec-step2 > li::before, .bulletSec-step3 > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: var(--bullet-box-v-center);
    transform: translateY(-50%);
    width: var(--bullet-box-diameter);
    height: var(--bullet-box-diameter);
    background-color: #fff;
    border-radius: 5px;
    z-index: 3;
    border: 1px solid #ccc;
}
.bulletSec-step1 > li::after, .bulletSec-step2 > li::after, .bulletSec-step3 > li::after {
    content: ""; position: absolute; z-index: 4; left: var(--bullet-box-v-center); top: var(--bullet-box-v-center);
    transform: translate(-50%, -50%);
    background-image: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg'); background-repeat: no-repeat;
}
.bulletSec-step1 > li::after { background-position: -531px -74px; width: 8px; height: 8px; }
.bulletSec-step2 > li::after { background-position: -498px -74px; width: 6px; height: 8px; }
.bulletSec-step3 > li::after { background-position: -514px -74px; width: 8px; height: 8px; }
.ZposHelp-bulletSec::before {
    content: "";
    position: absolute;
    left: var(--bullet-box-v-center);
    width: var(--bullet-line-width);
    background-color: var(--bullet-line-color);
    z-index: 1;
    top: var(--bullet-box-v-center);
    height: var(--main-trunk-height);
}
.bulletSec-step2::before {
    content: '';
    position: absolute;
    left: calc(var(--bullet-box-v-center) - var(--bullet-marker-space));
    width: var(--bullet-line-width);
    background-color: var(--bullet-line-color);
    z-index: 1;
    top: var(--dynamic-level2-line-top);
    height: var(--dynamic-level2-line-height);
}
.bulletSec-step3::before {
    content: '';
    position: absolute;
    left: calc(var(--bullet-box-v-center) - var(--bullet-marker-space));
    width: var(--bullet-line-width);
    background-color: var(--bullet-line-color);
    z-index: 1;
    top: var(--dynamic-level3-line-top);
    height: var(--dynamic-level3-line-height);
}
.bulletSec-step2 > li > .bullet-wrapper::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(var(--bullet-box-v-center) - var(--bullet-curve-radius));
    left: -72px;
    height: var(--bullet-curve-radius);
    width: calc(var(--bullet-marker-space) - var(--bullet-box-v-center));
    border-bottom: var(--bullet-line-width) solid var(--bullet-line-color);
    border-left: var(--bullet-line-width) solid var(--bullet-line-color);
    border-bottom-left-radius: var(--bullet-curve-radius);
}
.bulletSec-step3 > li > .bullet-wrapper::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(var(--bullet-box-v-center) - var(--bullet-curve-radius));
    left: -72px;
    height: var(--bullet-curve-radius);
    width: calc(var(--bullet-marker-space) - var(--bullet-box-v-center));
    border-bottom: var(--bullet-line-width) dotted var(--bullet-line-color);
    border-left: var(--bullet-line-width) dotted var(--bullet-line-color);
    border-bottom-left-radius: var(--bullet-curve-radius);
}
.bullet-wrapper {
    position: relative;
    padding-bottom: var(--bullet-wrapper-padding-bottom);
}
li:last-child > .bullet-wrapper { padding-bottom: 0; }
.bullet-content-wrapper p { font-size: 16px; margin: 0; }
.bullet-content-wrapper img { margin-top: 15px; margin-bottom: 5px; }
.bulletSec-step1 > li:last-child > .bullet-wrapper::before,
.bulletSec-step2 > li:last-child > .bullet-wrapper::before,
.bulletSec-step3 > li:last-child > .bullet-wrapper::before {
    display: none;
}
/* Bullet Section */
/* Feedback section */
.zposHelp-infoGrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(0, 0, 0, 0.502);
}
.modified-dateSec {
    font: 12px/1.2 var(--primary-regular);
    color: #919191;
}
.zposHelp-fbk-Sec {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #d5d5d5;
    padding: 40px 0;
    display: none;
}
.zposHelp-fbk-head {
    font: 18px/1.2 var(--primary-medium);
    color: #0a0a0a;
    margin-bottom: 20px;
}
.zposHelp-fbk-CtaSection {
    display: flex;
    align-items: center;
}
.fbk-cta {
    border-radius: 14px;
    background-color: #e57627;
    border: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    padding: 7px 12px 7px 32px;
    font: 15px/1 var(--primary-regular);
    color: #fff;
}
.fbk-ctaNo {
    background-color: #fff;
    color: #323232;
}
.fbk-cta.fbk-ctaYes:before {
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -544px -70px;
    width: 18px;
    height: 17px;
    top: 6px;
    left: 10px;
}
.fbk-cta.fbk-ctaNo:before {
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -568px -70px;
    width: 18px;
    height: 16px;
    top: 7px;
    left: 10px;
}  
/* Feedback section */
/* pagination section */
.pagination-nav {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 20px;
}
.pagination-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    text-decoration: none;
    color: #1E1E1E;
    background-color: #fff;
    transition: background 0.3s, box-shadow 0.3s;
    width: 50%;
    cursor: pointer;
    justify-content: space-between;
}
.pagination-item.prev .pagination-text {
    align-items: flex-end;
}
.pagination-item:hover {
    background: #f5f5f5;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.pagination-text {
    display: flex;
    flex-direction: column;
}
.pagination-label {
    font: 12px/1 var(--primary-regular);
    color: #3e3e3e;
    padding-bottom: 5px;
}
.pagination-title {
    font: 15px/1.5 var(--primary-medium);
}
.arrow, .arrow-left {
    display: inline-block;
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -462px -72px;
    width: 9px;
    height: 13px;
}
.arrow-left {
    transform: rotate(180deg);
}
/* pagination section */
/* FAQ section */
.zposHelp-faqSec {
    margin-bottom: 50px;
}
.faq-Group {
    overflow: hidden;
}
.faq-head {
    text-align: center;
    margin-bottom: 30px;
    font: 42px/1 var(--primary-extrabold);
}
.faq-lst {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #e9e9e9;
    transition: all 0.4s linear;
    cursor: pointer;
}
.faq-lst:last-child {
    border-bottom: none;
}
.faq-question {
    font: 24px/1.4 var(--primary-semibold);
    margin: 0;
    padding: 0 50px 0 0;
    cursor: pointer;
    transition: all ease 0.2s;
}
.faq-question:after {
    background: url(//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-sprites.svg) no-repeat -626px -42px;
    width: 27px;
    height: 26px;
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.faq-lst.active .faq-question:after {
    background-position: -716px -42px;
}
.faq-lst.active .faq-question {
    padding-bottom: 20px;
}
.faq-accordion {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease-in-out;
}
.faq-accordion p {
    font: 16px/1.6 var(--primary-regular);
    width: 90%;
    margin-bottom: 0;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
}
.faq-MidSec .faq-accordion p {
    margin: 0 0 20px;
}
.faq-MidSec .faq-accordion p:last-child {
    margin-bottom: 0;
}
.faq-answer-content {
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0.15s;
}
.faq-lst.active .faq-accordion {
    grid-template-rows: 1fr;
}
.faq-lst.active .faq-answer-content {
    opacity: 1;
}
.faq-MidSec .faq-head {
    text-align: left;
    font: 30px / 1.2 var(--primary-semibold);
}
.faq-MidSec .faq-lst {
    padding: 20px;
}
/* FAQ section */
/* Table */
table {
    border-collapse: separate;
    border-spacing: 0;
}
.zposHelp-table {
    box-shadow: 0px 0px 12.22px 0.78px rgba(155, 155, 155, 0.05);
    border: 1px solid rgb(254, 198, 177);
    border-radius: 16px;
    width: 100%;
    margin-bottom: 25px;
}
.zposHelp-tableHead {
   border-radius: 16px 16px 0 0;
}
.zposHelp-table th, .zposHelp-table td {
    padding: 10px 20px;
    font: 16px/1.6 var(--primary-regular);
    text-align: left;
    border: 0.5px solid rgb(254, 198, 177);
    color: #1e1e1e;
}
.zposHelp-table th:first-child, .zposHelp-table td:first-child {
    padding-left: 40px ;
}
.zposHelp-table th:last-child, .zposHelp-table td:last-child {
    padding-right: 40px ;
}
.zposHelp-table th {
    font-family: var(--primary-bold);
    background-color: #ffe9e1;
}
.zposHelp-table tr:first-child th:first-child {
    border-top-left-radius: 15px;
}
.zposHelp-table tr:first-child th:last-child {
    border-top-right-radius: 15px;
}
.zposHelp-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
.zposHelp-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
/* Table */
/* Mid section css end */
.zposHelp-estimateSec {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.estimateTime {
    font: 16px/1.1 var(--primary-regular);
    color: #1e1e1e;
    padding: 6px 20px;
    border-radius: 14px;
    background-color: rgb(255, 238, 243);
    text-align: center;
    margin-right: 20px;
    display: inline-block;
}
.zposHelp-estimateSec:after {
    position: absolute;
    top: 50%;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #d5d5d5;
}
/* Right section css start */
.zposHelp-RhtNav {
    width: 23%;
    position: sticky;
    top: 163px;
    display: flex;
    flex-direction: column;
    max-height: 570px;
    flex: 0 0 330px;
}
.zposHelp-RhtWrapper {
    position: sticky;
    top: 0;
    background: #090b0c;
    border: 1px solid #353535;
    border-radius: 20px;
}
.custom-shape {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 9;
    top: -3px;
    right: 63px;
    background-color: #121317;
    display: inline-block;
}
.custom-shape::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #090b0c;
    border-top-right-radius: 20px;
    border: 1px solid #353535;
    z-index: 999;
    border-width: 1px 1px 0 0;
    top: 2px;
}
.custom-shape.inverse {
    top: 62px;
    right: -2px;
}
/* On this page  */
.Inpage-navGrp {
    padding: 40px 20px;
}
.Inpage-navGrp h3 {
    font: 18px/1.1 var(--primary-semibold);
    text-transform: uppercase;
    position: relative;
    padding-left: 35px;
    color: #fff;
    margin: 0 0 0 20px;
}
.Inpage-navGrp h3:before {
    content: "";
    position: absolute;
    top:-5px;
    left:0;
	background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg') no-repeat -57px -64px;
	width: 29px;
	height: 29px;
}
.Inpage-NavSec {
    margin-top: 15px;
    position: relative;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 420px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.Inpage-nav {
    font: 14px/1.2 var(--primary-regular);
    /* padding: 9px 10px 9px 25px; */
    position: relative;
    margin-bottom: 6px;
    color: #a4a4a4;
}
.Inpage-nav.has-subnav {
    padding: 0;
}
.Inpage-navdropdown {
    padding: 9px 25px;
    display: flex;
    position: relative;
}
.Inpage-navdropdown:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 15px;
    transform: rotate(-90deg);
    background: var(--zpos-sprite-icons) no-repeat -263px -21px;
    width: 11px;
    height: 7px;
    transition: all ease 0.3s;
}
.Inpage-nav.active .Inpage-navdropdown:after {
    transform: rotate(0deg);
}
.Inpage-subNavSec {
    padding: 5px 0 0 30px;
}
.Inpage-subnav {
    position: relative;
}
.Inpage-subnav a {
    padding: 9px 0 9px 30px;
    position: relative;
    display: block;
}
.Inpage-nav:last-child {
    margin-bottom: 0;
}
.zposHelp-back2Top {
    color: #666;
    font-size: 16px;
    padding: 8px 0 8px 35px;
    transition: color .16s;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.zposHelp-back2Top::before {
    position: absolute;
    content: "";
    background: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-sprites.svg') no-repeat -499px -41px;
	width: 26px;
	height: 27px;
    top: 6px;
    left: 0;
}
.Inpage-nav.has-subnav > .Inpage-subNavSec {
    display: none;
}
.Inpage-nav.has-subnav.active > .Inpage-subNavSec {
    display: block;
}
.Inpage-nav.active > a, .Inpage-subnav.active > a {
    color: #fff;
    font-family: var(--primary-medium);
    background: #363a42;
    border-radius: 4px;
}
.Inpage-subnav.active > a {
    color: #ff5502;
    background: transparent;
}
.Inpage-nav > a {
    padding: 9px 10px 9px 25px;
    display: block;
    color: inherit;
    text-decoration: none;
}
/* On this page  */
/* Social section  */
.zposHelp-shareSec {
    padding: 0 30px 30px;
}
.share-title {
    font: 18px/1.2 var(--primary-medium);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sharable-Grp {
    display: inline-flex;
    align-items: center;
    background-color: #f2f2f7;
    padding: 15px 20px;
    border-radius: 10px;
}
.sharable-Grp a {
    border: 1px solid rgb(123, 123, 123);
    border-radius: 9px;
    width: 32px;
    height: 32px;
    background-color: rgb(255, 255, 255);
    margin-right: 15px;
}
.sharable-Grp a:last-child {margin-right: 0;}
.share-x::after, .share-LikdIn::after, .share-mail::after, .share-fb::after {
    background-image: url('//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-sprites.svg');
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    top:50%;
    left: 50%;
}
.share-x::after {
    background-position: -404px -48px;
	width: 14px;
	height: 15px;
}
.share-LikdIn::after {
    background-position: -428px -48px;
	width: 14px;
	height: 15px;
}
.share-fb::after {
    background-position: -452px -48px;
	width: 14px;
	height: 15px;
}
.share-mail::after {
    background-position: -373px -48px;
	width: 21px;
	height: 15px;
}
/* Social section  */
/* Related Article */
.RelatedSec {
    padding: 30px;
    width: 90%;
}
.RelatedSec h3 {
    font: 22px/1.1 var(--primary-semibold);
    margin-bottom: 25px;
}
.RelatedList li {
    font: 16px/1.3 var(--primary-regular);
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #00000014;
}
/* Related Article */
/* Helpdesk */
.Helpdesk-Sec {
    padding: 30px;
    width: 80%;
}
.Helpdesk-Sec h3 {
    font: 22px/1.3 var(--primary-bold);
    margin-bottom: 35px;
}
.Helpdesk-cta {
    background-color: #fc8200;
    color: #fff;
    padding: 10px 30px;
    border-radius: 22px;
    font: 18px/1 var(--primary-semibold);
}
/* Helpdesk */
.zposHelp-BacktoTopSec {
    position: fixed;
    bottom: 15%;
    right: 8%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    margin-top: 40px;
}
.zposHelp-BacktoTopSec.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.BacktoTop-cta {
    font: 14px/1.1 var(--primary-medium);
    padding: 10px 20px 10px 40px;
    background: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.BacktoTop-cta::before {
    background: url(//oweb.zohowebstatic.com/sites/oweb/images/zakya/help/zakya-kb-pages-icons.svg) no-repeat -18px -17px;
    width: 31px;
    height: 31px;
    top:2px;
}
/* Right section css end */
/* Right section css end */
.zposHelp-keySection {
    display: flex;
    flex-direction: column;
    margin: 30px auto 0;
    padding: 0;
    width: 96%;
    background: #f1f1f1;
    border-radius: 20px;
    max-width: 1800px;
}
.zposHelp-keyInner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 80px 40px;
    width: 100%;
}
/* Right section css end */
@media only screen and (max-width: 1444px) {
.Inpage-navGrp, .RelatedSec, .Helpdesk-Sec {
    width: 100%;
}
.Inpage-navGrp {
  padding: 70px 20px;
}
.zposHelp-shareSec {
  padding: 0 20px 30px;
}
.RelatedSec, .Helpdesk-Sec {
    padding: 30px 20px;
}
}
@media only screen and (max-width: 1320px) {
.zposHelp-Bcrumb, .zposHelp-searchCentrel, .zposHelp-themeGrp {
    width: auto;
}
}
@media only screen and (max-width: 1280px) {
.zposHelp-banner h1 {font-size: 38px;}
.zposHelp-LftMenu {
    width: 27%;
}
.zposHelp-midSec {
    width: 73%;
}
.zposHelp-RhtNav {display: none;}
.zposHelp-BacktoTopSec {
    position: fixed;
    bottom: 10%;
    right: 3%;
    margin-top: 0;
}
.BacktoTop-cta::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.BacktoTop-cta {
    background: transparent;
    text-indent: -9999999px;
    width: 44px;
    height: 44px;
}
}
@media only screen and (max-width: 1024px) {
.zposHelp-midSec {
    max-width: 100%;
    width: 100%;
}
.zposHelp-LftMenu {
    display: none;
}
.zposHelp-tagSec {margin-bottom: 40px;}
}
@media only screen and (max-width: 900px) {
.zposHelp-banner h1 {font-size: 34px;}
.Bcrumb-lst, .zposHelp-searchGlobal, .zposHelp-searchArticles {font-size: 15px;}
.zposHelp-searchGlobal, .zposHelp-searchArticles {
    padding: 11px 40px 11px 20px;
    font-size: 15px;
    width: 240px;
}
.zposHelp-searchSubmit {right: 10px;}
.zpos-fullSearchInput {
    padding: 12px 60px 12px 25px;
    font-size: 18px;
}
.zpos-searchClose {
    font-size: 30px;
}
.zposHelp-outline {
    margin: 20px auto;
    border: none;
}
.zposHelp-head-curvLayer {display: none;}
.zposHelp-header {
    padding: 20px 0;
    width: 100%;
}
.zposHelp-parent {width: 100%;}
.zposHelp-midInner {padding: 20px 25px 30px;}
.zpos-searchOverlayContent {max-width: 360px;}
.zpos-scrollFix {
    display: none;
    top: 81px;
}
.zposHelp-headSec {top: 0;}
.zposHelp-midInner {border-radius: 20px;}
.faq-head {font-size: 28px;}
}
@media only screen and (max-width: 767px) {
.zposHelp-BcrumbSec {display: none;}
.zposHelp-contSec h2 {font-size: 28px;}
.zposHelp-contSec h3 {font-size: 20px;}
.faq-lst h3 {font-size: 18px;}
.zpos-searchOverlayContent {max-width: 320px;}
.zposHelp-searchArticles, .zposHelp-searchGlobal {
    width: 180px;
}
.zposHelp-midInner {padding: 20px 20px 30px;}
.zposHelp-table th:first-child, .zposHelp-table td:first-child {
    padding-left: 20px;
}
.zposHelp-table th, .zposHelp-table td {
    padding: 8px 12px;
}
.zposHelp-permission, .zposHelp-tips, .zposHelp-scenario {
    padding: 25px 30px 25px 72px;
    margin-bottom: 40px;
}
.zposHelp-Notes {
    padding: 20px;
    margin-bottom: 30px;
}
.zposHelp-Notes h3 {
    margin-bottom: 20px;
    padding-left: 35px;
}
.zposHelp-Notes::before {
  top: 14px;
  left: 10px;
}
.zposHelp-Notes::after {
  top: 23px;
  left: 19px;
}
.zposHelp-tagSec {
    padding: 15px 20px;
    margin-bottom: 30px;
}
.zposHelp-tag {
    padding: 0 15px 0 0;
    font-size: 15px;
}
.faq-lst {padding: 20px;}
.pagination-item {padding: 10px 15px;}
.zposHelp-parent {padding-bottom: 60px;}
.zposHelp-outline {
    margin: 0 auto;
}
:root {
    --note-indent: 25px;
    --note-roman-indent: 25px;
}
.zpos-fullSearchInput {
    padding: 10px 60px 10px 15px;
    font-size: 15px;
}
.zpos-searchClose {
    font-size: 26px;
}
.number-note, .staircase-number {padding-bottom: 20px;}
.zposHelp-keyInner {padding: 60px 20px;}
.zposHelp-contSec p {margin-bottom: 20px;}
.zposHelp-tagGrp {padding-top: 15px;}
.zposHelp-tagSec h3 {padding: 0 10px 12px;}
.zposHelp-tag::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.zposHelp-keySection {margin: 0px auto;}
.zposHelp-infoGrp {justify-content: flex-end;}
}
@media only screen and (max-width: 550px) {
.zposHelp-banner h1 {font-size: 32px;}
.estimateTime {
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 15px;
}
.zposHelp-BcrumbSec {
    margin-bottom: 30px;
    padding: 0;
    border: none;
}
.zpos-searchOverlayContent {max-width: 280px;}
.zposHelp-searchGlobal, .zposHelp-searchArticles {
    padding: 8px 35px 8px 10px;
}
.zposHelp-midInner {
    padding: 30px 20px;
}
.zposHelp-faqSec {
    margin-bottom: 40px;
}
.faq-lst {padding: 20px 5px;}
.zposHelp-tagSec {padding: 20px 15px;}
.zposHelp-tagGrp {padding-top: 15px;}
.zposHelp-tagSec h3 {padding: 0 10px 15px;}
.zposHelp-contSec {padding-bottom: 30px;}
.zposHelp-header {padding: 15px 0;}
.zposHelp-midInner, .zposHelp-midSec, .zposHelp-keySection {
    border-radius: 15px;
}
.pagination-title, .zposHelp-community, .community-cta {font-size: 15px}
.pagination-nav {flex-direction: column;}
.pagination-item {width: 100%;}
.zposHelp-banner, .zposHelp-summarySec {padding-bottom: 30px;}
}
@media only screen and (max-width: 450px) {
.zposHelp-midInner {
    padding: 25px 10px;
}
}