/* common css starts */
html,
body,
div,
span,
h2,
h3,
h1,
h4,
h6,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    box-sizing: content-box;
}

body {
    font-family: Zoho_Puvi_Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

p,
h2,
h3,
h4,
h4,
h6,
li,
span {
    color: #0A1931;
}

h1 {
    font-size: 52px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: bolder;
}

h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

h4 {
    line-height: 24px;
    font-family: Zoho_Puvi_Bold;
    font-size: 16px;
}

p {
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
}

ul {
    list-style-type: none;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.v-center {
    display: flex;
    align-items: center;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.text-center {
    text-align: center;
}

a,
button,
.btn,
.close-btn,
.search-icon,
.search-prepend,
#alpha p,
.glossary-home,
.speaker-icon {
    cursor: pointer;
}

.hide,
.mobile-subscribe,
.mobile-responsive,
.options-mobile,
.filter-mobile {
    display: none;
}

a {
    text-decoration: none;
}

.text-white {
    color: white;
}

.text-light {
    color: #737d9f;
}

.text-sm {
    font-size: 12px;
}

.text-sub {
    font-size: 13px;
}

.relative {
    position: relative;
}

.icon {
    width: 14px;
    height: 14px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* common css ends */



/* Page header start */

.resources-header {
    position: sticky;
    top: 0;
    padding: 15px 0;
    background: white;
    border-bottom: 1px solid #ebedec;
    z-index: 99;
}

.wrapper,
.details-wrapper {
    max-width: 1200px;
    margin: auto;
}

.product-home {
    float: left;
    display: block;
    height: 38px;
    margin: auto 0;
}

.product-home img {
    height: 38px;
}

.divider {
    border-left: 2px solid #D5D5D5;
    height: 38px;
    margin: 4px 15px;
}

.guide-home-icon {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #898c89;
    height: max-content;
}

.guide-home-icon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 2px;
    border-bottom: 3px solid #898c89;
}

.guide-home-icon:hover:after {
    width: 100%;
    transition: width 0.5s;
}

.prd-blogs {
    color: #0A1931;
    margin: auto 6px;
    font-size: 16px;
}

.btn {
    margin: auto 0px auto 0px;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.btn-blue {
    color: #fff !important;
    border: none;
    background-color: #0e6aee;
    margin-left: 20px;
    transition: background-color 0.3s ease-in;
}

/* page header ends */


.overlay-search {
    width: 100%;
    position: fixed;
    top: -300px;
    transition: top 500ms ease-in;
}

.active-search {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150%;
    overflow-y: auto;
    color: #20284d;
}

.search-box {
    background-color: #fff;
    padding: 30px 0px;
}

.search-box input,
.comments-input {
    width: 90%;
    max-width: 750px;
    font-size: 16px;
    line-height: 11px;
    margin: auto;
    border: none;
}

.search-box input:focus {
    outline: none;
}

.search-input {
    border-bottom: 1px solid gray;
    max-width: 750px;
    margin: auto;
}

.search-input form {
    width: 100%;
}

.search-input input {
    padding: 8px 16px 9px;
}

.search-icon {
    height: 30px;
    width: 20px;
    margin: auto 0;
    padding: 7px 12px;
    border-radius: 34px;
    transition: background-color 0.3s ease-in;
}

.search-icon:hover {
    background-color: #e8e8e8;
}

.close-icon {
    width: 15px;
}

/* Banner section start */

.guide-banner h1 {
    font-size: 80px;
    line-height: 72px;
}

.guide-banner span {
    font-size: 12px;
    font-weight: 600;
    color: #246BB4;
    letter-spacing: 6px;
    display: inline-block;
    margin-top: 6px;
}

.help-content {
    width: 450px;
    margin: auto;
    line-height: 29px;
}

.search-container {
    margin: auto;
    width: 750px;
    overflow: hidden;
    border-radius: 26.5px;
    border: 1.5px solid #E6E6E6;
}

input::placeholder {
    color: #0A1931;
    font-weight: 700;
    opacity: 0.4
}

.search {
    width: 100%;
    height: 46px;
    padding: 0;
    padding-left: 10px;
    font-size: 16px;
    border: none;
    outline: 0;
}

.search-append {
    width: 16px;
    height: 16px;
    padding-left: 18px;
}

.search-prepend {
    padding-right: 8px;
}

.search-blog-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
}

.search-blog-btn {
    font-size: 14px;
    color: #0A1931;
    padding: 10px 18px;
    border: none;
    border-radius: 24px;
    background-color: #f4f3f3;
}

.mobile-subscribe {
    margin: auto;
    width: 250px;
}
.split {
  border-left: 2px solid #c4c4c4;
  height: 39px;
  margin: 4px 15px;
}
/* Banner section finish */



/* Popular Post section starts */
.popular-post {
    margin: auto;
    overflow: hidden;
    padding: 59px 0 43px 0;
    max-width: 95%;
    border-radius: 25px;
    background-color: #0A1931;
}

.left-shade,
.right-shade {
    position: absolute;
    top: 0px;
    width: 144px;
    height: 100%;
    border-radius: 25px;
    background: linear-gradient(265deg, rgba(10, 25, 49, 0.56) 4.85%, rgba(10, 25, 49, 0.00) 63.41%);
}

.left-shade {
    left: 0px;
    transform: rotate(180deg);
}

.right-shade {
    right: 0
}

.popular-post .flex {
    margin: 0 60px 0 72px;
}

.lightning-img {
    height: 28px;
    margin-right: 16px;
    rotate: 155deg;
    fill: #DA7942;
}

.popular-post h2 {
    font-family: Zoho_Puvi_Bold;
    color: #DA7942;
}

.change-post {
    display: flex;
    gap: 24px;
    margin: auto 0px;
    z-index: 1;
}

#prev-post {
    opacity: 0.5;
    transform: rotate(90deg);
}

#next-post {
    transform: rotate(-90deg);
}

#prev-post,
#next-post {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.featured-section {
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    display: flex;
    padding: 16px 0px;
    margin: 0px;
}

