:root {
  --ps-primary-color: #B6DD15;
}


/*************************
    General css
*************************/
body {font-family: "Google Sans", sans-serif; font-weight: 400; font-style: normal; font-size:16px; line-height:28px; margin: 0; color: #666666;}
a, .btn { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; text-decoration: none; }
a:hover { text-decoration: none; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
a:hover { color: var(--ps-primary-color); text-decoration: none !important; }
a:focus { color: inherit; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: var(--ps-primary-color); }
a { border-bottom: 1px dotted var(--ps-primary-color); }
.uppercase { text-transform: uppercase; }
p {margin-bottom: 15px;}
ul { margin: 0px; padding: 0px; list-style: inside; }
li { padding: 5px 0; }
label { font-size: 14px; font-weight: 400; color: #262626; }
.list-style-none ul { list-style: none !important; }
*::-moz-selection { background: var(--ps-primary-color); color: #fff; text-shadow: none; }
::-moz-selection { background: var(--ps-primary-color); color: #fff; text-shadow: none; }
::selection { background: var(--ps-primary-color); color: #fff; text-shadow: none; }

/*************************************
          Prettyprint CSS
**************************************/
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.atv.atv-class {background: #212121; color: #ffffff; padding: 0 8px; font-size: 13px;}
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }
.prettyprint { padding: 8px; background-color: #ffffff; border: 1px solid #e1e1e8; }
.prettyprint.linenums { -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin: 0; padding-left:30px; /* IE indents via margin-left */ }
ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px; text-shadow: 0 1px 0 #fff; }
.red { background: #F00; color: #fff; }
pre li { margin: 0; padding: 0; }
pre p { margin: 0; padding: 0; }


/*========================================*/
/* Typography */
/*========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Google Sans", sans-serif;
  color: #212121;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1500px;
  }
}

.all-section section ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style-type: none;
  margin-bottom: 30px;
}
.all-section section ul li {
  position: relative;
  padding: 0;
  padding-left: 17px;
}
.all-section section ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 50px;
}
.all-section section ul li strong {
  color: #121212;
}
.all-section section ol {
  padding: 0;
  margin: 0;
  padding-left: 15px;
} 
.grey-bg {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 30px;
}
.all-section .grey-bg ul {
  margin-bottom: 0;
}


/*========================================*/
/* Page Setting */
/*========================================*/
.site-content {
  display: flex;
}

/*========================================*/
/* Site Header */
/*========================================*/
.site-header {
  padding: 25px 35px;
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 5px 0 50px rgba(0 0 0 / 7%);
}
.site-header .header-left {
  display: flex;
  gap: 50px;
  align-items: center;
}
.site-header .navbar-brand {
  padding: 0;
  border-bottom: none;
}
.site-header .navbar-brand img {
  height: 52px;
  width: auto;
}

/* Header Search */
.search-nav {
  position: relative;
  width: 350px;
}
.search-nav .search-nav-input {
  width: 100%;
  border: 2px solid #e8e8e8;
  padding: 10px 15px;
  border-radius: 7px;
  color: #000000;
  padding-right: 50px;
}
.search-nav .search-nav-btn {
  position: absolute;
  right: 19px;
  top: 11px;
  cursor: pointer;
}

/* Header Menu */
.site-header .navbar-nav {
  grid-gap: 35px;
  align-items: center;
}
.site-header .navbar-nav .nav-item {
  padding: 0;
}
.site-header .navbar-nav .nav-item a {
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  color: #323232;
}
.site-header .navbar-nav .nav-item a:hover {
  color: var(--ps-primary-color);
}

.site-header .navbar-nav .nav-item .btn-primary {
  background-color: var(--ps-primary-color);
  color: #000000;
  border: none;
  font-size: 18px;
  padding: 12px 35px;
  border-radius: 50px;
}
.site-header .navbar-nav .nav-item .btn-primary:hover {
  background-color: #000000;
  color: #ffffff;
}

/*========================================*/
/* Page Header */
/*========================================*/
.page-header {
  position: relative;
  border: none;
  background-color: #222733;
  background-image: url(../images/page-header-bg.jpg);
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  padding: 120px 80px;
  z-index: 0;
  overflow: hidden;
}
.page-header .title {
  color: #000000;
  font-size: 54px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.page-header span {
  font-size: 17px;
  line-height: 32px;
  color: #323232;
  margin-bottom: 0;
}

/*========================================*/
/* Left Navigation */
/*========================================*/
.sidebar-navigation {
  flex: none;
  width: 400px;
  padding: 50px 50px;
  background: #f9fafb !important;
  border-right: 1px solid #e5e7eb;
}
.sidebar-navigation #sidebarMenu {
    --scrollbar-track-bg: rgba(0, 0, 0, 0.05);
    --scrollbar-thumb-bg: rgba(0, 0, 0, 0.12);
}
.sidebar-navigation #sidebarMenu::-webkit-scrollbar {
  display: none;
}
.sidebar-navigation #sidebarMenu {
    top: 130px;
    height: calc(100vh - 180px);
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: transparent !important;
}

.sidebar-navigation .category-group {
  padding-bottom: 15px;
}
.sidebar-navigation .category-group .category-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #a5a5a5;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.sidebar-navigation .category-group .category-header i {
  font-size: 15px;
}

.main-navigation {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 27px;
}
.main-navigation > li {
    padding: 0;
    position: relative;
}
.main-navigation > li > a {
    display: inline-block;
    padding: 7px 0;
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    border-bottom: none;
}
.main-navigation > li .trigger {
    position: absolute;
    top: 0;
    right: 3px;
    width: 60px;
    height: 56px;
    line-height: 30px;
    color: #656565;
    text-align: right;
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Sub Menu */
.main-navigation .sub-nav {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-bottom: 15px;
  list-style-type: none;
}
.main-navigation .sub-nav li {
  padding: 0;
  margin: 0;
}
.main-navigation .sub-nav li a {
  color: #656565;
  font-size: 17px;
  line-height: 24px;
  border: none;
  padding: 8px 0;
  display: inline-block;
}
.main-navigation > li.active > a,
.main-navigation > li > a.active,
.main-navigation .sub-nav > li.active > a {
  color: var(--ps-primary-color);
}

/*========================================*/
/* Section CSSS */
/*========================================*/
.right-content {
  padding: 0;
}
.all-section{
  padding: 80px;
  width: 100%;
}
.all-section .section-area{
  margin-bottom:50px;
}
.all-section .section-area:last-child{
  margin-bottom:0px;
}
.section-heading{
  margin-bottom: 15px;
}
.section-heading .title{
  margin-bottom:0;
  font-size: 36px;
}
.inner-heading {
  margin-bottom: 10px;
}
.inner-section {
  margin-bottom: 25px;
  margin-top: 25px;
}
.image-ss {
  margin-bottom: 30px;
}
.image-ss:last-child {
  margin-bottom: 0px;
}
.inner-heading h2.title {
  font-size: 26px;
}
.inner-heading h3.title {
  font-size: 20px;
  font-weight: 600;
}
.inner-heading h4.title {
  font-size: 18px;
}

/*========================================*/
/* Theme Option */
/*========================================*/
#theme-options-section .card {
  border: none;
  background: none;
  margin-bottom: 0;
}
#theme-options-section .card-header {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
#theme-options-section .card-header .card-title {
  margin: 0;
}
#theme-options-section .card-header .btn-link {
  padding: 15px 0;
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
  display: inline-block;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
#theme-options-section .card-body {
  padding: 0;
  margin: 0;
  padding-top: 25px;
}

/*========================================*/
/* Changelog Accordian */
/*========================================*/
#changelog-accordian .card .accordian-content {
  position: relative;
}
#changelog-accordian .card .accordian-content:before {
  content: "";
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e8e8e8;
}
#changelog-accordian .card {
  border: none;
  background: none;
  margin-bottom: 20px;
}
#changelog-accordian .card:last-child {
  margin-bottom: 0px;
}
#changelog-accordian .card-header {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
#changelog-accordian .card-header .card-title {
  margin: 0;
}
#changelog-accordian .card-header .btn-link {
  padding: 0;
  color: #212121;
  font-size: 18px;
  vertical-align: top;
}
#changelog-accordian .card-header .btn-link span {
  display: inline-block;
  background: #212121;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 3px;
  margin-right: 20px;
}
#changelog-accordian .card-body {
  background: #f5f5f5;
  font-family: monospace;
  font-size: 14px;
  padding: 25px;
  margin-top: 10px;
  margin-left: 105px;
  border-radius: 3px;
}
#changelog-accordian .card-body .update-type {
  color: #212121;
  font-size: 14px;
  font-weight: 600; 
}
#changelog-accordian .card-body .update-item:not(:last-child) {
  margin-bottom: 20px;
}
#changelog-accordian .card-body ul {
  list-style-type: none;
}
#changelog-accordian .card-body ul li {
  list-style-type: none;
  padding: 0;
  font-family: monospace;
  font-size: 14px;
}


/*========================================*/
/* Responsive CSS */
/*========================================*/

@media (max-width: 1400px) {

  .sidebar-navigation {width: 350px;}
}

@media (max-width: 1199px) {

  .page-header {padding: 80px 80px;}
  .page-header .title {font-size: 50px;}

  .site-content {flex-direction: column; gap: 0;}
  .sidebar-navigation {width: 100%; padding: 0;}
  .sidebar-navigation #sidebarMenu {top: 0; height: 100vh;}
}

@media (max-width: 991px) {
  
  .main-page {padding: 25px;}
  .page-header {padding: 60px 50px;}
  .page-header .title {font-size: 40px;}
}

@media (max-width: 767px) {
  
  .main-page {padding: 15px;}
  .page-header {padding: 50px 25px;}
  .page-header .title {font-size: 30px;}
}