:root{
  --ifm-scrollbar-size: 10px;
  --ifm-font-weight-semibold: 500;
  --ifm-scrollbar-thumb-background-color: silver;
  --font-size:16px;
  --line-height: 18px;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #bfa4f0;
  --bs-pink: #f5a1cb;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: rgb(116, 184, 182);
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 116, 184, 182;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
body {
    padding-top: 66px;
    font-family: 'Roboto', sans-serif;
    font-size: var(--font-size);
    line-height: var(--line-height);
    background-color: #ccc;
}
.toast{
    font-size: var(--font-size);
    line-height: var(--line-height);
}
a {
  color: #004b9b; 
  font-size: var(--font-size)!important;
}
a.active, a:active, a:focus, a:hover {
    color: #004b9b; 
}
.block {
  margin-bottom: 5px;
}

.block h3 {
  text-transform: none;
}
#footer-section, #copyright-section {
    background-color: #892629;
    color: #fff;
}


.bg-vncphvn, #mainNav {
    white-space: nowrap;
/*    background-image: url(../img/background-pattern-transparent.svg);*/
    background-repeat: repeat;
    background-color: #d6f6f4;
    background-size: 40px;
}

a.logo img {
    max-width: 40px;
    max-height: 40px;
    vertical-align: middle;
}



.bd-sidebar {
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.bd-search {
    position: relative;
    padding: 0px 15px;
    margin-right: -15px;
    margin-left: -15px;
}
.bd-links {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0,0,0,0.05);
}
.bd-links {
    overflow: auto;
/*    font-weight: 600*/
}

@media (pointer: fine){
  .bd-links {
      scrollbar-width: thin;
  }

  .bd-links::-webkit-scrollbar {
      height: var(--ifm-scrollbar-size);
      width: var(--ifm-scrollbar-size);
  }
  .bd-links::-webkit-scrollbar-thumb {
      background: var(--ifm-scrollbar-thumb-background-color);
      /*background-image: radial-gradient(#4e3928, #4e3928, #251d1a 99%) !important;*/
      border-radius: 10px;
  }
}


@media (max-width: 992px) {
  .mobileMenu {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: fixed;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .mobileMenu.open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .mobileMenu .navbar-nav {
    overflow-y: auto;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .overlay.open {
    display: block;
    z-index: 1029;
  }
}

.small-teaser .media-left {
    padding-right: 15px;
}
.border-danger {
    border-color: #bd5e61!important;
}
.icon-improve {
    color: #bdbdb5;
    padding: 3px 9px 0 10px;
    font-size: 35px;
}
.icon-font {
    color: #bdbdb5;
    /*padding: 3px 9px 0 10px;*/
    padding: 5px 5px 5px 5px;
    font-size: 20px;
}
.darkMode {
  color: darkturquoise!important;
}
 
.darkMode  .bg-light, body.darkMode {
      background-color: #0B3967!important;
  }
.darkMode  .bg-vncphvn,.darkMode #mainNav {
    background-color: #051e38!important;
  }
.darkMode  .breadcrumb {
    background-color: #155a9f8a!important;
  }
.darkMode  .toast{
    background-color: #092d52!important;
  }
.darkMode  #footer-section,.darkMode #copyright-section {
      background-color: #051e38;
      color: #ffffffc9;
  }
.darkMode  .form-control {
      color: #ccdff2!important;
      background-color: #2f5479ed!important;
      border: 1px solid #728ba4!important;
  }
.darkMode  .border-danger {
      border-color: #1f4a77!important;
  }
.darkMode  .navbar-toggler {
      color: aliceblue;
  }
.darkMode  .bd-search-docs-toggle{
    color: aliceblue;
  }
.darkMode  .bd-links::-webkit-scrollbar-thumb {
      background: #29527b;
      border-radius: 10px;
  }

.darkMode a {
  color:lightyellow!important;
}

.darkMode a.page-link {
    background-color: #007bff3b;
    border: 1px solid #5b738bab;
}
.darkMode .btn-default{
    color: aliceblue;
}
#back-to-contents, #sizeDown,#sizeUp,#darkMode {
    bottom: 0;
    position: fixed;
    right: 0;
/*    padding: 5px 0px 5px;*/
    z-index: 3090;
}
#sizeDown {
    bottom: 45px;
    margin-right: 6px;
/*    padding: 5px 4px 5px;*/
}
#sizeUp {
    bottom: 80px;
   
}
#darkMode {
    bottom: 115px;
/*    padding: 5px 10px 5px;*/
    margin-right: 12px;
}
.node-body{
  text-align: justify;
}
.show-sub{
    display: contents!important;
}
.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
    
}
.dropdown-menu li.nav-item{
    padding-left:15px!important;
}
.node-body img{
    max-width: 100%;
    display: block;
    margin: auto;
    border-radius: 5px 5px 0 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    line-height: var(--line-height);    
}
.promoted .node{
    display: inline-block;
}

footer .text-center a,.list-inline-item a {
    color:#b5fffa!important;
}

.bd-sidebar {
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

@media (min-width: 768px) {
    .bd-sidebar {
        border-right:1px solid rgba(0,0,0,0.1)
    }

    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .bd-sidebar {
            position:-webkit-sticky;
            position: sticky;
            top: 4rem;
            z-index: 1000;
            height: calc(100vh - 4rem)
        }
    }
}

@media (min-width: 1200px) {
    .bd-sidebar {
        -ms-flex:0 1 320px;
        flex: 0 1 320px
    }
}

/*.bd-links {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0,0,0,0.05)
}
*/
/*.bd-search {
    padding: 1rem 15px;
    margin-right: -15px;
    margin-left: -15px
}
*/
.bd-search .form-control:focus {
    border-color: #9cd8d5;
    box-shadow: 0 0 0 3px #d6f6f4;
}

.bd-search-docs-toggle {
    color: #212529
}
.bd-search .block{
    margin-bottom: -58px;
    min-height: 180px;
}
.toast-body {
    overflow-y: scroll;
    height: 170px;
}
.tree li a {
    text-decoration: none;
    color: #369;
    text-align: left;
}