<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.announcement-banner{

background-color:#f44336;}


/* Mobile */


@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&amp;display=swap');

@media screen and (min-width: 1024px)
  {    
    .subscribeBtn {  
 /*   background: linear-gradient(
90deg
,red 0,#a100ff);*/
      position: relative;
      top:-1.4rem;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$StartColorMix",endColorstr="$EndColorMix",GradientType=1);
    float: right;
    right: -59rem;
    color: #fff;
    transform: translateY(0);
    height: 28px;     
    padding: 2px 18px;
    /*border-radius: 25px;
    margin: 18px 45px 10px 35px;*/
      text-align: center;    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  font-weight:bold;
      font-size: 0.8rem;
          border-radius: 6px;
border: 1px solid hsla(0,0%,100%,.8);
}
    
 .loginBtn1 {
    position: relative;
   float: right;
   top:-2.225rem;
    right: -57rem;    
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    height: 28px;
   padding: 2px 18px;
 /*   padding: 2px 18px 0 15px;
    border-radius: 25px;
    margin: 18px 45px 10px 35px;*/
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
       border-radius: 6px;
border: 1px solid hsla(0,0%,100%,.8);
}
}
#navBarContainer {
    justify-content: space-between;
}

@media screen and (min-width: 480px) and (max-width: 1024px)
  {
     .subscribeBtn {  
  /*  background: linear-gradient(
90deg
,red 0,#a100ff);*/
     position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$StartColorMix",endColorstr="$EndColorMix",GradientType=1);
    float: right;
    right: -33rem;
    color: #fff;
    transform: translateY(0);
    height: 28px;
padding: 2px 18px;
      text-align: center;
   top:-1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  font-weight:bold;
       font-size: 0.8rem;
           border-radius: 6px;
border: 1px solid hsla(0,0%,100%,.8);
}
    
 .loginBtn1 {
  
    position: relative;
    right: -31rem;
   top:-2.4rem;
    float: right;
    color: #fff;
    font-weight: bold;
    height: 28px;
padding: 2px 18px;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
   font-size: 0.8rem;
       border-radius: 6px;
border: 1px solid hsla(0,0%,100%,.8);
}
    
    #navBarContainer .Header__logo {
    margin: 0 0 10px 0;
}

}

@media screen and (max-width: 480px)
  {
    

  /*  body
    {
      font-size: 0.8rem;
    }*/
    
    .subscribeBtn {  
  /*  background: linear-gradient(
90deg
,red 0,#a100ff);*/
          position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$StartColorMix",endColorstr="$EndColorMix",GradientType=1);
    float: right;
    right: -7.3rem;
      top:-1.6875rem;
    color: #fff;
    transform: translateY(0);
    height: 25px;
padding: 2px 18px;
      text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  font-weight:bold;
      font-size: 0.8rem;
          border-radius: 6px;
border: 1px solid hsla(0,0%,100%,.8);
}
    

 .loginBtn1 {
    position: relative;
    right: -6.5rem;
   top:-2.4375rem;
    float: right;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    height: 25px;
padding: 2px 18px;
    cursor: pointer;
   white-space: nowrap;
   font-size: 0.8rem;
       border-radius: 6px;
border: 1px solid hsla(0,0%,100%,.8);
}
}


/*.loginBtn1 {
    position: absolute;
    float: right;
  right: 0;
    color: #fff;
    font-family: NotoSansBold,sans-serif;
    font-size: 1rem;
    line-height: 3em;
    font-weight: 700;
    height: 28px;
    padding: 0 7px;
    margin: 11px 200px 10px 30px;
    cursor: pointer;
}

.loginBtn2 {
    position: absolute;
    float: right;
  right: 0;
    color: #fff;
    font-family: NotoSansBold,sans-serif;
    font-size: 1rem;
    line-height: 3em;
    font-weight: 700;
    height: 28px;
    padding: 0 7px;
    margin: 11px 380px 10px 30px;
    cursor: pointer;
}

.loginBtn3 {
    position: absolute;
    float: right;
  right: 0;
    color: #fff;
    font-family: NotoSansBold,sans-serif;
    font-size: 1rem;
    line-height: 3em;
    font-weight: 700;
    height: 28px;
    padding: 0 7px;
    margin: 11px 480px 10px 30px;
    cursor: pointer;
}*/


