:root {
    --zcr-dark-bg: #25349a;
    --zcr-light-bg: #ebefff;
    --zcr-text-yellow: #fc0;
    --zcr-lred-bg: #ffecec;
    --zcr-link-clr: #055bdb;
	--zcr-link-clr-blk: #007fff;
}

.event-series .updates-text p {
	padding: 15px 30px;
	font-size: 16px;
	text-align: right;
	position: relative;
  }
  
  .event-series .updates-text p:before,
  .event-series .updates-text p:after {
	content: "";
	border: solid #03a9f5;
	border-width: 0 1px 1px 0;
	padding: 2.5px;
	position: absolute;
	right: 20px;
	top: 25px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.3s ease;
  }
  
  .event-series .updates-text p:after {
	right: 16px;
  }
  
  .tabs-section .mobile-updates-text {
	display: none;
  }
  
  .tabs-section .mobile-updates-text p {
	position: relative;
  }
  
  .tabs-section .mobile-updates-text p a {
	position: absolute;
	top: 45px;
	right: 40px;
  }
  
  /* filter */
  .tabs-section {
	display: block;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
  }
  
  .tabs-section .moblie-year-tab {
	display: none;
	height: 50px;
	z-index: 99;
	border-bottom: 1px solid #f2f2f2;
  }
  
  .tabs-section .moblie-year-tab h3 {
	padding: 12px 20px;
  }
  
  .filter-tab {
	display: block;
	float: right;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	text-align: right;
	margin-bottom: 40px;
	padding-bottom: 8px;
	background: #fff;
	position: relative;
	z-index: 3;
  }
  
  .filter-tab li a.active {
	color: #40d0ad;
	border-bottom: 2px solid #40d0ad;
	padding-bottom: 10px;
  }
  
  .filter-tab li a {
	color: #a1a1a1;
  }
  
  .filter-tab li {
	margin-right: 20px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
  }
  
  .filter-tab .platform-tab:before,
  .filter-tab .tag-tab:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #000;
  }
  
  .filter-tab .platform-tab.active:before,
  .filter-tab .tag-tab.active:before {
	transform: rotate(180deg);
  }
  
  /* filter */
  .tabs-section .mobile-updates-text p a:before,
  .tabs-section .mobile-updates-text p a:after {
	content: "";
	border: solid #03a9f5;
	border-width: 0 1px 1px 0;
	padding: 2.5px;
	position: absolute;
	right: -11px;
	top: 11px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.3s ease;
  }
  
  .tabs-section .mobile-updates-text p a:after {
	right: -15px;
  }
  
  .filter-tab {
	padding-bottom: 0;
  }
  
  .filter-tab li a {
	color: #3a3a3a;
  }
  
  .filter-tab li a.active {
	color: #03a9f5;
	font-weight: bold;
	display: block;
	border: none;
  }
  
  .filter-tab .platform-filter,
  .filter-tab .tag-filter {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0;
	background: #fff;
  }
  
  .filter-tab .platform-tab,
  .filter-tab .tag-tab {
	padding: 7px 30px 7px 10px;
	display: inline-block;
	color: #3a3a3a;
	text-align: left;
    position: relative;
  }
  
  .filter-tab .platform-box,
  .filter-tab .tag-box {
	position: absolute;
	top: 100%;
	width: 200px;
	right: 5px;
	padding: 10px 20px;
	border: 1px solid #cecece;
	text-align: left;
	background: #fff;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
	display: none;
	z-index: 9;
  }
  
  .filter-tab .platform-box,
  .filter-tab .platform-box *,
  .filter-tab .tag-box,
  .filter-tab .tag-box * {
	box-sizing: border-box;
  }
  
  .filter-tab .platform-box>ul>li,
  .filter-tab .tag-box>ul>li {
	margin: 8px 0;
	font-size: 14px;
  }
  
  .filter-tab .platform-box li,
  .filter-tab .tag-box li {
	margin: 0;
	padding: 0;
	display: block;
  }
  
  .filter-tab .platform-lists li,
  .filter-tab .tag-lists li {
	margin: 5px 0;
  }
  
  .filter-tab .platform-lists li.active,
  .filter-tab .tag-lists li.active {
	color: var(--zcr-link-clr);
	font-weight: 600;
  }
  
  .header-section-wrap h1 {
	max-width: 650px;
  }
  
  .head h4 {
	margin: 0 5px 0 0;
  }
  
  .event-category .head {
	position: relative;
  }
  
  .event-category .tag,
  .enhancements.event-category .tag.prod-tag {
	padding: 1px 8px;
	display: inline-block !important;
	margin: 0px 10px 0px 0;
	border-radius: 10px;
	font-size: 11px;
	border: none !important;
  }
  
  .event-category .tag:before {
	content: none;
  }
  
  .header-section {
	padding: 70px 0;
  }
  
  .event-category .tag:before {
	display: none;
  }
  
  .search-wrap,
  .search-wrap .search-box {
	position: relative;
	z-index: 2;
  }
  
  .search-wrap .search-box {
	height: 50px;
  }
  
  .search-wrap {
	max-width: 720px;
	margin: 0 auto 60px;
	transition: 0.5s ease;
	padding: 20px 0 0px;
  }
  
  .search-wrap input.search-icon {
	z-index: 1;
	background: url(/sites/zweb/images/commonroot/help-new-sprite.png) no-repeat;
	background-size: auto 50px;
	cursor: pointer;
  }
  
  .search-wrap input.search-field {
	display: block;
	border: none;
	outline: 0;
	background: #fff;
	font-size: 16px;
	font-weight: 300;
	height: 50px;
	line-height: 30px;
	color: #666;
	width: 100%;
	padding: 10px 10px 10px 50px;
	box-sizing: border-box;
	transition: 0.5s ease;
	border: 1px solid #dedede;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
  }
  
  .search-wrap input.search-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	box-sizing: border-box;
	height: 50px;
	padding: 10px;
	border: none;
	outline: 0;
  }
  
  .header-section .search-wrap {
	display: none;
  }
  
  @media screen and (max-width: 767px) {
	.head {
	  margin-bottom: 10px;
	}
  
	.event-category .tag {
	  position: static;
	}
  
	.tabs-section {
	  margin: 0;
	}
  
	.filter-tab {
	  padding: 10px 0;
	}
  
	.search-wrap {
	  max-width: 90%;
	}
  
	.tabs-section {
	  margin-top: 20px;
	  padding: 0px;
	}
  
	.tabs-section.sticky {
	  width: 100%;
	  margin-top: 0px;
	}
  
	.tabs-section.sticky .filter-tab {
	  margin-bottom: 0px;
	}
  
	.tabs-section.sticky .moblie-year-tab {
	  display: inline-block;
	  float: left;
	  width: 100%;
	}
  
	.tabs-section.sticky .mobile-updates-text {
	  display: block;
	}
  }
  
  @media screen and (max-width: 480px) {
  
	.filter-tab .platform-filter,
	.filter-tab .tag-filter {
	  display: block;
	  width: 190px;
	  margin: 0 auto;
	}
  
	.filter-tab .product-box,
	.filter-tab .tag-box {
	  left: -50%;
	  right: -50%;
	  margin: auto;
	}
  
	.whatsnew-desc li {
	  font-size: 15px;
	}
  
	.event-category p {
	  font-size: 14px;
	}
  }
  
  .lang-id .newsletter-fields>div,
  .lang-en .newsletter-fields>div {
	overflow-y: scroll;
	max-height: 100vh;
  }
  
  /* popup-form */
  .overlayForm {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0000008f;
	z-index: 1000;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	visibility: hidden;
  }
  
  .thanks-data {
	text-align: center;
	display: none;
	position: absolute;
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
  }
  
  .thanks-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	cursor: pointer;
  }
  
  .thanks-close:before,
  .thanks-close:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 25px;
	width: 2px;
	background-color: #333;
  }
  
  .thanks-close:before {
	transform: rotate(45deg);
  }
  
  .thanks-close:after {
	transform: rotate(-45deg);
  }
  
  .subscribe-btn {
	margin: 20px 0;
	background: #f0483e;
	color: #fff;
  }
  
  .button.zcr-btn-clr {
	background: #f0483e;
	color: #fff;
  }
  
  section#block-panels-mini-product-menu {
	display: none;
  }
  
  .zoho-newsletter-campaign-wrap *,
  .zoho-newsletter-campaign-wrap *:after,
  .zoho-newsletter-campaign-wrap *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  @media (max-width: 560px) {
	.newsletter-fields {
	  overflow: scroll;
	}
  
	.zoho-newsletter-campaign-wrap .search-date {
	  flex-flow: column;
	}
  
	.newsletter-fields>div {
	  max-width: 90%;
	  padding: 40px 25px;
	  top: 20px;
	  transform: translateY(0);
	  -webkit-transform: translateY(0);
	}
  
	.zoho-newsletter-campaign-wrap .box-content {
	  width: 100%;
	}
  
	.zoho-newsletter-campaign-wrap .box-content-wrap {
	  padding: 30px;
	  max-width: 380px;
	  margin: 0px auto;
	}
  
	.success-alert .scs-txt {
	  font-size: 11px;
	}
  
	.success-alert {
	  width: 90%;
	}
  
	.zoho-newsletter-campaign-wrap label {
	  font-size: 15px;
	  line-height: 40px;
	  margin-bottom: 20px;
	}
  }
  
  .freeze-layer {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	display: none;
  }
  
  /* color */
  .event-category .tag.prod-tag,
  .enhancements.event-category .tag {
	border: none !important;
  }
  
  .event-category.all.applications .prod-tag {
	background: #06c;
	color: #fff;
	border: none;
  }
  
  .event-category.all.platform-enhancement .tag {
	background: #ffa62f;
	color: #fff;
  }
  
  .event-category.all.bi-analytics .prod-tag {
	background: #ffa62f;
	color: #fff;
  }
  
  .event-category.all.integration-flows .prod-tag {
	background: #176639;
	color: #fff;
  }
  
  .enhancements.event-category .tag {
	background: #c3ddff;
	color: #000;
  }
  
  .mobile-app.event-category .tag {
	background: #af9595;
  }
  
  .improvements.event-category .tag {
	background: #f590ac;
  }
  
  .bug-fixes.event-category .tag {
	background: #b1bfbf;
	color: #000;
  }
  
  .issue-fix.event-category .tag {
	background: #f5c8a7;
	color: #000;
  }
  
  .new-feature.event-category .tag {
	background: #aaecc6;
	color: #000;
  }
  
  .changes.event-category .tag {
	background: #64c2c2;
    color: #fff;
  }
  
  .updates.event-category .tag {
	background: #d3dce5;
	color: #000;
  }
  
  .features.event-category .tag {
	background: #d7bde2;
	color: #000;
  }
  
  /* color */
  /* overwrite css */
  .header-section:before {
	background: none;
  }
  
  .zw-product-header,
  .header-section {
	background: var(--zcr-dark-bg);
  }
  
  .event-series h5,
  .year-series p.open {
	color: var(--zcr-dark-bg);
  }
  
  .year-series p.open:before {
	right: 0;
	top: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: solid var(--zcr-link-clr);
	border-width: 0 2px 2px 0;
  }
  
  .list-dropdown li a.active {
	color: var(--zcr-link-clr);
  }
  
  .list-dropdown li a.active:before {
	background: var(--zcr-link-clr);
  }
  
  .whatsnew-desc li {
	background: none;
	position: relative;
  }
  
  .whatsnew-desc li::before {
	position: absolute;
  }
  
  .whatsnew-desc li:before,
  .whatsnew-desc li:after {
	position: absolute;
	content: "";
	z-index: 1;
  }
  
  .whatsnew-desc li:before {
	width: 15px;
	height: 15px;
	left: 0;
	top: 4px;
	border-radius: 50%;
	border: 2px solid var(--zcr-link-clr);
  }
  
  .whatsnew-desc li:after {
	top: 10px;
	left: 5px;
	width: 7px;
	border-left: 2px solid var(--zcr-link-clr);
	height: 3px;
	border-bottom: 2px solid var(--zcr-link-clr);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  /* overwrite css */
  /*prev link only*/
  .prev-year {
	display: inline-block;
	margin-top: 40px;
	border-bottom: 1px solid;
	line-height: normal;
	position: relative;
  }
  
  .prev-year:hover span {
	right: -30px;
  }
  
  .prev-year span {
	position: absolute;
	width: 18px;
	height: 18px;
	display: inline-block;
	right: -25px;
	top: 4px;
	bottom: 0;
	margin: auto;
	background: #03a9f5;
	border-radius: 100%;
	transition: ease all 0.5s;
  }
  
  .prev-year span:before {
	background: #000;
	height: 9px;
	transform: rotate(45deg);
	top: 8px;
	left: 9px;
  }
  
  .prev-year span:before,
  .prev-year span:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 7px;
	background: #ffffff;
	transition: 0.5s ease;
  }
  
  .prev-year span:after {
	transform: rotate(135deg);
	bottom: 8px;
	left: 9px;
  }
  
  /*prev link only*/