/* Documentatiuon CSS */
:root{
	--bs-primary: #7126FB;
	--bs-primary-rgb: 113, 38, 251;
	--bs-link-color-rgb: 113, 38, 251;
	--bs-heading-color: #222222;
	--bs-body-color: #5a564d;
    --bs-body-color-rgb: 90, 86, 77;
	--bs-secondary: #F4D501;
    --bs-light: #FFF6F0;
}
::-webkit-scrollbar {
	display: none;
}
body{
	background-color: #f7f3fe;
    font-family: "DM Sans",sans-serif;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "DM Sans",sans-serif;
    font-weight: 600;
    color: var(--bs-heading-color);
    line-height: 1.4;
}
h1{
	font-size: 40px;
}
h2{
	font-size: 35px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 18px;
	line-height: 1.5;
    font-weight: 500;
}
h6{
	font-size: 16px;
	line-height: 1.5;
    font-weight: 500;
}
@media only screen and (max-width: 991px){
	h1{
		font-size: 32px;
	}
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 22px;		
	}
	h4{
		font-size: 18px;		
	}
	h5{
		font-size: 16px;
	}
	h6{
		font-size: 15px;		
	}
}
.website-logo{
	padding: 15px 20px;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 30px;
}
.website-logo img{
	width: 150px;
}
.sidemenu{
	min-width: 280px;
    width: 280px;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    transition: all 0.5s;
}
.navigation-list .navbar{
	width: 100%;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}
.navigation-list .navbar li a{
	display: block;
    color: var(--bs-body-color);
    padding: 10px 20px;
    border-right: 3px solid transparent;
    transition: all 0.5s;
}
.navigation-list .navbar li a.active{
    color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    border-radius: 6px;
}
.main-wrapper{
    padding-left: 280px;
}
@media only screen and (max-width: 991px){
	.sidemenu:not(.show){
		left: -300px;
	}
	.navbar-toggler{
		display: inline-block;		
	}
	.main-wrapper{
		padding: 0;
	}
}

.content-wrapper{
	padding: 50px 30px 30px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767px){
	.content-wrapper {
		padding: 0px;
	}
}
.section-overview .text{
	font-size: 18px;
}
.section-wrapper{
	padding-bottom: 50px;
	padding-top: 50px;
	border-bottom: 1px dashed #b3b3b3;
}
.section-wrapper:last-child{
    border-bottom: 0;
}
.card{
	border: 0;
}
.card-body{
	padding: 50px;
}
@media only screen and (max-width: 575px){
	.card-body {
		padding: 30px;
	}
	.section-wrapper{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.box-layout{
	background-color: #fcfcfc;
	padding: 30px;
}
.card-title{
	margin-bottom: 5px;
	color: var(--bs-heading-color);
}
.title-box{
	margin-bottom: 40px;
}
@media only screen and (max-width: 575px){	
	.title-box {
		margin-bottom: 20px;
	}
}
.title-text{
    font-size: 18px;
    color: #000;
}
.update-title-wrap{
	display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.update-title{
	font-size: 15px;
    display: flex;
    align-items: center;
    text-decoration: underline;
    margin-bottom: 0;
}
.update-badge{
	font-weight: 700;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 4px;
    color: var(--bs-primary);
    padding: 3px 7px;
    font-size: 13px;
    margin-left: 10px;
}
.change-log{
    padding: 0 0 0 16px;
    margin-bottom: 0;
}
.change-log li{
	display: block;
	position: relative;
}
.change-log li:after{
	content: "";
    height: 5px;
    width: 5px;
    background-color: var(--bs-primary);
    position: absolute;
    transform: rotate(45deg);
    left: -16px;
    top: 10px;
}
.name-list{
    padding: 0 0 0 16px;
    margin-bottom: 0;
}
.name-list li{
	display: block;
	position: relative;
}
.name-list li:not(:last-child){
	margin-bottom: 35px;
}
.name-list li:after{
	content: "";
    height: 5px;
    width: 5px;
    background-color: var(--bs-primary);
    position: absolute;
    transform: rotate(45deg);
    left: -16px;
    top: 10px;
}
pre{
	border: 1px solid #ebebeb;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #fff;
}
footer{
	text-align: center;
	padding: 20px 0 0;
}


/* begin::Header */
.navbar-toggler{
	height: 40px;
    width: 40px;
    border: 0;
    border-radius: 50px;
    float: right;
    line-height: 40px;
    font-size: 18px;
    transition: all 0.25s;
    position: relative;
    padding: 0 5px;
    margin: 0;
    text-align: center;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
    outline: 0;
    background-color: #5d18ef;
}
.navbar-toggler span{
	display: block;
    height: 2px;
    width: 65%;
    border-radius: 5px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: #ffffff;
    display: block;
    margin: 5px;
}
.navbar-toggler span:nth-child(2){
	width: 50%;
}
.main-header{
	display: none;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 12px;
}
.main-header .website-logo{
    margin-bottom: 0;
	width: 125px;
	padding: 0;
}
@media (max-width: 991px){
	.main-header{
		display: flex;
	}
}
/* end::Header */


/* begin::Code Language */
.code-language{
	padding: 30px 5px 5px;
    background-color: #030712;
    border-radius: 15px;
	position: relative;
}
.code-language pre{
	padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    border-radius: 10px;
	margin-bottom: 0;
}
.code-language code.hljs{
    background-color: #1c202a;
	padding: 15px 25px;
	color: #fcf9fa;
}
.hljs-deletion,
.hljs-number,
.hljs-quote,
.hljs-selector-class,
.hljs-selector-id,
.hljs-string,
.hljs-template-tag,
.hljs-type{
    color: #74d4ff;
}
.hljs-tag .hljs-attr, .hljs-tag .hljs-name {
    color: #fb64b6;
}
.hljs-punctuation, .hljs-tag {
    color: #90a1b9;
}
.hljs-comment {
    color: #589961;
}
.pad-dots-wrap{
    display: flex;
    gap: 6px;
    position: absolute;
    top: 10px;
    left: 15px;
}
.pad-dots-wrap .dot{
	height: 10px;
    width: 10px;
    background-color: #292e3b;
    border-radius: 50%;
}
/* end::Code Language */