@charset "UTF-8"; 
/*
Theme Name: ME-KB-2019
Author: Mizuki Sonobe
Description: ManageEngine JP Knowledge Base
Version: 1.4
*/



/* ****************
ME main color
	red: #cc1632
	green: #149c51
	blue: #0478b9
	yellow: #ffcd1c
***************** */

body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 1.5}

.head-container, .container {
    max-width: 1250px !important;
}

hr {
	border-top: 1px dashed #bbb;
}

h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 20px 0 5px;
    color: #333 !important;
    font-weight: 400;
}

.kbpost h2 {	
	border-left: #0478b9 solid 3px !important;
	border-right: #0478b9 solid 3px !important;
	background-color:#333;
	color:#fff !important;
	font-size: 26px;
	margin: 40px 0 25px !important;
	padding: 0px 0 3px 15px !important;
}

article h3 {	
	/* border-left: #222 solid 9px !important;
	background-color:#ccc; */
        background: url(img/h3back.png) no-repeat bottom left;
	font-size: 26px;
	margin: -40px 0 25px !important;
	padding: 85px 0 8px 15px !important;
        color: #222;
}

main h4 {	
	border-bottom: #333 dotted 1px !important;
	/* border-left: #333 solid 5px !important; */
        background: url(img/h4back.png) no-repeat bottom left;
	font-size: 22px;
	margin: -60px 0px 25px 2px !important;
	padding-left:15px;
	padding-bottom:5px;
        padding-top:85px;
}
.tabs-stage .col h4{
	border:0;
}

h5{
   	background: url(img/h5_icon_s.png) no-repeat bottom left;
	font-size: 16px;
	margin: -65px 0px 20px 2px !important;
	padding-left: 20px;
        padding-top:85px;
}

h6{
   	color: #0478b9; /*文字色*/
	border-bottom: dashed 2px #0478b9;
	font-size: 15px;
	margin: -60px 0px 10px 0px;
	padding-left: 17px;
        padding-top:85px;
}

a:hover {
	text-decoration: none !important;
}

.kbpost img{
	padding: 10px 0;
}

/* カテゴリー */
.kbcategories{
	text-align: right;
	margin-bottom: 5px
}

.kbcategories .post-categories{
	text-align: right !important;
}

.kbcategories ul{
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	text-align: right;
}

.kbcategories li a{
	display: block;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #333;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.kbcategories ul:after{
	content: "";
	display: block;
	clear: both
}

.kbcategories li{
	display: inline-block;
	width: auto
}

/* 一覧 */
h2.post {
    font-size: 25px;
    line-height: 1.5;
    margin: 20px 0 5px;
    color: #333 !important;
    font-weight: 400;
}
a:hover h2.post{
	color:#777 !important;
}
.baloon{
	width:25px;
	margin-right:10px;
}
.current_cat {
  color: #fff; /*文字色*/
  padding: 0.5em; /*文字周りの余白*/
  display: inline-block; /*おまじない*/
  line-height: 1.3; /*行高*/
  background: #0478b9; /*背景色*/
  vertical-align: middle; /*上下中央*/
  border-radius: 25px 0px 0px 25px; /*左側の角を丸く*/
}

.current_cat:before {
  content: '●';
  color: white;
  margin-right: 5px;
}

#pagecontents>ul {
	list-style-type:none;
	margin-left:22px;
}
#pagecontents>ol {
	list-style-type:decimal !important;
	margin-left:44px;
}
#pagecontents>ul>li {
	position:relative;
	padding: 0em 0.3em 0em 1.6em !important;
}
#pagecontents>ul>li::before, #pagecontents>ul>li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
#pagecontents>ul>li::after {
	top: .35em;
	left: 0em;
	width: 14px;
	height: 14px;
	background-color: #444;
	border-radius: 100%;
}
#pagecontents>ul>li::before {
	z-index: 1;
	top: 0.6em;
	left: 0.15em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

/* ページネーション */
.pagination	{margin: 40px 0 30px;
	text-align: center}

.pagination ul	{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none}

