/* your custom css */

/* Font variable is defined in siteConfig */
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 400;
    src: url("./../fonts/Inter-HomeByMe/Inter-Regular.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-Regular.woff") format("woff");
  }
  @font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 400;
    src:url("./../fonts/Inter-HomeByMe/Inter-Italic.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-Italic.woff") format("woff");
  }

  @font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 500;
    src:url("./../fonts/Inter-HomeByMe/Inter-Medium.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-Medium.woff") format("woff");
  }
  @font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 500;
    src:url("./../fonts/Inter-HomeByMe/Inter-MediumItalic.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-MediumItalic.woff") format("woff");
  }

  @font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 600;
    src:url("./../fonts/Inter-HomeByMe/Inter-SemiBold.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-SemiBold.woff") format("woff");
  }
  @font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 600;
    src:url("./../fonts/Inter-HomeByMe/Inter-SemiBoldItalic.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-SemiBoldItalic.woff") format("woff");
  }

  @font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 700;
    src:url("./../fonts/Inter-HomeByMe/Inter-Bold.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-Bold.woff") format("woff");
  }
  @font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 700;
    src:url("./../fonts/Inter-HomeByMe/Inter-BoldItalic.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-BoldItalic.woff") format("woff");
  }

  @font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 800;
    src:url("./../fonts/Inter-HomeByMe/Inter-ExtraBold.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-ExtraBold.woff") format("woff");
  }
  @font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 800;
    src:url("./../fonts/Inter-HomeByMe/Inter-ExtraBoldItalic.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-ExtraBoldItalic.woff") format("woff");
  }

  @font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 900;
    src:url("./../fonts/Inter-HomeByMe/Inter-Black.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-Black.woff") format("woff");
  }
  @font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 900;
    src:url("./../fonts/Inter-HomeByMe/Inter-BlackItalic.woff2") format("woff2"),
        url("./../fonts/Inter-HomeByMe/Inter-BlackItalic.woff") format("woff");
  }


/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/* BASE */
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

body,
html {
    font-size: 14px;
    color: #616161;
    font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}

#__docusaurus {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.mainContainer {
  min-height: auto;
  flex: 1;
  padding: 0;
  margin: 0;
}

.wrapper{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px auto;
    padding: 0 20px;
}
.gridBlock{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 2rem;
}
strong{
    font-weight: bold;
}

a{
    color: #1491dd;
}

h1{
    font-size: 34px;
    font-weight: bold;
    color: #546d8b;
}

h2{
    color: #546d8b;
    font-weight: bold;
    border-top: 1px solid #f0f1f2;
    padding-top: 1.5em;
}

h3{
    color: #546d8b;
    font-size: 20px;
    font-weight: bold;
}

h4{
    color: #546d8b;
    font-size: 18px;
    font-weight: bold;
}

h6{
    font-size: 9px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

blockquote{
    background-color: #e7f4fb;
    border: 1px solid #7dc3ec;
    position: relative;
    border-radius: 2px;
    font-size: 14px;
    font-style: italic;
}
blockquote:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 4px;
    background-color: #1491dd;
    height: calc(100% + 2px);
    border-radius: 2px 0 0 2px;
}

ul {
    list-style-type: square;
}

ul li ul {
    list-style-type: none;
}


/* Code block */
.hljs{
    background-color: #fafafa;
    border: 1px solid #e0e6ed;
}


.fixedHeaderContainer{
    background: #FFFFFF;
    box-shadow: 0 0.6428571429rem 0.9285714286rem rgba(0,0,0,.09);
    padding: 0;
}

.separateOnPageNav .docsNavContainer{
    background-color: #FAFAFA;
    flex: 0 0 280px;
    padding-left: 25px;
}

.headerWrapper {
    height: 100%;
}


header{
    height: 100%;
}

.fixedHeaderContainer a{
    display: block;
    padding-left: 25px;
}