.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
    max-width: 73.125rem;
    min-height: 75vh;
    padding: 0 0 3.125rem;
    transition: max-width 200ms ease;
    background-color: white;
}

.Layout__twoColumn
{
   padding: 20px 0 0 0;
}

.AppContainer__homePage {
    margin: 0 0 0;
}
.WidgetContainer__contentList+.WidgetContainer__contentList {
    margin-top: 0;
}
.WidgetContainer__boxSplit {
    padding: 0 0 0 0;
    width: 100%;
    box-sizing: border-box;
}
#navBarContainer .Header__logo {
    margin: 0 .8rem 1.5rem 0;
}

#a1
{
  color:white;
}
#a2
{
  color:black;
}

a:active
{
  font-weight:bold;
  color: white;
}

#a1:link
{
  font-weight: bold;
  background:#2c0b2d;
  color:white;
  padding: 4.5px 21.5px 7.5px 22px;
  border-radius:40px;
}

#a2:link
{
  
 background:white;
  color:black;
  padding: 4.5px 22.5px 7.5px 25px;
  border-radius:40px;
}

.Header__container {
    padding: 0 0.9375rem;
    margin: auto;
    max-width: 73.125rem;
    transition: all 250ms ease;  
}
.Header__container .headerContent_h1 {
    padding: 0 0 0 0;
    width: 70%;
    color: white;
}

.Header__globalSearch {
    width: 95%;
    margin: 0 0 0 0;
    border: 0.0625rem solid transparent;
}

.switch {
  position: relative;
  margin: 7px auto 7px auto;
  height: 40px;
  width: 170px;
  background: white;
  border-radius: 34px;
  box-shadow: 0 0 0 1.5px grey;
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 82px;
  line-height: 36px;
  font-size: 100%;
  color: black;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
}
.switch-label-off:active {
  font-weight: bold;
  background:white;
  color:white;
}
.switch-label-on:active {
  font-weight: bold;
  background:white;
  color:white;
}

.switch-label-off {
  top:0.5px;
  padding-left: 1px;
  position: relative;
  left:1px;
  
}

.switch-label-on {
  padding-right: 2px;
   position: relative;
  top:-24px;
  left:5.5px;
  bottom:10px;
}

/*
 * Note: using adjacent or general sibling selectors combined with
 *       pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 *       See this article for more info and a potential fix:
 *       http://css-tricks.com/webkit-sibling-bug/
 */
.switch-input {
  display: none;
}



.html{
  font-family: 'Noto Sans', sans-serif;
}

.img1 {padding-top:6px;}
.KbDetailLtContainer__userSocialIcon{display:none}
.feedback_cls{
     background-color: rgb(241, 241, 241);
    padding: 20px 100px 20px;
    text-align: left; 
}
.writetous_btn{
  margin-left: 40px
}
 @media only screen and (max-width:768px){
  .feedback_cls{

    padding: 20px 0px 20px;
    text-align: center; 
}
.writetous_btn{
  margin-left: 0px
}
}



.articleDetail .KbDetailLtContainer__review {
  align-items: center;
}

.articleDetail .KbDetailLtContainer__column &gt; div {
  display: flex;
  align-items: center;
}

