:root {
	--main-theme-color: #669e99;
	--new-arrival-bg: #669e99;
	--doc-bg-main: #333;
}
:root {
	--slytedoc-primary-font: 'PuviRegular', sans-serif;
	--slytedoc-secondary-font: 'PuviBold', sans-serif;
	--slytedoc-medium-font: 'PuviMedium', sans-serif;
	--slytedoc-semibold-font: 'PuviSemiBold', sans-serif;
	/*	Document heading related variables Begins	*/
	/*	Used in the main heading of the page	*/

	--slytedoc-page-heading-font-size: 45px;
	--slytedoc-page-heading-font-weight: 400;
	--slytedoc-page-heading-text-color: #000;
	--slytedoc-page-heading-margin-bottom: 30px;

	/*	Document heading related variables Ends	*/

	/*	Document page content variables Begins	*/
	/*	Used for normal content of the page	*/

	--slytedoc-page-content-font-size: 17px;
	--slytedoc-page-content-text-color: #000;

	/*	Document page content variables Ends	*/

	/*	Document content list variables Begins	*/
	/*	Used in places where list of items is needed.	*/
	/*	Example of places used: Lyte --> Components --> Lyte Component.*/
	/*	Example of places used: UI Components --> Components --> Accordion.*/

	--slytedoc-content-list-border-color: #000;
	--slytedoc-content-list-padding: 10px 20px 10px 35px;
	--slytedoc-content-list-margin-bottom: 20px;
	--slytedoc-content-list-item-font-size: 16px;
	--slytedoc-content-list-item-padding: 5px 0;

	/*	Document content list variables Ends	*/

	/*	Document Right panel variables Begins	*/
	/*	Used in Right panel of documents.	*/

	--slytedoc-rightpanel-heading-font-size: 17px;
	--slytedoc-rightpanel-heading-font-weight: 600;
	--slytedoc-rightpanel-heading-padding: 0px 21px;
	--slytedoc-rightpanel-margin-top: 33px;
	--slytedoc-rightpanel-content-text-color: #666;
	--slytedoc-rightpanel-content-font-size: 14px;
	--slytedoc-rightpanel-active-content-text-color: #000;

	--slytedoc-rightpanel-content-circle-width: 5px;
	--slytedoc-rightpanel-content-circle-height: 5px;
	--slytedoc-rightpanel-content-circle-bg: #fff;
	--slytedoc-rightpanel-content-circle-border: 1px solid #ccc;
	--slytedoc-rightpanel-heading-color: #333;
	--slytedoc-rightpanel-content-hover-circle-bg: #000;
	--slytedoc-rightpanel-content-hover-circle-opacity: 0.7;
	--slytedoc-rightpanel-active-content-circle-bg: #000;
	--slytedoc-rightpanel-active-content-circle-border: 1px solid #669a99;

	/*	Document Right panel variables Ends	*/

	/*	Document subheading variables Begins	*/
	/*	Used in subheading of documents.	*/
	/*	Example of places used: UI Components --> Components --> Accordion --> API.*/

	--slytedoc-sub-heading-margin: 80px 0 15px;
	--slytedoc-sub-heading-color: #000;
	--slytedoc-sub-heading-font-weight: 400;
	--slytedoc-sub-heading-font-size: 30px;

	/*	Document subheading variables Ends	*/

	/*	Document content subheading variables Begins	*/
	/*	Used in subheading of documents. This is another variant of subheading style	*/
	/*	Example of places used: UI Components --> Components --> Accordion --> API.*/

	--slytedoc-content-subheading-font-weight: normal;
	--slytedoc-content-subheading-padding: 5px 0px;
	--slytedoc-content-subheading-margin: 30px 0 0;
	--slytedoc-content-subheading-border-color: #222;
	--slytedoc-content-subheading-color: #000;
	--slytedoc-content-subheading-font-size: 22px;

	/*	Document content subheading variables Ends	*/

	/*	Document content list variables Begins	*/
	/*	Used for showing list of items in Document	*/
	/*	Example of places used: UI Components --> Components --> Accordion --> Tags of the accordion.*/

	--slytedoc-contentlist-custom-border: 0;
	--slytedoc-contentlist-custom-margin-bottom: 20px;
	--slytedoc-contentlist-custom-border-radius: 5px;
	--slytedoc-contentlist-custom-bg: #f5f5f5;
	--slytedoc-contentlist-custom-padding: 10px;

	/*	Document content list variables Ends	*/

	/*	Document property description section variables Begins	*/
	/*	Example of places used: UI Components --> Components --> Accordion --> API --> Property / Methods / Utils description.*/

	--slytedoc-fundes-jsonparse-padding: 10px 20px;
	--slytedoc-fundes-jsonparse-font-size: 14px;
	--slytedoc-fundes-jsonparse-border-radius: 6px;
	--slytedoc-fundes-jsonparse-margin: 20px 0;
	--slytedoc-fundes-jsonparse-border: 1px solid #ccc;
	--slytedoc-fundes-objkey-color: #444;
	--slytedoc-fundes-objkey-margin-right: 10px;
	--slytedoc-fundes-objkey-font-size: 15px;
	--slytedoc-fundes-td-padding: 8px 0;
	--slytedoc-fundes-objval-color: #111;
	--slytedoc-fundes-objval-margin-left: 10px;
	--slytedoc-fundes-objval-font-size: 15px;
	--slyte-doc-nav-background: #fafbfd;
	--slytedoc-code-border-radius: 20px 20px 0 0;
	--slytedoc-bottom-code-border-radius: 0 0 20px 20px;
	--slyte-doc-nav-borderRadius: 10px;

	/*	Document property description section variables Ends	*/

}

page-header {

	/*	Document - page header tab - variables Begins */

	--slytedoc-pageheader-tab-text-color: #777;
	--slytedoc-pageheader-tab-padding: 9px 20px;
	--slytedoc-pageheader-tab-line-height: 20px;
	--slytedoc-pageheader-tab-font-size: 16px;
	--slytedoc-pageheader-tab-border-color: #ddd;

	--slytedoc-pageheader-tab-hover-text-color: #222;
	--slytedoc-pageheader-tab-hover-border-color: #555;

	--slytedoc-pageheader-tab-active-bg: #fff;
	--slytedoc-pageheader-tab-active-text-color: #000;
	--slytedoc-pageheader-tab-active-border-color: #111;

	/*	Document - page header tab - variables Ends */

}

