/* Common CSS */
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;
}
.spinner {
    margin: auto;
    margin-top: -100px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    color: red;
}
.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;
}
p {
    font-size: 50px;
    color: transparent;
}
select{
border-bottom:1px solid #e3e3e3;
background:white;
font-size:14px !important;
}
audio {
    visibility: hidden;
}
.spinner > div {
    background-color: transparand;
    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;
}
.grasp {
    text-align: center;
}
.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;
}
@-webkit-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);
    }
}
.sk-circle {
    margin: 35% 0;
    position: relative;
    background: #000;
    border-radius: 100%;
    left: -18px;
    -webkit-animation: sk 1.2s infinite ease-in-out;
    height: 0px;
}
@keyframes sk {
    1% {
        top: -15px;
        background: #990b2f;
    }
    2% {
        top: 10px;
    }
    5% {
        top: -20px;
    }
    10% {
        left: -10px;
    }
    20% {
        top: -25px;
    }
    30% {
        left: 15px;
        background: #990b2f;
    }
    35% {
        top: 5px;
    }
    45% {
        top: -5px;
    }
    50% {
        top: -5px;
    }
    60% {
        top: -6px;
    }
    70% {
        top: 6px;
    }
    80% {
        top: 6px;
    }
    60% {
        top: -6px;
        background: #fff;
    }
}
body {
    font-family: Zoho_Puvi_Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.wrapper,
.detail-wrapper {
    max-width: 1200px;
    margin: auto;
}
p,
h2,
h3,
h4,
h4,
h6,
li,
a,
span {
    color: #333;
}
.flex,
.j-flex,
.c-flex,
.post-section {
    display: flex;
    flex-wrap: wrap;
}
h1 {
    font-size: 52px;
    font-weight: 700;
}
h2 {
    line-height: 44px;
    font-size: 32px;
    font-weight: bolder;
}
h3 {
    line-height: 24px;
    font-family: "Zoho_Puvi_Bold";
    font-size: 16px;
}
.relative {
    position: relative;
}
ul {
    list-style-type: none;
}
h4 {
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
}
span {
    /* letter-spacing: 6px; */
    font-size: 14px;
}
p {
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
}
.block-img {
    outline: 1px solid rgba(42, 29, 48, 0.12);
    outline-offset: -1px;
    border-radius: 4px;
    height: 162px;
    width: 100%;
}
a {
    text-decoration: none;
}
.j-flex {
    justify-content: space-between;
}
.c-flex {
    justify-content: center;
}
input {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: none;
    width: 100%;
    padding: 15px 0 8px;
    position: relative;
    z-index: 1;
}
.btn,
a,
.payroll-block,
.icon,
.prev-arrow,
.next-arrow,
#alpha p {
    cursor: pointer;
}
.icon {
    width: 20px;
}
.hide,
.options-mobile,
.mobile-subscribe-banner,
.mobile-subscribe,
.filter-mobile,
.success-section {
    display: none;
}
/* Header */
.split {
    border-left: 2px solid #c4c4c4;
    height: 39px;
    margin: 4px 15px;
}
.academy-home-icon {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #666666;
    height: max-content;
}
.academy-home-icon:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    width: 0px;
    border-bottom: 3px solid #666666;
}
.academy-home-icon:hover:after {
    width: 100%;
    transition: width 0.5s;
}
.payroll-resources-header {
    border-bottom: 1px solid #ebedec;
    padding: 15px 0;
    z-index: 99;
    position: sticky;
    top: 0;
    background: white;
}
.sticky {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    z-index: 4;
}
.subscribe {
    display: none;
}
.search-load-more {
    cursor: pointer;
}
.academy-home {
    /* background: url(https://zdblogs.zohocorp.com/sites/payroll/academy/files/black.png);
     */
    float: left;
    display: block;
    height: 50px;
    margin: auto 0;
    line-height: 44px;
    /* padding: 0 0 0 135px;
     */
    background-repeat: no-repeat;
    word-spacing: 8px;
    background-size: 120px;
}
.academy-home span {
    font-size: 21px;
    margin: auto 0px;
    vertical-align: text-bottom;
    margin-left: 10px;
}
.academy-home img {
    width: 124px;
    height: 45px;
}
.academy-home span:first-child {
    font-weight: 600;
}
.btn {
    margin: auto 0px auto 0px;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.btn-red {
    transition: background-color 0.3s ease-in;
    margin-left: 20px;
    background-color: #db4942;
    border: none;
    color: #fff !important;
}
.popular-post:first-child {
    margin-left: 24px;
}
.btn-red:hover {
    background-color: #cf3037;
}
.popular-post {
}
.popular-post .j-flex {
    margin: 0 60px 0 72px;
}
.popular .payroll-block {
    margin-left: 8px;
}
.search-icon {
    transition: background-color 0.3s ease-in;
    height: 30px;
    width: 20px;
    padding: 7px 12px;
    margin: auto 0;
    border-radius: 34px;
}
#desktop-post label:hover,
.zb-page:hover,
.detail-popular-post a:hover {
    color: #8c1f31;
    font-weight: 600;
}
.text-align-center {
    text-align: center;
}
.popular .payroll-block:first-child {
    margin-left: 60px;
}

.search-icon:hover {
    background-color: #e8e8e8;
}
.search-input {
    border-bottom: 1px solid gray;
    max-width: 750px;
    margin: auto;
}
.help-content {
    width: 320px;
    text-align: center;
    margin: auto;
}
/* Subscription Popup design */
.form-group {
    display: inline-block;
    position: relative;
    width: 100%;
}
.text-danger {
    margin-bottom: 10px;
    color: red;
    text-align: left;
}
.reload-button {
    margin: auto;
}
.subscribe-btn {
    background-color: #db4942;
    border: none;
    color: #fff;
    margin-top: 10px;
}
.captcha-container {
    width: 55%;
    position: relative;
}
.captcha-container img {
    border: none;
    width: 120px;
    height: 38px;
}
.form-control-static {
    position: absolute;
    top: 10px;
    right: 9px;
    color: #ff6c7e;
}
.mobile-subscribe {
    margin: auto;
    width: 250px;
}
.overlay,
.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;
}
.resources-active #desktop-compliance{
    display:none;
}
.resources-active #compliance-section .post-icon{
    transform: rotate(90deg)!important;
}
#compliance-section + .active-content a {
    margin-left: 16px;
    line-height: 20px;
}
.active-content ul li {
    display: flex;
}
#scroll-to-view {
    margin-top: 0px;
}
.popup p {
    font-size: 12px;
}
.subscribe-info h2,
.subscribe-info p {
    max-width: 210px;
    margin: auto;
    line-height: 20px;
    text-align: left;
}
.content h2 {
    padding: 15px 0 0 12px;
}
.overlay-search {
    width: 100%;
    position: fixed;
    top: -300px;
    transition: top 500ms ease-in;
}
label.error {
    position: absolute;
    right: 0;
    color: #ff2905;
    bottom: 0;
    font-size: 12px;
}
.subscription-img {
    margin: auto;
    width: 100%;
    height: 120px;
}
.rotate {
    transform: rotate(90deg);
}
.payroll-laws-rotate{
      transform: rotate(270deg) !important;
}
.popup,
.post-popup {
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 15px 1px hsl(28deg 58% 42% / 23%);
    padding: 16px;
    transition: all 2s ease-out;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hover-path {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.subscribe-info {
    max-width: 180px;
    background-color: #ffede5;
    border-radius: 4px;
    padding: 50px 25px;
}
.subscribe-section {
    display: flex;
    justify-content: space-between;
}
.subscribe-form {
    margin: 32px;
    width: 370px;
}
.popup {
    text-align: center;
}
.post-popup {
    box-sizing: border-box;
    width: 300px;
    text-align: left;
}
.input-container {
    position: relative;
}
.input-label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 14px;
    transition: font-size 0.3s;
    line-height: 24px;
    color: #666666;
    z-index: 2;
}
.captcha-box {
    width: 40%;
}
#captchaText {
    border: none !important;
    border-bottom: 1px solid #e3e3e3 !important;
}
#errorMsgDiv {
    justify-content: center;
    text-align: center;
    background-color: rgb(255, 235, 232);
    padding: 10px 20px;
    border-radius: 4px;
    color: rgb(210, 0, 0);
    display: flex;
    margin: -20px 0 30px;
}
#errorMsgDiv svg {
    width: 15px !important;
}
#relCaptcha {
    height: 20px;
    margin: auto 0;
}
#errorMsgDiv span {
    display: block;
    margin: auto 0px auto 10px;
}
.subcription-input {
    border: none !important;
    border-bottom: 1px solid #e3e3e3 !important;
    /* border-bottom: 1px solid !important; */
    background: none;
    width: 100%;
    padding: 0;
    line-height: 32px;
    position: relative;
    z-index: 1;
    outline: none;
}
.added-placeholder .input-label {
    font-size: 12px;
    top: -8px;
}
.close-popup {
    opacity: 0.5;
    position: absolute;
    top: 15px;
    right: 15px;
}
/* Search Box */
.search-box {
    background-color: #fff;
    padding: 30px 0px;
}
td {
    padding: 16px;
}
.options {
    border-bottom: 1px solid #e6e6e6;
}
.search-box input,
.comments-input {
    line-height: 11px;
    width: 90%;
    border: none;
    max-width: 750px;
    margin: auto;
}
.comments-input {
    border-bottom: 1px solid #e6e6e6;
}
.search-box input:focus {
    outline: none;
}
.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;
}
/* banner section */
.academy-banner {
    text-align: center;
}
.academy-banner h1 {
    line-height: 72px;
    font-size: 80px;
    color: #821629;
}
.academy-banner span {
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    letter-spacing: 6px;
}
/* Popular Post */
.popular-post {
    border-radius: 25px;
    margin: auto;
    padding-top: 40px;
    max-width: 90%;
    background-color: #ffede5;
}