.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(2),
.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(3){
  border: 1px solid #999;
  color:#999;
  border-radius: 20px;
  padding: 0 5px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(2),
.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(3):hover{
  border-color:#ff0091;
  color:#ff0091;
}

.articleDetail .KbDetailLtContainer__disLike {
  transform: rotateX(180deg) rotateY(180deg) translateY(0%);
}

.articleDetail .KbDetailLtContainer__column &gt; div span &gt; svg:hover,
.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(2) svg,
.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(3):hover svg{
  color:#ff0091;
}

.articleDetail .KbDetailLtContainer__column &gt; div &gt; .KbDetailLtContainer__thumsDown &gt; .KbDetailLtContainer__disLike {
  margin:0;
}

.articleDetail .KbDetailLtContainer__column &gt; div &gt; .KbDetailLtContainer__thumsDown{
  margin-left: 1.25rem;
}




.KbDetailLtContainer__printView,.KbDetailLtContainer__readerView,.KbDetailLtContainer__updateTime{
  display:none
}

.Rectangle {
 display: block;
			width:24px;
			height: 24px;
			margin-left: 13px;
			background-size: 35px;
			cursor: pointer;
}

.Connect-with-us {
  //width: 103px;
  height: 19px;
  //font-family: NotoSans;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.49px;
  color: #d8d8d8;
}

.Header_Help{
	width: 174px;
  height: 41px;
  font-family: 'Noto Sans';
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffff;
}

.regioncls ul,.regioncls ul li{margin:0px; padding:0px; list-style:none;}
.CustomBackToHomeUrl{}.regioncls ul li a{color:#000}

.regioncls ul li a:hover{color:#bf006b}

.Header__name,#portal_tabCommunity{display:none;}
.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
 	background-color: inherit;   
}
.Header__navbar .Header__container{
 	border-bottom: 1px solid rgba(255,255,255,.2); 
}
.Header__homeNavbarFixed .Header__navbar .Header__container{
  border-bottom: 0px;
}
.Header__homeNavbarFixed .Header__menu, .Header__homeNavbarFixed .Header__menu:after, .Header__homeNavbarFixed .Header__menu:before{
  background-color: inherit;
}
.Header__container h1 {
color:#fff;
}
.Header__homeContent .Header__searchSection {
    padding: 1.250rem 0;
    padding-top: 1.25rem;
    padding-right: 0px;
    padding-bottom: 1.25rem;
    padding-left: 0px;
    display: block;
}

.Header__globalSearchAlt{border:0px;}
.zpicon-text-container ul li a {
    color: #000;
    //text-overflow: ellipsis;
    //white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.zpicon-text-container {
    padding-right: 20px;
    padding-left: 15px;
    margin-top: 15px;
}
.zpicon-container_panel {
    flex: 0 300px;
    min-width: 0;
    min-height: 0;
    margin: 0px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccc;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.zpicon-container{
    display: flex;
    justify-content: center;
  flex-wrap:wrap;
}
h3.zpicon-heading {
    padding: 10px 15px;
    background-color: #2c0b2d;
    margin: 0px;
    border-radius: 10px 10px 0 0;
  color:white;
}
.Header__tabsTab.Header__active, .LoginDetail__signup.LoginDetail__active, .LoginDetail__signin.LoginDetail__active {
    background-color: rgba(238,238,238,.2);
    padding: 0 1.0625rem;
    margin: 0px;
    border-bottom-color: transparent !important;
}
.Header__tabsTab:hover,.LoginDetail__signup:hover,.LoginDetail__signin:hover{
	border-bottom-color: transparent !important;
}
.headerContent_h1 {
  margin: auto;
  width: 80%;
  color: white;
}




.Header__searchTitle{
 	font-weight:500;
  	text-shadow:none;
}
.zpicon-text-container ul{
 	margin-left:0px;
  	padding-left:0px;
}
.zpicon-text-container ul li{
 	list-style:none; 
  padding:3px 0px
}
.zpicon-text-container ul li a{
 	color:#000
}
.zpicon-text-container ul li a:hover{
 	color:#bf006b
}



.Header__homeNavbarFixed .Header__navbar .Header__tabsTab,.globalfixednav .globalSignin, .globalfixednav .globalSignup,
.globalfixednav .aPlusIcon{
 color:#fff 
}

/*Brand color start here */
.SearchContainer__searchIcon{
 	background-color:#ccc 
}

.AppContainer__backToTop,.Button__footerBtn:hover,.LoginDetail__profileBtn{
	background:#ff0055;
}
.SearchContainer__downArrow{
	border-top-color:#00376E
}
.commonStyle__zt3BrandFill{
	fill:#ff0055;
    color:#ff0055;
}
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover, .globalfixednav .globalSignin:hover, .globalfixednav .globalSignup:hover,.globalfixednav .LoginDetail__signin:hover,.globalfixednav .LoginDetail__signup:hover{
	border-bottom: .1875rem solid #fff;
    color: #2c0b2d;
}
.globalfixednav .aPlusIcon:hover,.Signin__userLink,.Link__link2,.Icon__hoverbrand:hover,.Icon__brand,.Comment__cmtUsrNme,.TabFilter__tab:hover, .ThreadedComment__commentContent a,.FileUpload__userLink,.AvatarText__avatarText,.TopicDetailRightContainer__commentCount&gt;span, .TopicDetailRightContainer__followerCount&gt;span, .TopicDetailRightContainer__viewCount&gt;span,.Button__primaryBorder, .Button__warningBorder,.TopicPreview__txtPrimary,.Pill__pillText,.NoContent__contentDescription a, .NoContent__title,.TopicDetailLeftContainer__creatorName,.ThreadedComment__userNameType2,.TopicPreview__creatorName, .globalfixednav .CustomizeContainer__aPlus:hover,.ForgetPasswordContainer__userLink,.Captcha__captchaText,.communityDetail .description a,.articleDetail .description a,.FilterTabs__activeFilter,.ForumTabs__activeFilter,.LoginDetail__userMail .commonStyle__zt3Brand,.TopicListRightContainer__countValue,.commonStyle__zt3Brand {
	color: #ff0055; !important;
}
.AvatarText__avatarText{
	background: #fff;
}
.FileUpload__attachPin,.AvatarText__avatarText,.Button__primaryBorder, .Button__warningBorder,.Pill__pill{
	border-color:#ff0055;
}
/*Brand color end here */



/* Footer style start here */
.zee5_footer_container{
			background-color: #060107;	
		}
		.zee5_footer{
			width: 73.125rem;
    margin: auto;
		}
		.zee5_footer_play_container{
			height: 54.663px;
			padding-top: 37.288px;
			box-sizing: content-box;
		}
		.zee5_footer_play{
			display: flex;
			align-items: center;
		}
		.zee5_footer_download_apps{
			color: #eee;
			margin-right: 11.550px;
			font-size: 16px;
    font-weight: 600;
		}
		.zee5_footer_android{
			margin-right: 14.063px;
		}
		.zee5_footer_android,
		.zee5_footer_ios{
			position: relative;
		}
		.zee5_footer_a_tag{
			position: absolute;
			top:0;
			right: 0;
			bottom: 0;
			left: 0;
		}
		.zee5_footer_info_container{
			display: flex;
			align-items: flex-start;
    padding-bottom: 37.288px;
		}
		.zee5_footer_info{
              flex: 1;
		}
		.zee5_footer_link_row{
			display: flex;
			align-items: center;
		}
		.zee5_footer_link_container{
			margin-right: 20px;
			line-height: 19.2px;
		}
		.zee5_footer_link{
			color: #6e6e6e;
			text-decoration: none;
			font-size: 14px;
    font-weight: 700;
		}
		.zee5_footer_copyright{
			color: #6e6e6e;
    font-weight: 400;
    font-size: 12px;
		}
		.zee5_social_container{
			display: flex;
			align-items: center;
		}
		.zee5_footer_fb,
		.zee5_footer_twitter,
		.zee5_footer_instagram{
			display: block;
			width:24px;
			height: 24px;
			background-image: url('https://desk.zoho.com/DocsDisplay?zgId=650055377&amp;mode=inline&amp;blockId=gblv410cdd0ed089940af88c8c6ecf98074cd');
			background-size: 35px;
			cursor: pointer;
		}
		.zee5_footer_fb{
			background-position: -5px -6px;
		}
		.zee5_footer_fb:hover{
			background-position: -5px -80.1px;
		}
		.zee5_footer_twitter{
			background-position: -5px -31px;
		}
		.zee5_footer_twitter:hover{
			background-position: -5px -105px;
		}
		.zee5_footer_instagram{
    height: 25px;
			background-position: -5px -55px;
		}
		.zee5_footer_instagram:hover{
			background-position: -5px -129px;
		}
		@media only screen and (max-width: 1400px) {
                    .Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
    background-color: inherit;
}
  .zee5_footer {
    width: 91.4%;
    margin-left: 7.3%;
  }

  .zee5_footer_info_container{
      justify-content: space-between;
  }
  .zee5_footer_container{
  box-sizing: border-box;
  padding-right: 5%;
  }
		}
		@media only screen and (max-width: 768px){
          .Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
    background-color: inherit;
}
			.zee5_footer_link_row{
				display: none;
			}
			.zee5_footer_info_container{
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding-bottom: 15px;
			}
			.zee5_footer_play{
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
			}
			.zee5_footer_download_apps{
				width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
			}
			.zee5_footer_container{
				padding-right: 0;
			}
			.zee5_footer{
				width: 80%;
				margin:auto;
			}
			.zee5_footer_play_container{
				height: 92px;
			}
			.zee5_social_container{
				margin-bottom: 23px;
			}
		}


/* Footer style end here */

@media only screen and (min-width: 1024px) {
.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
    background-color: inherit;
}
}