*,
*:after,
*:before {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: "LatoBold";
	font-style: normal;
	font-weight: 400;
	src: url(https://webfonts.zohowebstatic.com/latobold/font.woff2) format('woff2');
}

@font-face {
	font-family: "LatoRegular";
	font-style: normal;
	font-weight: 400;
	src: url(https://webfonts.zohowebstatic.com/latoregular/font.woff2) format('woff2');
}

@font-face {
	font-family: "LatoLight";
	font-style: normal;
	font-weight: 400;
	src: url(https://webfonts.zohowebstatic.com/latolight/font.woff2) format('woff2');
}

@font-face {
	font-family: "PuviBold";
	font-style: normal;
	font-weight: 400;
	src: url(https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Bold.woff2) format('woff2');
}

@font-face {
	font-family: "PuviRegular";
	font-style: normal;
	font-weight: 400;
	src: url(https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2) format('woff2');
}

@font-face {
	font-family: "PuviLight";
	font-style: normal;
	font-weight: 400;
	src: url(https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Light.woff2) format('woff2');
}



.dom_example_highlight {
	color: black;
	font-weight: bold;
}


html {
	font-family: PuviRegular, sans-serif;
	font-size: 14px;
	font-size: calc(.775rem - -.25 *(100vw - 20rem) / 100);
}

#outlet {
	height: 100%;
	overflow-x: hidden;
}

.outline0 {
	outline: 0;
}

.flex {
	display: flex;
}

.flexColumn {
	flex-direction: column;
}

.dBlock {
	display: block;
}

.dN {
	display: none;
}

.cP {
	cursor: pointer;
}

.pLR50 {
	padding-left: 50px;
	padding-right: 50px;
}

.pT4 {
	padding-top: 4px;
}

.pT15 {
	padding-top: 15px;
}

.pT20 {
	padding-top: 20px;
}

.pT30 {
	padding-top: 30px;
}

.pT40 {
	padding-top: 40px;
}

.mT0 {
	margin-top: 0;
}

.mT3 {
	margin-top: 3px;
}

.mT5 {
	margin-top: 5px;
}

.m0 {
	margin: 0;
}

.mT10 {
	margin-top: 10px;
}

.mT15 {
	margin-top: 15px;
}

.mT20 {
	margin-top: 20px;
}

.mT25 {
	margin-top: 25px;
}

.mT30 {
	margin-top: 30px;
}

.mT400 {
	margin-top: 400px;
}

.mB0 {
	margin-bottom: 0;
}

.mB5 {
	margin-bottom: 5px;
}

.mB8 {
	margin-bottom: 8px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB15 {
	margin-bottom: 15px;
}

.mB20 {
	margin-bottom: 20px;
}

.mB30 {
	margin-bottom: 30px;
}

.mB60 {
	margin-bottom: 60px;
}

.mR10 {
	margin-right: 10px;
}

.mR20 {
	margin-right: 20px;
}

.mR30 {
	margin-right: 30px;
}

.mR3 {
	margin-right: 3px;
}

.mL5 {
	margin-left: 5px;
}
.mL10 {
	margin-left: 10px;
}

.mL15 {
	margin-left: 15px;
}
.mL20 {
	margin-left: 15px;
}
.mL50 {
	margin-left: 50px;
}
.mL100 {
	margin-left: 100px;
}
.mL200 {
	margin-left: 200px;
}

.p0 {
	padding: 0;
}

.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.pL10 {
	padding-left: 10px;
}
.pL20 {
	padding-left: 20px;
}

.pL30 {
	padding-left: 30px;
}

.pB5 {
	padding-bottom: 5px;
}

.pB7 {
	padding-bottom: 7px;
}

.pB10 {
	padding-bottom: 10px;
}

.pB20 {
	padding-bottom: 20px;
}

.pB30 {
	padding-bottom: 30px;
}

.p15 {
	padding: 15px;
}
.pR20 {
	padding-right: 20px;
}
.pR30 {
	padding-right: 30px;
}

.pT7 {
	padding-top: 7px;
}

.whiteBg {
	background: #fff;
}
.color333 {
	color: #333;
}
.vat {
	vertical-align: top;
}
.vab {
	vertical-align: bottom;
}

.oAuto {
	overflow: auto;
}

.oScroll {
	overflow: scroll;
}

.oHidden {
	overflow: hidden;
}

.pA {
	position: absolute;
}
.hAuto {
	height: auto;
}
.h100per {
	height: 100%;
}
.h100 {
	height: 100px;
}
.h200 {
	height: 200px;
}
.h250 {
	height: 250px;
}
.h300 {
	height: 300px;
}
.h400 {
	height: 400px;
}
.h500 {
	height: 500px;
}
.h40 {
	height: 40px;
}
.h100per {
	height: 100%;
}
.left500 {
	left: 500px;
}
.maxHeightUnset {
	max-height: unset;
}
.zIMinus1 {
	z-index: -1;
}
.clearBoth {
	clear: both;
}
.lh2 {
	line-height: 2;	
}
.docSprite {
	background: url(../images/lyteDocFontIcons-c85832e.svg);
}

.docSpriteSvg {
	background-image: url(../images/lyteDocFontIcons-c85832e.svg);
}



.nightMode .docSpriteSvg {
	background-image: url(../images/lyteDocNightFontIcons-20b8a69.svg);
}

a {
	text-decoration: none;
	color: #000;
}

.aBlue {
	text-decoration: underline;
	color: blue;
}

.mAuto {
	margin: auto;
}

.mLAuto {
	margin-left: auto;
}

.pR {
	position: relative;
}

.dIB {
	display: inline-block;
}

.dN {
	display: none;
}

.vam {
	vertical-align: middle;
}

.vaInitial {
	vertical-align: initial;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.w100per {
	width: 100%;
}
.w80per {
	width: 80%;
}
.w75per {
	width: 75%;
}
.w50per {
	width: 50%;
}
.w20per {
	width: 20%;
}
.wAuto {
	width: auto;
}
.w80px {
	width: 80px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w500 {
	width: 500px;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}
.f10 {
	font-size: 10px;
}
.w800 {
	width: 800px;
}
.w1000 {
	width: 1000px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}

.f30 {
	font-size: 30px;
}

.fwBold {
	font-weight: bold;
}
.whiteSpaceBS {
	white-space: break-spaces;
}
p {
	font-size: 14px;
	color: #444;
	line-height: 1.55;
}

#mobile-indicator {
	display: none;
}

.anatomyImg {
	width: 100%;
	display: inherit;
	margin: auto;
	margin-bottom: 20px;
}

.boxShadow {
	border: 1px solid #dcd2d2;
}

.downloadIcon {
	display: inline-block;
	background: url(../images/downloadCloud-02f16c0.png);
	width: 16px;
	height: 16px;
	background-size: 100%;
	opacity: 0.7;
	cursor: pointer;
}

@keyframes slideInFromTop {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes slideInFromLeft {
	0% {
		transform: translateX(-100%) translateY(-60px);
	}

	100% {
		transform: translateX(0) translateY(0);
		visibility: visible;
	}
}

/* .nav{
	list-style: none;
}
.nav li{
    margin-left: 30px;
    text-decoration: none;
  	z-index: 1;
  	display: inline-block;
  	position: relative;
  	font-size: 18px;
}
.headerWrap .nav a{
	font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 800;
    margin-left: 30px;
    text-decoration: none;
  	z-index: 1;
  	display: inline-block;
  	position: relative;
  	color:#195d2b;
  	font-weight: 400;
}
.headerWrap .nav a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #195d2b;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
  top: 110%;
}
.headerWrap a:hover:before,
.headerWrap a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
.headerWrap li.active a:before,.headerWrap li.active a:focus{
	 visibility: hidden;
}
.logoText{
    font-size: 35px;
    top: 8px;
    left: 165px;
    position: absolute;
    letter-spacing: 1.5px;
    color: #195d2b;
}

.main{
	margin-top: 60px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner{
	text-align: center;
	margin-top: 180px;
	padding-bottom: 80px;
}
.lyteImage{
	background: url('../images/lyte1.png') no-repeat center;
	height: 120px;
	position: relative;
	-webkit-animation-delay: 0.4s;
	    animation-delay: 0.4s;
	visibility: hidden;
}
.banner h1{
	letter-spacing: 0.5px;
	font-size: 40px;
	font-weight: 400;
	padding-top: 20px;
}
.secondaryText{
	font-size: 20px;
	padding-top: 20px;
}
.panels{
	height: 400px;
	//margin-top: 120px;
	padding-top:30px;
	padding-left:100px;
	position: relative;
	z-index: 1000;
	box-sizing: border-box;
	overflow: hidden;
}
.article{
	width:293px;
	float:left;
	text-align:center;
}
footer {
	height: 100px;
	position: relative;
	z-index: 1000;
	box-sizing: border-box;
	overflow: hidden;
}
footer h3{
	padding-top: 120px;
	text-align: center;
}
.docLayout {
	display: flex;
	flex-direction: row;
	margin-top: 70px;
}*/



.black-box {
	padding: 10px 30px;
	margin: 20px 0 30px 0;
	box-sizing: border-box;
	background: #e1e2f3;
	color: #000;
	/* line-height: 1.5em; */
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
}

.build-box {
	padding: 10px 30px;
	margin: 20px 0 30px 0;
	box-sizing: border-box;
	background: rgba(27, 85, 105, 0.08);
	color: black;
	/* line-height: 1.5em; */
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
}

.type {
	color: #43853d;
	text-decoration: none;
	border-radius: 2px;
	padding: 1px 3px;
}

.text {
	text-rendering: optimizeLegibility;
	margin: 0 0 1.125rem 0;
	line-height: 1.55;
}

build-comp ul {
	margin: 1rem 0 0 2rem;
}

build-comp li {
	margin: 0 0 .8rem .5rem;
}

.customContainer {
	background: #fbf8f4 !important;
}

.customHandler {
	background: #e2d751 !important;
}

.menuContentBdr {
	height: 30px;
	padding-bottom: 7px;
	box-sizing: unset;
	box-shadow: 0 5px 6px -7px black;
	margin-left: 135px;
}

.sideList lyte-accordion-header {
	background: #f9f9f9;
	color: #333;
	padding: 15px;
	font-size: 14px;
	font-weight: 400;
}



.scrollIdTopSpacing {
	padding: 10px;
}



.docmainContentWrap.lyteDom {
	width: calc(100% - 35px);
}

.lyteDom.rightMenu {
	display: none;
}

.rightMenu .propTree {
	padding: 20px;
}

.rightMenuHead {
	display: block;
	padding: 40px 20px 20px;
	font-size: 17px;
	font-weight: 400;
}

.lyteAccordionActiveBold {
	border-left: solid 3px #bbb;
	padding: 8px 16px;
	font-size: 15px;
	font-weight: 400;
}

.sideMenu lyte-accordion-item:hover,
.sideMenu lyte-accordion-item {
	margin: 0px 0;
	border-bottom: 0;
}

.sideMenu lyte-accordion-header {
	background: #fff;
	font-size: 15px;
	color: #444;
	/* font-family: 'Roboto'; */
	font-family: PuviRegular, sans-serif;
	-webkit-font-smoothing: antialiased;
	padding: 10px 15px;
	outline: 0;
}

.sideMenu .lyteAccordionActive lyte-accordion-header {
	/* color: #111; */
}

.sideMenu lyte-accordion-header .h_link {
	padding: 10px 15px;
	display: block;
}

.h_link a {
	color: #000;
	outline: 0;
}

.sideMenu .s_link {
	padding: 0px;
}

.sideMenu .m_link {
	font-size: 14px;
	cursor: pointer;
	color: #666;
}

.activeSideMenu a {
	color: #000;
	font-size: 15px;
}

.sideMenu .m_link a {
	padding: 5px 0px 5px 40px;
	color: #666;
	display: block;
	transition: font-weight 0.3s linear;
	outline: 0;
}

.sideMenu .m_link:hover {
	background: #e0f2f1;
	color: #000;
}

.leftPanelLink {
	color: #555;
}

.contentSubheadings + .slyte-badge {
    margin-left: 5px;
}

.sideMenu .m_link:hover .leftPanelLink,
.activeSideMenu .leftPanelLink {
	color: #111;
}

.sideMenu .lyteAccordionActive lyte-accordion-body,
.sideMenu lyte-accordion-body {
	padding: 0;
	width: auto;
	font-family: PuviRegular, sans-serif
		/* font-family: 'Roboto', sans-serif; */
}

.sideMenu .lyteAccordionActive lyte-accordion-body {
	/* padding: 10px 0; */
	overflow: visible !important;
}

.sideMenu lyte-accordion-body link-to {
	padding: 5px 0;
	display: block;
}

.sideMenu lyte-icon.lyteAccordionArrow {
	left: unset;
	right: 10px;
	opacity: 0.4;
	transition: opacity 0.3s ease;
}

.sideMenu lyte-accordion-header:hover lyte-icon.lyteAccordionArrow {
	opacity: 1;
}

.sideMenu .lyteAccordionActive lyte-icon.lyteAccordionArrow {
	background-position: -42px 0;
	width: 6px;
	height: 10px;
	opacity: 1;
	transform: rotate(90deg);
}

.sideMenu lyte-accordion-item .activeSideMenu a,
.lyteAccordionActive lyte-accordion-header,
.sideMenu .m_link:hover a {
	color: #000;
}

.sideMenu lyte-accordion-item .m_link:hover {
	background: #fff;
}


.lyteDummyEventContainer lyte-button {
	border: none !important;
	border-bottom: solid 1px #ddd !important;
}


.sideMenu lyte-accordion-item .activeSideMenu {
	/* border-right: 3px solid #4db6ac; */
	font-weight: 500;
	color: #000;
	/* background: #ecf5f5; */
}

.sideMenu .lyteAccordionActive lyte-accordion-header {
	font-weight: 500;
	color: #000;
}

.docIntroContainer,
.docSettingsContainer {
	font-size: 17px;
	font-weight: 400;
	padding: 80px 150px;
	/* margin-bottom: 500px; */
}

.docSections {
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: solid 1px #ddd;
}

/* .docSections:last-of-type{
	border-bottom : solid 1px #fff;
} */
.docIntroContainer {
	width: calc(100% - 270px);
	padding: 80px 6rem;
	box-sizing: border-box;
}

.docIntroContainer p,
.docSettingsContainer p {
	font-size: var(--slytedoc-page-content-font-size);
	color: var(--slytedoc-page-content-text-color);
	-webkit-font-smoothing: antialiased;
}

h1-wrap h1 {
	font-size: 32px;
	margin-bottom: 30px;
	color: #000;
}

.quickStartSection {
	margin: 30px 0;
}

.quickStartSectionContent {
	/* padding: 0 10px; */
}

.passageHeadings {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 18px;
	margin: 30px 0 15px;
}

.docSubheadings {
	margin: var(--slytedoc-sub-heading-margin);
	color: var(--slytedoc-sub-heading-color);
	font-weight: var(--slytedoc-sub-heading-font-weight);
	font-size: var(--slytedoc-sub-heading-font-size);
}

.docAPISubheading,
.contentSubheadings {
	font-weight: var(--slytedoc-content-subheading-font-weight);
	display: inline-block;
	padding: var(--slytedoc-content-subheading-padding);
	margin: var(--slytedoc-content-subheading-margin);
	/* border-bottom: 1px solid var(--slytedoc-content-subheading-border-color); */
	color: var(--slytedoc-content-subheading-color);
	font-size: var(--slytedoc-content-subheading-font-size);
}

.contentSubheadings+.docContentList {
	margin-top: 10px;
}

.docContent {
	margin: 20px 0;
}

.docCode {
	color: #45a5f5;
}

.pointsHeading {
	margin: 15px 0;
	font-weight: 400;
}

.pointsCont {
	list-style: none;
	/* padding-left: 20px; */
	margin-bottom: 20px;
}

.quickStartSyn .list-items {
	list-style-type: circle;
	padding: 5px;
}

.pointsCont .list-items {
	position: relative;
	margin: 8px 0;
	color: #000;
	font-size: 17px;
	font-weight: 400;
}

.pointsCont .list-items::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 7px;
	width: 7px;
	height: 7px;
	background: var(--main-theme-color);
	border-radius: 50%;
}

.snippetFunName {
	color: #70a6ff;
}

.snippetTagName {
	color: orange;
}

.snippetTagAttr {
	color: wheat;
}

.snippetValue {
	color: white;
}

.snippetDotVariable {
	color: darkorange;
}

.snippetVariable {
	color: wheat;
}

.snippetKeyWord {
	color: #00baff;
}

.snippetString {
	color: #ffcc00;
}

.snippetLastVar {
	color: #94a2e0;
}

.snippetComment {
	color: grey;
}

@media screen and (max-width: 1270px) {
	#mobile-indicator {
		display: block;
	}

	#header {
		max-height: 70px;
	}

	.navBarOpen {
		max-height: 500px !important;
	}

	#header.open {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	#header .logo {
		left: 45px;
	}

	#header .logoText {
		display: none;
	}

	#header .nav.navbar-nav {
		float: none;
		margin-right: 0px;
		margin-top: 60px;
	}

	#header li {
		display: block !important;
		margin: 0;
	}

	#header li a {
		display: block;
		padding: 20px 0;
		margin-left: 30px;
	}

	.headerWrap .nav a {
		color: #fff;
	}

	.menuIcon {
		display: block;
	}

	.headerWrap a:hover:before,
	.headerWrap a:focus:before {
		visibility: hidden;
	}

	.main {
		margin-top: 0px;
	}

	.sideArrow {
		display: block;
		transition: left 0.3s ease;
		left: 0;
	}

	.sideMenuCont {
		position: relative;
		z-index: 30;
		background: #fff;
	}
}