.pagination li a,
.pagination li > span
	{display: block;
	margin: 0 5px;
	padding: 6px 8px;
	border: solid 1px #cccccc;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.pagination li > span
	{background-color: #efefef}

.pagination li a:hover	{background-color: #eeeeee}

.pagination ul:after	{content: "";
	display: block;
	clear: both}

.pagination li	{float: left;
	width: auto}


/* 記事一覧のページネーション */
.pagination-index li .dots
	{padding: 6px 2px;
	border-color: transparent;
	background-color: transparent}

@media (max-width: 599px) {
	.pagination-index li a,
	.pagination-index li > span
		{margin: 0;
		padding: 6px 7px;
		border-left: none;
		font-size: 12px}

	.pagination-index li:first-child a,
	.pagination-index li:first-child > span
		{border-left: solid 1px #cccccc}

	.pagination-index li .dots
		{border-right-color: #cccccc}
}
/* 本文 */

/* アンカー位置 */
a.anchor{
    display: block !important;
    padding-top: 150px !important;
    margin-top: -150px !important;
}

.kbpost ul,ol {
	margin-left: 7px;
	word-wrap: break-word;
}

.kbpost p,img,table,blockquote {
	padding-left: 2px;
	word-break: break-all;
}

table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table th,table td{
	padding: 10px 5px;
}

table tr:nth-child(odd){
	background-color: #eee
}

pre.source code{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	position:relative
}

pre.source{
	background: #eee;
	padding: 10px 30px 10px 30px;
	margin: 10px;
}

blockquote {
	position: relative;
	padding: 1em 1em;
	margin: 2em 0;
	top: 0;
	background: #efefef;
	word-wrap: break-word;
}
blockquote:before, .box20:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
blockquote:before{
    border-left: dotted 2px #0478b9;
    border-top: dotted 2px #0478b9;
    border-bottom: dotted 2px #0478b9;
    left: 0;
}
blockquote:after{
    border-top: dotted 2px #0478b9;
    border-right: dotted 2px #0478b9;
    border-bottom: dotted 2px #15adc1;
    right: 0;
}
blockquote p {
    margin: 0; 
    padding: 0;
}

.kbpost>ul {
	padding:0.5em;
	list-style-type:none;
}
.kbpost>ol {
	margin-left:23px;
}
.kbpost>ul>li {
	position:relative;
	padding: 0em 0.3em 0em 1.6em !important;
}
.kbpost>ul>li::before, .kbpost>ul>li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
.kbpost>ul>li::after {
	top: .35em;
	left: 0em;
	width: 14px;
	height: 14px;
	background-color: #0478b9;
	border-radius: 100%;
}
.kbpost>ul>li::before {
	z-index: 1;
	top: 0.65em;
	left: 0.15em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

/* 補足情報 */
.point	{position: relative;
	margin: 40px 0 30px;
	padding: 25px 20px 20px;
	border-radius: 10px;
	background-color: #ddd;
	font-size: 14px;
	clear: both}
.point p{
	margin:0;
}

.point:before	{position: absolute;
	left: 15px;
	top: -15px;
	content: '\f0eb';
	z-index: 2;
	width: 32px;
	height: 32px;
	padding-top: 3px;
	border-radius: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #0478b9;
	color: #ffffff;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 1;
	text-align: center}

.point:after	{position: absolute;
	left: 32px;
	top: -8px;
	z-index: 1;
	content: 'POINT';
	padding: 3px 10px 3px 20px;
	border-radius: 5px;
	background-color: #0478b9;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1}

/* 注意書き */
.attention	{
	position: relative;
	margin: 40px 0 30px;
	padding: 20px;
	border-radius: 10px;
	border: dotted 2px #ff0000;
	background-color: #ffefef;
	font-size: 14px;
	clear: both}

.attention:before	{position: absolute;
	left: 20px;
	top: -15px;
	content: '\f071';
	background-color: #ffffff;
	color: #ff0000;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 1}
.attention p{
	margin:0;
}


/* ハイライト */
.highlight	{background-color: #ffff00;
	padding: 0 3px}

/* サイドバー */
.widget{
	height: auto !important;
}

aside{
	padding-top:40px;
}
aside h2{
    font-size: 16px;
    font-weight: bold;
    background-image: url(img/kbmenubar.svg);
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    color: #333 !important;
    padding: 7px 7px 9px 15px;
    margin: 0;
    text-indent:0;
}

/* 個別記事上 */
.kbpost{
	margin-top:20px;
}

/* 個別記事下 */
p.postinfo  {
	text-align: right;
 	margin: 0
}

#scroll ul.relPrd li{
	height:initial !important;
	margin-bottom:10px !important;
}

#scroll ul.relPrd li a{
	line-height: initial;
	margin-top:10px;
	margin-right:5px;
	width: auto;
	text-indent: 0;
    padding-left: 10px;
}

#scroll ul.relPrd>li>ul>li>ul>li{
	padding-left:10px;
	text-indent:initial;
	word-break:break-all;
}

/* 固定ページデザイン */

#kblist{
	-js-display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top: 85px;
}
@media (max-width: 760px){
div.breadcrumb.breadcrumb-grey.sp{
	display:inline;
	}
	.breadcrumb-strip{display:none;}
}
@media (min-width: 761px){
div.breadcrumb.breadcrumb-grey.sp{
	display:none;
	}
}
@media (min-width: 980px){
.cat-section{
	position:relative;
	padding-right: 1%;
	padding-left: 1%;
	display: block;
	float: left;
	width: 48%;
	margin-bottom: 85px;
	z-index:10;
}
.cat-section h4 a{
	margin-left: 2%; 
	color: #000;
	text-decoration: none;
	font-size: 22px;
}
}
@media (max-width: 979px){
.cat-section{
	position:relative;
	padding-right: 1%;
	padding-left: 1%;
	display: block;
	float: left;
	width: 98%;
	margin-bottom: 30px;
}
.cat-section h4 a{
	margin-left: 2%; 
	color: #000;
	text-decoration: none;
	font-size: 22px;
}
}

.cat-section h4{
	font-size: 22px;
	padding-top: initial !important;
}



section.cat{
	padding: 0 10px;
}

section.cat>ul, section.cat>ol>li{
	list-style-type: none;
}

.showmore{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5em 0.5em 0.5em 1em; /*文字周りの余白*/
    display: inline-block; /*おまじない*/
    line-height: 1.3; /*行高*/
    background: #0478b9; /*背景色*/
    vertical-align: middle; /*上下中央*/
}

.showmore>a{
    color: #fff !important; /*文字色*/
    position: relative;
    z-index:100 !important;
}


#pagecontents{
    margin-bottom:85px;
}

#pagecontents h3{
	font-size: 24px;
    line-height: 18px;
    background-image: url(img/kbtopbar.svg);
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    color: #fff; 
    padding: 15px 0 15px 15px;
    margin: 20px 0
}

#pagecontents p{
	padding-left:20px;
	padding-right:20px;
}
#pagecontents h4{
	font-size: 22px;
	margin-left: 1.2% !important; 
	padding: 0 2%;
	color: #000;
}

.showlist{
	margin-bottom:30px;
}

.showlist>ul, .showlist>table>tbody>tr>td>ul {
	list-style-type:none;
}
.showlist>ol {
	margin-left:23px;
}
.showlist>ul>li,  .showlist>table>tbody>tr>td>ul>li{
	position:relative;
	padding: 0em 0.3em 0em 1.6em !important;
}
.showlist>ul>li::before, .showlist>ul>li::after, .showlist>table>tbody>tr>td>ul>li::before, .showlist>table>tbody>tr>td>ul>li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
.showlist>ul>li::after, .showlist>table>tbody>tr>td>ul>li::after {
	top: .35em;
	left: 0em;
	width: 14px;
	height: 14px;
	background-color: #444;
	border-radius: 100%;
}
.showlist>ul>li::before, .showlist>table>tbody>tr>td>ul>li::before {
	z-index: 1;
	top: 0.6em;
	left: 0.15em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

/* 検索フォーム */
#searchform input#search{
	width:100%;
	height:2em;
	padding-left:15px;
}

#searchform-top{
	margin : 15px 0 30px 0;
	position: relative;
	z-index:20;
}

#searchform-top input[type=text] {
    font-size: 120%;
}

#searchform-top #s{
	width:70%;
	border: solid 2px #888888;
}

#searchform-top input#submit.square_btn {
	font-family: 'FontAwesome';
	font-size: 22px;
	width:9%;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background: #CA2132;
	transition: .4s;
	border: 0;
	top: 0;
	bottom: 0;
	height:1.8em;
}
#searchform-top #searchform .cat-select .postform{
	height:2.98em;
}