.active-content ul::-moz-scrollbar-thumb,
.post-popup ul::-moz-scrollbar-thumb {
    background-color: #c3c3c3;
    border-radius: 4px;
}
.popular {
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    display: flex;
    padding: 16px 0px;
    margin-bottom: 70px;
}

.img-container {
    position: relative;
    overflow: hidden;
    max-width: max-content;
}
.video-icon {
    position: absolute;
    width: 35px;
    bottom: 15px;
    right: 15px;
}
.block-desc {
    max-width: 284px;
}
.active-content ul li label {
    cursor: pointer;
    font-size: 14px;
}
.popular .payroll-block {
    /*! padding-top: 15px;
     */
    padding: 16px;
    min-width: 300px;
    scroll-snap-align: start;
}
.popular::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px;
}

.popular-post .payroll-block:last-child {
    margin-right: 60px;
}
.change-post {
    margin: auto 0px;
}
.prev-post {
    opacity: 0.5;
}
.prev-post,
.pagination .prev {
    transform: rotate(180deg);
}
.prev-post,
.next-post {
    cursor: pointer;
    width: 35px;
    margin-left: 10px;
}
/* Home deisgn */
.options {
    padding-top: 0px;
    width: 230px;
    position: sticky;
    top: 0px;
    align-self: flex-start;
}
.content {
    margin-left: 70px;
    position: relative;
    max-width: 900px;
    width: 100%;
}
/* Block Design */
.payroll-block {
    position: relative;
    animation: drop-in 1s ease 200ms backwards;
    transition: all 0.2s ease-out;
    display: block;
    width: 300px;
    padding: 12px;
    /* padding-top: 15px;
     */
    box-sizing: border-box;
}
@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translate(0px);
    }
}
.payroll-block:nth-child(3n + 1) {
    margin-left: 0px;
}
.img-container {
    /* position: relative; */
    /* overflow: hidden; */
    max-width: 100%;
    /* z-index: 1; */
}
/* Options Sections */
.active-option {
    font-weight: 600;
}
.options ul li:hover label {
    font-weight: 500;
}
input[type="checkbox"] {
    margin: 10px 8px auto 0px;
    accent-color: black;
    height: max-content;
    width: max-content;
}
.post-topics,
.post-type {
    color: #949894;
    font-size: 14px;
    font-weight: 500;
}
.post-icon {
    width: 42px;
}
.active-title {
    border-top: 1px solid #e6e6e6;
    font-weight: bold;
    min-height: 63px;
    cursor: pointer;
}
.active-title p {
    margin: auto 0px;
    font-size: 20px;
}
.options h3 {
    font-size: 24px;
}
.current-topic:first-child {
    font-weight: 700;
}
.active-content {
    margin-left: 0;
    margin-bottom: 20px;
}
.options ul li,
.post-popup ul li {
    /*! margin-top: 16px;
     */
    cursor: pointer;
    height: max-content;
    box-sizing: content-box;
    min-height: 20px;
    max-height: max-content;
    line-height: 32px;
}
.options ul li:first-child {
    /* padding: 4px 4px 4px 0px;
     */
    margin-top: 0px;
}
.popular-post .payroll-block:hover {
    border-radius: 8px;
    background: #fff;
}
.payroll-block: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;
}
.active-law {
    line-height: 18px;
    padding: 8px 0px;
}
/* Hover Effects */
.payroll-block:hover .block-img {
    /* transform: scale(1.1);
     */
    transition: all 0.2s ease;
}
.payroll-block:hover .img-container {
    border-radius: 4px;
}
.block-topics {
    position: inherit;
    z-index: 1;
    font-size: 12px;
    font-weight: 400;
}
.block-topics:hover {
    color: #8c1f31 !important;
    font-weight: 600;
}
.block-btn {
    position: relative;
    padding: 0px;
    font-size: 12px;
    margin: auto;
}
#glossary-section span:hover {
    font-weight: 700;
}
.block-btn:before {
    position: relative;
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    bottom: 2px;
    margin: 0 6px;
    background-color: #666666;
    border-radius: 50%;
}
.filter-block-btn {
    position: inherit;
    z-index: 1;
    background-color: #ede9e3;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}
.page-node-type-article-content .block-btn:before {
    content: "";
    margin: 0px;
    width: 0px;
}
.page-node-type-article-content .block-btn {
    font-weight: 500;
    margin-right: 4px;
    font-size: 12px;
    background-color: #ede9e3;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
}
/* Filter Sections */
.glossary-icon,
.compliance-icon {
    width: 20px;
}
.options a {
    font-size: 14px;
}
.nav-topics {
    /* font-weight: 700;
     */
    font-size: 20px !important;
    line-height: 28px;
    display: block;
    font-weight: 400;
    margin: auto 0;
}
.split-line {
    margin: auto 8px;
    width: 1px;
    height: 21px;
    background-color: #cad0cd;
}
.video-icon {
    right: 20px;
    width: 40px;
    position: absolute;
    bottom: 20px;
}
/* Glossary styles */
.weekly-team {
    box-sizing: border-box;
    min-height: 220px;
    position: relative;
    background-color: #fbe093;
    padding: 32px 42px;
    border-radius: 24px;
}

.weekly-team img {
    z-index: 1;
    position: absolute;
    height: 50%;
    bottom: 0px;
}
.weekly-team > .j-flex {
    max-width: 91%;
}
.weekly-team > div > h3 {
    width: 25%;
}
.weekly-team-content h2 {
    color: #821629;
    font-family: "Zoho_Puvi_Bold";
}
.weekly-team-content {
    position: relative;
    max-width: 70%;
    z-index: 3;
}
.stickyalpha span {
    color: #666;
    cursor: not-allowed;
    background: transparent;
}
.glossary-block {
    width: 100%;
    min-height: max-content;
    background-color: #f6f7f7;
}
.glossary-content > div {
    scroll-margin-top: 200px;
}
.alpha p,
.alpha span {
    padding: 6px 12px;
    display: inline-block;
}
.alpha p:hover {
    border-radius: 4px;
    background-color: #f5f5f5;
}
.active-alpha {
    background-color: #030303 !important;
    border-radius: 4px;
    color: white;
}
.stickyalpha {
    width: 100%;
    margin: auto;
    position: fixed;
    text-align: center;
    left: 0;
    padding: 10px 0;
    right: 0;
    z-index: 3;
    top: 80px;
    background-color: white;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 10px 10px -10px #e3e3e3;
}
.page-node-type-article-home #post-section .post-icon {
    transform: rotate(-90deg);
}
.page-node-type-glossary-page #post-section .post-icon {
    transform: rotate(90deg);
}
#compliance-section .active-content a {
    padding-left: 16px;
}
.stickyalpha p,
.stickyalpha span {
    width: 40px;
    padding: 5px 0px;
}
.sticky {
    box-shadow: 0px 0px 2px rgb(0 0 0 / 15%) !important;
}
/* Glossay and compliance */
.glossary-block a {
    color: #03a9f5;
    font-weight: 700;
}
.compliance-block {
    width: 284px;
    margin-left: 24px;
    min-height: 260px;
}
.compliance-block p{
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.glossary-block,
.compliance-block {
    min-width: 260px;
    padding: 32px 20px 32px 32px;
    margin-top: 24px;
    border-radius: 8px;
    box-sizing: border-box;
}
/* compliance */
.page-node-type-article-home #post-section .nav-topics,
.page-node-type-glossary-page #glossary-section .nav-topics,
.page-node-type-compliance-page #compliance-section .nav-topics {
    font-weight: 700;
}
.page-node-type-glossary-page .options {
    top: 62px;
}
.compliance-block {
    min-height: 260px;
    min-width: 260px;
    height: 260px;
    background-color: #f7f5f2;
}
.compliance-content > div {
    margin-top: 45px;
}
.options-mobile > a:last-child:not(.non_in) {
    display: none;
}
.compliance-block:hover h3 {
    text-decoration: underline;
}
.laws li {
    font-size: 18px;
    padding: 10px 0px 10px 10px;
}
.active-law {
    background-color: #ebedec;
    font-weight: 600;
}
#compliance-section + .active-content > ul > li {
    padding: 4px 0px 8px 4px;
}
/* Common Margin */
.mg-16 {
    margin: 16px;
}
.mg-24 {
    margin: 24px;
}
.mgt-8 {
    margin-top: 8px;
}
.mgt-16 {
    margin-top: 16px;
}
.mgt-24 {
    margin-top: 24px;
}
.mgb-16 {
    margin-bottom: 16px;
}
.mgb-8 {
    margin-bottom: 8px;
}
.mgt-32 {
    margin-top: 32px;
}
.mgt-40 {
    margin-top: 40px;
}
.mgt-48 {
    margin-top: 48px;
}
.mgb-32 {
    margin-bottom: 32px;
}
.mgb-48 {
    margin-bottom: 48px;
}
.mgt-64 {
    margin-top: 64px;
}
.mgt-72 {
    margin-top: 72px;
}
/* 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: 120px;
    overflow-y: scroll;
    scrollbar-color: #c3c3c3;
    scrollbar-width: 4px;
}
/* Pagination Section */
.pagination {
    width: 300px;
    margin: 72px auto;
}
.pagination img {
    cursor: pointer;
    width: 30px;
}
.pagination a {
    font-size: 16px;
    font-weight: 500;
    padding: 6px 10px;
    margin: auto 0px;
}
.pagination-active {
    border-radius: 4px;
    background-color: #ebedec;
}
/* Search result page  */
.zb-search-results .content {
    margin-left: 0px;
    max-width: 100%;
}
.zb-search-results .payroll-block {
}
/* Responsive Design */
@media screen and (max-width: 1220px) {
    .options {
        width: 230px;
    }
    .content {
        max-width: 600px;
    }
    .wrapper,
    .detail-wrapper,
    .zb-post-cont {
        max-width: 950px;
        width: 100%;
    }

    .payroll-block:nth-child(2n + 1) {
        margin-left: 0px;
    }
}
.search-input input {
    padding: 8px 16px 9px;
}
/* Detail Page design */
.topic-submenu {
    list-style: circle;
}
.zb-post-topics ul li a:hover {
    font-weight: 600;
    color: #8c1f31;
    font-family: "Zoho_Puvi_SemiBold";
}
.zb-post-topics h5 {
    padding-left: 8px;
    margin-bottom: 16px;
}
.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 span {
    font-weight: 500;
}
.zb-topic-submenu li {
    line-height: 0;
}
.end-html-block {
    margin: 58px 0;
    border-bottom: 1px solid #e6e6e6;
}
.zb-post-cont strong {
    font-weight: 700;
}
.comment-form .agree-text {
    line-height: 28px;
}
.zb-form-wrapper > p {
    line-height: 1.6;
    margin: 0 0 20px;
}
.zb-post-cont blockquote {
    width: 100%;
    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 {
    color: #425eea;
}
.zb-post-cont td {
    line-height: 25px;
    padding: 0.65rem;
}
.zb-post-cont a {
    color: #425eea;
}
.main-section {
    max-width: 800px;
}
.sidebar {
    margin-top: 91px;
    width: 300px;
    position: sticky;
    top: 100px;
    height: max-content;
}
.home-icon {
    width: 14px;
}
.breadcumnb a,
.breadcumnb b {
    margin-top: 16px;
    line-height: 22px;
    font-size: 14px;
}

.advertisement-img {
    position: sticky;
    top: 215px;
    border-radius: 4px;
}
.post-details span {
    line-height: 32px;
    margin-right: 8px;
}
.post-details b {
    margin: 0 8px;
}
.connect {
    margin-top: 32px;
    /* position: sticky; */
    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;
}
.outer-border {
    box-sizing: border-box;
    width: 100%;
    height: max-content;
    border-radius: 4px;
}
.outer-border li {
    padding: 16px 0px;
}
.outer-border li:first-child {
    padding: 24px 0px 16px 0px;
}
.topic-menu ul {
    margin-left: 20px;
}
.post-details {
    margin-bottom: 36px;
}
.zb-topic-list a {
    display: block;
}
.zb-topic-list li {
    margin: 8px 0px;
    line-height: 21px;
}
.zb-topic-list a {
    font-size: 14px;
}
.block-topics a {
}
a:hover {
}
.zb-post-topics h5 {
    margin-bottom: 16px;
}
.detail-popular-post img {
    min-width: 80px;
    width: 80px;
    height: 65px;
    object-fit: cover;
    margin-right: 20px;
}
.detail-topics li:hover {
    font-weight: 500;
}
.detail-topics li a {
    font-size: 14px;
}
.detail-popular-post a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    margin-bottom: 20px;
}