#body {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.rightMenu lyte-tree {
	margin-left: 0;
	padding-left: 20px;
	background: transparent;
}

.rightMenu lyte-tree-body {
	margin-top: 15px;
}

.rightMenu .mainContainer::before {
	border-left: 1px solid #ddd;
	height: calc(100% - 50px);
	top: 45px;
}

.sideTreeWrapper>lyte-tree>.lyteTreeBodyDiv>lyte-tree-body>.mainContainer::before {
	top: 28px;
	height: calc(100% - 35px);
}

.sideTreeWrapper>lyte-tree>lyte-tree-body,
.sideTreeWrapper>lyte-tree>lyte-tree-body>.mainContainer>lyte-tree>lyte-tree-body:first-child {
	margin-top: 0;
}

.sideTreeWrapper lyte-tree-body:last-of-type>.mainContainer::after {
	left: -13px;
	top: 15px;
}

.rightMenu lyte-tree lyte-tree lyte-tree-content::before {
	width: var(--slytedoc-rightpanel-content-circle-width);
	height: var(--slytedoc-rightpanel-content-circle-height);
	border-bottom: none;
	left: -15px;
	top: 7px;
	background: var(--slytedoc-rightpanel-content-circle-bg);
	border-radius: 50%;
	border: var(--slytedoc-rightpanel-content-circle-border);
	z-index: 15;
	transition: background 0.3s ease;
}

