@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
 	font-size: 16px;
 	color: #404244;
 	font-family: "Poppins", sans-serif;
}
body, html {
 	padding: 0;
 	margin: 0;
 	background-color: #fff;
}
.navbar{
	box-shadow: 0 8px 8px -10px rgba(0,0,0,.15);
 	border:none;
 	padding: .7rem 1.5rem;
 	line-height: 2.85rem;
 	position: fixed;
 	top: 0;
 	left: 0;
 	z-index: 20;
 	right: 0;
 	height: 4.25rem;
 	background-color: #fff;
 	box-sizing: border-box;
}
.navbar a{
	display: inline-block;
}
.navbar .logo{
	margin-right: .5rem;
 	margin-top: .25rem;
 	min-width: 2.5rem;
 	height: 2.5rem;
 	vertical-align: top;
 	display: inline-block;
}
.sidebar {
	border-right: 1px dashed #eee;
	font-size: 16px;
	background-color: #fff;
	width: 20rem;
	position: fixed;
	z-index: 10;
	margin: 0;
	top: 4.25rem;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	overflow-y: auto;
}
.sidebar-links {
	padding: 1.5rem 0;
}
.sidebar ul {
	margin: 0;
	list-style-type: none;
	line-height: 1.7;
}
.sidebar ul {
	list-style-type: none;
}
.sidebar-link {
	align-items: center;
	display: flex;
	border: none;
	font-size: 1.1em;
  line-height: 1.7;
  transition: border-color .25s;
	padding: .35rem 1.475rem;
	width: 100%;
  box-sizing: border-box;
  color: #404244;
}
.sidebar-link.active {
  font-weight: 700;
}
a{
	text-decoration: none;
}
h1 {
  font-size: 2.2rem;
}
.page {
  padding-bottom: 2rem;
  display: block;
  padding-left: 20rem;
}
.theme-default-content {
  max-width: unset;
}
.theme-default-content {
  padding-top: 2.86875rem;
}
.theme-default-content {
  margin: 0 auto;
  padding: 2rem 2.5rem;
  padding-top: 2rem;
}
.theme-default-content h1{
	margin-top: -1.5rem;
  margin-bottom: 1rem;
  padding-top: 5.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.elements-list{
	padding-left: 1.75rem;
	margin:0;
  list-style-type: none;
  transition: height .1s ease-out;
  font-size: .95em;
  overflow: hidden;
}
.element-link{
	border-left: 1px solid rgba(48,128,208,.25);
	transition: border-color .25s;
 	padding: .35rem 1.475rem;
 	display: inline-block;
 	font-size: 1em;
  font-weight: 400;
  color: #404244;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
}
.element-link:hover{
	border-left-width: 3px;
  margin-left: -1px;
  padding-left: calc(1.475rem - 1px);
  color: #0AC198;
}
.example-container{
	background: rgba(10, 193, 152, 0.1);
	padding: 8px 20px;
	box-shadow: none !important;
  border-radius: 5px;
  margin: 35px 0;
}
.example-container h3{
	margin: 10px 0;
	font-weight: 400;
	font-size: 24px;
}
.example-container pre{
	background-color: #fff;
	border-left: 4px solid #0AC198;
	margin-top: 16px !important;
  margin-bottom: 16px !important;
  width: auto;
  background-color: #fff;
  color: #000;
  padding: 8px 12px;
}
hr{
	margin: 20px -16px;
	border: 0;
   border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid #eee;
}
h2{
	font-size: 32px;
	font-weight: 400;
  margin: 10px 0;
}
.highlight-tag {
    color: #0AC198;  /* Kolor podświetlenia */
    font-weight: bold;
    background-color: rgba(10, 193, 152, 0.1);
    padding: 2px 5px;
    border-radius: 4px;
    font-family: monospace;
}
.highlight-tag-example {
    color: #0AC198;
    font-family: monospace;
}
.highlight-tag-atr{
    color: #000;
    font-family: monospace;
    background-color: rgba(10, 193, 152, 0.1);
    font-weight: 700;
    text-transform: uppercase;
}
.home-p{
	margin-top: 2rem;
	line-height: 1.7;
}
.home-h2{
	margin-top: -3.75rem;
  padding-top: 5.25rem;
  margin-bottom: 0;
  border-bottom-style: dashed;
  font-weight: 700;
  font-size: 1.65rem;
  padding-bottom: .3rem;
  border-bottom: 1px dashed #eaecef;
  line-height: 1.25;
}
.home-ol{
	padding-left: 1.2em;
	line-height: 1.7;
	margin-top: 1rem;
}