﻿/* @import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;600&display=swap); */



  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap');


:root  {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  /* font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji"; */

    font-family: 'Inter', sans-serif;
    font-family: 'Open Sans', sans-serif;


  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.collapse:not(.show) {
  display: none;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  /* font-family: "Arial", sans-serif !important; */
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.w-100 {
  width: 100% !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-center {
  text-align: center !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3e3e3e;
  background-color: #fff;
  font-family: 'Inter', sans-serif !important;
  font-family: 'Open Sans', sans-serif;
}
header {
  display: block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none !important;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
  font-family: inherit;
  font-size: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  overflow: auto;
  resize: none;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
  /* font-family: "Open Sans", sans-serif !important; */
}
.text-center {
  text-align: center;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  float: left;
  width: 100%;
}
.col-xs-6 {
  width: 50%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #f5f5f5 !important;
}
::-webkit-scrollbar {
  width: 3px !important;
  background-color: #f5f5f5 !important;
}
::-webkit-scrollbar-thumb {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  background-color: #d0d0d0 !important;
}
@media (max-width: 991px) {
  h1 {
    font-size: 23px;
    text-align: center;
  }
  h3 {
    font-size: 20px;
  }
}
span#footer_RequiredFieldValidator10,
span#footer_RequiredFieldValidator11,
span#footer_RequiredFieldValidator12,
span#footer_RequiredFieldValidator13 {
  float: right;
  font-size: 12px;
  font-weight: 100 !important;
}
.sidebar {
  width: 20%;
  height: calc(100vh - 100px);
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  background-color:#fff !important;
  position: sticky;
  top: 8rem;
  /* border-right: 1px solid rgba(0, 0, 0, 0.125); */
  padding-left: 35px;
}


@media (max-width: 992px) {
  .sidebar{
   width: 100%;
   background-color: #ffffff;
   top: 0;
   padding-left: 0;
   height: auto;
  }
}


.main {
  width: 80%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: center;
  margin-top: 13rem;
}
.book-body {
  padding: 2rem 3rem;
}
/* .book-header {
  background: #f9f9f9;
} */
.wrapper.odoo14book .main h1 {
  font-size: 5.5rem;
  color: #000;
  font-weight: 600;
}
#body-row {
  margin-left: 0;
  margin-right: 0;
}
#sidebar-container {
  padding: 0;
}
.sidebar-expanded {
  width: 100%;
}
#sidebar-container .list-group a {
  color: #666666;
  padding: 0.7rem 2rem 0.7rem 3rem;
}
#sidebar-container .list-group a :hover{
  color: #000000 !important;

}


#sidebar-container .list-group a span{
 font-size: 13px !important;
border:none;
 font-weight: 500;
 height: 20px;
 width: 20px;
}


/* #sidebar-container .list-group .sidebar-submenu a {
  height: 45px;
  padding-left: 30px;
} */
.sidebar-submenu {
  font-size: 0.9rem;

}
.sidebar-submenu a.list-group-item.list-group-item-action .menu-collapsed {
  font-size: 12px !important;
  /* font-family: "Times New Roman", serif !important; */
}

#sidebar-container
  .list-group
  .list-group-item[aria-expanded="false"]
  .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
#sidebar-container
  .list-group
  .list-group-item[aria-expanded="true"]
  .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
