html {
  scroll-padding-top: 80px;
}

body {
  padding-bottom: 20px;
}

h1,
h2,
h3 {
  font-family: 'Open Sans', sans-serif;
  max-width: 730px;
}

a.anchor {
  color: #E83524;
}

h1, .h1 {
  font-size: 2rem; /* 32px */
}

h2, .h2 {
  font-size: 1.5rem; /* 24px */
}

h3, .h3 {
  font-size: 1.25rem; /* 20px */
}

h4, .h4 {
  font-size: 1.125rem; /* 18px */
}

h5, .h5 {
  font-size: 1rem; /* 16px */
}

h6, .h6 {
  font-size: 0.875rem; /* 14px */
}

h1,
h2,
h3 {
  /*
    #273043
    #9197AE
    #EFF6EE
    #FCF7F8
    */
  /*color: #EFAC3C;*/
}

h1 {
  margin-bottom: 25px;
}

p {
  max-width: 730px;
}

a {
  color: #2148b5;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

h2,
h3 {
  margin-top: 30px;
  border-bottom: 1px solid #FCF7F8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.navbar {
  position: sticky;
  top: 0px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #EEE;
  height: 60px;
}

.brand-type {
  background: #e95420;
  color: #fff318;
  border-radius: 5px;
  padding: 0px 5px;
  text-transform: uppercase;
  border: 1px solid black;
}

.brand-type2 {
  background: rgb(209, 209, 209);
  color: #e95420;
  border-radius: 5px;
  padding: 0px 5px;
  text-transform: uppercase;
  border: 1px solid black;
}

.brand-orm {
  color: #108eff;
  text-transform: uppercase;
}

.svgIcon {
  fill: #2c2c2c;
}

@supports (-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px)) {
  .navbar {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
}

.navbar {
  background-color: rgba(255, 255, 255, 0.6);
}

@media (prefers-color-scheme: dark) {
  .navbar {
    background-color: rgba(36, 37, 38, 0.6);
    border-bottom: 1px solid #1b1b1b;
  }
}

.document h1+ul,
.document h1+ul ul {
  list-style: none;
}

.document div>h1+ul {
  margin-left: 0;
  padding-left: 0;
  line-height: 25px;
}

.document h1+ul li::before {
  content: "# ";
  color: #E83524;
  /* or whatever color you prefer */
  opacity: 0.5;
  margin-right: 5px;
}

code {
  font-family: Inconsolata,Consolas,Courier New,monospace;
  font-display: swap;
  padding: 2px 6px;
  color: #ab39e5;
  border-radius: 4px;
  font-size: 15px;
  white-space: pre-wrap;
  background: #f0f2f3;
}

h1 code,
h2 code,
h3 code {
  color: #333;
}

.panels {
  display: flex;
  flex-direction: row;
  ;
  flex-wrap: wrap;
}

.left-panel {
  max-width: 400px;
  min-width: 240px;
  padding-right: 16px;
  padding-top: 30px;
  flex: 1;
  background-image: linear-gradient(to bottom, #f5f5fa, #fff);
  position: fixed;
  height: calc(100% - 60px);
  overflow-y: scroll;
  padding-bottom: 200px;
  z-index: 1;
}

.left-panel a {
  text-decoration: none;
}

@media only screen and (max-width: 579px) {
  .left-panel {
    max-width: 579px;
  }
}

.right-panel {
  flex: 2;
  width: 0px;
  min-width: 340px;
  padding-left: 48px;
  padding-top: 30px;
  margin-left: 420px;
}

.left-panel ul {
  list-style: none;
  line-height: 28px;
}

.left-panel ul a {
  /* color: #616161; */
  color: #368bbd;
}

.left-panel ul a.router-link-active {
  color: #E83524;
}

.left-panel ul a b {
  color: #414141;
}

.left-panel ul a:hover {
  color: #E83524;
}

.left-panel ul a b:hover {
  color: #E83524;
}

.left-panel ul li ul {
  padding: 0 0 0 28px;
}

.left-panel ul li ul li {
  list-style: disc;
}

.navbar-brand {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}

.contribute {
  margin-top: 20px;
  color: #999;
  text-align: center;
}

.contribute a {
  color: #333;
}

pre {
  overflow: auto !important;
}

ol {
  margin-bottom: 2rem;
}

.language>.nav-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  border: 1px solid;
  right: 20px;
  z-index: 9;
}

.language .dropdown-menu a {
  color: #616161;
  cursor: pointer;
}

.language .dropdown-item:hover,
.language .dropdown-item:focus {
  color: #E83524 !important;
  text-decoration: none;
  background-color: #f8f9fa;
}

.language .dropdown-item.active,
.language .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.carbon-container {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-left: 80px;
  margin-right: 60px;
  min-width: 120px;
  margin-bottom: 20px;
}

#carbonads {
  --width: 180px;
  --font-size: 14px;
}