/* Form Section */
.form-section {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    padding: 60px 20px 40px;
    position: relative;
}
.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-feilds label {
    font-size: 14px;
    color: #666666;
    position: absolute;
    top: 15px;
    transition: all 0.3s ease;
}
.form-feilds input,
.form-wrapper textarea {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: none;
    width: 100%;
    padding: 15px 0 8px;
    position: relative;
    z-index: 1;
}

.search-not-found img {
    width: 17%;
}
.search-not-found p {
    margin-bottom: 12px;
}
.search-again,
.back-home {
    cursor: pointer;
    color: red;
}
.zb-post-cont .btn-red {
    margin-left: 0px;
}
.search-again {
    font-weight: 600;
}
.search-again {
    display: inline-block;
}
.search-not-found {
    margin: 120px auto;
    text-align: center;
}
.popup h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 8px 0px;
}
::placeholder {
    font-size: 14px;
}
.agree-text a {
    text-decoration: none;
    outline: 0;
    color: #03a9f5;
}
.form-feilds input:focus {
    outline: 0;
    border: none;
    border-bottom: 1px solid #e3e3e3;
}
.form-feilds input:focus .form-feilds label {
    top: 80px;
    font-size: 8px;
}
.form-feilds .submit-btn {
    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;
}
.form-feilds {
    position: relative;
    margin: 40px 0 30px;
}