.list-group-item {
  border: none !important;
}
.book-body p {
 
  width: 90%;
  margin-bottom: 2rem;
  color: #000;
  /* font-family: "Times New Roman", serif !important; */
}
.book-body h6 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 3rem !important;
  /* font-family: Open Sans, sans-serif !important; */
  color: #000;
}
.book-body a img {
  margin-bottom: 2rem !important;
  max-width: 80%;
  width: auto !important;
  height: auto !important;
  border: 1px solid #e6e6e6;
}
.book-body h2 {
  font-size: 30px;
}
.book-body h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
.book-body h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  #sidebar-container {
    min-height: auto;
    padding: 0;
  }
  /* .sidebar {
    width: 100%;
    height: auto;
    min-height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: static;
    top: 8rem;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
  } */
  .book-body p {

   
    /* font-family: Open Sans, sans-serif !important; */
    width: 100%;
    margin-bottom: 2rem;
  }
  .book-body a img {
    margin-bottom: 2rem !important;
    max-width: 100%;
    width: auto;
  }
  .wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 8rem;
    flex-wrap: wrap;
  }
  .main {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.nav-up {
  top: 0 !important;
}
/* .book-body li {
  font-size: 15px;
  font-family: Open Sans, sans-serif !important;
  color: #000;
  line-height: 1.8;
} */
/* .book-body ul li {
  color: #000;
  line-height: 1.8;
  font-family: "Open Sans";
} */
#sidebar-container
  .list-group
  .list-group-item[aria-expanded="false"]
  .submenu-icon::after {
  content: "" !important;
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
  background: url(../images/social/down-arrow.png)
    no-repeat;
}
#sidebar-container
  .list-group
  .list-group-item[aria-expanded="true"]
  .submenu-icon::after {
  content: "" !important;
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
  background: url(../images/book-left-arrow.png)
    no-repeat;
    background-size: contain;
}
.subhead-level-1 {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 34px !important;
  line-height: 29px !important;
  /* font-family: "Times New Roman", serif !important; */
  line-height: 43px !important;
}
.subhead-level-2 {
  /* font-family: Montserrat, sans-serif !important; */
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  font-family: "Times New Roman", serif !important;
}
.subhead-level-3 {
  /* font-family: fell, Georgia, Cambria, "Times New Roman", Times, serif !important; */
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 35px !important;
  /* font-family: "Times New Roman", serif !important; */
}
.odoo-book-navigation {
  display: flex;
  justify-content: end;
  padding: 0rem;
}
.nav-move-right {
  display: flex;
  justify-content: flex-end;
  /* padding: 3rem; */
}
.nav-move-right a:first-child {
  margin-right: 2rem !important;
}
.navigation-btn {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border: 1px solid transparent;
  padding: 0.8rem 2.5rem;
}
.navigation-btn:hover {
  border: 1px solid #e0e0e0;
  transition: all 0.4s ease-in-out;
}
div#doc-nav {
  position: sticky;
  top: 65px;
  height: 85vh;
  overflow-y: auto;
}
.mob-book-nav {
  display: none;
}
.doc-menu .nav-link {
  margin-bottom: 5px;
  display: block;
  padding: 5px 15px;
  color: #616670;
}
.screenshot-holder img {
  width: auto;
  max-width: 100%;
}
.doc-sub-menu .nav-link:first-child {
  padding-top: 5px;
}
.doc-sub-menu .nav-link {
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
  color: #616670;
  padding: 0;
  padding-left: 34px;
  background: 0 0;
}
.section-block h6 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
section.container.doc-breadcrumb.mob-bread.nav-down {
  display: none;
}
.doc-menu .nav-link,
h1,
h1.doc-title,
h2,
h2.section-title,
h3,
h3.block-title,
h4,
h5,
h6 {
  color: #000;
  font-weight: 600;
}
div#introduction p {
  color: #252525;
  line-height: 27px;
}
.screenshot-holder {
  margin: 1.5rem 0;
}
h2.section-title {
  font-size: 35px;
  font-weight: 600;
}
div#doc-header {
  margin-top: 6rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background: #f5f5f5;
}
h4,
h5,
h6 {
  margin-top: 22px;
  margin-bottom: 5px;
}
.content-inner p {
  color: #000;
  line-height: 27px;
  font-size: 15px;
}
h6 strong {
  font-weight: 700;
}
@media (max-width: 992px) {
  .mob-book-nav {
    display: block;
  }
}
.table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto 20px;
}
table,
td,
th {
  border: 1px solid #d5d5d5;
}
td,
th {
  padding: 10px;
}
.text-blue {
  color: #004a99;
}
.text-red {
  color: #dc3545;
}
.text-green {
  color: #175e28;
}
.text-yellow {
  color: #6b5000;
}
.text-purple {
  color: #639;
}
code {
  /* font-family: inconsolata, monaco, consolas, andale mono,
    bitstream vera sans mono, courier new, Courier, monospace; */
  display: block;
  width: 80%;
  margin: 10px 0;
  padding: 15px 16px 14px;
  border-left: 1px solid #555;
  overflow-x: auto;
  font-size: 13px;
  line-height: 19px;
  color: #aed581;
  background: #333;
  border-radius: 5px;
}
.responsive-table-container {
  width: 100%;
  overflow-x: auto;
}