KbDetailRtContainer__widgetSection {
display: none;
}
.commonStyle__widgetSection,.Footer__footerBg {
display:none
  ;
}
#headerContainer{
  position:relative;
}
.CustomBackToHomeUrlCont{
  display:none;
      position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 73.125rem;
    margin: 0 auto;
    top: 85px;
  z-index:1;
}
.CustomBackToHomeUrl{
    display: inline-block;
    margin: 0 0.9375rem;
  color:#333;
  position: relative;
    padding-left: 25px;
} 
.CustomBackToHomeUrl &gt; span{
      font-size: 22px;
    position: absolute;
    left: 0;
    top: -7px;
}
.CustomBackToHomeUrl:hover{
  color:#bf006b;
}
.articleDetail .CustomBackToHomeUrlCont,
.articleSubCategory .CustomBackToHomeUrlCont,
.articleList .CustomBackToHomeUrlCont{
  display:block;
}
.AppContainer__breadCrumbsBox{
      visibility: hidden;
    opacity: 0;
}
.SearchContainer__searchBox{
  z-index:9999;
}
@media only screen and (max-width: 1024px){
  .CustomBackToHomeUrlCont{
    top:80px;
  }
}
@media only screen and (max-width: 768px){
  .CustomBackToHomeUrlCont{
    top:72px;
  }
}
.customArticleUrl {
    border: 1px solid #999;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.articleDetail .ContentList__documentIcon svg {
    visibility: hidden;
    opacity: 0;
}

