/* Hides the entire Stats header section */
.ListHeader__listHeader1.commonStyle__disFlexRow.commonStyle__alignCenter[aria-label="Stats"],
.ListHeader__listHeader1.commonStyle__disFlexRow.commonStyle__alignCenter
{
  display: none !important;
}
.KbDetailRtContainer__followerCount {
  display: none !important;
}
/*Brand color for Zoho Icons starts here */

:root{
  --color-brand: #018A00;
} 
/* Brand color END */ 

/* Header START */

.Header__searchTitle {
    font-size: var(--size-base27);
    margin-bottom: 1.8rem;
   	letter-spacing: .0625rem;
    text-align: center;
    font-weight: 500;
  	font-family: "Arial";
  	background-color: rgba(255, 255, 255,0.6); border-radius: 10px;
	width: 700px;
  	margin: auto;
  	margin-bottom: 30px;
  	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
}
@media (max-width: 640px) {
   .Header__searchTitle {
    width: 100%;
    font-size: var(--size-base23);  
}
}
.Header__description {
  	display: none !important;
}
.Header__headerContent {
  text-align: center;
}
.Header__logo img {
    max-height: 12rem;
    max-width: 12rem;
    min-height: auto;
    display: block;
}
.ContentBox__headerMid {
    text-transform: none;
    font-weight: 500;
    font-size: var(--size-base19);
    margin-top: .3rem;
    margin-right: 0px;
    margin-bottom: .3rem;
	margin-left: 0px;
    letter-spacing: 0;
}
.Header__navbar {
  background-color: #FFFFFF !important;
}
.Header__name {
 font-weight: 500; 
}
.Header__menu {
  background-color: #000000 !important;
}
.Header__menu::before {
  background-color: #000000 !important;
}
.Header__menu::after {
  background-color: #000000 !important;
}
@media (max-width: 576px) {
  .Header__name {
    display: none;
}
}
/* Header END */

/* Search Bar and Icon START */
.SearchContainer__searchIcon {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
}
.SearchContainer__searchIcon:hover {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
  background: color-mix(in srgb, #0BAE0A, transparent 25%);
}
.Input__headerSearch {
    padding: 1.05rem .75rem;
    border-radius: .313rem 0 0 .313rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: var(--size-base9);
  	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.25);
}
/* Search Bar END */ 

/* Margin Spacings START */
.WidgetContainer__contentList+.WidgetContainer__contentList {
    margin-top: 1.2rem;
  	margin-bottom: 1.2rem;
}
.ListHeader__listHeader2 {
    margin-bottom: .0;
    color: #3F4444 !important;
  	line-height: 1.1;
}

.ListHeader__header2 {
    margin-bottom: .0;
    color: #3F4444 !important;
  	font-weight: 500;
  	font-size: 1.25rem;
}
.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
    max-width: 73.125rem;
    min-height: 75vh;
    padding: .5rem 0 .5rem;
    transition: max-width 200ms ease;
    background-color: white;
}
/* Margin Spacings END */

/* Footer Button START */
.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: .7rem 1rem;
    font-size: var(--size-base14);
    border-radius: 2rem;
    background: #018A00;
    transition: all .15s ease;
    color: var(--color-white);
}
.Button__footerBtn:hover {
  background: color-mix(in srgb, #0BAE0A, transparent 25%);
}
.AppContainer__backToTop:hover {
  background: color-mix(in srgb, #0BAE0A, transparent 25%);
}
/* Footer Button END */