#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: var(--width);
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, .1);
  background-color: hsl(0, 0%, 98%);
  font-size: var(--font-size);
  line-height: 1.5;
}

#carbonads a {
  color: inherit;
  text-decoration: none;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

.carbon-img {
  display: block;
  margin-bottom: 8px;
  max-width: var(--width);
  line-height: 1;
}

.carbon-img img {
  display: block;
  margin: 0 auto;
  max-width: var(--width) !important;
  width: var(--width);
  height: auto;
}

.carbon-text {
  display: block;
  padding: 0 1em 8px;
}

.carbon-poweredby {
  display: block;
  padding: 10px var(--font-size);
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, hsla(0, 0%, 0%, .025) 5px, hsla(0, 0%, 0%, .025) 10px) hsla(203, 11%, 95%, .4);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 9px;
  line-height: 0;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
  #carbonads {
    float: none;
    margin: 0 auto;
    max-width: 330px;
  }

  #carbonads span {
    position: relative;
  }

  #carbonads>span {
    max-width: none;
  }

  .carbon-img {
    float: left;
    margin: 0;
  }

  .carbon-img img {
    max-width: 130px !important;
  }

  .carbon-text {
    float: left;
    margin-bottom: 0;
    padding: 8px 20px;
    text-align: left;
    max-width: calc(100% - 130px - 3em);
  }

  .carbon-poweredby {
    left: 130px;
    bottom: 0;
    display: block;
    width: 100%;
  }
}

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

.DocSearch mark {
  padding: initial;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #18191a;
    color: #eeeeee;
  }

  .carbon-container {
    border-top: 1px solid #3b3b3b;
  }

  h2,
  h3 {
    border-bottom: 1px solid #3b3b3b;
  }

  .brand-type {
    color: #E83524;
  }

  .brand-orm {
    color: #ffffff;
  }

  .svgIcon {
    fill: #eeeeee;
  }

  a.anchor {
    color: #E83524;
  }

  a {
    color: #8ad4ff;
  }

  a:not(.anchor):hover {
    color: #dbefff;
  }

  .document h1+ul li::before {
    color: #E83524;
  }

  code {
    color: #8ad4ff;
  }

  h1 code,
  h2 code,
  h3 code {
    color: #333;
  }

  .left-panel ul a {
    color: #cccccc;
  }

  .left-panel ul a.router-link-active {
    color: #E83524;
  }

  .left-panel ul a b {
    color: #999999;
  }

  .left-panel ul a:hover {
    color: #E83524;
  }

  .left-panel ul a b:hover {
    color: #E83524;
  }

  .navbar-brand {
    font-size: 1.4rem;
  }

  .contribute {
    color: #999;
  }

  .contribute a {
    color: #cecece;
  }


  .language .dropdown-menu a {
    color: #616161;
  }

  .language .dropdown-item:hover,
  .language .dropdown-item:focus {
    color: #E83524 !important;
    background-color: #f8f9fa;
  }

  .language .dropdown-item.active,
  .language .dropdown-item:active {
    color: #ffffff;
    background-color: transparent;
  }

  img[src$="/logo_big.png"] {
    background-color: rgb(255 255 255);
    border-radius: 12px;
  }


  #carbonads {
    background-color: hsl(0, 0%, 2%);
  }

  #carbonads a {
    color: inherit;
  }

  #carbonads a:hover {
    color: inherit;
  }

  .DocSearch {
    --docsearch-text-color: #f5f6f7;
    --docsearch-muted-color: #7f8497;
    --docsearch-logo-color: #fff;
    --docsearch-container-background: rgba(47, 55, 69, 0.7);

    /* Modal */
    --docsearch-modal-background: #18191a;

    /* Search box */
    --docsearch-searchbox-background: #18191a;
    --docsearch-searchbox-focus-background: #000;

    /* Hit */
    --docsearch-hit-color: #f5f6f7;
    --docsearch-hit-active-color: #fff;
    --docsearch-hit-background: #1c1e21;

    /* Footer */
    --docsearch-footer-background: #242526;
    --docsearch-key-gradient: linear-gradient(-26.5deg, #515151, #404040);

    /* Shadows */
    --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0, 0 3px 8px 0 #000309;
    --docsearch-hit-shadow: none;
    --docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, .3);
    --docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, .5), 0 -4px 8px 0 rgba(0, 0, 0, .2);
  }
}