.articleDetail .ContentList__documentIcon {
    position: relative;
}

.articleDetail.articleDetail .ContentList__documentIcon::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    transform: scale(.6);
    left: 2px;
    top: 8px;
}
.articleDetail .ListHeader__listIcon1{
  display:none;
}

.zee5_footer_link_container + .zee5_footer_link_container {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-right: 10px;
  
}
.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(2),
.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(3){
font-size:0;
}
.footer_writeus {
font-size: 16px;display:flex;align-items:center;justify-content:center;
}

@media only screen and (max-width: 1024px){
  .Header__menuicon{
    display:none;
  }
}
.home .Layout__oneColumn {
    padding-bottom: 0;
    min-height: 30vh;
}
.Connect-with-us{
  margin:0;
}
@media only screen and (max-width: 768px){
  .zpicon-container_panel{
    flex:none;
    width:100%;
}
}
.customArrow{
  width:20px;
  height:20px;
  background-image:url('https://desk.zoho.com/support/ImageDisplay?downloadType=uploadedFile&amp;fileName=1585291459949.jpg&amp;blockId=fee1a3baf6cbf0713518a644cd15ab211559198a4dcd9882&amp;zgId=ca7a8f886079113ff3148ec5bcd90913&amp;mode=view');
  background-size:18px;
  display:inline-block;
      background-repeat: no-repeat;
  background-position:0 5px;
}