.fixedHeaderContainer header img{
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0 auto;
    max-width: 110px;
}
header .navigationWrapper{
    height: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

.separateOnPageNav .wrapper,
.separateOnPageNav .headerWrapper.wrapper{
    max-width: 100%;
    padding: 0;
}

.separateOnPageNav.sideNavVisible .navPusher .mainContainer{
    max-width: 900px;
}

.onPageNav > .toc-headings{
    padding-right: 15px;
}

table th{
    color: #546d8b;
    background-color: #e7f4fb;
}

table tr:nth-child(2n){
    background-color: transparent;
}

table td{
    vertical-align: middle;
}

img + em {
    text-align: center;
    font-size: 12px;
    display: block;
    margin-top: 10px;
    color: #13141f;
}

article p img{
    padding: 5px;
    border: 1px solid #EDEDED;
    margin-top: 5px;
    margin-bottom: 5px;
}


/*Handling the Sidebar Panel*/
.navItem,
.navbar__item,
.menu__link {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.navItem:hover,
.navbar__link:hover,
.menu__link:hover {
  color: #0078ff;
}

.navItem--active,
.menu__link--active {
  color: #0078ff;
}



/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/* HOMEPAGE */
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

/* TODO: find a better way to select only homepage to hide the header */
body:not(.sideNavVisible) .fixedHeaderContainer{
    display: none;
}
body:not(.sideNavVisible) .singleRowMobileNav.navPusher{
    padding-top: 0;
}

.homeContainer{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3aadf3+0,1491dd+100 */
    background: rgb(58,173,243); /* Old browsers */
    background-image: url(./../img/homepage/homepage-background.png), -moz-linear-gradient(top,  rgba(58,173,243,1) 0%, rgba(20,145,221,1) 100%); /* FF3.6-15 */
    background-image: url(./../img/homepage/homepage-background.png), -webkit-linear-gradient(top,  rgba(58,173,243,1) 0%,rgba(20,145,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url(./../img/homepage/homepage-background.png), linear-gradient(to bottom,  rgba(58,173,243,1) 0%,rgba(20,145,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aadf3', endColorstr='#1491dd',GradientType=0 ); /* IE6-9 */
    min-height: 450px;
}

.homeContainer .homeWrapper{

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    max-width: 100%;
}

.homeContainer .homeWrapper .projectLogo{
    display: block;
    bottom: auto;
    left: auto;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    max-width: 135px;
}

.homeContainer .homeWrapper .projectTitle{
    color: #FFFFFF;
    font-size: 34px;
}

.homeContainer ~ .mainContainer {
    padding-top: 0;
    margin-top: -50px;
}


.ds-dropdown-menu {
  max-height: 70vh;       /* Adjust this to your preference */
  overflow-y: auto;        /* Enables vertical scroll */
  overscroll-behavior: contain; /* Prevents background scroll when reaching end */
  scrollbar-width: thin;   /* Firefox: thin scrollbar */
}

.projectTitle > small{
    font-size: 24px;
    opacity: 0.5;
    margin-bottom: 0;
}

.gridBlock {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(337px, 316px));
  justify-content: center;   /* Centers the cards horizontally */
  align-items: stretch;      /* Makes all cards equal height */
  gap: 10px;                 /* Adds spacing between cards */
}

/* ✅ Each card styling */
.gridBlock .blockElement {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 26px rgba(0,0,0,.07);
  transition: transform 0.15s linear, box-shadow 0.15s linear;
  display: flex;
  flex-direction: column;
  justify-content: center;   /* Vertically center content */
  align-items: center;       /* Horizontally center everything */
  text-align: center;        /* Ensures text is centered */
  width: 100%;
  max-width: 316px;          /* ✅ Slightly narrower cards */
  height: 100%;
  border-radius: 4px;
}

/* ✅ Hover animation */
.gridBlock .blockElement:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}


/* ✅ Text content */
.gridBlock .blockContent {
  padding: 0 25px 25px;
}

.gridBlock a {
  text-decoration: none;
  color: inherit; /* Keeps text color consistent */
}

/* Prevent underline on hover too */
.gridBlock a:hover,
.gridBlock .blockContent h2:hover {
  text-decoration: none;
}

.blockImage {
    margin-left: auto;
    margin-right: auto;
}

.gridBlock .blockPin{
    height: fit-content;
    width: fit-content;
    position: absolute;
}

.blockContent h2:hover {
  text-decoration: none;
}

.gridBlock .blockPin a{
    color: #546d8b;
    font-weight: bold;
}

.gridBlock + .gridBlock{
    margin-top: 30px;
}

/* 2️⃣ Push white section below the blue banner */
.mainContainer {
    max-width: 100%;
    padding: 40px 0;
}

/* ✅ Image styling */
.gridBlock .blockImage{
    height: 60px;
    width: 60px;
    position: relative;
    margin-bottom: 60px;
    margin-top: 100px;
}

.gridBlock .blockImage::before {
  content: "";
  background-color: #1491dd;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 250%;
  width: 250%;
}

.gridBlock .blockPin{
    height: fit-content;
    width: fit-content;
    position: absolute;
}

.gridBlock .blockPin a{
    color: #546d8b;
    font-weight: bold;
}

.gridBlock + .gridBlock{
    margin-top: 30px;
}

.gridBlock .blockImage:before{
    content: "";
    background-color: #1491dd;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 250%;
    width: 250%;
}

.gridBlock .blockContent{
    padding: 0 25px 25px;
}

.gridBlock .blockContent h2{
    font-size: 20px;
    border-top-width: 0;
}


/* 4️⃣ Each card appearance (optional, to match elevation) */
.blockElement {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}


/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/* SEARCHBAR */
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
.navigationSlider{
    flex: 1 1 auto;
    max-width: calc(100% - 280px);
    border-left: 1px solid #EDEDED;
    margin-left: auto;
    position: relative;
}

.navigationSlider nav.slidingNav{
    background: none;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
}

.navigationSlider .slidingNav ul{
    width: 100%;
}

.navigationSlider .slidingNav ul li{
    flex: 1 1 auto;
}

.navigationSlider .slidingNav ul li span{
    width: 100%;
}

.reactNavSearchWrapper input#search_input_react{
    background-color: transparent;
    width: 100%;
    color: #807F7F;
    transition: color 0.3s linear;
}

.reactNavSearchWrapper input#search_input_react::-webkit-input-placeholder {
    color: #807F7F;
}

.reactNavSearchWrapper input#search_input_react:-moz-placeholder {
    color: #807F7F;
}

.reactNavSearchWrapper input#search_input_react::-moz-placeholder {
    color: #807F7F;
  }

  .reactNavSearchWrapper input#search_input_react:-ms-input-placeholder {
    color: #807F7F;
}