.featured-section .featured-post {
    margin-left: 25px;
    min-width: 370px;
    scroll-snap-align: start;
}

.featured-section .featured-post:first-child {
    margin-left: 60px;
}

.featured-section .featured-post:last-child {
    margin-right: 60px;
}

.featured-section::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px;
}

/* featured-post */

.featured-post {
    width: 370px;
    border-radius: 12px;
    background-color: white;
    overflow: hidden;
    box-sizing: border-box;
    /* transition: all 0.2s ease-out; */
    animation: drop-in 1s ease 200ms backwards;
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.blog-details {
    gap: 12px;
    max-width: 290px;
    height: 148px;
    justify-content: center;
    margin: 20px;
}

.featured-post .blog-topics {
    font-size: 13px;
    color: #0A1931;
    opacity: 0.6;
    font-weight: 700;
}

.featured-post h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: Zoho_Puvi_Bold;
    line-height: 27px;
    flex-grow: 1;
}

.featured-post .blog-img {
    width: 100%;
    max-width: 100%;
     /* height: 210px; */
    object-fit: cover;
}

.featured-post .filter-blog-btn {
    color: #F9833D;
}

/* Popular Post section ends */



/* Post section starts */

.post-filter-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow-y: auto;
    color: #20284d;
}

.post-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    padding: 16px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 15px 1px hsl(28deg 58% 42% / 23%);
    transition: all 2s ease-out;
    transform: translate(-50%, -50%);
}

.post-popup {
    width: 300px;
    text-align: left;
    box-sizing: border-box;
}

.post-popup ul::-moz-scrollbar-thumb {
    border-radius: 4px;
    background-color: #c3c3c3;
}

.options ul li,
.post-popup ul li {
    cursor: pointer;
    min-height: 20px;
    height: max-content;
    max-height: max-content;
    line-height: 32px;
    box-sizing: content-box;
}

.options ul li>a,
.post-popup ul li>a {
    color: #0A1931;
    margin-left: 0px !important;
}

.blog-topics:hover,
.options ul li>a:hover,
.post-popup ul li>a:hover,
.detail-popular-post a:hover,
#desktop-post z-checkbox:hover {
    font-weight: 600;
    color: #2883FA;
    opacity: 1;
}

.post-topics,
.post-type {
    color: #949894;
    font-size: 14px;
    font-weight: 500;
}

z-checkbox {
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: Zoho_Puvi_Regular;
}

z-checkbox::part(checkbox) {
    border-radius: 0px;
}

.post-popup z-checkbox::part(checkbox) {
    margin-top: 6px;
}

.close-popup {
    opacity: 0.5;
    position: absolute;
    top: 15px;
    right: 15px;
}

.options {
    position: sticky;
    top: 60px;
    width: 230px;
    padding-top: 72px;
    align-self: flex-start;
    border-bottom: 1px solid #e6e6e6;
}

.options ul li:first-child {
    margin-top: 0px;
}

.active-option a {
    color: #2883FA !important;
}

.options ul li:hover label {
    font-weight: 500;
}

.options h3 {
    font-size: 24px;
}

.options a {
    font-size: 14px;
}

.page-node-type-glossary-page .options {
    top: 62px;
}

.topics-list li {
    font-family: Zoho_Puvi_Bold;
}

.topics-list {
    max-height: max-content !important;
}

.active-title {
    border-top: 1px solid #e6e6e6;
    font-weight: bold;
    min-height: 63px;
    cursor: pointer;
}

.active-title p {
    margin: auto 0px;
    font-size: 20px;
}

.rotate {
    transform: rotate(0deg) !important;
}

.nav-topics {
    display: block;
    margin: auto 0;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 28px;
}

.post-icon {
    width: 18px;
}

.page-node-type-article-home #post-section .post-icon {
    transform: rotate(180deg);
}