.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(2)::after {content: 'Yes';font-size: 14px;}

.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(3)::after {content: 'No';font-size: 14px;}

.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(2) svg {
    display: none;
}

.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(3) svg {
    display: none;
}
.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(2), .articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(3){
   position:relative;
   width: 90px;
}
.articleDetail .KbDetailLtContainer__disLike{
   transform: none; 
}
.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(2){border-color: rgb(71, 191, 90);color: rgb(71, 191, 90);}

.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(2):hover{
color:#fff;
    background-color: rgb(71, 191, 90);
}
.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(3){
 border-color: rgb(255, 36, 39);
 color: rgb(255, 36, 39);
}
.articleDetail .KbDetailLtContainer__column &gt; div &gt; span:nth-child(3):hover{
 color:#fff;
     background-color: rgb(255, 36, 39);
}

.KbDetailLtContainer__review .KbDetailLtContainer__column .KbDetailLtContainer__share::after {
  content: 'Was this article helpful?';font-size: 16px;
}

.KbDetailLtContainer__share {
    font-size: 0;
}
.KbDetailLtContainer__column{
  border:0;
}
.KbDetailLtContainer__column {
         padding-bottom: 0px;
}
.SearchResult__panelFilter {
	display: none;
}
@media only screen and (max-width: 1024px){
	#navBarContainer {
		justify-content: space-between;
	}
	.Header__menuTab{
		display:block;
	}
	.Header__tabsTab{
		line-height: 3.3rem;
	}
}

.articleDetail .selected_like {
    background-color: rgb(71, 191, 90);
}
.articleDetail .selected_like::after ,
.articleDetail .selected_dislike::after{
    color: #fff;
}
.articleDetail .selected_dislike{
    background-color: rgb(255, 36, 39);
}

.Header__navbar .Header__container {
    border-bottom: 5px;
}


.Header__globalSearch {
    width: 82%; 
    margin:auto;
    border: 0.0625rem solid transparent; 
}
.Header__container .headerContent_h1 {
    margin: auto;
    width: 82%;
    color: white;
}
@media only screen and (min-width: 1024px) {
.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
    background-color: inherit;
}
}
@media only screen and (min-width: 1024px)
{
.Header__homeNavbarFixed .Header__navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0.3125rem 0.625rem 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0.3125rem 0.625rem 0 rgb(0 0 0 / 8%);
    padding: 3.5rem 0 0.5rem 0;
    min-height: 2.875rem;
}
}

@media only screen and (min-width: 1024px)
{
.Header__homeNavbarFixed .Header__navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0.3125rem 0.625rem 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0.3125rem 0.625rem 0 rgb(0 0 0 / 8%);
    padding: 2.6rem 0 1.4rem 0;

}
}


@media only screen and (max-width: 1024px)
{
.Header__logo {
    padding: 0rem 0 0.1rem 0;
}
}


.Comment__articleContent
{
  display:none;
}

#navBarContainer .Header__logo {
    margin: 5px 0 5px 0;
}

.Header__header {

    padding: 0 0 1rem 0;
  
}
.Header__navbar
{
  height:45px;
}
</pre></body></html>