table,
th,
td {
  border: 1px solid #175393;
  border-collapse: collapse;
  color: #000;
  padding: 10px;
}
th {
  text-align: left;
}

th {
  background-color: #000;
  margin: 10px;
  padding: 10px;
  color: #fff;
}

a.link1 {
  color: #ff0000;
  font-weight: 600;
}

a.link1:hover {
  color: blue;
  font-size: 17px;
}

.entry-content pre {
  background-color: #464646;
  color: #ffffff;
  padding: 0.5em 1em;
  overflow: auto;
  word-wrap: normal;
  border-radius: 5px;
}

.entry-content code {
  background-color: #464646;
  color: #ffffff;
  padding: 0 0.2em;
}

.wp-block-code code {
  display: block;
  /* font-family: inherit; */
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

strong.codecolor {
  background: #2e2768;
  margin: 4px;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .wrapper.odoo14book .main h1 {
    font-size: 3.5rem;
  }
  h2.subhead-level-1 {
    font-size: 28px !important;
  }
  .book-body p {
    word-wrap: break-word;
  }
  .book-body code {
    width: 100% !important;
  }
  .list-group {
    font-size: 15px;
  }
}

.wrapper .book-body,
.wrapper .doc-content,
.wrapper .doc-content p,
.wrapper .subofsub-module,
.wrapper .sub-module {
  font-size: 20px !important;
}
.wrapper.odoo14book .main .book-header h1 {
    font-size: 3.3rem !important;
}
.wrapper .book-body .subhead-level-1{
    font-size: 26px !important;
}
.list-group li{
list-style: none;
}

.list-group li{
  list-style: none;
  }

  .wrapper .book-body p{
    font-size: 16px !important;
    line-height: 1.9 !important;
  }
  .book-header {
    padding: 1rem 3rem 1rem 3rem !important;
  }

  .book-header h1{
margin-bottom: 0 !important;
  }


/* width */
.sidebar::-webkit-scrollbar {
  width: 8px !important;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  background: #f9f9f9 !important; 
}
 
.sidebar::-webkit-scrollbar-thumb
{
	border-radius: 8px !important;
	background-color: #eceaea !important;
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #e5dfdf; 
}



.sidebar-submenu {
  margin-left: 24px;
  border: 1px solid transparent;
  border-left-color: #eaeaea;
}

.sidebar-submenu a.list-group-item.list-group-item-action span{
font-size: 12px;
/* font-family: sans-serif; */
}

.sidebar-submenu a.list-group-item.list-group-item-action {
  padding: 0.5rem 1rem 0.5rem 2rem !important;
  height: 30px !important;
  display: flex;
  align-items: center;
}

.sidebar-submenu a.list-group-item.list-group-item-action:hover {
  border: 1px solid transparent;
  border-left-color: #181818;
}


.sidebar-submenu a{
  padding-left: 0 !important;
}


.book-body ul {
  font-size: 14px !important;
  position: relative;
}

.book-body ul li{
  list-style: none;
    font-size: 14px;
    padding-bottom: 5px;
}

.book-body ul li:before {
  content: "-";
  display: inline-block;
  color: #4b3f3f;
  position: relative;
  margin-left: -15px;
  margin-right: 8px;
}

/* End of Responsive Design */


.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
}

.breadcrumb-item{
  color: #000;   
  font-size: 13px;
}

.breadcrumb-item a {
  color: #7e7c7c;   
  font-size: 13px;
}

.breadcrumb-item a:not(:hover) {
  text-decoration: none;
}

.breadcrumb-item:has(~ .breadcrumb-item.current)::after {
    content: "" !important;
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
    background: url(../images/social/chevron-right.html) no-repeat;
}


.page-navigation{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.submenu-icon{

  transform: rotate(-90deg);
    background-color: #dbdbdb;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
   
}
a.list-group-item.list-group-item-action {
    margin-bottom: 1rem !important;
    height: unset !important;
}