@media screen and (max-width: 900px) {
    .mobile-subscribe-banner {
        display: none;
        position: relative;
        padding: 30px 0px 30px 30px;
        background-color: #ffede5;
        margin: 24px 0;
    }
    .mobile-subscribe-banner h3 {
        font-size: 28px !important;
        line-height: 40px !important;
        position: relative;
        z-index: 3;
        max-width: 320px;
        margin: 0 !important;
    }
    .mobile-subscribe-banner .btn-red {
        margin-left: 0px;
        margin-top: 16px;
    }
    .mobile-subscribe-banner img {
        position: absolute;
        width: 35% !important;
        bottom: 0px;
        z-index: 1;
        right: 0;
    }
    .weekly-team .j-flex {
        display: block;
        width: 100%;
    }
    .weekly-team > div > h3,
    .weekly-team-content {
        max-width: 100%;
        width: 100%;
    }
    .weekly-team img {
        opacity: 0.2;
        right: 0;
    }
    .zb-post-topics {
        display: none;
    }
    .sidebar {
        margin-top: 32px;
    }
    .search-input {
        max-width: 600px;
    }
    .search-input input {
        max-width: 88%;
    }
    .options-mobile {
        margin: 32px auto 16px auto;
        text-align: center;
        width: max-content;
        overflow-x: scroll;
    }
    .options-mobile p {
        font-size: 20px;
        margin: auto 0px;
    }
    .post-section,
    .justify-flex {
        justify-content: space-between;
    }
    .content {
        margin-top: 32px;
        margin-left: 0px;
    }
    .filter-mobile {
        display: block;
        color: #000;
        font-size: 14px;
        background: #f1f1f1;
        padding: 9px 35px 8px 19px;
        border-radius: 26px;
        position: relative;
        margin-right: 0;
        cursor: pointer;
        transition: all 0.5s ease;
        position: absolute;
        right: 0;
        display: block;
    }
    .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;
    }
    .options {
        display: none;
    }
    .options-mobile {
        display: flex;
    }
    .options-mobile a {
        font-size: 24px;
        display: block;
        margin: auto;
    }
    .wrapper {
        max-width: 670px;
    }
    .detail-wrapper,
    .zb-post-cont {
        max-width: 560px;
    }
    .post-section {
        width: max-content;
        margin: 0 auto;
        display: block;
    }
    #alpha {
        text-align: center;
    }
}
@media screen and (max-width: 750px) {
    .payroll-block:nth-child(3n + 1) {
        margin-left: 0px;
    }
    .popular .payroll-block:first-child {
        margin-left: 0px;
    }

    .popular-post .j-flex {
        margin: 10px 44px;
    }
    .popular {
        padding: 0px 0px 32px 32px;
    }
}
@media screen and (max-width: 650px) {
    .popular .payroll-block {
        min-width: 290px;
    }
    .popular-post {
        padding-top: 30px;
    }
    .popular .payroll-block {
        min-height: 300px;
    }
    .popular .block-img {
        width: 100%;
        height: 100%;
    }
    .subscribe-section {
        display: block;
    }
    .subscribe-info {
        width: max-content;
        background-color: white;
        padding: 0;
    }
    .subscription-img {
        display: none;
    }
    .popup,
    .post-popup {
        padding: 29px;
        width: max-content;
        max-width: fit-content;
    }
    .subscribe-form {
        width:310px;
        margin: 32px 0px;
    }
    .options-mobile a {
        font-size: 20px;
    }
    .img-container {
        max-width: 100%;
    }
    .block-img {
        height: 100%;
        max-width: 100%;
        width: 100%;
    }
    .stickyalpha p {
        width: 30px;
    }
    .search-input {
        max-width: 400px;
    }
    .search-input input {
        max-width: 325px;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        line-height: 20px;
        font-size: 24px;
    }
    .content .payroll-block {
        width: 250px;
        min-height: 310px;
    }
    .wrapper,
    .detail-wrapper {
        max-width: 492px;
    }
    .content {
        margin: auto;
        max-width: 500px;
    }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
    .detail-popular-post a {
        font-size: 14px;
        line-height: 23px;
    }
    .detail-popular-post img {
        margin-right: 10px;
    }
    .main-section {
        width: 68%;
    }
    .sidebar {
        width: 30%;
    }
    .outer-border {
        padding: 15px;
    }
}
/*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;
}
element.style {
}
.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;
}
@media screen and (max-width: 900px) {
    .page-node-type-article-home .content h2 {
        padding-top: 0px;
    }
    .main-section,
    .sidebar {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .popular {
        padding: 0px 0px 18px 32px;
    }
    .subscribe{
    border-radius: 0;
 
    margin-left: 0;
 
position: fixed;
   
        bottom: 0;
   
    left: 0;
        width:100% 
    }
    .academy-banner h1 {
        font-size: 80px;
    }
    .content {
        max-width: 380px;
    }
    .payroll-block {
        min-width: 100%;
    }
    .detail-wrapper {
        margin: 0 5%;
        width: 90%;
    }
    h2 {
        line-height: 32px;
    }
    .outer-border {
        padding: 16px;
    }
    .detail-popular-post img {
        margin-right: 10px;
        width: 60px;
    }
}

/* custom code by cms-team */
.zb-breadcumbs {
    margin: 60px 0px 0px 12px;
}
.zb-breadcumbs ul li:nth-child(2):before {
    content: "/";
    padding-right: 5px;
    padding-left: 5px;
}
.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/payroll/academy/files/home-icon.svg);
}
.zb-breadcumbs ul li {
    display: inline-block;
}