#commonSidebar form input#search{
	padding-right:2px;
	width:97.5%;
	margin-left:-10px;
	padding-left:2px;
}

aside #searchform .square_btn{
	font-family: 'FontAwesome';
}

aside #searchform .cat-select .postform{
        width: 100%;
	height: 2em;
	margin-left:-10px;
}

#searchform-top #searchform .tag-select .postform{
	width:13%;
	height:3.3em;
}

#searchform-top>#searchform>form{
	display:flex;
}

aside>ul.relPrd{
	padding-right:2px !important;
}
.main .rhs-cont p, .main .rhs-cont pre{
	word-break: break-all;
	white-space: normal;       /* Since CSS 2.1 */
    white-space: -moz-normal;  /* Mozilla, since 1999 */
    white-space: -o-normal;    /* Opera 7 */
    word-wrap: break-word;
}

/* ******************************************************************************************************** */
/* ***************************            Moved from me_common_v1.css            ************************** */
/* ******************************************************************************************************** */

/* Top menu changes */
.logged-in #header-mainsec, .toolbar-drawer #header-mainsec{ top: 90px;}
.logged-in header, .toolbar-drawer header{height: 106px;}
#commonHeader {min-height: 85px;}
#header-topsec{display: none;}
#header-mainsec{top: 0px;}
#header-mainsec .headerinner{min-height: 56px; padding-top: 26px;}
#MEmobPanel{top: 88px;}
.tabs-nav .menu-sub-txt, .tabs-nav .tab-active .menu-sub-txt{display:block !important;}

