.tree_selector a {
	font-size: 14px;
    font-weight: 400;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.app-header .app-logo {
    margin-left: 0px;
    padding-left: 0px;
}
body[data-theme="MesciusTemplate"] .app-logo {
    margin-left: 0px;
    padding-left: 0px;
}
.app-logo img {
    vertical-align: middle;
    max-height: 40px;
	max-width: max-content;
	position: relative;
    z-index: 10;
}
body[data-theme="MesciusTemplate"] .app-logo .app-branding-logo {
    width: 149px;
	margin-right: 5px;
}
body[data-theme="MesciusTemplate"] .app-logo .app-branding-logo img {
    height: 45px;
    max-height: 45px;
}
body[data-theme="MesciusTemplate"] .app-logo .app-logo-divide {
    padding-left: 1px;
	margin-right: 18px;
}
.gc-tree-item > a > div[recent="recent"]::before{
    content: 'New';
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 10px;
    background: #F7A712;
    font-size: 10px;
    color: white;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: -0.1em;
    text-transform: uppercase;
}
.gc-tree-item > a > div[new="new"]::before{
    content: 'New';
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 10px;
    background: rgb(247, 0, 0);
    font-size: 10px;
    color: white;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: -0.1em;
    text-transform: uppercase;
}
.gc-tree-item > a > div[ent="ent"]::before{
    content: 'Ent';
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 10px;
    background: rgb(247, 167, 17);
    font-size: 10px;
    color: white;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: -0.1em;
    text-transform: uppercase;
}

.gc_playground_all_tabs {
	position: absolute;
    z-index: 1;
    right: 20px;
    margin-top: -38px;
	width: 50px;
}
.gc_playground_all_tabs .gc-playground_open-in-new-tab_link {
    cursor: pointer;
}
@media screen and (min-width: 1880px) {
	.responsive .gc-side-show .gc_playground_all_tabs {
		display: block;
		width: 50px;
	}
}
@media screen and (max-width: 1024px) {
	.responsive .gc_playground_all_tabs {
		display: block;
	}
}
.theme_container {
	display: none;
}
@media screen and (min-width: 1600px) {
  .responsive .gc-playground {
	height: calc(100vh - 300px);
  }
}
/* common */
html {
	font-size: 16px;
}
/*header elements */
.responsive .description-title .description-title h1 {
	margin-top: 0px;	
}
.responsive .content-text p {
	line-height: inherit;
	margin: 0;
	margin-bottom: 12px;
}
/* content elements */
.app-content p,
.app-content div,
.app-content strong {
	font-size: 16px;
}
.app-content ul {
	margin-top: 12px;
	margin-bottom: 12px;
}
.app-content ul li {
	line-height: 24px;
	font-size: 15px;
	list-style-type: disc;
	-webkit-tap-highlight-color rgba(0, 0, 0, 0);
}
.app-content a:hover {
	text-decoration: underline;
}
.app-content .h1, .app-content h1 {
    font-size: 24px;
    font-weight: 500;
}
.app-content .h2, .app-content h2 {
    font-size: 22px;
    font-weight: 500;
}
.app-content .h3, .app-content h3 {
    font-size: 20px;
    font-weight: 500;
}
.app-content .h4, .app-content h4 {
    font-size: 18px;
    font-weight: 500;
}

.monaco-editor div, .monaco-editor strong {
	font-size: inherit;	
}
.app-content .monaco-editor .view-line,
.app-content .monaco-editor .view-line span {
	font-size: 14px;
}

/* ================================================================================= */
/* ================================================================================= */
.react-root-element {
    --product-color: #5a7e9e;
}
.nav__version-selector {
	color: #3b5368;
}
body[data-theme="MesciusTemplate"] .app-main-container {
    padding-top: 95px;
    min-height: calc(100vh - 95px);
}
body[data-theme="MesciusTemplate"] .app-sider {
    top: 95px;
    height: calc(100vh - 95px);
    line-height: 1.15;
}
@media screen and (max-width: 1024px) {
	.app-menu {
		top: 50px;
		color: #41596e;
		background: #c6d9e6;
	}
	.app-menu a {
		color: #41596e;
		border-bottom: 2px solid #5a7e9e;
	}
	.nav-path {
		color: #5a7e9e;
	}
	.nav__version-selector {
		padding-left: 10px;
	}
	.mobile_tree-menu-icon {
		color: #5a7e9e;
	}
}
body[data-theme="MesciusTemplate"] .app-sample-btn > a {
    border: none;
}
.tsd-theme-toggle {
	display: none;
}
/* ================================================================================= */