.lyteDocAPIPage .rightMenu [lyte-tree-level="2"] .treeValue {
	color: var(--slytedoc-rightpanel-heading-color);
	font-family: var(--slytedoc-secondary-font);
}

.newArrival {
	position: relative;
	background: #f5f5f5;
	padding: 15px;
	border-radius: 6px;
}

.content .newArrival {
	margin-top: 15px;
}

.newArrivalContainer {
	position: relative;
	border-radius: 6px;
	background: #ffffff;
	padding: 15px;
	margin: 15px 0px;
	box-shadow: 0px 0px 10px #ddd;
}

.rightMenu lyte-tree lyte-tree lyte-tree-content:hover::before {
	background: var(--slytedoc-rightpanel-content-hover-circle-bg);
	opacity: var(--slytedoc-rightpanel-content-hover-circle-opacity);
}

.rightMenu lyte-tree lyte-tree lyte-tree-content.rightNavActiveElem::before {
	background: var(--slytedoc-rightpanel-active-content-circle-bg);
	opacity: 1;
	left: -15px;
	transform: scale(2);
	border: var(--slytedoc-rightpanel-active-content-circle-border);
}

.rightMenu .treeValue {
	font-size: var(--slytedoc-rightpanel-content-font-size);
	font-family: var(--slytedoc-primary-font);
	color: var(--slytedoc-rightpanel-content-text-color);
}

.rightMenu lyte-tree-content.rightNavActiveElem .treeValue {
	/* color: var(--main-theme-color); */
	color: var(--slytedoc-rightpanel-active-content-text-color);
}

.sideTreeWrapper>lyte-tree>.lyteTreeBodyDiv>lyte-tree-body>.mainContainer>lyte-yield {
	display: none;
}