/* Licence Page */
#licence-page .inner-top-banner{background:url("https://www.manageengine.jp/support/kb/EventLog_Analyzer/wp-content/uploads/sites/6/license-top-bg.png") no-repeat; background-size: cover !important; min-height: 180px;display: flex;justify-content: center;align-items: center;}
#licence-page .breadcrumb, #licence-page .breadcrumb a{color: #333 !important;}
#licence-page #material-download{display: block; margin-bottom: 10px; float:initial !important;}
#licence-page h1{text-align: center;}
.kb-button-group{display:block; text-align:center;}
.kb-btn, .kb-btn:hover{padding: 10px 25px; border-radius: 2px; color: #ffffff;margin: 10px;display: inline-block; vertical-align: top; line-height: 1.3; font-size: 16px; min-width: 110px;}
.green-btn{background-color: #16964b;}
.rede-btn{background-color: #ca2132;}
.grey-btn{background-color: #58727c;}
.kb-icon{display:inline-block; content:""; background: url(https://www.manageengine.jp/support/kb/EventLog_Analyzer/wp-content/uploads/sites/6/kb-sprites.png) no-repeat; width: 20px; height: 16px; background-size: 150px; margin-right: 8px;}
.kb-icon-home{background-position: 0px 0px;}
.kb-icon-download{background-position: -20px 0px;}
.kb-icon-support{background-position: -41px 0px;}

.crumb-ltgray-bg { background: #ecedee;}

#scroll .prdBox, #scroll .prdvideo {width: 20%; float: left; padding: 20px; margin: 20px 20px 20px 0; background: #fff; border: none; color: #444; max-width: none;  -webkit-transition: all .3s ease-in-out; box-shadow: 0 6px 20px #d8d8d8;
cursor: pointer; position: relative; overflow: hidden;}
#scroll .eventsBox .prdBox {height: 220px;}
#scroll .prdContent, #scroll .prdvideoContent {height: 160px; position: relative; overflow: hidden;}
#scroll .prdContent {height: 176px;}
#scroll .prd-default, #scroll .prd-hover {transition: all 300ms ease 0s; height: 160px; position: relative; overflow: hidden;}
#scroll .prd-default, #scroll .prd-hover {transition: none;height: 176px;}
#scroll .prdBox h2 {margin: 0; font-size: 16px; line-height: 20px; text-align: center;}
#scroll .prdBox .prd-default h2 {text-align: left;}
#scroll .prdBox h2 a {color: #333!important; transition: all 300ms ease 0s; font-weight: 400;}
#scroll .prdBox .prd-default h2 a {width: 100%; height: 60px; display: block; line-height: 60px; text-align: center;}
#scroll img { max-width: 100%; max-height: 100%;}
#scroll .prdBox p, #scroll .prdvideo p { font-size: 13px; line-height: 1.6em;}
#scroll .prdContent p.me_events_names { height: 50px;  overflow: hidden;}
#scroll .prdContent div.me_events_dataplace {margin: 0 0 0 0 !important;}
#scroll .prdContent div.me_events_dataplace p:first-child { width: 100%; display: block; border-bottom: 1px solid #eee; margin: 0 0 5px 0 !important; color: #666; font-weight: 300;}
#scroll .prdBox:hover, #scroll .prdvideo:hover { background: #fff;  color: #444; box-shadow: 0 12px 30px #bbb;}
#scroll .prdBox:hover .prd-default { margin-top: -176px;}
#scroll .prdBox:hover .prdNav a {color: #fff !important; text-decoration: none;}
#scroll .prd-default, #scroll .prd-hover { transition: none; height: 176px; position: relative; overflow: hidden;}
#scroll .prd-learnmore, .ftoolBox .prd-learnmore {position: absolute; width: 100%; bottom: 0; left: 0; padding: 5px 0; transition: all 0.2s ease-in 0s;}
.prd-learnmore{text-align: center;}
#scroll .prdBox .prdNav p {margin: 5px 0 10px;}
#scroll .prdNav a {color: #dba90c;}
.prd-hover p.boothno { margin: 0px !important; font-style: italic;}
.prdBox:hover .prd-learnmore.prd-yellow {background: #fdcd36;}
.sec-wrapper .container{width:1200px;}
.prd-default p {margin: 15px 0 0!important;}
#scroll .prdBox .prd-hover p {font-size: 11.2px;}
.prdLogo{position:relative;top:-8px;}
#search-result-page .com-banner { position: relative;}
#search-result-page .comBnrTxt { background: url(https://www.manageengine.jp/sites/default/files/ban-awards.jpg) no-repeat 0 0;  background-size: cover; font-size: 3em; font-weight: 400; text-align: center; color: #FFF; width: 100%; padding: 50px 0; background-size: cover; margin: 0; line-height: normal;}
#search-result-page section:nth-child(2){background: #f2f2f2;}
#search-result-page .breadcrumb a, #search-result-page .breadcrumb{color: #333 !important;}
.products-head{font-weight: 600;}

#topsec-rhs{display:none;}
#commonHeader ul li.nav-search .icon-search{position: relative; top: 3px;}

@media screen and (max-width: 760px) {
.product-link-download {margin: 15px 0 !important;}
.product-list-link ul li a {padding: 0 10px; border-right: 1px solid #999;font-size: 12px;}
.product-list-link ul {text-align: center; margin: 10px 0 0 0;}
}

@media screen and (max-width:1025px){
#me-top-page .cornflower-blue-bg .per30, .latest-info .per30{width: 100%;}
#me-top-page .cornflower-blue-bg .per70{width: 100%;}
.aboutus-creative {display: none;}
.aboutus-main-sec .abt-left, .aboutus-main-sec .abt-right {  width: 90%;}
.aboutus-main-sec .abt-left {text-align: center;}
.aboutus-main-sec h1, .aboutus-main-sec h2{font-size: 2.5em;}
.aboutus-main-sec.sec-blue h2{text-align: center;}
.kbpost{font-size: 16px;line-height: 2;}
p.postinfo{line-height: 2.5;}
.kb-btn, .kb-btn:hover{margin: 20px 15px;}
}

@media screen and (max-width: 500px) {
.product-list-download {text-align: center !important; float: none !important; }
}
/*Sidebar promotional Banners css*/
.kb-promotional-banner {
    text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.kb-promotional-banner a {
    display: inline-block;
}
.kb-promotional-banner a img {
    max-width: 250px !important;
    width: 100%;
    margin: 0 auto;
}
/*Sidebar promotional Banners css ends*/

/* Header starts */
/* Grid System Starts*/
.zm-container,
.zm-container-fluid,
.zm-container-xxl,
.zm-container-xl,
.zm-container-lg,
.zm-container-md,
.zm-container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.zm-hd-container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

@media (min-width: 576px) {

    .zm-container-sm,
    .zm-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .zm-container-md,
    .zm-container-sm,
    .zm-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .zm-container-lg,
    .zm-container-md,
    .zm-container-sm,
    .zm-container {
        max-width: 960px;
    }

    .zm-hd-container {
        max-width: 976px;
    }
}

@media (min-width: 1200px) {

    .zm-hd-container,
    .zm-container-xl,
    .zm-container-lg,
    .zm-container-md,
    .zm-container-sm,
    .zm-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .zm-container-xl,
    .zm-container-lg,
    .zm-container-md,
    .zm-container-sm,
    .zm-container {
        max-width: 1200px;
    }

    .zm-container-xxl {
        max-width: 1320px;
    }

    .zm-hd-container {
        max-width: 1200px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.zm-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.zm-row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.zm-col {
    flex: 1 0 0;
}

.zm-col-auto {
    flex: 0 0 auto;
    width: auto;
}

.zm-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.zm-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.zm-col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.zm-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.zm-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.zm-col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.zm-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.zm-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.zm-col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.zm-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.zm-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.zm-col-12 {
    flex: 0 0 auto;
    width: 100%;
}


/* Grid System Ends*/
:root {
    --zm-primary-color: #000000;
    --zmgh-primary-color: #545454;
    --zmgh-highlight-color: #056cb8;
    --zm-primary-focus-color: #0047ff;
    }
    
    /* Prevent page scrolling when search is active */
    body.no-scroll {
    overflow: hidden;
    height: 100vh;
    }
    header{ /* temp override */
    min-height: auto !important;
    }
    .zm-global-header{
    position: relative;
    color: var(--zmgh-primary-color);
    background: #fff;
    position: relative;
    z-index: 999;
    }
    .zmgh-header-wrap {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    /* box-shadow: inset 0 -1px 0 #e8e8e8; */
    border-bottom: 1px solid #e7ebf0;
    min-height: 70px;
    justify-content: space-between;
    box-sizing: border-box;
    }
    .zmgh-brand {
    padding: 0 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    order: 1;
    }
    .zmgh-brand a {
    background: url(https://www.manageengine.jp/sites/default/files/zoho-logo-web.svg) no-repeat;
    height: 54px;
    width: 124px;
    background-size: 100% auto;
    background-position: left center;
    display: inline-block;
    text-indent: -99999px;
    color: inherit;
    }
    .zmgh-nav{
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    width: 89.5%;
    justify-content: flex-end;
    order: 2;
    }
    .zmgh-nav .zmgh-header-nav>.zmgh-navdrop>span{
    padding-right: 22px;
    z-index: 999;
    display: inline-block;
    position: relative;
    border-bottom: none !important;
    cursor: pointer;
    }
    .zmgh-nav .zmgh-header-nav>.zmgh-navdrop>span:after{
    position: absolute;
    right: -4px;
    top: 7px;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #545454;
    border-top: 1.5px solid #545454;
    transform: rotate(135deg);
    margin-right: .5em;
    margin-left: 1em;
    transition: all .3s ease;
    }
    .zmgh-nav .zmgh-header-nav>.zmgh-navdrop.active>span{
    color: var(--zmgh-highlight-color);
    }
    .zmgh-nav .zmgh-header-nav>.zmgh-navdrop.active>span:after{
    transform: rotate(315deg);
    top: 10px;
    border-color: var(--zmgh-highlight-color);
    }
    .zmgh-nav .zmgh-header-nav>.zmgh-navdrop:hover>span:after{
    border-color: var(--zmgh-highlight-color);
    }
    .zmgh-header-nav{
    position: relative;
    padding: 0;
    font-size: 15px;
    display: block;
    line-height: 24px;
    margin: 0;
    }
    .zm-utilities {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 3;
    }
    .zmgh-search{
    margin-right: 0px;
    height: 24px;
    line-height: normal;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 14px;
    }
    .zmgh-search .zm-search-icon{
    background: url(https://cdn.manageengine.jp/sites/default/files/header-icons.svg) no-repeat;
    background-position: -49px -34px;
    background-size: 686px;
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 0;
    display: block;
    }
    a.zmgh_global_header_skip {
    display: none;
    position: absolute;
    top: -300px;
    left: 9%;
    overflow: hidden;
    font-family: 'Zoho_Puvi_Bold';
    transition: ease-in-out .4s;
    padding: 15px 30px;
    color: #000;
    width: 260px;
    font-size: 16px;
    z-index: 9999;
    border-radius: 6px;
    outline: 2px solid var(--zm-primary-focus-color);
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    }
    .zm-search-container{
    width: 100%;
    background: #FFFFFF;
    border-bottom: 0;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: -1;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    }
    .zmgh-search .zm-search-wrap{
    z-index: 2;
    position: relative;
    background: #fff;
    }
    .zmgh-search .zm-search-box{
    padding: 19px 20px;
    position: relative;
    max-width: 1050px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    }
    .zmgh-search #cse-search-box .newsearchbox {
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 15px 0;
    width: 100%;
    text-indent: 20px;
    font-size: 18px;
    color: #444;
    background: #fff;
    margin-top: 24px;
    }
    .zmgh-search #cse-search-box .newsearchbox:focus, .zmgh-search #cse-search-box .newsearchbox:active{
    outline: none;
    }
    .zmgh-search .suggestion-sec{
    margin-top: 24px;
    width: 100%;
    }
    .zmgh-search .suggestion-sec a, .zmgh-search .suggestion-sec a:hover {
    line-height: 2em;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    }
    .zmgh-search.active .zm-search-container {
    top: 70px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    }
    .zmgh-nav ul.zmgh-header-nav>li:first-child {
    padding: 0px 12px !important;
    margin-left: 0;
    }
    .zmgh-search .zm-search-overlay{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.36);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 800ms ease;
    }
    .zmgh-search.active .zm-search-overlay{
    visibility: visible;
    opacity: 1;
    }
    .zmgh-nav ul.zmgh-header-nav>li{
    margin: 0 0 0 0;
    padding: 0px 12px;
    font-size: 14px;
    float: left;
    }
    .zmgh-nav ul.zmgh-header-nav>li a{
    color: var(--zmgh-primary-color);
    padding: 9px 0px;
    }
    .zmgh-nav ul.zmgh-header-nav>li a:hover{
    text-decoration: none;
    }
    .zmgh-nav ul.zmgh-header-nav>li:last-child {
    padding: 0px 12px;
    margin-top: 0px;
    }
    .zmgh-nav .zmgh-header-nav>li>a:hover, [data-soldrop]:hover, .zmgh-nav .zmgh-header-nav>.zmgh-navdrop:hover>span{
    color: var(--zmgh-highlight-color);
    }
    .zmgh-nav .nav-products .nav-list>div{ /* temp override */
    top:44px !important;
    }
    .zmgh-nav>ul.zmgh-header-nav>li:hover span{ /* temp override */
    border-bottom: 0px !important;
    }
    /* All Product Dropdown starts */
    .zmgh-nav>ul.zmgh-header-nav>li.zmgh-navdrop{ /* temp override */
    position: relative;
    }
    .all-product-dropdown{
    z-index: 9991;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;    
    width: 100%;
    max-width: 1240px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    border-radius: 6px;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25882352941176473);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25882352941176473);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.25882352941176473);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.25882352941176473);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.25882352941176473);
    }
    .all-product-dropdown.active{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    }
    .all-product-list{
    display: flex;
    width: 100%;
    height: 100%;
    }
    #all-product-menu .tabs-stage{
    flex: 2;
    max-height: calc(100vh - 150px);
    height: 100vh;
    overflow: auto;
    border-top-right-radius: 4px;
    background: #fff;
    padding-right: 16px;
    }
    #all-product-menu .tabs-category {
    flex: 1;
    max-width: 380px;
    min-width: 300px;
    max-height: calc(100vh - 150px);
    height: 100vh;
    box-sizing: border-box;
    padding-top: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #333;
    overflow: auto;
    display: flex;
    flex-direction: column;
    }
    #all-product-menu .tabs-category li {
    height: auto;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 10px;
    border-left: 0;
    list-style-type: none;
    position: relative;
    cursor: pointer;
    }
    #all-product-menu .tabs-category li:after {
    content: "";
    background: 0;
    background-position: 0 0;
    background-size: auto;
    display: block;
    margin: 30px auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 2px;
    right: 14px;
    }
    #all-product-menu .tabs-category li a{
    padding: 10px 15px 10px 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    min-height: 60px;
    text-align: left;
    border-bottom: 1px solid #686868;
    }
    #all-product-menu .tabs-category li.tab-active {
    background: #fff;
    }
    #all-product-menu .tabs-category li:not(.tab-active):hover {
    background: #484747;
    }
    #all-product-menu .tabs-category li.tab-active a{
    border-color: #fff;
    }
    .tabs-category .menu-main-txt{
    font-size: 14px;
    margin: 0;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    flex-direction: row;
    }
    .tabs-category .menu-sub-txt{
    font-size: 10px;
    color: #a0a0a0;
    margin-top: 3px;
    line-height: 1.5;
    flex-direction: row;
    }
    .tabs-category .tab-active .menu-main-txt {
    font-size: 14px;
    margin: 0;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    }
    .tabs-category .menu-icons {
    position: relative;
    bottom: 1px;
    margin-right: 6px;
    float: none;
    width: 25px;
    height: 50px;
    flex-shrink: 0;
    object-fit: contain;
    }
    .tabs-category .menu-text-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    }
    .tabs-stage {
    width: calc(100% - 380px);
    float: left;
    border-top-right-radius: 4px;
    overflow: hidden;
    height: 100%;
    }
    #all-product-menu .tabs-category li.drop-bottom{
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 !important;
    margin-top: auto;
    position: relative;
    min-height: 49px;
    height: auto;
    }
    #all-product-menu .tabs-category li.drop-bottom a{
    border-bottom: 0 !important;
    text-align: center;
    min-height: 29px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    #all-product-menu .tabs-category li.drop-bottom:after, #all-product-menu .tabs-category li.tab-active:after{
    display: none;
    }
    #all-product-menu .tabs-category .all-product-btn{
    background: #e04b3a;
    }
    #all-product-menu .tabs-stage h4 {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    color: #e04b3a;
    line-height: 2;
    font-weight: 600;
    margin: 20px 0 20px;
    }
    #all-product-menu .tabs-stage h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #ffb50d;
    left: 30px;
    bottom: -20px;
    position: absolute;
    }
    #all-product-menu .tabs-stage h4 span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #787878;
    line-height: 1.5;
    }
    #all-product-menu .products-lists {
    padding: 15px 12px 20px;
    }
    #all-product-menu .products-lists:first-of-type {
    padding-left: 20px;
    }
    #all-product-menu .tabs-stage .products-lists li {
    margin-left: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    }
    #all-product-menu .tabs-stage .products-lists li:hover {
    border-left: 2px solid #f23c2d;
    }
    #all-product-menu .tabs-stage .products-lists a {
    display: inline-block;
    line-height: 1.5;
    color: #5d5b5b;
    font-size: 10px !important;
    font-weight: 500;
    font-size: 11px !important;
    }
    #all-product-menu .tabs-stage .products-lists a:hover {
    text-decoration: none;
    }
    #all-product-menu .tabs-stage .products-lists a span {
    display: block;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    }
    #all-product-menu .tabs-stage .products-lists li:hover a span{
    color: #e04b3a;
    }
    .zmgh-navdrop .zmgh-dropdown{
    color: #fff;
    position: absolute;
    width: 250px;
    font-size: 14px;
    padding: 0;
    top: 47.3px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    /* -moz-box-shadow: inset 0 0 2px #ccc;
    -webkit-box-shadow: inset 0 0 2px #ccc;
    box-shadow: inset 0 0 2px #ccc; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25882352941176473);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25882352941176473);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.25882352941176473);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.25882352941176473);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.25882352941176473);
    }
    .zmgh-navdrop .zmgh-dropdown.active{
    opacity: 1;
    visibility: visible;
    }
    .zmgh-nav .zmgh-dropdown-menu{
    padding-top: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #333;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }
    
    .zmgh-navdrop .zmgh-dropdown.active .zmgh-dropdown-menu{
    opacity: 1;
    transform: translateY(0);
    }
    .zmgh-nav #zmgh-purchase-nav{
    padding-bottom: 30px;
    }
    .zmgh-nav .zmgh-dropdown-menu li{
    float: none;
    height: auto;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 10px;
    border-left: 0;
    display: block;
    }
    .zmgh-nav .zmgh-dropdown-menu a, .zmgh-dropdown-menu a:hover{
    color: #fff !important;
    padding: 15px 20px 15px 8px !important;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    }
    .zmgh-nav .zmgh-dropdown-menu>li.links span{
    display: inline-block;
    position: relative;
    }
    .zmgh-nav .zmgh-dropdown-menu>li.links span:after {
    content: "";
    display: inline-block;
    background: #e04b3a;
    width: 0;
    height: 3px;
    position: absolute;
    top: 26px;
    left: 0;
    transition: all ease .6s;
    }
    .zmgh-nav .zmgh-dropdown-menu>li.links:hover span:after {
    width: 100%;
    }
    .zmgh-nav .zmgh-sub-menu > div{
    background: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: 0px;
    left: 249px;
    width: 0;
    max-width: 250px;
    height: 100%;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    box-shadow: 15px 0 20px -10px rgba(0, 0, 0, 0.25882352941176473);
    -webkit-box-shadow: 15px 0 20px -10px rgba(0, 0, 0, 0.25882352941176473);
    -moz-box-shadow: 15px 0 20px -10px rgba(0,0,0,0.25882352941176473);
    -o-box-shadow: 15px 0 20px -10px rgba(0,0,0,0.25882352941176473);
    -ms-box-shadow: 15px 0 20px -10px rgba(0,0,0,0.25882352941176473);
    }
    
    .zmgh-nav .zmgh-sub-menu > div.show{
    width: 250px;
    }
    .zmgh-dropdown-menu .zmgh-sub-index:hover, .zmgh-dropdown-menu .zmgh-sub-index.focus{
    background: #ffffff;
    }
    .zmgh-dropdown-menu .zmgh-sub-index:hover a, .zmgh-dropdown-menu .zmgh-sub-index.focus a{
    color: #e04b3a !important;
    }
    .zmgh-dropdown-menu .zmgh-sub-index a{
    position: relative;
    }
    .zmgh-dropdown-menu .zmgh-sub-index span:after{
    content: "";
    background: 0;
    background-position: 0 0;
    background-size: auto;
    display: block;
    margin: 30px auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: -8px;
    right: 14px;
    }
    .zmgh-sub-menu .zmgh-nav-list{
    padding: 15px 12px 20px;
    white-space: nowrap;
    min-width: 250px;
    }
    .zmgh-sub-menu .zmgh-nav-list li{
    color: #000;
    padding-left: 5px;
    margin-bottom: 20px;
    border-left: 2px solid #fff;
	list-style-type: none;
    }
    .zmgh-sub-menu .zmgh-nav-list li:hover{
    border-left: 2px solid #f23c2d;
    }
    .zmgh-sub-menu .zmgh-nav-list li:hover a{
    color: #e04b3a !important;
    }
    .zmgh-nav .zmgh-dropdown-menu#aboutCompany-nav{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }
    /* Product Header starts */
    .zm-product-header{
    min-height: 68px;
    display: flex;
    align-items: center;
    padding: 7px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 998;
    transition: all 0.3s ease;
    box-sizing: border-box;
    }
    .zm-product-header.zm-fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transform: translateY(-100%);
    animation: slideDownFromTop 0.4s ease-out forwards;
    }
  
    .zm-global-header .zm-row{
      margin-left: 0;
      margin-right: 0;
    }
  
    .zm-global-header .zm-row>* {
      padding-left: 0;
      padding-right: 0;
    }
    
    /* Keyframe animation for sliding down from top */
    @keyframes slideDownFromTop {
    0% {
        transform: translateY(-100%);
        /* opacity: 0; */
    }
    100% {
        transform: translateY(0);
        /* opacity: 1; */
    }
    }
    .zm-product-header.zm-trans-bg{
    background-color: transparent;
    }
    .zmph-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .product-nav-title a{
    display: flex;
    align-items: center;
    }
    .product-nav-links{
    display: flex;
    align-items: center;
    width: 89%;
    max-width: 940px;
    justify-content: flex-end;
    }
    .product-nav-links-list{
    display: inline-block;
    }
    .product-nav-links-list li{
    display: inline-flex;
    margin-right: 1.5rem;
    }
    .product-nav-links-list li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 12px 0;
    }
    .zmgh-nav ul.zmgh-header-nav>li.menu-active a, .product-nav-links-list li a:hover, .product-nav-links-list li.menu-active a{
    color:var(--zmgh-highlight-color);
    }
    .zmph-nav-info a {
    background: #F7CC46;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 24px;
    display: inline-block;
    min-width: 92px;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    }
    .zmph-nav-dwn{
    margin-left: 12px;
    }
    .zmph-nav-dwn a {
    background: #DD3145;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 24px;
    display: inline-block;
    min-width: 92px;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    }
    .zmph-nav-dwn .support-icon {
        background: #5D727B;
    }
    .zmh-icon{
    background: url('https://cdn.manageengine.jp/sites/default/files/header-icons.svg') no-repeat 0 0;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-left: 4px;
    }
    .zmh-icon-download{
    background-position: -307px -26px;
    }
    .zmph-nav-dwn .zmh-icon-download{
    background-position: -307px -74px;
    }
    .zmph-nav-info .zmh-icon-home {
        background-position: -456px -27px;
    }
    .zmph-nav-dwn .zmh-icon-earphone {
        background-position: -510px -75px;
    }
    .zm-product-header.zmph-mobile-active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 998;
    border-bottom: 1px solid #e7ebf0;
    }
    .zmph-mobile-active .product-nav-links{
    position: fixed;
    top:55px;
    background: #ffffff;
    width: 100%;
    z-index: 998;
    padding: 12px 24px 12px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    }
    .zmph-mobile-active .product-nav-links.active{
    top:68px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    }
    .zmph-mobile-active .product-nav-links-list{
    display: block;
    width: 100%;
    margin-bottom: 24px;
    }
    .zmph-mobile-active .product-nav-links-list li{
    display: block;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #E3E3E3;
    text-align: left;
    }
    .zmph-mobile-active .product-nav-links-list li:last-child{
    border-bottom: 0px;
    }
    .zmph-mobile-active .product-nav-links-list li a{
    padding: 12px 8px;
    display: block;
    margin: 8px 0px;
    }
    .zmph-mobile-active .product-nav-links-list li:first-child a{
    margin-top: 0px;
    } 
    .zmph-mobile-active .product-nav-links-list li:last-child a{
    margin-bottom: 0px;
    }
    .zmph-mobile-active .zmph-nav-info, .zmph-mobile-active .zmph-nav-dwn{
    margin-bottom:12px;
    margin-left: 0px;
    }
    .zmph-mobile-active .zmph-nav-info a, .zmph-mobile-active .zmph-nav-dwn a{
    width: 100%;
    box-sizing: border-box;
    }
    .zmph-mobile-utility, .zmph-mobile-search, .zmph-mobile-menu{
    display: none;
    }
    .zmph-mobile-active .zmph-mobile-search, .zmph-mobile-active .zmph-mobile-menu{
    display: inline-block;
    }
    .zmph-mobile-overlay{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.36);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 800ms ease;
    }
    .zmph-mobile-overlay.show{
    visibility: visible;
    opacity: 1;
    }
    .zmph-mobile-search .zm-search-icon{
    background: url(https://cdn.manageengine.jp/sites/default/files/header-icons.svg) no-repeat;
    background-position: -58px -42px;
    background-size: 840px;
    display: inline-block;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 0;
    display: block;
    margin-right: 12px;
    }
    /* Mobile Menu Button Animation */
    .zmph-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    .zmph-menu-icon {
    width: 24px;
    height: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    
    .zmph-menu-line {
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
    transition: all 0.3s ease;
    transform-origin: center;
    }
    
    /* Active state - Transform to X */
    .zmph-menu-btn.active .zmph-menu-line-1 {
    transform: translateY(8px) rotate(45deg);
    }
    
    .zmph-menu-btn.active .zmph-menu-line-2 {
    opacity: 0;
    transform: scaleX(0);
    }
    
    .zmph-menu-btn.active .zmph-menu-line-3 {
    transform: translateY(-8px) rotate(-45deg);
    }
    
    .zmph-mobile-search-box{
    position: fixed;
    top: 55px;
    background: #ffffff;
    width: 100%;
    z-index: 998;
    padding: 4px 24px 24px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    }
    .zmph-mobile-search-box.active{
    top:68px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    }
    #mobile-search360Field{
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 15px 0;
    width: 100%;
    text-indent: 20px;
    font-size: 18px;
    color: #444;
    background: #fff;
    margin-top: 24px;
    }
    .zmph-nav-cloud{
    margin-left: 12px;
    position: relative;
    }
    .zmph-nav-cloud-btn{
    border: none;
    background: #0099EB;
    cursor: pointer;
    padding: 7px 7px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .zmph-nav-cloud-btn .zmph-nav-cloud-btn-icon{
    background: url(https://cdn.manageengine.jp/sites/default/files/header-icons.svg) no-repeat;
    background-position: -316px -97px;
    background-size: 686px;
    display: inline-block;
    cursor: pointer;
    width: 28px;
    height: 24px;
    border: 0;
    display: block;
    }
    .zmph-nav-cloud-btn .zmph-nav-cloud-btn-text{
    display: none;
    }
    .zmph-cloud-dropdown{
    background: #fff;
    border: solid 1px #c0ddff;
    box-shadow: 0 13px 11px #00000042;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 62px;
    width: 570px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    }
    .zmph-cloud-dropdown.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    }
    .zmph-cloud-dropdown:after{
    background: #fff;
    content: "";
    border: solid #c0ddff;
    border-width: 0 1px 1px 0;
    height: 0;
    padding: 5px;
    position: absolute;
    right: 14px;
    top: -6px;
    transform: rotate(222deg);
    width: 1px;
    }
    .zmph-cloud-content{
    position: relative;
    }
    .zmph-cloud-img{
    background: url(https://cdn.manageengine.jp/sites/default/files/servicedesk_plus/images/menu_cloud_prd.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    height: 150px;
    width: 150px;
    }
    .zmph-cloud-content h3{
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
    }
    .zmph-cloud-content p{
    font-size: 14px;
    }
    .zmph-cloud-content .zmph-cloud-close{
    position: absolute;
    right: -50px;
    top: -24px;
    width: 15px;
    height: 15px;
    z-index: 2;
    cursor: pointer;
    }
    .zmph-cloud-content .zmph-cloud-close::before, .zmph-cloud-content .zmph-cloud-close::after{
    position: absolute;
    left: 7px;
    content: ' ';
    height: 12px;
    width: 1px;
    background-color: #d1d1d1;
    }
    .zmph-cloud-content .zmph-cloud-close::before{
    transform: rotate(-45deg);
    }
    .zmph-cloud-content .zmph-cloud-close::after{
    transform: rotate(45deg);
    }
    .zmph-cloud-content a{
    background: 0;
    border: solid 1px #168eff;
    border-radius: 50px;
    color: #168eff;
    display: inline-block;
    font-size: 16px;
    padding: 7px 25px;
    position: relative;
    transition: all .3s ease;
    width: auto;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    margin-top: 3px;
    }
    .zmph-cloud-content a:hover{
    background: #168eff;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
    }
    @media only screen and (min-width: 1440px) {
    .zmgh-header-wrap{
        padding: 0px 40px !important;
    }
    .zmgh-nav{
        width: 88.3%;
    }
    }
    @media only screen and (max-width: 1280px) {
    .zmgh-nav ul.zmgh-header-nav>li{
        font-size: 12px;
    }
    .zmgh-nav ul.zmgh-header-nav>li{ /* temp override */
        padding: 0px 12px !important;
    }
    }
    @media only screen and (max-width: 1200px) {
    .zm-hd-container{
        max-width:100%;
        padding: 0px 16px;
    }
    }

    
/* Unification Header Starts */
.category-site-1 #zm-product-header, .category-site-17 #zm-product-header  {
  display: none !important;
}
.zm-global-header{
    color: var(--zm-primary-color);
}
#zmgh-mobile-header, .zmgh-mobile-menu{
    display: none;
}
#zmgh-mobile-panel{
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    width: 100%;
    height: calc(100vh - 125px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateX(90px);
    overflow-y: auto;
    padding: 4px 24px 12px;
}
#zmgh-mobile-panel.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.zmgh-menu-btn{
    background: 0;
    border: 0;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zmgh-menu-icon {
    width: 24px;
    height: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zmgh-menu-line {
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
    transition: all .3s ease;
    transform-origin: center;
}

.zmgh-menu-btn.active .zmgh-menu-line-1 {
    transform: translateY(8px) rotate(45deg);
}

.zmgh-menu-btn.active .zmgh-menu-line-2 {
    opacity: 0;
    transform: scaleX(0);
}

.zmgh-menu-btn.active .zmgh-menu-line-3 {
    transform: translateY(-8px) rotate(-45deg);
}
#zmgh-mobile-panel ul li {
    border-bottom: 1px solid #E3E3E3;
    list-style: none;
}

#zmgh-mobile-panel a,#zmgh-mobile-panel span {
    color: #000;
    cursor: pointer;
    display: block;
    padding: 12px 8px;
    margin: 8px 0px;
}