.page-node-type-glossary-page #post-section .post-icon {
    transform: rotate(0deg);
}

.active-content {
    display: none;
    margin-left: 0;
    margin-bottom: 20px;
}

.active-content ul z-checkbox {
    cursor: pointer;
    font-size: 14px;
}

.page-node-type-article-home #post-section .nav-topics,
.page-node-type-glossary-page #glossary-section .nav-topics,
.page-node-type-glossary-content #glossary-section .nav-topics {
    font-weight: 700;
}

.content {
    margin-left: 50px;
    position: relative;
    max-width: 900px;
    width: 100%;
}

.content .help-text {
    padding: 15px 0 0 12px;
}

.help-text span {
    letter-spacing: 0.2px;
    display: inline-block;
    margin-top: 6px;
    font-family: Zoho_Puvi_Medium;
    font-weight: 700;
}

.page-node-type-article-home .content .help-text {
    padding: 59px 0 0 12px;
}

/* Search result page  */
.zb-search-results .content {
    margin-left: 0px;
    max-width: 100%;
    min-height: 600px
}

.search-not-found {
    margin: 120px auto;
    text-align: center;
}

.search-not-found img {
    width: 17%;
}

.search-not-found p {
    margin-bottom: 12px;
}

.search-again,
.back-home {
    cursor: pointer;
    color: blue;
}

.search-again {
    font-weight: 600;
}

.search-again {
    display: inline-block;
}

.filtered-lists {
    padding: 12px;
    display: none;
}

.filtered-lists ul li {
    display: inline-block;
    margin: 0 15px 10px 0;
    border: 1px solid #000;
    padding: 6px 27px 6px 15px;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    position: relative;
}

.filtered-lists button {
    padding: 4px 0;
    border: none;
    background-color: transparent;
}

.filtered-lists li span {
    position: relative;
    cursor: pointer;
}

.filtered-lists li span:before,
.filtered-lists li span:after {
    content: "";
    width: 9px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 8px;
}

.filtered-lists li span:after {
    right: -16px;
    transform: rotate(45deg);
}

.filtered-lists li span:before {
    right: -16px;
    transform: rotate(-45deg);
}

.filtered-lists li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.filtered-lists li p:last-child {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #2883FA;
}

.listing {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

/* Post section ends */




/* Blog Start */

.hover-path {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.product-blog {
    position: relative;
    transition: all 0.2s ease-out;
    display: block;
    width: 410px;
    height: 165px;
    padding: 12px;
    box-sizing: border-box;
}

.product-blog:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    transform: translateY(-5px);
    transition: all 0.2s ease-in;
    border-radius: 4px;
}

.img-container {
    flex-shrink: 0 !important;
    overflow: hidden;
    line-height: 0;
}

.blog-topics,
.filter-blog-btn {
    position: relative;
    z-index: 1;
}

.blog-topics {
    font-family: Zoho_Puvi_Medium;
}

.product-blog .blog-img {
    border-radius: 4px;
    width: 120px;
    height: 140px;
    object-fit: cover;
}

.product-blog h6 {
    font-size: 16px;
    font-family: Zoho_Puvi_SemiBold;
    max-width: 230px;
}

.product-blog .footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 12px;
}

.blog-btn:before {
    position: relative;
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    bottom: 2px;
    margin: 0 6px;
    background-color: #666666;
    border-radius: 50%;
}

h6 {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}

/* Blog Ends */




/* Pagination starts */