.reactNavSearchWrapper input#search_input_react::placeholder {
   color: #807F7F;
}

.reactNavSearchWrapper input#search_input_react:focus,
.reactNavSearchWrapper input#search_input_react:active{
    width: 100%;
    color: #222222;
    background-color: transparent;
}


.navSearchWrapper{
    padding-left: 10px;
    position: relative;
    right: auto;
    top: auto;
}

.navigationSlider .slidingNav ul{
    background: none;
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    padding: 0;
}

.navSearchWrapper:before{
    border-color: #D1D1D1;
}
.navSearchWrapper:after{
    background: #D1D1D1;
}




/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/* LEFT NAV + RIGHT NAV */
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/* custom scrollbars for left nav */
.docsNavContainer::-webkit-scrollbar {
    width: 6px;
}

.docsNavContainer::-webkit-scrollbar-track {
    background: #FAFAFA;
}

.docsNavContainer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #D1D1D1;
}

.docsNavContainer::-webkit-scrollbar-thumb:hover {
    background: #B5B5B5;
}

.docsNavContainer{
    scrollbar-width: thin;
    scrollbar-color: #D1D1D1;
}

.toc .toggleNav .navGroup .navGroupCategoryTitle{
    text-transform: uppercase;
    color: #13141f;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toc .toggleNav .navGroup .navGroupCategoryTitle .collapsible .arrow{
    float: none;
    margin-right: 15px;
    margin-top: 0;
}

.toc .toggleNav ul li a{
    font-size: 12px;
    font-weight: 600;
    color: #616161;
    padding: 10px;
    border-radius: 5px;
    display: block;
}

.toc .toggleNav ul{
    padding: 0;
}

.toc .toggleNav ul li{
    padding-right: 15px;
}

.toc .toggleNav ul li.navListItemActive a{
    background-color: #e7f4fb;
}

/* Subcat groups */
.toc .toggleNav .subNavGroup{
    padding-left: 20px;
}

.toc .toggleNav .navGroup .navGroupSubcategoryTitle{
    font-size: 12px;
    color: #616161;
    text-transform: uppercase;
}

.toc .toggleNav .subNavGroup ul li a{
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

.toc .toggleNav .subNavGroup ul li.navListItemActive a{
    background-color: transparent;
}

/* custom scrollbars for right nav */
.onPageNav::-webkit-scrollbar {
    width: 6px;
}

.onPageNav::-webkit-scrollbar-track {
    background: #FAFAFA;
}

.onPageNav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #D1D1D1;
}

.onPageNav::-webkit-scrollbar-thumb:hover {
    background: #B5B5B5;
}

.onPageNav{
    scrollbar-width: thin;
    scrollbar-color: #D1D1D1;
}


.onPageNav .toc-headings > li > a{
    transition: color .3s linear;
}