.docTreeStr {
	padding: 10px;
	background: #332f43;
	margin: 30px 0;
	border-radius: 2px;
	color: #ffcc00;
	/* box-shadow: 0px 0px 10px 2px #ccc; */
}

.docTreeStr lyte-tree {
	background: #332f43;
}

.docTreeStr lyte-tree-body:last-of-type>.mainContainer::after {
	background: #332f43;
}

.docContentList {
	margin-bottom: var(--slytedoc-content-list-margin-bottom);
	/* border-radius: 5px; */
	/* border:solid 1px #e2e2e2; */
	/* background: #f5f5f5; */
	border: solid 1px var(--slytedoc-content-list-border-color);
	padding: var(--slytedoc-content-list-padding);
}

component-ssr .docContentList {
	border: none;
}

.docContentList:not(.bulletStyle) {
	list-style: none;
}

.bulletStyle .list-item {
	margin: 10px 0px;
}

.docOrderedList {
	padding: 10px 0px;
	list-style: none;
}

.docOrderedList .listContent {
	padding-left: 20px;
}

.docOrderedList .listContentParas {
	margin: 10px 0;
}

.docContentList .list-items {
	font-size: var(--slytedoc-content-list-item-font-size);
	padding: var(--slytedoc-content-list-item-padding);
}

.docOrderedList .list-items {
	padding-bottom: 15px;
}

.docOrderedList .listHead,
.docContentList .listHead {
	margin: 10px 0;
	color: #333;
	font-weight: normal;
	font-size: 19px;
}

.docContentList .list-items:first-child .listHead {
	margin-top: 0;
}

.example_container {
	margin-bottom: 40px;
}

.example_container lyte-accordion-body {
	width: auto;
}

.takeMeTo {
	font-weight: 400;
	color: #2c7bd0;
}

page-header {
	position: relative;
	z-index: 10;
	display: inline-block;
	width: calc(100% - 290px);
}

.tab-details>div {
	display: flex;
	padding: 0 6rem;
}

.tab-details span {
	color: var(--slytedoc-pageheader-tab-text-color);
	padding: var(--slytedoc-pageheader-tab-padding);
	cursor: pointer;
	line-height: var(--slytedoc-pageheader-tab-line-height);
	flex-grow: 1;
	text-align: center;
	font-size: var(--slytedoc-pageheader-tab-font-size);
	border-bottom: 1px solid var(--slytedoc-pageheader-tab-border-color);
}

.tab-details span:hover {
	color: var(--slytedoc-pageheader-tab-hover-text-color);
	border-bottom-color: var(--slytedoc-pageheader-tab-hover-border-color);
}

.tab-details span.active {
	background: var(--slytedoc-pageheader-tab-active-bg);
	color: var(--slytedoc-pageheader-tab-active-text-color);
	border-bottom-color: var(--slytedoc-pageheader-tab-active-border-color);
	cursor: default;
}

.languageListTable {
	background: #f5f5f5;
	padding: 10px 0;
}

.languageListTable td {
	padding: 10px 30px;
	cursor: default;
}

.lyteCBoxCustomHeader {
	background: black;
	width: 100%;
	height: 10%;
}

.customHeader {
	color: white;
	width: 30%;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	transform: translate(0%, 55%);
}

.customTitle {
	width: 50%;
	height: 35px;
	position: absolute;
	transform: translate(51%, 71%);
	color: white;
	text-align: center;
	padding: 5px;
	font-size: 20px;
}

.customColorpickerContent {
	width: 60%;
	height: 70%;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.SortableColumns::after {
	content: '';
	clear: both;
	display: block;
}

.lyteDocSortableExample .lyteSortableAvailable {
	width: 280px;
	box-sizing: border-box;
	margin-right: 20px;
	padding: 20px;
	background: #eee;
}

.lyteDocSortableExample .sortable-parent {
	height: 230px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 20px 15px;
	border: 1px solid #e6e6e6;
	font-family: PuviRegular, sans-serif;
	font-size: 15px;
	background: #fff;
}

.lyteDocSortableExample .sortable-element {
	position: relative;
	list-style-type: none;
	padding: 10px 20px 10px 25px;
	border: 1px solid #f0f0f0;
	cursor: move;
	margin: 0;
	margin-bottom: 5px;
	border-radius: 3px;
	color: #000;
	text-align: center;
}

.lyteDocSortableExample .sortable-element::before {
	content: '';
	position: absolute;

	background-position: -293px -4px;
	width: 4px;
	height: 13px;
	left: 11px;
	top: calc(50% - 6px);
	opacity: 0.6;
}

.lyteDocSortableExample .sortable-element.sortable-element-selected,
.lyteDocSortableExample .sortable-element:hover {
	background: #f6f9fa;
	border: 1px dashed #57a5c6;
}

.lyteDocSortableExample .lyteSortableDisabledPlaceholder::before,
.lyteDocSortableExample .lyteSortablePlaceholder::before {
	content: none;
}

/*------- Draggable & Droppable CSS -------*/
.draggable-handle-element {
	cursor: move;
}

.draggable-div-container {
	width: 700px;
	height: 300px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: rgba(232, 232, 232, 0.29);
}

.drag-element {
	width: 130px;
	border: 2px solid #9f9999;
	height: 114px;
	background-color: white;
}

.drag-element .padding {
	margin-top: 45px;
	text-align: center;
}

#handle {
	border: 1px dashed #a7a0a0;
	text-align: center;
	width: 58px;
	height: 53px;
	margin: auto;
	margin-top: 28px;
	z-index: auto;
}

.lyteDraggablePlaceholder {
	background: #acdefa;
}

.lyteDraggableDisabledPlaceholder {
	background: #ffbbbb;
}

.lyteColorbox {
	z-index: 20000;
}


func-list {
	display: block;
}

func-list .docContentList {
	padding: 0;
	border: 0;
}

func-list .docContentList .list-items {
	padding: 15px 0;
}

func-list .docContentList .listHead {
	font-size: 19px;
	font-weight: 300;
}

func-list .docContentList a {
	color: #4090c4;
}

func-list .listContent {
	color: #555;
	margin-left: 6px;
}

func-list .docContentList link-to:hover {
	border-bottom: 1px solid #4090c4;
}




.loading-spinner {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.loading-spinner .loadingSpinnerDiv {
	transform-origin: 32px 32px;
	animation: loading-spinner 1.2s linear infinite;
}

.loading-spinner .loadingSpinnerDiv::after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #fff;
}