img[alt=creating-new-project-nest] { width: 550px; }

@media (min-width: 1025px) {

  code[class*="language-"], pre[class*="language-"] {
	  width: fit-content;
    min-width: 730px;
  }
  
}

.tbl_1 {
  border-spacing: 1px;
  border-collapse: separate;
}

td, th {
  display: table-cell;
  vertical-align: inherit;
  font-size: 12px;
  padding: 0px;
}

.tbl_1 th {
  background: #C4C9DF;
  height: 20px;
  padding: 0 5px;
}

.tbl_1 td {
  background: #eaeaea;
  padding: 0 7px 0 7px;
}

.neo {
  margin: 15px 0 15px 30px;
  border-left: 3px solid #478CFB;
  background: #deebff;
  padding: 5px 15px;
  font-size: 1rem;
  width: fit-content;
  max-width: 620px;
}

.r_org {
  margin: 10px 0 10px 30px;
  border-left: 3px solid #f6b73c;
  background: #EEE;
  padding: 5px 15px;
  font-size: 14px;
  background: #fff3d4;
  background-image: url(/img/lamp.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: 7px 7px;
  background-size: 4%;
  min-height: 32px;
  width: fit-content;
  max-width: 620px;
}

.red {
  color:red;
}

ol {
  counter-reset: section;
  list-style: none;
}

ol > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
  
}

ol > li:before {
  font-weight: 700;
}


/* ÃÂ  ÃÂ²Ãâ€šÃ¢â€žÂ¢ÃÂ  Ãâ€™Ã‚Â»ÃÂ  ÃÂ¡Ã¢â‚¬Â¢ÃÂ  Ãâ€™Ã‚Â¶ÃÂ  Ãâ€™Ã‚ÂµÃÂ  ÃÂ Ã¢â‚¬Â¦ÃÂ  ÃÂ Ã¢â‚¬Â¦ÃÂ ÃÅ½ÃÂ²Ãâ€šÃ¢â€žâ€“ÃÂ  Ãâ€™Ã‚Âµ ÃÂ ÃÅ½ÃÂ Ã‘â€œÃÂ  ÃÂ¡Ã¢â‚¬â€ÃÂ  ÃÂ¡Ã¢â‚¬ËœÃÂ ÃÅ½ÃÂ Ã‘â€œÃÂ  ÃÂ¡Ã¢â‚¬ÂÃÂ  ÃÂ¡Ã¢â‚¬Ëœ */
ol ol {
  counter-reset: subsection;
}

ol ol li:before {
  content: counters(section, ".") "." counter(subsection) ". ";
  counter-increment: subsection;
}

ol ol ol {
  counter-reset: subsubsection;
}

ol ol ol li:before {
  content: counter(section) "." counter(subsection) "." counter(subsubsection) ". ";
  counter-increment: subsubsection;
}

ol {
  margin: 0;
  padding: 0;
}

ol ol{
  margin: 0px;
  /* padding: 0px; */
  padding-left: 14px;
  margin-top: 10px;
}

ol ol ol{
  margin: 0px;
  /* padding: 0px; */
  padding-left: 28px;
}

.list {
  list-style-type: none;
  padding: 0;
}

.list ol li{
  list-style-type: none;
  padding: 0;
}

.list_3 li {
  padding-bottom: 10px;
}

ol > li > b:first-child {
  display: bloack;
  margin-bottom: 10px;
}