#zmgh-mobile-panel #MEmobListPrd .mult-list>span.sep,#zmgh-mobile-panel #MEmobListPrd .mult-list>a.sep {
    display: inline !important;
}

#zmgh-mobile-panel #MEmobListPrd .mult-list>a:first-child {
    padding-bottom: 0 !important;
}

#zmgh-mobile-panel #MEmobListPrd .mult-list {
    padding-bottom: 10px;
}
#zmgh-mobile-panel > ul > li > ul li:last-child, #zmgh-mobile-panel > ul > li > ul li ul li:last-child{
    border-bottom: 0px;
}

#zmgh-mobile-panel .breadcrumbs span {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
}

.MEbackPanel {
    color: #000;
    cursor: pointer;
    padding: 12px 8px;
}

#zmgh-mobile-panel li a span.b{
    padding: 0px;
    margin-top: 0px;
}

#zmgh-mobile-panel a {
    display: block;
}

#zmgh-mobile-panel #MEmobListPrd li span.mb-menu-sub {
    padding: 0 !important;
    font-size: 13px;
}
div.MEbackPanel{
    position: static !important;
    opacity: 1;
    color: #000;
    display: block;
    padding: 12px 8px;
}
.zm-global-header.zm-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transform: translateY(-100%);
    animation: slideDownFromTop .4s ease-out forwards;
}
.zm-global-header.zmgh-mobile-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 998;
    border-bottom: 1px solid #e7ebf0;
}