.loading-spinner .loadingSpinnerDiv:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.loading-spinner .loadingSpinnerDiv:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes loading-spinner {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


/*	The Below code will be removed once changes added from lyte-ui-components	*/

.lytePopover {
	z-index: 1040;
}

.alertPopup {
	max-width: 550px;
}

.alertPrimaryMsg {
	font-family: 'LatoBold', 'Open Sans', sans-serif;
	font-size: 15px;
}

.alertContentMiddle {
	vertical-align: top;
}

.lyteStatusIcon {
	margin-right: 10px;
}

/*	The Above code will be removed once changes added from lyte-ui-components	*/

.docCountUpDiv {
	margin-top: 20px;
	background: var(--main-theme-color);
	padding: 10px;
	display: inline-flex;
	color: #fff;
	font-size: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.docCountUpDiv1 {
	margin-top: 20px;
	background: var(--main-theme-color);
	padding: 10px;
	display: inline-flex;
	color: #fff;
	font-size: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.trashIcon {
	background: url(../images/delete-button-0fda3b0.svg);
	background-size: 100%;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.trashIcon.trashIconHover:hover {
	background-image: url(../images/delete-button-red-2400987.svg);
}

.pencilEditIcon {
	background: url(../images/pencil_black-7e99ef3.svg);
	background-size: 100%;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.pencilEditIcon.pencilEditIconHover:hover {
	background-image: url(../images/pencil_green-3246299.svg);
}

.rightTreeHeading {
	font-weight: var(--slytedoc-rightpanel-heading-font-weight);
	padding: var(--slytedoc-rightpanel-heading-padding);
	font-size: var(--slytedoc-rightpanel-heading-font-size);
	letter-spacing: 0px;
	margin-top: var(--slytedoc-rightpanel-margin-top);
}


.sliderAnatomy {
	display: block;
	text-align: center;
}

.sliderAnatomy img {
	height: 600px;
	width: auto;
}

.mainHeaderContent {
	font-size: 40px;
	font-weight: 600;
	color: #484848;
}

.docIntroContainer .promptMsg {
	color: #0000ff;
}

.nightMode .docCode {
	color: wheat;
}

/* Night mode styles */
.nightMode .docContent.promptMsg {
	color: #8eb9f2;
}

.nightMode p {
	color: #ddd;
}

.nightMode a {
	color: #fff;
}

.nightMode .takeMeTo {
	color: #59a8ff;
}

.nightMode body,
.nightMode #outlet {
	background: #444444;
}

.nightMode pre {
	background: #333;
}

.nightMode h1-wrap h1 {
	color: #fff;
}

.nightMode .docTreeStr,
.nightMode .docTreeStr lyte-tree-body:last-of-type>.mainContainer::after,
.nightMode .docTreeStr lyte-tree {
	background: #333333;
}

.nightMode .sideMenu lyte-accordion-header {
	color: #fff;
}

.nightMode .list-items {
	color: #fff;
}

.nightMode .docContentList>.list-items {
	color: #fff;
}

.nightMode .passageHeadings {
	color: #fff;
}

.nightMode .contentSubheadings {
	color: #fff;
}

.nightMode .sideMenu lyte-accordion-header {
	background: var(--doc-bg-main);
}

.nightMode .sideMenu .m_link a {
	color: #bbb;
}

.nightMode .list-items {
	color: #fff;
}

.nightMode .h_link a {
	color: #ddd;
}

.nightMode .sideMenu lyte-accordion-item .activeSideMenu a,
.nightMode .lyteAccordionActive lyte-accordion-header,
.nightMode .sideMenu .m_link:hover a {
	color: #fff;
}

.nightMode .sideMenu lyte-accordion-item .m_link:hover {
	background: #333
}

.nightMode page-header {

	/*	Document - page header tab - variables - nigth theme Begins */

	--slytedoc-pageheader-tab-text-color: #bbb;
	--slytedoc-pageheader-tab-padding: 9px 20px;
	--slytedoc-pageheader-tab-line-height: 20px;
	--slytedoc-pageheader-tab-font-size: 16px;
	--slytedoc-pageheader-tab-border-color: #666;

	--slytedoc-pageheader-tab-hover-text-color: #fff;
	--slytedoc-pageheader-tab-hover-border-color: #bbb;

	--slytedoc-pageheader-tab-active-bg: #565656;
	--slytedoc-pageheader-tab-active-text-color: #fff;
	--slytedoc-pageheader-tab-active-border-color: #fff;

	/*	Document - page header tab - variables - nigth theme Ends */

}
.nightMode {
	--slytedoc-rightpanel-heading-color: #fff;
}
.nightMode .tab-details span {
	color: #bbb;
	border-bottom-color: #666;
}

.nightMode .tab-details span.active {
	background: #565656;
	color: #fff;
	border-bottom-color: #fff;
}

.nightMode .tab-details span:hover {
	color: #fff;
	border-bottom-color: #bbb;
}

.nightMode .newArrivalContainer {
	background: #444;
	box-shadow: 0px 0px 10px #000;
}

.ex lyte-drop-item {
	background: #eee;
}

.nightMode .ex lyte-drop-item {
	background: #333;
	color: #fff;
}

.nightMode .ex lyte-drop-label {
	color: #fff;
}

.nightMode .list-items .listHead {
	color: #fff;
}

.nightMode .list-items .listContent {
	color: #fff;
}

.nightMode .dom_example_highlight {
	color: #fff;
}

.nightMode .ajaxDocOptionsWrap .listHead,
.nightMode .docContentList .options_type .listHead,
.nightMode ajax-doc .api_item_body .list-items .listHead,
.nightMode ajax-doc .api_item_body .list-items .listContent {
	color: #fff;
}

.nightMode .ajaxDocOptionsWrap .listContent {
	color: #fff;
}

.nightMode .panel .panel-default {
	border-color: #000;
}

.nightMode .panel-default>.panel-heading {
	color: #fff;
	background: #323232;
	border-color: #000;
}

.nightMode .panel-body {
	background: #444444;
}

.nightMode .rightTreeHeading {
	color: #fff;
}

.nightMode .downloadIcon {
	filter: invert(100%);
}


.offlineStop {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

.offlineStop .searchIntroAnimation,
.offlineStop .searchIntroAnimation::before,
.offlineStop .searchIntroAnimation::after {
	animation: none;
	background-color: transparent;
}

.empty1,
.empty2,
.empty3,
.empty4,
.empty5 {
	background: url(../images/rating_png/000-123781f.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.full1,
.hoverFull1 {
	background: url(../images/rating_png/001-ea77748.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.full2,
.hoverFull2 {
	background: url(../images/rating_png/002-8159435.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.full3,
.hoverFull3 {
	background: url(../images/rating_png/003-1ab9497.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.full4,
.hoverFull4 {
	background: url(../images/rating_png/004-02db371.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.full5,
.hoverFull5 {
	background: url(../images/rating_png/005-f92bb77.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.toggleEmpty {
	background: url(../images/rating_png/r1-4f48f29.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.toggleHFull {
	background: url(../images/rating_png/r2-654a1a3.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.toggleFull {
	background: url(../images/rating_png/r3-386e526.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/* This css are for the custom icons */
.lRCustomRatingEmpty,
.lRCustomRatingHover {
	background: url(../images/rating_png/circle-outline-07e23b5.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.lRCustomRatingEmpty {
	opacity: 0.5;
}

.lRCustomRatingHover {
	opacity: 1;
}

.lRCustomRating {
	background: url(../images/rating_png/star-0213f8b.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
}

#editor1,
#editor2,
#editor3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 15px;
}


.cropperOutputImg {
	max-width: 100%;
}

.imagePreviewDiv {
	width: 99%;
	border: 1px solid;
	border-radius: 5px;
	padding: 7px 0px 0px 7px;
}

.imagePreviewUl {
	list-style: none outside none;
}

.imagePreviewUl .li {
	float: left;
	padding: 0;
	margin: 0 7px 7px 0;
	position: relative;
	height: 64px;
	cursor: pointer;
	list-style: none outside none;
}

/*.imagePreviewUl .li:after{
	content: '';
    position: absolute;
    display: block;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    left: 0;
    top: 0;
}*/
.imagePreviewUl .li .hoverDiv {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 63px;
	height: 63px;
	border-radius: 3px;
	display: none;
	z-index: 1;
}

.imagePreviewUl li img {
	object-fit: cover;
	width: 63px;
	height: 63px;
	border-radius: 2px;
}

lyte-colorbox-container.lyteCBoxWrapper__3.lyteColorboxDisplay {
	z-index: 10000;
}

#markdownContainer {
	/*border-spacing: 15px;*/
	width: 100%;
	border: solid 1px #7e7e7e;
	border-radius: 5px;
}

.markdownEditor {
	height: 800px;
	outline: none;
	border-radius: 5px;
	padding: 15px;
	font-size: 1.05rem;
	font-size: 16px;
	overflow: scroll;
	/*background: #fffbf8;*/
}

#outputDivForMarkdown {
	height: 800px;
	padding: 15px;
	border-radius: 5px;
	background: #f3f3f3;
	font-size: 1.05rem;
	overflow: scroll;
}

#outputDivForMarkdown p {
	min-height: 19px;
}

#outputDivForMarkdown a {
	color: -webkit-link;
	cursor: pointer;
	text-decoration: underline;
}

#outputDivForMarkdown thead {
	background: #c6c4c4;
}

#outputDivForMarkdown tbody {
	background: #fff;
}

#outputDivForMarkdown h1 {
	font-size: 2rem;
}

#outputDivForMarkdown ul,
#outputDivForMarkdown ol {
	padding-left: 30px;
}

#outputDivForMarkdown th,
#outputDivForMarkdown td {
	padding: 5px;
}

#markdownTable img {
	width: 160px;
	height: 90px;
}

#markdownExampleTable th,
#markdownExampleTable td {
	padding: 5px;
}

.markdownSupportedList {
	font-size: 16px;
	padding-left: 40px;
}

.docContentList.customDocList {
	border: var(--slytedoc-contentlist-custom-border);
	margin-bottom: var(--slytedoc-contentlist-custom-margin-bottom);
	border-radius: var(--slytedoc-contentlist-custom-border-radius);
	background: var(--slytedoc-contentlist-custom-bg);
	padding: var(--slytedoc-contentlist-custom-padding);
}

.nightMode .docContentList.customDocList {
	background-color: #383838;
}



/*	This css is for TOOLS in left panel	*/

.docLyteToolsSubSection {
	padding-left: 50px;
}

.tools-img {
	max-width: 100%;
	margin-bottom: 25px;
}

tools-eclipse-plugin .docContentList,
tools-chrome-extension .docContentList,
tools-vscode-extension .docContentList {
	border: none;
}

tools-eclipse-plugin .tools-img {
	margin-top: 25px;
	border: 1px solid gray;
}

tools-chrome-extension .tools-img {
	border-top: 1px solid gray;
}

.doc_snippet_result {
	width: 100%;
}
.navMenuWrapper .zlyteNavBar .zlyteNavVertical .zlyteLightTheme{
	height: 420px;
	}
	.navExampleWrapper{
		display: block;
		width: 100%;
		height: 200px;
		background: #ffecfd;
		border:solid 1px #e5e5e5;
		box-shadow: 0px 0px 3px #d5d5d5;
	}
	.thumbnailExample{
		padding: 20px;
		border: 1px solid #ccc;
		border-radius: 10px;
	}
	.thumbnailExample h5{
		margin: 10px;
	}
	.docNavMenuWrapper{
		background: #ffecfd;
		border:solid 1px #e5e5e5;
		box-shadow: 0px 0px 3px #d5d5d5;
	}
	.docSideNavbarExample{
		height: 100%;
	}
	.docExampleWrapper{
		border: 1px solid #f0f0f0 !important;
		width: 100%;
		height: 150px;
		background-color: rgb(244, 243, 243);
		border-radius: 5px;
	}
	.zlyteNavBar.zlyteNavVertical{
		height: 100% !important;
	}
	
	.zlyteNavCreateButton span{
		font-size: 14px;
	}
	.zlyteMenufeatherIcon {
		width: 34px;
		background-image: url(../images/Feather-1db759c.png);
		background-size: cover;
	}

	.w50 {
		width: 50px;
	}

	.cwheat {
		color: wheat;
	}

	.cblue {
		color: #0242f8;
	}
	.docmainContentWrap {
		width: 100%;
	}

.pdf-mode,
.pdf-mode * {
	font-size: 10px !important;
}
.pdf-mode .contentSubheadings,
.pdf-mode doc-snippet,
.pdf-mode doc-snippet-wrapper,
.pdf-mode .docContent,
.pdf-mode .example_container {
	margin: 0;
}
.pdf-mode .docIntroContainer {
	width: 100%;
	padding: 0;
}
.pdf-mode doc-snippet-wrapper lyte-tab-head {
	display: none;
}
.pdf-mode doc-snippet-wrapper lyte-tab-body {
	background-color: transparent;
	border: 0;
}
.pdf-mode doc-snippet-wrapper lyte-tab-title {
	margin: 0;
}
.pdf-mode doc-snippet-wrapper lyte-tab-content {
	margin-bottom: 30px;
}
.pdf-mode doc-snippet-wrapper lyte-tab-content.lyteTabHide {
	display: block;
}
.pdf-mode doc-snippet .docSnippetPre {
	overflow: visible;
	max-height: unset;
	white-space: pre-wrap;
}
.pdf-mode doc-snippet .line-numbers-rows {
	display: none;
}
.pdf-mode .docSnippetCopyBtn {
	display: none;
}

@media print {
	.docIntroContainer {
		width: 100%;
	}
	doc-snippet-wrapper lyte-yield[yield-name="codeYield"] {
		display: grid;
	}
	doc-snippet-wrapper lyte-tab-head,
	doc-snippet-wrapper lyte-tab-body {
		display: contents;
	}
	doc-snippet-wrapper lyte-tab-title {
		margin: 0;
	}
	doc-snippet-wrapper lyte-tab-content {
		margin-bottom: 30px;
	}
	doc-snippet-wrapper lyte-tab-content.lyteTabHide {
		display: block;
	}
	doc-snippet .docSnippetPre {
		overflow: visible;
		max-height: unset;
		white-space: pre-wrap;
	}
	doc-snippet .line-numbers-rows {
		display: none;
	}
	doc-snippet-wrapper lyte-tab-title:nth-child(1) {
		grid-row: 1;
	}
	doc-snippet-wrapper lyte-tab-content:nth-child(1) {
		grid-row: 2;
	}
	doc-snippet-wrapper lyte-tab-title:nth-child(2) {
		grid-row: 3;
	}
	doc-snippet-wrapper lyte-tab-content:nth-child(2) {
		grid-row: 4;
	}
	doc-snippet-wrapper lyte-tab-title:nth-child(3) {
		grid-row: 5;
	}
	doc-snippet-wrapper lyte-tab-content:nth-child(3) {
		grid-row: 6;
	}
	doc-snippet-wrapper lyte-tab-title:nth-child(4) {
		grid-row: 7;
	}
	doc-snippet-wrapper lyte-tab-content:nth-child(4) {
		grid-row: 8;
	}
	.docSnippetCopyBtn {
		display: none;
	}
}

.chatBotSendIcon{
	width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    background-size: cover;
    background-image: url(/images/chatBot-send-1b2ea4f.png);
    right: 10px;
    background-position: 100%;
    transform: translateY(-50%);
}
.chatBotStopIcon{
	width: 10px;
    height: 10px;
    flex-shrink: 0;
    position: absolute;
    background-size: cover;
    right: 20px;
    top: 0;
    background-position: 100%;
    transform: translateY(50%);
}
.chatBot {
	-webkit-mask-image: url(/images/ai-assistant-db017a1.png);
	mask-image: url(/images/ai-assistant-db017a1.png);
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 25px;
	height: 25px;
	margin: auto;
	cursor: pointer;
	background-color: #000;
}
.chatBot:hover {
	background-color: #804bb3;
}


 /* Basic reset */

/* @keyframes chatbot-animation {
	0%   {transform: scale(1.5)}
	50%   {transform: scale(2.5)}
 	100% {transform: scale(1.5)}
}
 */
.chatBotModal .lyteModal {
	top: 5% !important;
	transform: unset !important;
    height: calc(100vh - 10%) !important;
    border-radius: 15px;
}

.chatBotModal lyte-modal-header {
	display : flex;
	align-items : center;
	justify-content : space-between;
	  font-size: 20px;
    padding: 10px 50px 10px 20px;
    border-bottom: 1px solid #aaa;
}
.chatBotModal lyte-modal-header lyte-dropdown lyte-drop-button{
	border-radius:5px;
}
.chatBotModal lyte-modal-header lyte-dropdown {
	width : 220px;
}

.chatBotModal lyte-modal-content {
	max-height: calc(100% - 100px) !important;
    height: 100%;
	padding: 0;
}
.chatBotModal .lyteModalClose{
    top:20px;
    right : 20px;
}
  
.message.incoming {
 	background: #dbdada;
    color: #000;
    position: relative;
}
    
.chatBotModal lyte-modal-footer {
    padding: 0 20px;
}
.chatBotModal lyteModalYield {
     height: 100%;
    display: block;
}
.message.outgoing {
	color: #fff;
    background: #0984e3;
	padding: 15px;
}
.message {
	margin-bottom: 12px;
    padding: 10px;
    border-radius: 20px;
    max-width: 85%;
    width: max-content;
    font-size: 16px;
}
.lyteInputBox input {
	border-radius: 5px;
	background: transparent;
}
.chatDocContent {
	font-size: 16px;
	margin-bottom: 10px;
}
.loadingSvg{
	display:flex;
}
.loadingSvg:hover .cancelChat{
	display:block;
}
.cancelChat{
	width:5px;
	height:5px;
	visibility:hidden;
}

/* Main chat container */
.chat-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    margin: 50px auto;
    font-family: Arial, sans-serif;
}

/* Chat messages area */
.chat-messages {
    flex: 1;
    /* min-height:550px; */
	margin: 0px auto;
    width: 55%;
    padding: 16px 20px;
    overflow-y: auto;
    /* background-color: #f9f9f9; */
    height: 100%;
    background: transparent;
    
    display: flex;
    flex-direction: column;
	gap: 15px;
   /*  justify-content: end; */
}

/* Individual message styling */
.message {
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 5px;
    max-width: 80%;
}

/* Styling for incoming and outgoing messages */
.message.incoming {
	background-color: rgb(244 246 255);
	border-radius: 0 20px 20px;
	padding: 17px;
   /*   background-color: #e1f5fe; */
   /*  text-align: left; */
}

.message.outgoing {
    /* background-color: #c8e6c9; */
    /* text-align: right; */
    margin-left: auto;
    border-radius: 20px 20px 0;
	padding: 17px;
}
.initialMsg {
	margin-top: auto;
}
/* Chat input area */
.chat-input-area {
	margin: 0px auto;
    width: 55%;
	height: 50px;
    display: flex;
    align-items: center;
	margin-bottom: 30px;
    /* padding: 10px; */
    position: relative;
  
}

.chat-input-area lyte-input{
	height: 100%;
}

.chat-input-area input {
	padding-right: 40px;
}
.chat-input-area .lyteField {
	border-radius: 28px;
	padding-left: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* File upload icon */
.file-upload {
    cursor: pointer;
    font-size: 18px;
    margin-right: 8px;
}

/* Input field */
.chat-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}



.badResponse{
	color : red;
	background-color: #ffdddd;
}



/* Hide actual file input */
.file-input {
    display: none;
}
.chatHeading {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 20px;
}

.chatDocLink {
	text-decoration: none;
    color: blue;
}
.chatDocLink:hover {
    text-decoration: underline;
}
.message doc-snippet {
	display: block;
    margin: 0px 0 20px;
}

.subHeadingWrapper {
    line-height: 1.55;
}

.subHeading {
    font-size: 18px;
    font-weight: 800;
}
.documentRef {
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0;
}
.chatDocSpan {
	font-size: 16px;
    color: #444;
    line-height: 1.55;
}
.badResponse::after {
    content: attr(data-descr);
    width: 100%;
    height: 100%;
    display: flex
;
    position: absolute;
    background: #ffdddd;
    top: 0;
    right: 0;
    /* z-index: -1; */
    justify-content: center;
    align-items: center;
    border-radius: 0 20px 20px;
}
.chatBotLoading{
	min-height: 20px;
}

.overlay {
	position: absolute;
	inset: 0;           /* covers the whole container */
	background: rgba(255,255,255,0.6); /* optional */
	display: flex;
	justify-content: center;        /* horizontal center */
	align-items: center;     
	z-index: 10;
  }
  
  .overlay-text {
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
  }

  .chatbotModelDropDown{
	position: sticky;
    top: 0px;
    width: 18%;
  }