.onPageNav .toc-headings > li > a.active{
    color: #13141f;
    font-size: 14px;
    font-weight: bold;
}

.docs-prevnext{
    display: flex;
    justify-content: space-between;
}

.docs-prevnext:after{
    content: none;
}


.button.docs-next,
.button.docs-prev{
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button.docs-next{
    margin-left: 10px;
    text-align: right;
}

.button.docs-prev .arrow-prev{
    margin-right: 10px;
    max-width: 15px;
    display: block;
}

.button.docs-next .arrow-next{
    margin-left: 10px;
    max-width: 15px;
    display: block;
}





/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/* SEARCH RESULTS */
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#display-result{
	display: flex;
    width: 100%;
    background-color: rgba(33,33,33,.7);
    position: fixed;
    overflow: hidden;
    height: calc(100% - 68px);
    top: 68px;
    z-index: 1;
}

ul#result-list{
    background-color: #FFFFFF;
    list-style-type: none;
    padding-left: 0;
    padding: 25px;
    margin-bottom: 0;
    box-shadow: 0 0.6428571429rem 0.9285714286rem rgba(0,0,0,.09);
    margin: 25px auto;
    height: auto;
    overflow: auto;
    max-width: 900px;
    position: relative;
    width: 100%
}


/* custom scrollbars for right nav */
ul#result-list::-webkit-scrollbar {
    width: 6px;
}

ul#result-list::-webkit-scrollbar-track {
    background: #FAFAFA;
}

ul#result-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #D1D1D1;
}

ul#result-list::-webkit-scrollbar-thumb:hover {
    background: #B5B5B5;
}

ul#result-list{
    scrollbar-width: thin;
    scrollbar-color: #D1D1D1;
}

ul#result-list .bt-container{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    z-index: 10;
}

ul#result-list .bt-container button{
    height: 100%;
    width: 100%;
    text-align: center;
    box-shadow: none;
    color: #3e3e3e;
    cursor: pointer;
    resize: none;
    box-sizing: border-box;
    background: 0 0;
    border-width: 0;
    padding: 0;
    text-align: center;
    font-size: .8333333333rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-view-close' viewBox='0 0 30 30' fill='%23546d8b'%3E%3Cpath d='M24.707 23.293a.999.999 0 11-1.414 1.414L15 16.414l-8.293 8.293a.997.997 0 01-1.414 0 .999.999 0 010-1.414L13.586 15 5.293 6.707a.999.999 0 111.414-1.414L15 13.586l8.293-8.293a.999.999 0 111.414 1.414L16.414 15l8.293 8.293z'%3E%3C/path%3E%3C/svg%3E");
}

ul#result-list .bt-container button:hover{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-view-close' viewBox='0 0 30 30' fill='%231491dd'%3E%3Cpath d='M24.707 23.293a.999.999 0 11-1.414 1.414L15 16.414l-8.293 8.293a.997.997 0 01-1.414 0 .999.999 0 010-1.414L13.586 15 5.293 6.707a.999.999 0 111.414-1.414L15 13.586l8.293-8.293a.999.999 0 111.414 1.414L16.414 15l8.293 8.293z'%3E%3C/path%3E%3C/svg%3E");
}


ul#result-list .bt-container button:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-view-close' viewBox='0 0 30 30' fill='%231491dd'%3E%3Cpath d='M24.707 23.293a.999.999 0 11-1.414 1.414L15 16.414l-8.293 8.293a.997.997 0 01-1.414 0 .999.999 0 010-1.414L13.586 15 5.293 6.707a.999.999 0 111.414-1.414L15 13.586l8.293-8.293a.999.999 0 111.414 1.414L16.414 15l8.293 8.293z'%3E%3C/path%3E%3C/svg%3E");
    outline: none;
}

ul#result-list > hr:last-child{
    display: none;
}

ul#result-list h4{
    margin-top: 0;
    transition: color .3s linear;
}

ul#result-list li
{
    text-align: left;
}

ul#result-list li + ul#result-list li{
    margin-top: 25px;
}

ul#result-list li a {
    padding: 20px;
    display: block;
    transition: background .3s linear;
    border-radius: 5px;
}

ul#result-list li a:hover{
    background-color: #e7f4fb;
}

ul#result-list li a:hover h4{
    color: #1491dd;
}


ul#result-list li.result-card p
{
	color: #616161;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}






/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#back-to-top{
    background: #546d8b;
    bottom: 60px;
    transition: background .3s linear, opacity .3s linear, bottom .15s linear;
}