/* Accessibility style starts */

a.zmgh_global_header_skip {
    display: flex;
    position: absolute;
    top: -300px;
    left: 9%;
    overflow: hidden;
    font-family: 'Zoho_Puvi_Bold';
    transition: ease-in-out .4s;
    padding: 15px 30px;
    color: #000 !important;
    width: 260px;
    font-size: 16px;
    z-index: 9999;
    border-radius: 6px;
    outline: 2px solid var(--zm-primary-focus-color);
    background: #fff;
    gap: 5px;
    box-sizing: border-box;
  }
  
  a.zmgh_global_header_skip:focus,
  a.zmgh_global_header_skip[tabindex]:not([tabindex="-1"]):focus-visible {
    top: 10px;
    color: #001;
    outline-offset: 0;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }
  
  a.zmgh_global_header_skip:after {
    content: "";
    background: url(https://cdn.manageengine.jp/sites/default/files/enter-icon.svg) no-repeat;
    width: 15px;
    min-width: 15px;
    height: 20px;
    background-size: 100% auto;
    display: block;
  }
  
  a:focus-visible,
  span[tabindex]:focus-visible {
    outline: 2px solid #0047ff !important;
  }
  
  .product-nav-title map area{
    outline: none;
  }
  
  /* Accessibility style ends */

@media only screen and (max-width: 992px) {
    header{
        height: 70px;
    }
    #zm-product-header{
      display: none !important;
  }
    #zmgh-mobile-header{
        display: block;
    }
    .zmgh-mobile-menu{
        display: inline-block;
    }
    #zm-global-header .zmgh-header-nav{
        display: none;
    }
    #zm-global-header .zmgh-search .zm-search-icon{
        background-position: -58px -42px;
        background-size: 840px;
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-right: 12px;
    }
    #zm-global-header .zmgh-search{
        height: 32px;
    }
    .zmgh-brand a{
        width: 110px;
    }
    .zmgh-header-wrap{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .zm-search-wrap .suggestion-sec{
        display: none;
    }
}
/* Unification Header ends */