@charset "utf-8";
:root{
	--mc: #EC345A;
}
html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	overflow-x: hidden;
	width: 100%;
	font-family: "Poppins";
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #f4f5fe;
	color: #7d7789;
}
h1,h2,h3,h4,h5,h6{color: #333;}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
b{
	color: #000;
}
p{
	margin-bottom: 20px;
}
p:last-child{
	margin-bottom: auto;
}
small{
	font-size: smaller;
}
code{
	border-left: 2px solid #555;
    background-color: #eee;
    display: block;
    color: #111;
    padding-left: 15px;
    margin: 5px 0;
}
.list{
	padding-left: 20px;
}
.list40{
	padding-left: 40px;
}
.content img{
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	max-width: 100%;
}

.doc__wrap,
.doc__wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

a{
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: var(--mc);
}
a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 2px;
	background-color: var(--mc);
	transition: all .3s ease;
}
a:hover:before{
	width: 0;
}
.doc__wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.doc__wrap .logo{
	padding: 50px 0px;
	text-align: left;
}
.doc__wrap .logo img{
	max-height: 100px;
}


.doc__wrap .copyright{
	position: absolute;
	z-index: 1;
	bottom: 50px;
	left: 20px;
}
.doc__wrap .copyright p{
	color: #fff;
	font-size: 13px;
}
.doc__wrap .copyright p span{
	opacity: .5;
}
.doc__wrap .copyright a{
	text-decoration: none;
	color: #fff;
	transition: all .3s ease;
}
.doc__wrap .copyright a:hover{
	color: var(--mc);
}
.doc__wrap .copyright a:before{display: none;}
.doc__wrap .sidebar{
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100vh;
	width: 310px;
	background-color: #333;
	z-index: 5;
}
.doc__wrap .sidebar .sidebar_inner{
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	padding: 0 20px;
}
.doc__wrap .sidebar .links{
	max-height: calc(100vh - 300px);
	overflow-y: auto;
}

.doc__wrap .sidebar .links::-webkit-scrollbar {
  width: 4px;
}
.doc__wrap .sidebar .links{
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}
.doc__wrap .sidebar .links:-webkit-scrollbar-track {
  background: #333;
}
.doc__wrap .sidebar .links::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 1px solid #999;
}
.doc__wrap .sidebar .links ul{
	margin: 0px;
	list-style-type: none;
	padding-right: 10px;
}
.doc__wrap .sidebar .links ul li{
	margin: 0px;
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
}
.doc__wrap .sidebar .links ul li a{
	text-decoration: none;
	color: #ddd;
	font-size: 16px;
	display: block;
	padding: 3px 0px;
	font-family: "Poppins";
	font-weight: 500;
	transition: all .3s ease;
}
.doc__wrap .sidebar .links ul.sub-menu li a{
	font-size: 13px;
	padding-left: 20px;
}
.doc__wrap .sidebar .links ul.sub-menu li:before{
	left: 20px;
}
.doc__wrap .sidebar .links ul li a:before{display: none;}
.doc__wrap .sidebar .links ul li.current > a{
	color: var(--mc);
}
.doc__wrap .sidebar .links ul li:hover > a{
	color: var(--mc);
}
.doc__wrap .sidebar .links ul li:before{
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 1px;
	background-color: rgba(255,255,255,.05);
}
.doc__wrap .content{
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 150px 40px 120px 350px;
}
.doc__wrap .section{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 200px;
}
.doc__wrap .section:last-child{
	margin-bottom: 0;
}
.doc__wrap .intro{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.doc__wrap .intro .item_name{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding-bottom: 10px;
}
.doc__wrap .intro .item_name h3{
	font-size: 35px;
}
.doc__wrap .intro_list{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.doc__wrap .intro_list{
	width: 100%;
	float: left;
}
.doc__wrap .intro_list li{
	margin: 0px;
	list-style-type: none;
	margin-bottom: 5px;
}
.doc__wrap .main_title{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #333;
	border-radius: 5px;
	padding: 10px 40px;
	margin-bottom: 30px;
}
.doc__wrap .main_title h3{
	color: #fff;
	letter-spacing: 3px;
	font-weight: 400;
}
.doc__wrap .inner_list{
	width: 100%;
	float: left;
	padding-left: 20px;
}
.doc__wrap .inner_list{
	margin: 0px;
}
.doc__wrap .text{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.doc__wrap .inner_image{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.doc__wrap .tutorial_list{
	width: 100%;
	float: left;
}
.doc__wrap .tutorial_list ul{
	margin: 0px;
	list-style-type: none;
}
.doc__wrap .tutorial_list ul li{
	margin: 0px 0px 70px 0px;
	width: 100%;
	float: left;
}
.doc__wrap .tutorial_list ul li:last-child{margin-bottom: 0px;}
.doc__wrap .tutorial_list .tutorial_title{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.doc__wrap .tutorial_list .tutorial_title h3{
	text-transform: uppercase;
	font-weight: 800;
}
.doc__wrap .contact_list{
	width: 100%;
	float: left;
}
.doc__wrap .contact_list ul{
	margin: 0px;
	list-style-type: none;
}
.doc__wrap .contact_list ul li{
	margin: 0px 0px 10px 0px;
	width: 100%;
	float: left;
}
.doc__wrap .contact_list ul li p{
	padding-right: 50px;
	margin-bottom: 10px;
}
.doc__wrap .contact_list ul li img{
	max-width: 120px;
}
.doc__wrap .contact_list ul li img.move{
	position: relative;
	left: 300px;
}
.doc__wrap .contact_list ul li:last-child{margin-bottom: 0px;}


.alert{
	width: 100%;
	
	padding: 24px 40px 23px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.alert:last-child{
	margin-bottom: 0;
}
.alert.error{
	background-color: #FFE9EA;
}
.alert.info{
	background-color: #d9edf7;
}
.error .alert_title{
	color: #8B3937;
}
.info .alert_title{
	color: #3a87ad;
}
.space20{width:100%; float:left; clear:both; margin-bottom:20px;}
.fn__accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	clear:both;
	width:100%;
	float:left;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.fn__accordion .accordion_in {
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0);
	transition: box-shadow 300ms ease;
}
.fn__accordion .acc_head {
	position: relative;
    color: #000;
    padding: 20px 40px 20px 100px;
    display: block;
    cursor: pointer;
    background-color: #ebebeb;
}
.fn__accordion .acc_active.accordion_in{
	box-shadow: 0px 5px 15px rgb(0 0 0 / 50%)
}
.fn__accordion .acc_active .acc_head span{
	font-size: larger;
}
.fn__accordion .acc_head span{
	width: 80px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #333;
	color: #fff;
	text-align: center;
	transition: all .3s ease;
}
.fn__accordion .acc_content {
	background: #fff;
	padding: 30px;
	border-top: none;
	display: none;
}
.fn__accordion ol,
.fn__accordion ul{
	padding-left: 40px;
}
.option{
	padding: 25px 30px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: #dcdff9;
	margin-bottom: 30px;
}
.badges{
	margin-left: 5px;
}
.badges img{
	all: unset;
	width: 30px;
	height: auto;
}
.display-flex{
	display: flex;
}
@media(max-width: 1040px){
	.doc__wrap .content{padding: 30px 20px;}
	.doc__wrap .sidebar{
		position: relative;
		width: 100%;
		height: auto;
	}
	.doc__wrap .sidebar .sidebar_inner{
		float: none;
		padding-bottom: 120px
	}
	.doc__wrap .logo{padding: 30px 0;}
}