#back-to-top:hover{
    background: #1491dd;
}

#back-to-top{
    background: #546d8b;
    bottom: 60px;
    transition: background .3s linear, opacity .3s linear, bottom .15s linear;
}

#back-to-top:hover{
    background: #1491dd;
}

footer.nav-footer {
  margin-top: auto;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
}

.nav-footer .fbOpenSource{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}

.nav-footer .fbOpenSource img {
  height: 45px;
}

.nav-footer .copyright {
  font-size: 14px;
  color: #616161;
}

.footer--dark {
  margin-top: auto;
    background-color: #fff;
    padding: 15px;
    line-height: normal;
    color: #616161;
    border-top: 1px solid #f5f5f5;
}

/* Use flex layout to align logo and copyright horizontally */
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-fluid{
    margin: 0;
    padding: 0;
    max-width: 100%;
}
 
.text--center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright{
    font-size: 14px;
    color: #616161;
}
/* Limit logo height */
.footer__logo {
  height: 40px;
  width: auto;
  margin-top: 0.25rem;
}

.footerLogoLink_BH7S{
    opacity: 1;
}

/* Copyright text styling */
.footer__copyright {
  font-size: 14px;
  color: #616161;;
  margin: 0;
  text-align: right;
}


/*Table contents*/

/* Sidebar Table of Contents */
.tableOfContents_bqdL {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 15px 20px;
  background-color: #fff;
  scrollbar-width: thin;

  /* ✅ Keep only one subtle border */
  border-left: 1px solid #e0e0e0;
}

/* Remove all markers / bullets */
.table-of-contents,
.table-of-contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove extra left border from this class */
.table-of-contents__left-border {
  border-left: none !important; /* ✅ Prevent double border */
  padding-left: 0;
  margin-left: 0;
}

/* Scrollbar styling */
.tableOfContents_bqdL::-webkit-scrollbar {
  width: 6px;
}
.tableOfContents_bqdL::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* TOC links */
.table-of-contents__link {
  display: block;
  color: #4a4a4a;
  font-size: 14px;
  text-decoration: none;
  margin: 6px 0;
  padding-left: 8px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

/* Hover and Active states */
.table-of-contents__link:hover {
  color: #0078d4;
  padding-left: 12px;
  text-decoration: none;
}

.table-of-contents__link--active {
  color: #0078d4;
  font-weight: 600;
  border-left: 3px solid #0078d4;
  padding-left: 12px;
}





/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 1023px) {
    h2{
        padding-top: 15px;
        margin-top: 15px;
    }


    .separateOnPageNav.sideNavVisible .navPusher .mainContainer{
        max-width: 100%;
        padding-top: 48px;
    }

    .separateOnPageNav .container.mainContainer .wrapper{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .navPusher.singleRowMobileNav .toggleNav h2 i{
        display: none;
    }

    .fixedHeaderContainer a{
        padding-left: 15px;
    }

    .fixedHeaderContainer header img{
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 100px;
    }

    .navigationSlider{
        max-width: calc(100% - 125px);
    }

    .singleRowMobileNav.navPusher{
        padding-top: 58px;
    }

    .separateOnPageNav .docsNavContainer{
        padding-left: 0;
    }

    ul#result-list{
        margin-top: 60px;
    }
}


@media only screen and (max-width: 736px) {
    .homeContainer{
        min-height: 150px;
    }

    .homeContainer ~ .mainContainer{
        margin-top: 0;
    }

    .nav-footer{
        flex-direction: column;
    }

    .nav-footer .fbOpenSource{
        margin-bottom: 15px;
    }

    .singleRowMobileNav.navPusher{
        padding-top: 42px;
    }

    .fixedHeaderContainer a{
        padding-left: 10px;
    }

    .fixedHeaderContainer header img{
        padding-top: 3px;
        padding-bottom: 3px;
        max-width: 60px;
    }

    .navigationSlider{
        max-width: calc(100% - 80px);
    }

    header .navigationWrapper{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .fixedHeaderContainer{
        min-height: 20px;
    }

    .gridBlock .blockElement{
        display: block;
        position: relative;
        padding-top: 1px;
        margin-top: 15px;
    }

    ul#result-list{
        padding: 10px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 10px;
    }

    ul#result-list li{
        margin-top: 10px;
    }

    ul#result-list li a{
        padding: 10px;
    }

    ul#result-list hr{
        margin: 10px 0;
    }
}


@media only screen and (max-width: 1024px) {

}

@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1500px) {

}