html{
  scroll-behavior: smooth;
}
  body{
	font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #303030;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
a:focus, a:hover{
  text-decoration:none;
  outline:none;
}
b, strong{
  font-weight: 500;
}
.h3, h3{
  font-size: 28px;
  font-weight: 500;
}
.h4, h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0;
}
p{
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 28px;
}
/* Header */
header{
    background: #f7f7f7;
    padding: 20px 0;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
}
header .logo{
	color: #fff;
	text-transform: uppercase;
	color: #FFA618;
}
header .logo h2{
	color:#07B8DA;
	margin:0;
	display: inline-block;
}
header .logo h2 span{
	color:#fff;	
}
/* Header End */
.content{
  min-height: 600px;
}
.btn-default{
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.btn-default:hover{
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.btn-primary{
  background: #03b9da;
  border-color: #03b9da;
}
.btn-primary:hover{
  background: #00a9c8;
  border-color: #00a9c8;
}
.main-menus .btn-navbar{
  float: right;
  padding: 0;
  background: transparent;
}
.main-menus .btn-navbar i{
  font-size: 24px;
}
.side-nav{
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
.side-nav ul li{
  background: #f8fafb;
  margin-top: 3px;
}
.side-nav ul li a{
  font-size: 15px;
  display: block;
  padding: 13px 20px;
  color: #757575;
}
.side-nav ul li a i{
  float: left;
  margin-right: 10px;
  width: 20px;
}
.side-nav ul li a i.fa-smile-o{
  color: #d77104;
  font-size: 20px;
}
.side-nav ul li a i.fa-desktop{
  color: #00c685;
}
.side-nav ul li a i.fa-cog{
  color: #00a40a;
  font-size: 18px;
}
.side-nav ul li a i.fa-laptop{
  color: #000;
}
.side-nav ul li a i.fa-file-text-o{
  color: #d77104;
}
.side-nav ul li a i.fa-caret-down{
  float: right;
  margin-right: 0;
  width: auto;
}
.side-nav ul li.active a{
  color: #000;
  font-weight: 500;
}
.side-nav ul li ul{
  background: #fff;
  padding-left: 45px;
}
.side-nav ul li ul li{
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}
.side-nav ul li ul li a{
  padding: 5px 0;
  background: #fff;
}
.side-nav ul li ul li a i{
  width: auto;
}
.side-nav ul li a:focus, .side-nav ul li a:hover{
  outline: none;
  color: #000;
  text-decoration: none;
}
.nav-title{
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #1d2746;
  border-radius: 4px;
  line-height: 22px;
  padding: 13px 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.content img{
  border: 1px solid #ddd;
  margin-bottom: 25px;
  border-radius: 5px;
  padding: 5px;
}
.doc-section + .doc-section{
  border-top: 1px solid #e8f0f1;
  padding-top: 43px;
  padding-bottom: 35px;
  scroll-margin-top: 70px;
}
.pb{
  padding-bottom: 30px;
}
.ex-links{
  margin-bottom: 0;
}
.ex-links li a.btn{
  padding: 8px 30px;
  line-height: 24px;
}
.ex-links li a.btn i{
  margin-left: 10px;
}
.ex-links li a.btn-link{
  color: #666;
  font-weight: 500;
}
.ex-links li a.btn-link:hover{
  text-decoration: none;
}
.requirements, .whats-uncluded{
  margin-top: 40px;
}
.requirements ul li{
  font-size: 16px;
  margin-bottom: 10px;
}
.steps-wrap{
  border: 1px solid #e5ebef;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 2px;
}
.steps-wrap ul{
  position: relative;
  padding-left: 20px;
}
.steps-wrap ul:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c4cdd5;
}
.steps-wrap ul li{
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 16px 0;
  position: relative;
  padding-left: 35px;
  counter-increment: a;
}
.steps-wrap ul li:before{
  content: '';
  font-family: FontAwesome;
  font-size: 11px;
  position: absolute;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-weight: 500;
  background-color: #10b3d6;
  text-align: center;
  line-height: 23px;
  top: -4px;
  left: -4px;
  border: 5px solid #fff;
}
blockquote.warning{
  background: #fefaed;
  border-color: #f6ba18;
  display: flex;
}
blockquote.warning .media-body p{
  font-size: 14px;
}
blockquote.warning i{
  color: #f6ba18;
  font-size: 24px;
  margin-right: 25px;
  padding-top: 4px;
}
.installing-the-extension .steps-wrap ul li img{
  margin-top: 10px;
}
.installing-the-extension .steps-wrap ul li:before{
  content: counter(a);
  font-family: arial;
  font-weight: 700;
}
.direction_step + .direction_step {
  margin-left: 28px;
}
.direction_step {
  padding: 0 8px;
  font-size: 14px;
  border-radius: 4px;
  background: rgba(127, 130, 248, 0.8);
  color: #fff;
  position: relative;
  line-height: 20px;
  white-space: nowrap;
}
.direction_step + .direction_step:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: -22px;
  color: rgba(127, 130, 248, 0.8);
  top: 0;
}
.change-log{
  border-bottom: 1px solid #ddd;
}
.change-log .cwrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.change-log h4{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.change-log .version-info{
  text-align: center;
}
.change-log .version-info .cversion{
  background: #1d2746;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  height: 26px;
  line-height: 27px;
  border-radius: 3px;
  color: #fff;
  min-width: 50px;
  max-width: 60px;
  display: block;
}
.change-log .version-info {
    margin-right: 15px;
    position: relative;
    height: 100%;
}
.change-log .changelog-content{
  padding-bottom: 55px;
}
.change-log .changelog-content p{
  font-size: 14px;
  font-weight: 500;
}
.change-log .changelog-content .fixed{
   background: #ea3940;
}
.change-log .changelog-content .new{
   background: #0ed193;
}
.change-log .changelog-content span{
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  min-width: 110px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
  margin-right: 20px;
  height: 22px;
  flex: 0;
  letter-spacing: 0.8px;
}
.support-review{
  padding: 30px 0;
}
.support-review .stuck{
  font-weight: 500;
}
.support-review .rate-us a{
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #6b707f;
  display: inline-block;
  padding: 1px 14px 0;
  background-color: white;
  box-shadow: 0 3px 8px 0 rgba(2, 48, 58, 0.14);
  transition: all 0.2s linear;
  margin-left: 8px;
}
/* Footer */
footer {
  background: #1d2746;
  padding: 30px 0;
  text-align: center;
  margin-top: 15px;
}
footer p{
	color: #a4a8b4;
	margin-bottom: 0;
	font-size: 16px;
  font-weight: 600;
}
footer p a{
  color: #10b3d6;
}
footer p a:hover{
  color: #10b3d6; 
}