.filtered-lists {
    padding: 12px;
    display: none;
}
.zb-first-page {
    display: none;
}
.zb-pagination {
    margin: 72px auto 0px;
}
.pagination img {
    cursor: pointer;
    width: 30px;
}
.zb-pagination .zb-page {
    font-size: 16px;
    font-weight: 500;
}
.zb-pagination .zb-current {
    border-radius: 4px;
    background-color: #ebedec;
}
.zb-breadcumbs ul li:nth-child(3) {
    display: none;
}
.zb-breadcumbs ul li:nth-child(2):before {
    content: "/";
    padding-right: 5px;
    padding-left: 5px;
}
.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/payroll/academy/files/home-icon.svg);
}
.zb-breadcumbs ul li {
    display: inline-block;
}

/* custom code by cms-team */
/* comment form */
.page-node-type-article-content .payroll-block {
    width: 100%;
    margin: 0;
}
.search-input form {
    width: 100%;
}
.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);
}
.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 {
    font-size: 14px;
    color: #444444;
}
.zb-form-wrapper > p:after,
.form-required:after {
    content: "*";
    color: #ff0000;
    padding: 0 0 0 2px;
}
.zb-form {
    margin: 40px 0 0;
}
.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);
}
.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;
}
.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;
}
#cancel-comment-reply-link {
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 100%;
}
#cancel-comment-reply-link:before,
#cancel-comment-reply-link:after {
    content: "";
    width: 2px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: 14px;
    top: 8px;
}
#cancel-comment-reply-link:before {
    transform: rotate(45deg);
}
#cancel-comment-reply-link:after {
    transform: rotate(-45deg);
}
/*Blog detail page */
.zb-topic-submenu .active-toc {
    padding-left: 0px;
    border: none;
}
.zb-topic-submenu > .active-toc a {
    color: #8c1f31;
}
.zb-topic-list > .topic-menu.active-toc > a {
    border-left: 2px solid #8c1f31;
    display: inline-block;
}
.active-toc > a {
    font-family: "Zoho_Puvi_SemiBold";
    font-weight: 700;
    color: #8c1f31;
}
.topic-menu > a {
    padding-left: 8px;
}
.zb-post-cont p {
    text-align: justify;
    margin-bottom: 16px;
}
.page-node-type-article-content .zb-post-cont img {
    width: 100%;
}
.zb-post-cont h1,
.zb-post-cont h2,
.zb-post-cont h3,
.zb-post-cont h4,
.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,
.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: 35px;
    line-height: 40px;
    font-family: Zoho_Puvi_SemiBold;
}
.zb-post-cont h3 {
    font-size: 23px;
}
.zb-post-cont a {
    color: #03a9f5;
    text-decoration: none;
}
.zb-post-cont a:hover {
    color: #686868;
}
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;
}

