body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

p {
  color: rgba(0, 0, 40, 0.7);
  font-weight: 400;
  letter-spacing: 0.15px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 32px;
}

.alert p {
  margin-top: 0;
}

section p:first-child {
  margin-top: 0;
}

.preview {
  position: relative;
  background-color: #f8f8ff;
  border-radius: 3px;
  padding: 30px;
  padding-top: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.preview:after {
  content: "Preview";
  position: absolute;
  top: 15px;
  left: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

pre {
  background-color: #212138 !important;
  border-radius: 3px;
  position: relative;
}
pre code {
  background-color: #212138 !important;
}

.section-title {
  font-size: 16px;
  margin-top: 20px;
}
section .section-title:first-child {
  margin-top: 0;
}

.line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  margin: 20px 0;
}

.jumbotron {
  border-radius: 0;
  height: 440px;
  padding: 0;
  background-image: linear-gradient(to right, #6777ef, #9760f0);
  display: flex;
  align-items: center;
}

.jumbotron .lead {
  opacity: 0.6;
}

.jumbotron .cta {
  margin-top: 35px;
}

.jumbotron .btn-cta {
  background-color: #fff;
  color: #6777ef;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
}

.jumbotron .btn-cta:hover {
  background-color: transparent;
  box-shadow: none;
  border-color: #fff;
  color: #fff;
}

.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}

.section .section-header {
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  display: unset;
}
@media (max-width: 1024px) {
  .navbar .navbar-nav {
    display: none;
  }
}

.section .section-body {
  padding: 40px 0;
  padding-right: 350px;
}
.section .section-body h1 {
  font-size: 28px;
}
.section .section-body hr:first-of-type {
  margin-bottom: 60px;
}
.section .section-body h2 {
  font-size: 18px;
  position: relative;
}
.section .section-body h2:after {
  content: " ";
  border-radius: 5px;
  height: 6px;
  width: 25px;
  background-color: #6777ef;
  display: inline-block;
  margin-top: 6px;
  margin-right: 10px;
}
.section .section-body h2:not(:first-of-type) {
  margin-top: 50px;
}
.section .section-body hr {
  border-top-style: dashed;
  border-top-width: 2px;
  border: none !important;
}
.section .section-body > ul:first-of-type {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 290px;
  padding: 80px 0px 20px 40px;
  padding-right: 10px;
  margin: 0;
  list-style: none;
  /*border-left: 1px solid #f4f4f4;*/
  height: 100%;
  overflow: auto;
  background: #0c2041;
}
.section .section-body ul:first-of-type li a {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.section .section-body ul:first-of-type li a:hover {
  color: rgba(0, 0, 0, 1);
}

ul {
  list-style: none;
}

.main-sidebar {
  background-color: #0c2041;
  box-shadow: none;
  top: 0;
  height: 100%;
  width: 340px;
  overflow-y: scroll;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.main-sidebar aside {
  padding-top: 80px;
  transition: all 0.2s;
}

.main-sidebar.main-sidebar-top aside {
  padding-top: 0;
}

.main-sidebar aside > ul {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  margin: 0;
  list-style: none;
}
.main-sidebar aside > ul > li {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.main-sidebar aside > ul li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-sidebar aside > ul li a {
  display: block;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.7);
  text-decoration: none;
  line-height: 24px;
}

.main-sidebar aside > ul li a.active,
.main-sidebar aside > ul li a:hover {
  color: #166aff !important;
}

.main-sidebar aside > ul li a i {
  width: 20px;
}

.main-content {
  padding-left: 380px;
  box-sizing: border-box;
}

.navbar {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  position: fixed;
  background-color: #0c2041;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}
.navbar-brand {
  width: 200px;
  color: #000 !important;
  text-align: center;
  font-size: 14px;
}
.navbar-bg .nav-link.nav-link-user,
.navbar-bg .nav-link,
.navbar .nav-link.nav-link-user,
.navbar .nav-link:not(.btn) {
  color: #fff;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a {
  padding-left: 20px;
}
.navbar .nav-link.btn {
  height: 40px;
  padding: 8px 20px !important;
}
.navbar-bg .nav-link.nav-link-user:hover,
.navbar-bg .nav-link:hover,
.navbar .nav-link.nav-link-user:hover,
.navbar .nav-link:not(.btn):hover {
  color: #6777ef;
}
.navbar-bg .form-inline .btn,
.navbar-bg .form-inline .form-control,
.navbar .form-inline .btn,
.navbar .form-inline .form-control {
  background-color: #f8f9fe;
}

.block .block-header {
  padding: 20px 0;
}
.block .block-header h4 {
  font-size: 20px;
  margin: 0;
  color: #34395e;
}

.h-auto {
  height: auto;
}

.main-footer {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  border-top-color: #f4f4f4;
  padding-top: 30px;
  padding-left: 300px;
}
.main-footer a {
  border-bottom: 1px solid #6777ef;
  padding-bottom: 2px;
  text-decoration: none;
}

.btn-white {
  background-color: #fff;
  color: #000;
  box-shadow: 0 4px 10px rgba(103, 119, 239, 0.1);
  border: 1px solid rgba(103, 119, 239, 0.09);
}

.section-body .btn.btn-white:hover,
.section-body .btn.btn-white:focus {
  border: 1px solid rgba(103, 119, 239, 0.2) !important;
  box-shadow: none;
}

.alert {
  padding: 30px !important;
}

.alert p {
  color: #fff;
  font-weight: 500;
  line-height: 26px;
}

/**
 * Skeleton loading
 */

.skeload {
  height: 15px;
  width: 100%;
  margin-bottom: 15px;
  background-color: rgba(200, 200, 200, 0.3);
  animation-name: skeload;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
}

@keyframes skeload {
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-sidebar {
    top: 70px;
    height: 100%;
    background-color: #0c2041;
  }
  .main-sidebar aside {
    padding-top: 0;
  }
  .main-footer {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .nav-collapse .navbar-nav {
    left: initial;
    right: 0;
  }
  .section .section-body > ul:first-of-type {
    display: inline-block;
    position: static;
    margin-bottom: 30px;
    width: calc(100% - 40px);
  }
  .section .section-body > ul:first-of-type {
    padding-top: 40px;
  }
  .section .section-body {
    padding-right: 0;
  }
}

@media screen and (max-width: 425px) {
  .jumbotron {
    height: 1;
    text-align: center;
  }
  .navbar-brand {
    width: auto;
    margin-right: 0;
    margin-left: 20px;
  }

  .section .section-body {
    padding-right: 0;
  }

  .section .section-header {
    display: block;
  }

  .section .section-header h1 {
    margin-bottom: 20px;
  }
}

.section-header {
  padding-top: 0 !important;
}
.section-header h1 {
  padding-top: 65px !important;
}
.section-header .ml-auto {
  padding-top: 20px !important;
}
.section img {
  border: 0.5px dashed #ccc;
}
hr {
  margin-top: 10px;
  margin-bottom: 40px;
}

ul li {
  min-height: 40px;
}
ul li a {
  font-weight: 400;
  color: #fff !important;
}

/* New CSS */
.section .section-body #doc-menu:first-of-type {
  position: fixed;
  right: 10px;
  top: 100px;
  width: 200px;
  padding: 0;
  padding-right: 10px;
  margin: 0;
  list-style: none;
  /* border-left: 1px solid #f4f4f4; */
  padding-left: 10px;
  height: 100%;
  overflow: auto;
}
.section .section-body #doc-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.section .section-header h1,
.section .section-header h2 {
  margin-bottom: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 48px;
  margin-top: 3px;
  color: #34395e;
}
@media (max-width: 575px) {
  .section .section-header h1,
  .section .section-header h2 {
    font-size: 38px;
  }
}
.section-header h1,
.section-header h2 {
  padding-top: 65px !important;
}
.main-sidebar aside > ul li:not(:last-child) {
  margin-bottom: 10px;
}
.main-content img {
  max-width: 100%;
}
.blog__meta {
  display: flex;
  gap: 20px;
}
.blog__meta .comment_view {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog__meta .comment_view .comment {
  margin: 0;
}
.blog--default .blog__content {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
.single_blog_content {
  padding: 25px 0px;
}
.share_tags img {
  border: none;
}
.callout-block.callout-success {
  display: flex;
  padding: 16px;
  background: #75c181 !important;
  color: white;
}
.callout-block.callout-danger {
  display: flex;
  padding: 16px;
  background: #f77b6b !important;
  color: white;
}
.callout-block.callout-info {
  display: flex;
  padding: 16px;
  background: #58bbee !important;
  color: white;
}
.callout-block.callout-success .icon-holder {
  width: 45px;
  margin-right: 20px;
}
.callout-block.callout-success .content p {
  color: white;
}
.callout-block.callout-danger .icon-holder {
  width: 45px;
  margin-right: 20px;
}
.callout-block.callout-danger .content p {
  color: white;
}
.callout-block.callout-info .icon-holder {
  width: 45px;
  margin-right: 20px;
}
.callout-block.callout-info .content p {
  color: white;
}

.section-body ul li.active {
  transition: 0.3s;
}
.section-body ul li.active a {
  color: #166aff !important;
}

body.sidebar-gone .main-sidebar {
  left: -340px;
}
.section .section-header h1 {
  padding-top: 0 !important;
  font-size: 48px;
  line-height: 58px;
  margin: 10px 0;
  position: relative;
  display: block;
}
@media (max-width: 575px) {
  .section .section-header h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
.section .section-header h1:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-top-width: 2px;
  content: "";
}
.callout-block {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .main-sidebar {
    transform: translateX(-100%);
  }
  .main-sidebar.activeBar {
    transform: translateX(0) !important;
  }
  .sidebar-brand.sidebar-brand-lg{
    display: none;
  }
}
@media (min-width: 1023px) {
  nav.navbar{
    display: none;
  }
  #sidebar-wrapper{
    padding-top: 30px;
  }
  .main-sidebar .sidebar-brand {
    text-align: left;
    margin-left: 40px;
  }
  .section .section-body {
    padding-top: 0;
  }
}
.video-section:not(:last-child) {
  margin-bottom: 60px;
}
.video-section h3{
  margin-bottom: 10px;
}
a {
	color: #156aff !important;
}
.text-primary, .text-primary-all *, .text-primary-all ::before, .text-primary-all ::after {
	color: #156aff !important;
}
.section .section-body h2::after {
  background-color: #1d89fd;
}
.main-sidebar aside > ul {
	padding: 0px;
}
.main-sidebar aside > ul li{
  padding-inline: 40px;
  border-bottom: 1px solid #000000;
  margin: 0 !important;
  min-height: unset;
}
.main-sidebar aside > ul li a{
  padding-block: 15px;
}
.video-tutorial-btn{
  display: inline-block;
  background: white;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  margin: 10px 0 20px 40px;
  font-weight: 500;
}