.zb-pagination {
    margin: 72px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.zb-pagination span,
.zb-pagination a {
    display: inline-flex;
    padding: 4px 10px;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    font-size: 14px;
    border-radius: 4px;
    color: #000;
    border: 1px solid;
}

.zb-pagination a:hover,
.zb-pagination .zb-current {
    background: #f3f3f3;
    /* border-color: #f3f3f3; */
}

.zb-total-pages {
    border: none !important;
}

.zb-page:hover {
    font-weight: 600;
}

.alft-icon,
.arht-icon {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.alft-icon:before,
.alft-icon:after,
.arht-icon:before,
.arht-icon:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    transform: rotate(-135deg);
}

.alft-icon:before,
.alft-icon:after {
    transform: rotate(45deg);
    left: auto;
    right: 2px;
}

.arht-icon:after {
    left: 8px;
}

.alft-icon:after {
    right: 8px;
}

.zb-pagination .zb-page {
    font-size: 16px;
    font-weight: 500;
}

/* Pagination Ends */




/* Breadcrump Starts */

.zb-breadcumbs {
    margin-top: 60px
}

.page-node-type-article-home .zb-breadcumbs {
    margin-left: 12px
}

.zb-breadcumbs ul li {
    display: inline-block;
}

.zb-breadcumbs ul li:nth-child(1) {
    font-size: 0px;
}

.zb-breadcumbs ul li:nth-child(1) a:before {
    content: "";
    padding: 7px;
    display: inline-block;
    background-image: url("https://zdblogs.zohocorp.com/sites/payments/academy/files/home-icon.svg");
}

.zb-breadcumbs ul li:nth-child(2):before {
    content: "/";
    padding-right: 5px;
    padding-left: 5px;
}

.zb-breadcumbs ul li:nth-child(3) {
    display: none;
}

/* Breadcrump ends */




/* Blog details start */

.main-section {
    max-width: 800px;
}

.main-section ul {
    list-style: disc;
}

.main-section h1 {
    font-size: 36px;
}

.main-section li {
    margin-bottom: 12px;
}

.main-section ol {
    margin-left: 24px;
    list-style-type: decimal;
}

.post-details {
    margin-bottom: 36px;
}

.post-details span {
    font-weight: 500;
    line-height: 32px;
    margin-right: 8px;
}

.post-details b {
    margin: 0 8px;
}

.zb-post-cont blockquote {
    line-height: 29px;
    background-color: #f6f7f7;
    border-left: 3px solid #ee8d7c;
    padding: 16px 24px;
    margin-bottom: 16px;
    height: max-content;
}

.zb-post-cont blockquote p {
    margin-bottom: 0;
    line-height: 25px;
}

.zb-post-cont ul {
    list-style-type: disc;
    margin-left: 24px;
}

.zb-post-cont a:hover {
    color: #686868;
}

.zb-post-cont td {
    line-height: 25px;
    padding: 0.65rem;
}

.zb-post-cont p {
    text-align: justify;
    margin-bottom: 16px;
}

.zb-post-cont img {
    width: 100%;
}

.page-node-type-article-content .zb-post-cont h1,
.page-node-type-article-content .zb-post-cont h2,
.page-node-type-article-content .zb-post-cont h3,
.page-node-type-article-content .zb-post-cont h4,
.page-node-type-article-content .zb-post-cont h5 {
    margin-bottom: 0.9em;
    margin-top: 1.5em;
}

th,
td {
    padding: 20px;
}

.zb-post-cont p,
.zb-post-cont h3,
.zb-post-cont h4,
.zb-post-cont h4,
.zb-post-cont li {
    line-height: 28px;
    color: inherit;
}

.zb-post-cont a {
    line-height: 28px
}

.zb-post-cont h1 {
    font-size: 36px;
    line-height: 50px;
}

h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.zb-post-cont h2 {
    font-size: 28px;
    line-height: 40px;
}

.zb-post-cont h3 {
    font-size: 23px;
}

table {
    /* white-space: break-spaces; */
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1.75em;
}

table,
th,
td {
    border: 1px solid #d1d1d1;
}

th,
td {
    padding: 0.4375em;
}

td {
    border-width: 0 1px 1px 0;
}

.zb-post-cont td {
    vertical-align: top;
}

.end-html-block {
    margin: 58px 0;
    border-bottom: 1px solid #e6e6e6;
}

.sidebar {
    margin-top: 91px;
    width: 300px;
    position: sticky;
    top: 100px;
    height: max-content;
}

.zb-post-topics ul li a:hover {
    font-weight: 600;
    color: #2883FA;
    font-family: "Zoho_Puvi_SemiBold";
}

.zb-post-topics h5 {
    padding-left: 8px;
    margin-bottom: 16px;
}

.zb-topic-submenu li {
    line-height: 0;
}

.zb-topic-list a {
    color: #0A1931;
    display: block;
    font-size: 14px;
}

.zb-topic-list li {
    margin: 8px 0px;
    line-height: 21px;
}

.topic-menu>a {
    padding-left: 8px;
}

.topic-menu ul {
    margin-left: 20px;
}

.topic-submenu {
    list-style: circle;
}

.zb-topic-submenu .active-toc {
    padding-left: 0px;
    border: none;
}

.zb-topic-submenu>.active-toc a {
    color: #2883FA;
}

.zb-topic-list>.topic-menu.active-toc>a {
    border-left: 2px solid #2883FA;
    display: inline-block;
}

.active-toc>a {
    font-family: "Zoho_Puvi_SemiBold";
    font-weight: 700;
    color: #2883FA;
}

.detail-popular-post img {
    min-width: 80px;
    width: 80px;
    height: 65px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 4px;
}

.detail-popular-post a {
    color: #0A1931;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    margin-bottom: 20px;
}

.connect {
    margin-top: 32px;
    top: 85px;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

.social-icon {
    width: 26px;
    margin-right: 12px;
}

.social-icon svg {
    fill: #b3b3b3;
}

.social-icon svg:hover {
    fill: #666666;
}

/*comments section */
.zb-pcomment-section {
    padding: 60px 0;
}

.zb-post-wrapper h4 {
    font-size: 20px;
}

.zb-comment-wrap {
    margin: 50px 0;
}

.zb-pcomment-section ol,
.zb-pcomment-section ul {
    list-style: none;
}

.zb-usr-pic {
    display: block;
    max-width: 36px;
    max-height: 36px;
    overflow: hidden;
}

.zb-usr-pic img {
    width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 100%;
}

.main-section em {
    font-style: italic;
}

.zb-comment {
    display: grid;
    grid-template-columns: 5% 94%;
    gap: 15px;
    margin: 45px 0;
}

.main-section ol li {
    font-size: 16px;
}

.zb-comment-wrap ul>li>ul {
    margin: 0 0 0 50px;
}

.zb-usr-details>p {
    margin: 15px 0 0;
    font-size: 16px;
}

.zb-usr-ctime {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    margin: 0 0 0 30px;
    position: relative;
}

.zb-usr-name {
    font-size: 14px;
    font-weight: normal;
}

.zb-usr-ctime:before {
    content: "|";
    position: absolute;
    left: -15px;
    color: #d9d9d9;
}

.zb-reply-btn {
    font-size: 12px;
    color: #333;
    line-height: 12pxpx;
    border: 1.5px solid #333;
    padding: 2px 6px;
    margin: 15px 0 0;
    display: inline-block;
}

.zb-form-section {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    padding: 60px 20px 40px;
    position: relative;
}

.zb-form-wrapper {
    max-width: 520px;
    margin: 0 auto;
    position: relative;
}

.zb-form-wrapper h4 {
    margin: 0 0 5px;
}

.zb-form-wrapper>p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #444444;
}

.zb-form-wrapper>p:after,
.form-required:after {
    content: "*";
    color: #ff0000;
    padding: 0 0 0 2px;
}

.page-node-type-article-content input {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: none;
    position: relative;
    z-index: 1;
    font-family: var(--secondaryfont-regular);
}

.form-item__label {
    font-size: 14px;
    color: #666666;
    position: absolute;
    top: 7px;
    transition: all 0.3s ease;
}

.added-placeholder .form-item__label {
    font-size: 12px;
    top: -3px;
    z-index: 2;
}

.form-wrapper {
    max-width: 520px;
    margin: 0 auto;
    position: relative;
}

.form-wrapper>p:after,
.form-required:after {
    content: "*";
    color: #ff0000;
    padding: 0 0 0 2px;
}


.form-wrapper textarea {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: none;
    width: 100%;
    padding: 15px 0 8px;
    position: relative;
    z-index: 1;
}

.form-wrapper {
    position: relative;
    margin: 0 0 30px;
}

.comment-form .form-wrapper input[type="date"],
.comment-form .form-wrapper input[type="time"],
.comment-form .form-wrapper input[type="datetime-local"],
.comment-form .form-wrapper input[type="week"],
.comment-form .form-wrapper input[type="month"],
.comment-form .form-wrapper input[type="text"],
.comment-form .form-wrapper input[type="email"],
.comment-form .form-wrapper input[type="url"],
.comment-form .form-wrapper input[type="password"],
.comment-form .form-wrapper input[type="search"],
.comment-form .form-wrapper input[type="tel"],
.comment-form .form-wrapper input[type="number"],
.comment-form .form-wrapper textarea {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: none;
    width: 100%;
    padding: 15px 0 8px;
    position: relative;
    z-index: 1;
    font-family: var(--secondaryfont-regular);
}

.comment-form .agree-text {
    font-size: 14px;
}

.comment-form .form-submit {
    max-width: max-content;
    margin: 20px 0 0;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 32px;
    font-size: 14px;
    font-family: var(--secondaryfont-semibold);
    cursor: pointer;
    border: none;
}

.comment-form *:focus {
    outline: none;
    box-shadow: none !important;
}

/* Blog details ends */




/* Glossary section starts */

.glossary-desc {
    width: 350px;
    text-align: center;
    margin: 16px auto;
}

.weekly-term {
    box-sizing: border-box;
    min-height: 220px;
    position: relative;
    background-color: #000;
    padding: 32px 42px;
    border-radius: 24px;
    color: white;
}

.weekly-term img {
    z-index: 1;
    position: absolute;
    height: 50%;
    bottom: 0px;
}

.weekly-term>.flex.space-between {
    max-width: 91%;
}

.weekly-term>div>h4 {
    width: 25%;
}

.weekly-term-content h2 {
    color: #fff;
    font-family: "Zoho_Puvi_Bold";
}

.weekly-term-content {
    position: relative;
    max-width: 70%;
    z-index: 3;
}

.alpha a {
    color: #0A1931;
}

.alpha a,
.alpha p,
.alpha span {
    font-size: 15px;
    padding: 6px 10px;
    display: inline-block;
}

.alpha p:hover {
    border-radius: 4px;
    background-color: #f5f5f5;
}

.active-alpha {
    color: #389FF3;
    font-weight: 700;
    position: relative;
    display: inline-flex !important;
    flex-direction: column-reverse;
    align-items: center;
}

.active-alpha::after {
    content: '';
    position: absolute;
    display: block;
    background-color: #389FF3;
    width: 11px;
    height: 3px;
}

.stickyalpha {
    width: 100%;
    margin: auto;
    position: fixed;
    text-align: center;
    left: 0;
    padding: 10px 0;
    right: 0;
    z-index: 3;
    top: 77px;
    background-color: white;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 10px 10px -10px #e3e3e3;
}

.glossary-lists {
    padding: 20px 0;
}

.glossary-lists h2 {
    font-size: 38px;
    font-weight: normal;
    font-family: Zoho_Puvi_Regular;
}

.glossary-topic-container {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.glossary-topic {
    padding: 16px;
    background-color: #F4F4F4;
    border-radius: 8px;
}

.glossary-topic h6 {
    font-size: 13px;
    font-weight: 700;
    font-family: Zoho_Puvi_Medium;
    margin-right: 10px;
}

.glossary-topic img {
    width: 14px;
}

.glossary-home {
    gap: 4px;
    color: #389FF3;
    font-family: Zoho_Puvi_SemiBold;
}

.glossary-home svg {
    width: 16px;
    height: 16px;
    fill: #389FF3;
    margin-bottom: 2px;
}

.glossary-details {
    margin-top: 60px;
}

.glossary-details .glossary-content {
    border-radius: 8px;
    background-color: #F4F4F4;
    padding: 30px 40px 45px 40px;
    font-size: 16px;
    line-height: 26px;
}

.related-terms .topic {
    font-family: Zoho_Puvi_Semibold;
    opacity: 0.6;
}

.related-terms .links {
    max-width: 600px;
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    gap: 6px 60px;
}

.links a {
    color: #3880F3;
}

.glossary-nav {
    border: 1px solid #E6E6E6;
    border-width: 1px 0 1px 0;
    padding: 20px 0;
}

.prev::before,
.next::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url("https://zdblogs.zohocorp.com/sites/payments/academy/files/in/caret.svg");
    background-repeat: no-repeat;
    opacity: 0.6;
}

.prev::before {
    rotate: 90deg;
}

.next::after {
    rotate: -90deg;
}

.prev,
.next {
    gap: 6px;
    cursor: pointer;
}

.prev a,
.next a {
    color: #0A1931
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Glossary section ends */




/* Product Footer start */

.ZF-container {
    display: none;
}

form#footer-search-action {
    display: none;
}

.prd-footer {
    background: #0E6AEA;
    height: 400px;
}

.prd-footer h2 {
    padding: 0 8px;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    max-width: 600px;
}

.prd-footer a {
    padding: 14px 16px;
}

.btn-black {
    color: #CFCFCF;
    background-color: #000711;
    transition: all 0.3s ease-in;
    font-family: Zoho_Puvi_SemiBold;
    box-sizing: content-box;
}

.btn-black:hover {
    transform: translateY(-2px) scale(1.02);
}

.right-gradient,
.left-gradient {
    position: absolute;
    flex-shrink: 0;
    border-radius: 39px 0px 0px 39px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.right-gradient {
    top: 108px;
    right: 0;
    width: 305px;
    height: 77px;
}

.left-gradient {
    bottom: 92px;
    left: 0;
    rotate: 180deg;
    width: 248px;
    height: 55px;
}

/* Product Footer End */




/* Loader starts */

.loader {
    display: none;
    text-align: center;
    background: transparent;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow-y: auto;
    color: #20284d;
}

.sk-circle {
    margin: 35% 0;
    position: relative;
    background: #000;
    border-radius: 100%;
    left: -18px;
    -webkit-animation: sk 1.2s infinite ease-in-out;
}

.spinner {
    margin: auto;
    margin-top: -100px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    color: red;
}

.spinner>div {
    background-color: transparent;
    height: 100%;
    width: 6px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect1 {
    background: #cad0cd;
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect2 {
    background: #cad0cd;
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    background: #cad0cd;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    background: #cad0cd;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: #cad0cd;
}

@keyframes sk {
    1% {
        top: -15px;
        background: #2883FA;
    }

    2% {
        top: 10px;
    }

    5% {
        top: -20px;
    }

    10% {
        left: -10px;
    }

    20% {
        top: -25px;
    }

    30% {
        left: 15px;
        background: #2883FA;
    }

    35% {
        top: 5px;
    }

    45% {
        top: -5px;
    }

    50% {
        top: -5px;
    }

    60% {
        top: -6px;
    }

    70% {
        top: 6px;
    }

    80% {
        top: 6px;
    }

    60% {
        top: -6px;
        background: #fff;
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

/* Loader ends */




/* Demo form Starts */

.demo-request-slider {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    transition: 1s ease;
    overflow-y: scroll;
}

.demo-request-wrapper {
    position: absolute;
    top: 0;
    width: 420px;
    padding: 75px 50px;
    min-height: 100%;
    right: 0;
    box-shadow: -7px 0 28px 0 rgb(0 0 0 / 46%);
    background: #FFF;
}

.demo-request-wrapper h1 {
    font-size: 25px;
    line-height: 1.4;
    color: #272365;
}

.demo-request-wrapper .close-btn {
    line-height: 0;
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #efefef;
}

.demo-request-form {
    margin: 40px auto;
}

.demo-request-form ::placeholder {
    font-weight: 400;
    color: #9FADD0;
}

.form-control {
    padding: 5px 0 5px 55px;
    border: 1px solid #d7e0f8;
    width: 83%;
    font-size: 16px;
    border-radius: 2px;
    height: 40px;
}

.form-control-static {
    color: #f34940;
}

.form-field {
    width: 100%;
    margin-bottom: 25px;
}

.form-field:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 18px;
    top: 13px;
}

.form-field input,
.form-field select,
.form-field textarea {
    font-family: "Zoho Puvi", -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    background-color: #f3f7ff;
    border-color: #66afe9;
    outline: 0;
}

.form-field textarea.form-control {
    padding: 10px 30px;
    height: 100px;
    line-height: 24px;
}

.company-name::after {
    background: url("https://zdblogs.zohocorp.com/sites/payments/academy/files/company-icon.svg") no-repeat;
}

.email::after {
    background: url("https://zdblogs.zohocorp.com/sites/payments/academy/files/mail-icon.svg") no-repeat;
}

.phone-number:after {
    background: url("https://zdblogs.zohocorp.com/sites/payments/academy/files/phone-icon.svg") no-repeat;
}

.date-time:after {
    background: url("https://zdblogs.zohocorp.com/sites/payments/academy/files/time-icon.svg") no-repeat;
}

.industry:after {
    background: url("https://zdblogs.zohocorp.com/sites/payments/academy/files/industry.svg") no-repeat;
    top: 13px;
}

.industry select {
    width: 98%;
    background-color: #fff;
    height: 50px;
    box-sizing: border-box;
}

.demo-form-privacy {
    font-size: 16px;
    color: black;
}

.demo-form-privacy a {
    color: #0000ee;
}

.demo-submit-button {
    width: 98%;
    font-size: 18px;
    padding: 20px;
    background-color: #f34940;
    color: #fff;
    border-radius: 2px;
    border: none;
    margin-top: 35px;
    transition: transform .3s ease;
    font-weight: 500;
    box-sizing: border-box;
}

.demo-form-error {
    color: #f34940;
    font-size: 15px;
    text-align: end;
    width: 98%;
    display: none;
}

/* Demo form ends */





/* Webkit scroll Bar */

.active-content ul::-webkit-scrollbar-track,
.post-popup ul::-webkit-scrollbar-track {
    border: 3px solid #fff;
}

.active-content ul::-webkit-scrollbar-thumb,
.post-popup ul::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    border-radius: 4px;
}

.active-content ul::-webkit-scrollbar,
.post-popup ul::-webkit-scrollbar {
    background-color: #fff;
    width: 6px;
}

.active-content ul,
.post-popup ul {
    max-height: 180px;
    overflow-y: scroll;
    scrollbar-color: #c3c3c3;
    scrollbar-width: 4px;
}

/* Webkit scroll Bar ends*/




/* Classes */

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-72 {
    margin-top: 72px;
}

.ml-14 {
    margin-left: 14px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-40 {
    margin-bottom: 50px;
}
.page-node-type-article-content .blog-btn {
  font-weight: 500;
  margin-right: 4px;
  font-size: 12px;
  background-color: #ececec;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
}
.page-node-type-article-content .blog-btn:before {
  display:none;
  
}
.page-node-type-article-content .post-details{
  font-size: 14px;
}

/* Responsive css */

@media screen and (max-width: 1220px) {

    .wrapper,
    .details-wrapper,
    .zb-post-cont {
        max-width: 950px;
        width: 100%;
    }

    .options {
        width: 230px;
    }

    .content {
        max-width: 600px;
    }
    .popular-post{
      max-width: 95%;
    }
}

@media screen and (min-width: 900px) and (max-width: 1220px) {
    .main-section {
        width: 68%;
    }

    .sidebar {
        width: 30%;
    }

    .detail-popular-post a {
        font-size: 14px;
        line-height: 23px;
    }

    .detail-popular-post img {
        margin-right: 10px;
    }
}

@media screen and (max-width: 900px) {
    .wrapper {
        max-width: 670px;
    }

    .search-input {
        max-width: 600px;
    }

    .search-input input {
        max-width: 88%;
    }

    .search-container {
        width: 500px;
    }

    .options {
        display: none;
    }

    .post-section {
        width: max-content;
        margin: 0 auto;
        display: block;
    }

    .options-mobile {
        display: flex;
        width: max-content;
        margin: 32px auto 16px auto;
        text-align: center;
        overflow-x: scroll;
    }

    .options-mobile p {
        font-size: 20px;
        margin: auto 0px;
    }

    .options-mobile a {
        font-size: 24px;
        display: block;
        margin: auto;
    }

    .content {
        margin-top: 32px;
        margin-left: 0px;
    }

    .page-node-type-article-home .content .help-text {
        padding-top: 0px;
    }

    .filter-mobile {
        display: block;
        position: absolute;
        right: 0;
        color: #000;
        font-size: 14px;
        background: #f1f1f1;
        padding: 9px 35px 8px 19px;
        border-radius: 26px;
        margin-right: 0;
        cursor: pointer;
        transition: all 0.5s ease;
    }

    .filter-mobile:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        transform: rotate(90deg);
        transition: all 0.5s ease;
        top: 1px;
        bottom: 0;
        margin: auto;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #000;
        right: 18px;
    }

    .details-wrapper,
    .zb-post-cont {
        max-width: 560px;
    }

    .main-section,
    .sidebar {
        width: 100%;
    }

    .sidebar {
        margin-top: 32px;
    }

    .zb-post-topics {
        display: none;
    }

    .weekly-term .flex.space-between {
        display: block;
        width: 100%;
    }

    .weekly-term>div>h4,
    .weekly-term-content {
        max-width: 100%;
        width: 100%;
    }

    .weekly-term img {
        opacity: 0.2;
        right: 0;
    }
}

@media screen and (max-width: 750px) {
    .popular-post .flex {
        margin: 10px 44px;
    }

    .featured-section {
        padding: 0px 32px 32px 32px;
    }

    .featured-section .featured-post:first-child {
        margin-left: 0px;
    }

    .featured-section .featured-post:last-child {
        margin-right: 0px;
    }
}

@media screen and (max-width: 660px) {
    .wrapper {
        max-width: 90%;
    }

    .search-input {
        max-width: 300px;
    }

    .search-input input {
        max-width: 225px;
    }


    .subscribe {
        display: none;
    }

    .mobile-subscribe {
        display: block
    }

    h2,
    .prd-footer h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .lightning-img {
        height: 24px;
        margin-right: 12px;
    }

    .post-section {
        width: 100%;
    }

    .glossary-heading {
        line-height: 52px;
        max-width: 325px;
        margin: 16px auto 0 auto;
    }
    .left-gradient,
    .right-gradient {
    display: none;
    }
}

@media screen and (max-width: 650px) {
    .wrapper {
        max-width: 492px;
    }

    .popular-post {
        padding: 30px 0 20px 0;
    }

    .featured-section .featured-post {
        min-width: 290px;
        min-height: 300px;
    }

    .featured-section .block-img {
        width: 100%;
        height: 100%;
    }

    .post-popup {
        width: max-content;
    }

    .options-mobile a {
        font-size: 20px;
    }

    .content {
        margin: auto;
        max-width: 500px;
    }

    .wrapper,
    .details-wrapper {
        max-width: 492px;
    }
}

@media screen and (max-width: 600px) {
    .demo-request-wrapper {
        width: 320px;
        padding: 75px 35px;
    }

    .form-control {
        width: 80%;
    }
}

@media screen and (max-width: 560px) {
    .search-container {
        width: 400px;
    }

    .guide-banner h1 {
        font-size: 80px;
    }

    .content {
        max-width: 380px;
    }

    .details-wrapper {
        margin: 0 5%;
        width: 90%;
    }

    .featured-section {
        padding: 0px 18px 18px 32px;
    }

    .featured-post {
        min-width: 100%;
    }

    .detail-popular-post img {
        margin-right: 10px;
        width: 60px;
    }

}

@media screen and (max-width: 480px) {
    .resources-header .wrapper {
        max-width: 95%;
    }

    .search-icon {
        padding: 0px 4px;
    }

    .guide-home-icon {
        margin: auto 0px;
    }

    .divider {
        margin: 4px 10px
    }

    .prd-blogs {
        display: none;
    }

    .guide-banner h1 {
        font-size: 60px;
    }

    .search-container {
        width: 300px;
    }

    .popular-post {
        max-width: 94%;
    }

    .popular-post .flex {
        margin: 0px 22px;
    }

    h2 {
        font-size: 21px;
    }

    #next-post,
    #prev-post {
        width: 14px;
        height: 14px;
    }

    .featured-post .blog-details {
        margin: 15px 25px;
    }

    .listing {
        justify-content: center;
    }

    .weekly-term {
        padding: 22px;
    }

    .weekly-term img {
        height: 41%;
    }
}

@media screen and (max-width: 450px) {

    .help-content,
    .glossary-desc {
        max-width: 290px;
    }

    .product-blog {
        max-width: 390px;
    }
    .featured-post h3 {
      line-height: 26px;
    }
}

@media screen and (max-width: 400px) {
    .product-blog {
        max-width: 330px;
    }
}

@media screen and (max-width: 350px) {

    .popular-post .flex {
        margin: 0px 12px;
    }

    .featured-section {
        padding: 0 18px;
    }

    .search-container {
        width: 90%;
    }

    .featured-section .featured-post {
        min-width: 270px;
    }

    .product-blog {
        max-width: 290px;
    }
}
.zb-post-listing-wrap .zb-post-listing .zb-post-link{
color:#000;
}