.docs-rocket {
  position: relative;
  /*-----------------------------------------------------------------------------------

      Template Name: Documentation - HTML Template
      Version: 1.0

  -----------------------------------------------------------------------------------

      CSS INDEX
      ===================

      01. Template default CSS
      02. Template Spacing CSS
      03. Search Box CSS
      04. Doc Details CSS
      05. Sidebar CSS

  -----------------------------------------------------------------------------------*/
  /*----------------------------------------*/
  /*  01. Template default CSS
  /*----------------------------------------*/
  /* Common Style */
  /* Common Classes */
  /* Breadcrumb CSS */
  /*----------------------------------------*/
  /*  02. Template Spacing CSS
  /*----------------------------------------*/
  /* Section Spacing */
  /*----------------------------------------*/
  /*  03. Search Box CSS
  /*----------------------------------------*/
  /*live search css*/
  /*----------------------------------------*/
  /*  04. Doc Details CSS
  /*----------------------------------------*/
  /*----------------------------------------*/
  /*  05. Sidebar CSS
  /*----------------------------------------*/
}
.docs-rocket *,
.docs-rocket *::after,
.docs-rocket *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.docs-rocket a {
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.docs-rocket .border-bottom {
  border-bottom: 1px solid #dfe3e8;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .docs-rocket .section-fluid {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .docs-rocket .section-fluid {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docs-rocket .section-fluid {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .docs-rocket .section-fluid {
    margin-left: 0;
    margin-right: 0;
  }
}
.docs-rocket .custom-container {
  width: 100%;
  max-width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .docs-rocket .custom-container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 575px) {
  .docs-rocket .custom-container {
    max-width: 450px;
  }
}
.docs-rocket .breadcrumb {
  padding-top: 15px;
  padding-left: 65px;
  padding-right: 65px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .docs-rocket .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .docs-rocket .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docs-rocket .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .docs-rocket .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.docs-rocket .breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.docs-rocket .breadcrumb ol li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  .docs-rocket .breadcrumb ol li {
    font-size: 14px;
  }
}
.docs-rocket .breadcrumb ol li + li::before {
  display: inline-block;
  padding: 0 15px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20rgb(99,%20115,%20129)%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M8%2016c-.256%200-.512-.098-.707-.293-.39-.39-.39-1.023%200-1.414L11.586%2010%207.293%205.707c-.39-.39-.39-1.023%200-1.414s1.023-.39%201.414%200l5%205c.39.39.39%201.023%200%201.414l-5%205c-.195.195-.45.293-.707.293z%22/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.docs-rocket .breadcrumb ol li a {
  color: #637381;
  text-decoration: underline;
}
.docs-rocket .breadcrumb ol li a:hover {
  text-decoration: none;
}
.docs-rocket .section-padding-30 {
  padding: 30px 0;
}
.docs-rocket .section-padding-45 {
  padding: 45px 0;
}
.docs-rocket .section-padding-bottom {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docs-rocket .section-padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .docs-rocket .section-padding-bottom {
    padding-bottom: 60px;
  }
}
.docs-rocket .intro-search-box {
  max-width: 690px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .docs-rocket .intro-search-box {
    max-width: 100%;
  }
}
.docs-rocket .intro-search-box form {
  position: relative;
}
.docs-rocket .intro-search-box form input {
  font-size: 16px;
  margin-bottom: 15px;
  width: 100%;
  min-height: 56px;
  padding: 15px;
  padding-right: 45px;
  margin-bottom: 0;
  color: #212b35;
  border: 0;
  -webkit-box-shadow: 0 0 0 1px #637381;
  box-shadow: 0 0 0 1px #637381;
  border-radius: 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.docs-rocket .intro-search-box form input:focus {
  -webkit-box-shadow: 0 0 0 2px #5c6ac4;
  box-shadow: 0 0 0 2px #5c6ac4;
  background-color: #FFFFFF;
}
.docs-rocket .intro-search-box form button {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  font-size: 20px;
  color: #5c6ac4;
  border: 0;
  width: 16px;
  height: 16px;
  background: none;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2016%2016%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20rgb(145,%20158,%20171)%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M15.552%2013.62L11.27%209.333c.585-.936.925-2.046.925-3.23C12.195%202.73%209.465%200%206.098%200%202.73%200%200%202.732%200%206.103c0%203.37%202.73%206.1%206.098%206.1%201.19%200%202.304-.343%203.244-.935l4.28%204.283c.295.3.68.45%201.063.45h.005c.333%200%20.674-.12.93-.373.258-.26.38-.6.38-.94%200-.382-.154-.768-.448-1.063zM9.498%206.102c-.003%201.874-1.526%203.4-3.4%203.402C4.224%209.5%202.7%207.976%202.698%206.102c.003-1.875%201.526-3.4%203.4-3.404%201.874.003%203.397%201.528%203.4%203.403z%22/%3E%3C/svg%3E");
}
.docs-rocket .intro-search-box {
  position: relative;
}
.docs-rocket .live-search-result-wrap {
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}
.docs-rocket .live-search-result-wrap.open {
  visibility: visible;
  opacity: 1;
}
.docs-rocket .live-search-result {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-top: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  max-height: 400px;
  overflow-y: auto;
}
.docs-rocket .live-search-result li {
  border-bottom: 1px solid #f5f5f5;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.docs-rocket .live-search-result li:hover {
  background-color: #f5f5f5;
}
.docs-rocket .live-search-result li .search-image {
  width: 80px;
  flex: 0 0 80px;
}
.docs-rocket .live-search-result li .search-image img {
  width: 80px;
}
.docs-rocket .live-search-result li .search-content {
  padding: 10px;
}
.docs-rocket .live-search-result li .search-content .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #212b35;
}
.docs-rocket .live-search-result li .search-content .cate {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
}
.docs-rocket .custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .docs-rocket .custom-row {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .docs-rocket .custom-row {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docs-rocket .custom-row {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .docs-rocket .custom-row {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.docs-rocket .custom-row .custom-col-2 {
  padding-left: 18px;
  padding-right: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .docs-rocket .custom-row .custom-col-2 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .docs-rocket .custom-row .custom-col-2 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docs-rocket .custom-row .custom-col-2 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .docs-rocket .custom-row .custom-col-2 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.docs-rocket .custom-row .custom-col-8 {
  padding-left: 18px;
  padding-right: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .docs-rocket .custom-row .custom-col-8 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .docs-rocket .custom-row .custom-col-8 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docs-rocket .custom-row .custom-col-8 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .docs-rocket .custom-row .custom-col-8 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.docs-rocket .documentation-details {
  margin-top: 30px;
  max-width: 800px;
  margin-left: 50px;
}
.docs-rocket .sidebar-search-widget {
  max-width: 100%;
}
.docs-rocket .sidebar-search-widget form input {
  min-height: 40px;
  padding-left: 15px;
  padding-right: 45px;
  margin-bottom: 0;
}
.docs-rocket .sidebar-menu-widget {
	margin-top: 30px;
	height: auto;
	max-height: 100vh;
	overflow-y: auto;
}
.docs-rocket .sidebar-menu-widget::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  display: none;
}
.docs-rocket .sidebar-menu-widget::-webkit-scrollbar-track {
  background: none;
  border-width: 0;
}
.docs-rocket .sidebar-menu-widget::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.16);
  transition: background 250ms ease;
  border-radius: 2px;
  -moz-transition: background 250ms ease;
  -webkit-transition: background 250ms ease;
}
.docs-rocket .sidebar-menu-widget::-webkit-scrollbar-button {
  display: none;
}
.docs-rocket .sidebar-menu-widget::-webkit-scrollbar-track-piece {
  display: none;
}
.docs-rocket .sidebar-menu-widget::-webkit-scrollbar-corner {
  display: none;
}
.docs-rocket .sidebar-menu-widget::-webkit-resizer {
  display: none;
}
.docs-rocket .sidebar-menu-widget:hover::-webkit-scrollbar {
  display: initial;
}
.docs-rocket .sidebar-menu-widget:hover::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.16);
}
.docs-rocket .sidebar-search-widget form input:focus {
  -webkit-box-shadow: 0 0 0 1px #5c6ac4;
  box-shadow: 0 0 0 1px #5c6ac4;
  background-color: #FFFFFF;
}
.docs-rocket .sidebar-search-widget form button {
  margin-top: -8px;
}
.docs-rocket .sidebar-menu-widget {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .docs-rocket .sidebar-menu-widget {
    margin-top: 0;
    display: none;
  }
}
.docs-rocket .sidebar-menu-widget .title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}
.docs-rocket .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.docs-rocket .sidebar-menu > li {
  position: relative;
  display: block;
  border-right: 1px solid #dfe3e8;
}
.docs-rocket .sidebar-menu.doc-style-two > li {
  border-right: 0;
}
.docs-rocket .sidebar-menu > li.has-sub > a::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0 3px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20rgb(99,%20115,%20129)%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M8%2016c-.256%200-.512-.098-.707-.293-.39-.39-.39-1.023%200-1.414L11.586%2010%207.293%205.707c-.39-.39-.39-1.023%200-1.414s1.023-.39%201.414%200l5%205c.39.39.39%201.023%200%201.414l-5%205c-.195.195-.45.293-.707.293z%22/%3E%3C/svg%3E%0A");
}
.docs-rocket .sidebar-menu > li.open > a {
  font-weight: 600;
}
.docs-rocket .sidebar-menu > li.open > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20rgb(99,%20115,%20129)%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M10%2014c-.256%200-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023%200-1.414s1.023-.39%201.414%200L10%2011.586l4.293-4.293c.39-.39%201.023-.39%201.414%200s.39%201.023%200%201.414l-5%205c-.195.195-.45.293-.707.293z%22/%3E%3C/svg%3E%0A");
}
.docs-rocket .sidebar-menu > li a {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  padding: 6px;
  color: #212b35;
  position: relative;
  padding-left: 20px;
}
.docs-rocket .sidebar-menu > li a:hover {
  color: #5c6ac4;
  text-decoration: underline;
}
.docs-rocket .sidebar-menu > li a.active {
  background-color: #5c6ac4;
  color: #FFFFFF;
  font-weight: 600;
}
.docs-rocket .sidebar-menu > li a.active::before {
  color: #FFFFFF;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu > li {
  position: relative;
  padding-left: 10px;
  border-right: 0;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu > li.has-sub > a::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0 3px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20rgb(99,%20115,%20129)%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M8%2016c-.256%200-.512-.098-.707-.293-.39-.39-.39-1.023%200-1.414L11.586%2010%207.293%205.707c-.39-.39-.39-1.023%200-1.414s1.023-.39%201.414%200l5%205c.39.39.39%201.023%200%201.414l-5%205c-.195.195-.45.293-.707.293z%22/%3E%3C/svg%3E%0A");
}
.docs-rocket .sidebar-menu .sub-sidebar-menu > li.open > a {
  font-weight: 600;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu > li.open > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20rgb(99,%20115,%20129)%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M10%2014c-.256%200-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023%200-1.414s1.023-.39%201.414%200L10%2011.586l4.293-4.293c.39-.39%201.023-.39%201.414%200s.39%201.023%200%201.414l-5%205c-.195.195-.45.293-.707.293z%22/%3E%3C/svg%3E%0A");
}
.docs-rocket .sidebar-menu .sub-sidebar-menu > li a {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  padding: 6px;
  color: #212b35;
  position: relative;
  padding-left: 20px;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu > li a:hover {
  color: #5c6ac4;
  text-decoration: underline;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu > li a.active {
  background-color: #5c6ac4;
  color: #FFFFFF;
  font-weight: 600;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu > li a.active::before {
  color: #FFFFFF;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu .sub-sidebar-menu-two {
  list-style: none;
  display: none;
  padding: 0;
  margin: 0;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu .sub-sidebar-menu-two > li {
  position: relative;
  padding-left: 10px;
  border-right: 0;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu .sub-sidebar-menu-two > li.has-sub > a::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 8px;
  margin: 0 3px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20rgb(99,%20115,%20129)%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M8%2016c-.256%200-.512-.098-.707-.293-.39-.39-.39-1.023%200-1.414L11.586%2010%207.293%205.707c-.39-.39-.39-1.023%200-1.414s1.023-.39%201.414%200l5%205c.39.39.39%201.023%200%201.414l-5%205c-.195.195-.45.293-.707.293z%22/%3E%3C/svg%3E%0A");
}
.docs-rocket .sidebar-menu .sub-sidebar-menu .sub-sidebar-menu-two > li.open > a {
  font-weight: 600;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu .sub-sidebar-menu-two > li.open > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20rgb(99,%20115,%20129)%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M10%2014c-.256%200-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023%200-1.414s1.023-.39%201.414%200L10%2011.586l4.293-4.293c.39-.39%201.023-.39%201.414%200s.39%201.023%200%201.414l-5%205c-.195.195-.45.293-.707.293z%22/%3E%3C/svg%3E%0A");
}
.docs-rocket .sidebar-menu .sub-sidebar-menu .sub-sidebar-menu-two > li a {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  padding: 6px;
  color: #212b35;
  position: relative;
  padding-left: 20px;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu .sub-sidebar-menu-two > li a:hover {
  color: #5c6ac4;
  text-decoration: underline;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu .sub-sidebar-menu-two > li a.active {
  background-color: #5c6ac4;
  color: #FFFFFF;
  font-weight: 600;
}
.docs-rocket .sidebar-menu .sub-sidebar-menu .sub-sidebar-menu-two > li a.active::before {
  color: #FFFFFF;
}
.docs-rocket .sidebar-menu-mobile-widget {
  padding: 15px;
  background: #f4f6f8;
  display: none;
}
.docs-rocket .sidebar-menu-mobile-widget.doc-style-two {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .docs-rocket .sidebar-menu-mobile-widget {
    display: block;
  }
}
.docs-rocket .sidebar-menu-mobile-widget .mobile-heading h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.docs-rocket .sidebar-menu-mobile-widget .mobile-heading h3::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cpath%20d=%22M4%2020.4h35.8v4.3H4z%22/%3E%3Cpath%20d=%22M19.7%204.7H24v35.8h-4.3z%22/%3E%3C/svg%3E");
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}
.docs-rocket .sidebar-menu-mobile-widget .mobile-heading h3.open::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cpath%20d=%22M4%2021.4h35.8v4.3H4z%22/%3E%3C/svg%3E");
}
.docs-rocket .sidebar-menu-mobile-widget .sidebar-menu {
  list-style: none;
  margin-top: 15px;
}
.docs-rocket .sidebar-menu-mobile-widget .sidebar-menu li {
  border-right: 0;
}
.docs-rocket .mobile-list {
  display: none;
}
.docs-rocket .documentation-details.doc-style-two {
  background: #fff;
  border: 1px solid #e9e5e5;
  color: #222;
  min-height: 460px;
  padding: 45px 46px;
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
  margin-top: 0;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docs-rocket .documentation-details.doc-style-two {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .docs-rocket .documentation-details.doc-style-two {
    margin-top: 30px;
    padding: 20px 25px;
    margin-left: 0px;
  }
}
.docs-rocket .documentation-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .docs-rocket .documentation-head {
    flex-wrap: wrap;
  }
}
.docs-rocket .documentation-head .doc-content h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0px 0px 15px 0px;
}
.docs-rocket .documentation-head .short {
  align-self: flex-start;
}
.docs-rocket .doc-list {
  list-style: disc outside;
  margin-top: 15px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.docs-rocket .doc-list li {
  margin-bottom: 15px;
}
.docs-rocket .doc-list li:last-child {
  margin-bottom: 0;
}
.docs-rocket .doc-list li a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #212b35;
  transition: all 0.3s ease-in-out;
}
.docs-rocket .doc-list li a:hover {
  text-decoration: underline;
}
.docs-rocket img.docs-loader {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px #000;
  -moz-box-shadow: 0px 0px 10px 0px #000;
  box-shadow: 0px 0px 10px 0px #000;
  z-index: 99;
  display: none;
}
.docs-rocket .custom-row {
  position: relative;
}
.docs-rocket .sidebar-menu-widget ul li a, .docs-rocket .sidebar-menu-widget ul li a:hover {
  text-decoration: none !important;
}
.docs-rocket .live-search-result li .search-image img {
  margin-bottom: 0 !important;
}
.docs-rocket .text-center {
  text-align: center;
}
.docs-rocket .intro-search-box form button {
  background-repeat: no-repeat !important;
  padding: 0;
}
.docs-rocket .sidebar-search-widget form button {
  background-repeat: no-repeat !important;
  padding: 0;
}

.docs-rocket img.docs-loader{
  margin-left: 50px;
  margin-top: -50px;
  transform: translateX(-50%)translateY(-50%);
}

/*# sourceMappingURL=style.css.map */