/* pagination */
.zb-pagination {
    display: flex;
    margin: 72px auto;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.zb-pagination span,
.zb-pagination a {
    border: 1px solid;
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    min-width: 25px;
    justify-content: center;
    align-items: center;
}
.zb-pagination a:hover,
.zb-pagination .zb-current {
    background: #8c1f31;
    color: #fff;
    border-color: #8c1f31;
}

.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-total-pages {
    border: none !important;
}
/* pagination ends*/

.comment-form *:focus {
    outline: none;
    box-shadow: none !important;
}
input#state-589 {
}
.options ul li > a,
.post-popup ul li > a {
    margin-left: 0px !important;
}
.options ul li > a:hover,
.post-popup ul li > a:hover {
    color: #8c1f31;
    font-weight: 600;
}
.success-wrap {
    display: none;
}
/* Product footer and filtering styles */
.ZF-container {
    display: none;
}
form#footer-search-action {
    display: none;
}
.prd-footer h2 {
    margin: auto;
    line-height: 52px;
    color: #fff;
    max-width: 600px;
    margin-bottom: 32px;
    font-size: 42px;
    font-weight: 700;
}
.prd-footer {
    padding: 72px 10px;
    text-align: center;
    margin: 60px auto 0 auto;
    background: #000;
}
.prd-footer a {
    padding: 14px 16px;
}
.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;
    border: 0;
    padding: 0;
    border: 0px;
}
.filtered-lists li p:last-child {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #990b2f;
}
/* mobile view */
@media screen and (max-width: 660px) {
    .subscribe-info h2{
        font-size:28px;
        max-width:70%;
        text-align:center;
    }
    .subscribe-info{
        max-width:100%;
        width:100%;
    }

    .subscribe-info p{
        max-width:50%;
        
        text-align:center
    }
    .common-links > .ZPprivacy {
        display: block !important;
    }
    .payroll-block:nth-child(3n + 1) {
        margin-left: 0px;
    }
    .prd-footer h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .mgt-32 {
        margin-top: 12px;
    }

    h2 {
        font-size: 21px;
    }
    .search-input {
        max-width: 300px;
    }
    .search-input input {
        max-width: 225px;
    }
    .subscribe {
        display: none;
    }
    .mobile-subscribe {
        display: none;
    }
    .wrapper {
        max-width: 90%;
    }
    .mgt-72 {
        margin-top: 42px;
    }

    .post-section {
        width: 100%;
    }
    h3 {
        font-size: 16px;
    }
    .grasp {
        line-height: 52px;
        max-width: 325px;
        margin: 16px auto 0 auto;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 32px;
    }
    .popup{
        max-width:310px
    }
    .popup p{
        max-width:250px;
    }
    .input-container{
        max-width:80%
    }
    #captchaParent .input-container{
        max-width:40%
    }
    .subscribe-btn{
     display:block;
    width:40%;
    }
    .subcription-input{
     /* width:70%; */
    }
    .payroll-resources-header .wrapper {
        max-width: 95%;
    }
    .search-icon {
        padding: 0px 4px;
    }
    .academy-home-icon {
        font-size: 21px;
        margin: auto 0px;
    }
    .split {
        margin: 4px 10px;
    }
    .academy-banner h1 {
        font-size: 60px;
    }
    .popular-post .j-flex {
        margin: 0px 24px;
    }

    .popular-post {
        max-width: 94%;
    }
    .next-post,
    .prev-post {
        width: 25px;
    }
    .weekly-team {
        padding: 22px;
    }
    .weekly-team img {
        height: 41%;
    }
    .popular {
        padding: 0px 0px 18px 12px;
    }
}
@media screen and (max-width: 350px) {
    .popular .payroll-block {
        min-width: 270px;
        margin-left: 0px;
    }

    .popular-post .j-flex {
        margin: 0px 12px;
    }
    .popular {
        padding-left: 0px;
    }
    .help-content {
        max-width: 290px;
    }
}
#closeSuccess
{display:none;}
