/*
  CSS for Docs
*/

/* ==============================
   Variables
   ============================== */

:root {

  /* global */
  /* SourceS: SL_brand-guideines_060122.pdf and Figma*/
  --c1-blue: #003399;  /* for large background color, or for large headlines */  /* Figma #0841B4 */
  --c1-blue3: #88B0FF;
  --c1-blue7: #F2F5FA;
  --c1-jade1: #09817F;
  --c1-jade3: #96D2CA;
  --c1-navy: #182852;  /* replacement for black */
  --c1-navy2: #304684;
  --c1-navy3: #8D9ECD;
  --c1-blue8: #1C284F;
  --c2-white:#FFFFFF;
  --c2-aliceblue: #E7F5FF;  /* only used on our webpages as a background, callout style box. It is our version of a light grey. */
  --c2-darkgrey: #333333;  /* Figma #26282C */
  --c2-grey1: #26282C;
  --c2-grey2: #49515F;
  --c2-grey3: #687287;
  --c2-grey4: #9CA7BA;
  --c2-grey5: #C3CEE8;
  --c2-grey6: #D5DFF4;
  --c2-grey7: #E2E9F4;
  --c2-grey8: #EAF1FF;
  --c2-grey9:#C1C1C1;
  --c2-grey10:#F1F1F1;
  --c2-orange: #F26D0E;  /* callouts for subheadings, bullet points, and areas where you need a spark of energy */
  --c2-orange1: #F9660B;
  --c2-orange2: #FF914E;
  --c2-orange3: #FFBB90;
  --c2-orange4: #F9D3BC;
  --c2-orange5: #FFEBDF;

  --c3-dark:  #26282c;
  --c3-light: #B8D2FF;
  --c3-blue:  #88B0FF;
  --c3-blue-alpha35: rgba(136, 176, 255, 0.35);

  --textcolor: #000000;  /* use black only for body text such as in paragraph copy */
  --logocolor: #003399;
   /* SourceS: SL_New Design Colours and Figma*/
  --SL-grey01:#F5F6F8;
  --SL-grey02:#EBEDF1;
  --SL-grey03:#D7DCE3;
  --SL-grey10 :#1F2125;
  --SL-grey09 :#3E434A;
  --SL-blue05 :#3967C3;
  /* fonts */
  --font-header: Poppins;
  --font-body: "Archerus Grotesque Medium", sans-serif;  /* Calibri or Roboto; */
  --font-bold: "Archerus Grotesque Bold", sans-serif;  /* Calibri or Roboto; */
  --font-code: Consolas, monospace;

  /* global */
  --hover-textcolor: #000000;
  --bordercolor: #DDDDDD;
  --borderline: 1px solid var(--bordercolor);
  --border4img: 1px solid #000000;

  /* header */
  /* --hdr-bggradient: linear-gradient(to right, var(--c1-blue), var(--c1-navy), var(--c1-jade1)); */
  --hdr-bgcolor: var(--SL-grey10);
  --hdr-textcolor:#FFFFFF;
  /* --hdr-borderline: 5px solid var(--c1-jade1); */
  --hdr-news-bgcolor: var(--c1-navy2);
  --hdr-news-textcolor: #FFFFFF;

  /* footer */
  --ftr-bgcolor: var(--SL-grey10);
  --ftr-textcolor: var(--c2-white);
  --ftr-borderline: 2px solid var(--c1-blue7);

  /* grid */
  --hdr-height: 56px;
  --ftr-height: 140px;

  /* sidenav and sidebar */
  /* --nav-bggradient: linear-gradient(0deg, var(--c1-blue) 75%, var(--c1-navy) 100%); */
  --nav-border: 3px solid var(--c2-grey7);
  --nav-border-active: 4px solid #6B8DD2;
  --nav-bgcolor: var(--c1-blue7);
  --nav-bgcolor-active: #CED9F0;
  --nav-textcolor: var(--c3-dark);
  --nav-textcolor-active: var(--c3-dark);
  --sidebar-bgcolor: white;

  /* main */
  --main-textcolor: var(--SL-grey09);
  --sectiontitle-textcolor: var(--SL-grey09);
  --shortdesc-textcolor: #959595;
  --body-font-size: 14px;
  --rellinks-bgcolor: #F9F9F9;
  --page-bgcolor: var(--c1-blue7);

  /* only for index.html */
  --index-main-bggradient: linear-gradient(to bottom right, var(--c1-blue3), var(--c1-navy3), var(--c1-jade3));

  /* blocks */
  --tablehdr-bgcolor: var(--c3-blue);
  --table-border-color: var(--c3-light);
  --codeblock-bgcolor: #EEEEEE;
  --quoteblock-bgcolor: var(--c2-aliceblue);
  --quoteblock-textcolor: var(--SL-grey09);
  --card-bgcolor: #F8F8F8;
  --tab-bgcolor-active: #F9F9F9;
  --tab-bgcolor-inactive: #999999;
  --tab-font-inactive: #888888;
  --stepsection-bgcolor: var(--c2-aliceblue);
  --expandablehdr-bgcolor: var(--c3-blue);

  /* notes and admonitions */
  --note-note-color: #83639C;
  --note-important-color:  #0B9D9B;
  --note-tip-color:        #63AF56;
  --note-remember-color:   #D7AC51;
  --note-warning-color:    #FF6060;
  --note-trouble-color:    #FF914E;
  --note-note-bgcolor:       #FAF3FF;
  --note-important-bgcolor:  #F0FFFF;
  --note-tip-bgcolor:        #F6FFF3;
  --note-remember-bgcolor:   #FFFDF3;
  --note-warning-bgcolor:    #FFF3F3;
  --note-trouble-bgcolor:    #FFF5EF;
  --note-padding: 16px;
  --note-icon-side-size: 30px;
  --note-icon-margin-right: 4px;

  /* callouts */
  --callout-bgcolor: #7C69DD;

  /* flags - Other colors are hardcoded in the "Flags" section. */
  --flag-textcolor: #FFFFFF;

  /* chevron chains - pointing right */
  --chevron-bgcolor: #6EA5DA;  /* #5B9BD5; */
  --chevron-textcolor: #FFFFFF;
  --chevron-point-width: 30px;
  --chevron-point-width-neg: -30px;  /* calc( var(--chevron-point-width) * -1 ); */
  --chevron-width: 90px;
  --chevron-height: 80px;
  --chevron-height-half: calc( var(--chevron-height) / 2 );

  /* buttons */
  --orange-button-bgcolor: var(--c2-orange1);
}


/* ==============================
   Global
   ============================== */

* { box-sizing: border-box; }


/* ==============================
   Grids
   ============================== */


header { grid-area: gheader; }
nav.toc { grid-area: gmenu; }
main { grid-area: gmain; }
.sidebar { grid-area: gsidebar; }
footer { grid-area: gfooter; }
body {
  display: grid;
  grid-gap: 0;
  grid-template-rows: var(--hdr-height) calc(100vh - var(--hdr-height)) var(--ftr-height);
  grid-template-columns: 20% 1fr 20%;
  grid-template-areas:
    'gheader gheader gheader'
    'gmenu gmain gmain'
    'gfooter gfooter gfooter';
}
/* ==============================
   Grids Responsiveness
   ============================== */
@media  screen and (max-width:900px) {
  body {
    /* display: grid;
    grid-gap: 0;
    grid-template-rows: var(--hdr-height) calc(100vh - var(--hdr-height)) var(--ftr-height);
    grid-template-columns: 20% 1fr 20%; */
    grid-template-areas:
      'gheader gheader gheader'
      'gmain gmain gmain'
      'gfooter gfooter gfooter';
  }
}
@media  screen and (max-width:1200px) and (min-width:900px) {
  body{
    grid-template-areas:
    'gheader gheader gheader'
    'gmenu gmain gmain'
    'gfooter gfooter gfooter';
  }
}
/* ==============================
   Fonts
   ============================== */

@font-face {
  font-family: 'Archerus Grotesque Medium';
  src: url('https://docs.snaplogic.com/fonts/Acherus-Grotesque-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Archerus Grotesque Bold';
  src: url('https://docs.snaplogic.com/fonts/Acherus-Grotesque-Bold.otf') format('opentype');
}


/* ==============================
   Body
   ============================== */

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  font-family: var(--font-body);
  font-size: var(--body-font-size);
  overflow-x: hidden;
  transition: opacity 0.1s ease-in-out;
  overflow-y: scroll;
}

main {
  color: var(--main-textcolor);
  /* z-index: 1; */
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 80% 20%;
}
@media  screen and (max-width:1200px){
main{
  grid-template-columns: 100% 0%;
}
}

article {
  margin: 0;
  padding: 0 1em 1em 2em;
  width: 100%;
  letter-spacing: 0.03em;
  font-size: 14px;
  line-height: 22px;
}
article .xref{
  color: var(--SL-blue05);
}
.p { 
  font-size: 14px;
  line-height: 22px;
  font-family: var(--font-body);
  color: var(--SL-grey09);
  font-weight: 400;
  margin: 15px 0px 5px 0px;
  letter-spacing: 0.03em;
}
/* ==============================
   Body Responsiveness
   ============================== */
   @media screen and (max-width: 1100px){
    .p {
      font-size: 12px;
    }
  }
/* ==============================
   GCSE
   Must be above other table styling.
   ============================== */

.gsc-control-cse,
.gsc-search-box {
  margin: -5px 0 0 0;
  padding: 0 !important;
}
table.gsc-search-box th,
table.gsc-search-box td,
.gsc-search-box {
  border: 0 !important;
}
table.gsc-search-box td.gsc-input {
  padding-right: 3px !important;
}
.gsc-input,
.gsc-search-button {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.gsc-search-button-v2 {
  margin: 0 !important;
  padding: 8px !important;
  border-radius: 4px !important;
}
.gsc-control-wrapper-cse .gsc-results-wrapper-visible{
  z-index: 2;
}
.gsc-control-wrapper-cse .gsc-modal-background-image{
  z-index: 1;
}
/* .loader {
  text-align: center;
  position: absolute;
  left: 40%;
  bottom: 10px;
  padding: 10px;
  display: none; 
} 
.spinner {
  border: 3px solid #f3f3f3; 
  border-top: 3px solid #3498db; 
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: inline-block;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */


#show-more {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 40%;
  padding: 10px 20px;
  background-color: #0841B4;
  border-radius: 4px;
  color: white;
  text-align: center;
  font-weight: 500;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

#show-more:hover {
  background-color: #0841B4;
}

/* ==============================
   FontAwesome
   https://fontawesome.com/docs/web/setup/upgrade/pseudo-elements
   ============================== */

nav.toc a[rel*="external"]::before{
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  padding-right: .5ch;  /* half width of one char */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
main a[rel*="external"]::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  padding-left: .5ch;  /* half width of one char */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.downloadable::after {
  content: "\f0ed" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  padding-left: .5ch;  /* half width of one char */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


/* ==============================
   Shortdesc
   ============================== */

.shortdesc {
  display: none; /* temporary */
  font-style: italic;
  font-size: 90%;
  color: var(--shortdesc-textcolor);
}
.shortdesc::first-letter { text-transform: uppercase !important; }
.casesent::first-letter { text-transform: uppercase !important; }


/* ==============================
   Titles
   ============================== */

.topictitle1 {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 850;
  padding: 0;
  color: #5E6470;
}
.topictitle2 {
  font-size: 24px;
  font-weight: 850;
  font-family: var(--font-body);
  font-weight: bold !important;
  padding: 0 0 0.3em 0;
}
.detsummtitle,
.sectiontitle {
  font-size: 18px;
  font-weight: 850;
  font-family: var(--font-body);
  padding: 0.2em 0;
  margin: 5px 0;
  position: relative;
  color: var(--c2-grey2);
}
.notetitle,
.condition,
.detsummdivtitle,
.sectiondivtitle {
  font-size: 18px;
  font-weight: 850;
  padding-top: 0.1em 1.2em !important;
  position: relative;
}
.sectiondivsubtitle,
h4 { font-size: 1.125em; }
h5 { font-size: 1.125em; }
h6 { font-size: 1em; }

.condition,
.detsummtitle, .detsummdivtitle,
.sectiondivtitle {
  color: var(--c2-grey2);
}

.titlewithbg {
  width: 100%;
  padding: 5px 10px;
  margin: 30px 0 5px 0;
  background-color: var(--expandablehdr-bgcolor);
}
/* ==============================
   Titles Responisiveness
   ============================== */
  @media screen and (max-width: 1100px){
    .detsummtitle,.sectiontitle,.sectiondivtitle,.detsummdivtitle{
      font-size: 14px;
    }
    .topictitle1{
      font-size: 18px;
    }
  } .topictitle2{
    font-size: 18px;
  }

/* ==============================
   Flags
   ============================== */

.flag-title-beta::after,
.flag-title-early-access::after,
.flag-title-preview::after,
.flag-title-restricted::after,
.flag-inline-new::after  {
  font-weight: bold;
  color: var(--flag-textcolor);
  margin-left: 8px;
  vertical-align: middle;
  border-radius: 4px;
  border: 0;
}
.flag-title-beta::after,
.flag-title-early-access::after,
.flag-title-preview::after,
.flag-title-restricted::after  {
  font-size: 75%;
  padding: 3px 8px;
}
.flag-inline-new::after  {
  font-size: 75%;
  padding: 3px 8px;
}

.flag-title-beta::after  {
  content: "Beta";
  background-color: #83639C;
}
.flag-title-early-access::after  {
  content: "Early access";
  background-color: #0B9D9B;
}
.flag-title-preview::after  {
  content: "Preview";
  background-color: #D7AC51;
}
.flag-title-restricted::after  {
  content: "Restricted";
  background-color: #F9660B;
}
.flag-inline-new::after  {
  content: "New";
  background-color: #2C63D1;
}


/* ==============================
   userinput
   ============================== */
   
.userinput{
  font-family: var(--font-body);
  font-style: italic;
  color: var(--textcolor);
}

/* ==============================
   Indentations
   ============================== */

article ul,article ol {
  padding-inline-start: 17px;
}   
.dlterm{
  padding: 8px 0px;
}
.dd{
  margin: 0;
}
/* ==============================
   Code
   ============================== */

.shortsyntax,
.systemoutput,
.msgblock, .msgph, .msgnum,
.codeblock, .codeph,
.pre {
  font-family: var(--font-code);
  background-color: var(--codeblock-bgcolor);
  border-radius: 5px;
  margin: 0;
  position: relative;
}
.systemoutput,
.msgblock, .msgph, .msgnum,
.codeblock, .codeph,
.pre {
  font-size: 85%;
  line-height: 1.5;
}
.shortsyntax {
  font-size: 150%;
}
.shortsyntax, .codeblock, .msgblock, .pre { padding: 10px; }
.codeph, .msgph, .msgnum    { padding: 2px 3px; }
.codeblock,.pre{
  white-space: pre-wrap;
}
.codeblock > code,.pre > code {
  width: 100%;
  overflow-wrap: break-word;
  white-space: pre-wrap !important;
}
.lang-js::before,
.lang-json::before,
.lang-html::before,
.lang-cli::before {
  font-family: var(--font-body);
  font-style: italic;
  display: block;
  width: 95%;
  text-align: right;
}
.lang-js::before    { content: "JavaScript\A"; }
.lang-json::before  { content: "JSON\A"; }
.lang-html::before  { content: "HTML\A"; }
.lang-cli::before   { content: "Command line\A"; }

.codeblock .copy-icon{
  display: block !important;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  height: auto;
  cursor: pointer;
}
.copy-text{
  position: absolute;
  display: none;
  top: 25px;
  right:0%;
  background-color: #FFFFFF;
  color:var(--textcolor);
  padding: 0px 5px;
  font-style: normal;
  font-family: var(--font-body);
}

/* ==============================
   Permalinks 
   ============================== */
   .permalinkmaintag{
    cursor: pointer;
    position: relative;
   }
  .permalink{
    padding-left: 0.2em;
    text-decoration: none;
  }
  .permalinkicon{
    width: 12px;
    height: auto;
  }
  .sectiontitle:hover >.permalinkmaintag{
    display: contents !important;
  }
  .sectiondivtitle:hover >.permalinkmaintag{
    display: contents !important;
  }
.permalinkmaintag::before,
.permalinktext {
  position: absolute;
  background-color: var(--c2-aliceblue);
  color: var(--textcolor);
  padding: 0px 5px;
  height: fit-content;
  margin-left: 5px;
  font-family: var(--font-body);
  font-size: 10px;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}

.permalinkmaintag::before {
  top: 10px; 
  left: 50%;
  transform: translateX(-50%);
}

.permalinkmaintag:hover::before,
.permalinkmaintag:hover .permalinktext {
  opacity: 1;
  visibility: visible;
}

/* ==============================

   breadcrumbs
   ============================== */
 .breadcrumb-header{
  /* display: contents !important; */
  display: none;
 }
 .breadcrumb-item >a{
  text-decoration: none;
  color:var(--c2-grey2);
  font-weight: 400;
  font-family: var(--font-body);
 }
 .breadcrumb-item{
  padding-left: 5px;
 }
 .breadcrumb-header >.breadcrumb-item:first-child{
  padding-left: 0px;
 }
 .breadcrumb-header :last-child>a{
  font-weight: 850;
  font-family: var(--font-bold);
 }
.breadcrumb-item > a:hover{
  font-weight: 850;
  font-family: var(--font-bold);
}
.breadcrumb-header .breadcrumb-item:not(:last-child) .breadcrumb-link:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 80%;                        
  display: inline-block;
  padding-left: .5ch; 
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "    \f054";
  margin: 0 5px;
}

/* ==============================
   Feedback popup
   ============================== */
   .feedback-popup-container {
    display: none; /* Initially hidden */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 450px;
    padding: 15px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Ensure it is on top */
}

/* Style for the overlay */
.feedback-overlay {
    display: none; /* Initially hidden */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999; /* Ensure it is behind the popup but on top of other content */
}
.feedback-popup-container  .input_field{
  margin-bottom: 10px;
}

.feedback-popup-container .input_field input[type="text"],
.feedback-popup-container textarea{
  border: 1px solid #6B768A;
  border-radius: 5px;
  color:#9CA7BA;
  width: 100%;
  height: 30px;
  padding: 5px;
  font-size: 15px;
  font-family: var(--font-body);
}
.feedback-popup-container .dropdown-container{
  position: relative;
  width: 100%;
  padding-bottom: 12px;
}
.feedback-popup-container textarea{
  resize: none;
  height: 100px;
  font-size: 15px;
  outline: none;
}
.feedback-popup-container textarea:focus {
  border: 1px solid #6B768A; /* Custom border color on focus */
}
.feedback-popup-container .feedbackhdr{
    color:  #26282C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 850;
    font-family: var(--font-body);
    margin: 0;
}
.feedback-popup-container form .feedbackhdrmain{
  position: relative;
  padding-bottom: 12px;
}
.feedback-popup-container .feedbackbtn{
  border: 0px;
  padding: 10px;
  text-align: center;
  background: #0841B4;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
}

#error_message{
  margin-bottom: 20px;
  /* background: #fe8b8e; */
  color: red;
  padding: 0px;
  text-align: center;
  position: absolute;
  top:8px;
  width: 100%;
  font-size: 14px;
  display: none;
  transition: all 0.5s ease;
}
#email_err_message{
  position: absolute;
  bottom: 3px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: red;
}
#email_err_message2{
  position: absolute;
  bottom: 3px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: red;
}
#email_err_message3{
  position: absolute;
  bottom: 3px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: red;
}
.dropdown-button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.dropdown-button.rotate {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  height: fit-content;
  overflow-y: auto;
  margin-top: 5px;
  padding: 0;
  border: 1px solid #6B768A;
  border-radius: 5px;
}

.dropdown-content li {
  list-style: none;
  padding: 5px 10px;
  cursor: pointer;
  color: #26282C;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.dropdown-content li input {
  margin: 0px 10px 0px 0px;
  width: 20px;
  height: 20px;
}
.dropdown-content li:hover {
  background-color: #0841B4;
  color: #FFFFFF;
}
#selected-feedback {
  padding: 5px;
  border: 1px solid #6B768A;
  /* margin-top: 10px; */
  position: relative;
  /* height: 30px; */
  min-height: 30px;
  max-height: fit-content;
  /* overflow:hidden; */
  /* white-space: nowrap; */
  border-radius: 5px;
}

/* .selected-feedback-text {
  display: flex;
  align-items: center;
  column-gap: 5px;
  height: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
} */
.selected-feedback-text::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

.selected-feedback-wrapper {
  position: relative;
  height: auto;
  width: 90%;
}

.selected-feedback-wrapper >.selected-feedback-text {
  position:relative;
  /* left: 0; */
  /* right: 30px;  */
  /* overflow-x: auto; */
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:5px;
  white-space: wrap;
}
.feedback-item {
  display: inline-flex;
  align-items: center;
  background:  #EBEDF1;
  padding: 3px 0px 3px 5px;
  border-radius: 5px;
  color:  #000000;
  font-size: 12px;
  font-weight: 400;
}

.feedback-item button {
  background: none;
  border: none;
  cursor: pointer;
}

.feedback-item button i {
  color:  #000000;
}

/* ==============================
   Tables
   ============================== */

table {
  margin: 5px 0;
  width: 100%;
}
table, th, td {
  border: 1px solid #CED1D7;
  padding: 10px;
}
table th {
  background-color: #E0E8F8;
}

.table td,
.simpletable td {
  vertical-align: middle;
}

.table td .div:first-child,
.table td .p:first-child,
.table td .p {
  margin-top: 0;
  padding-top: 0;
}

.tablefullwidth {
  width: 100%;
}
thead >tr>th{
  vertical-align: middle !important;
}
tbody >tr>td:first-child >ul>li:nth-child(3){
  background-color: #EBEDF1;
  border: 1px solid #B0B9C8;
  border-radius: 4px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  width: fit-content;
}
tbody >tr>td:first-child >ul>li:first-child{
  font-weight: 700;
}
/* .setflddesc .row .entry:first-child,
.setflddesc .row .entry:nth-child(2),
.snapreftable .row .entry:first-child,
.snapreftable tbody .ul-tablecells > li:first-child,
.snapreftable tbody .ul-tablecells > li:nth-child(2),
.algoopts .row .entry:first-child,
.snapviews .row .entry:first-child,
.flddesc .row .entry:first-child {
  font-weight: 700;
} */
.setflddesc .row td.entry:nth-last-child(1) {
  font-weight: normal;
}

.leftheadercol .row .entry:first-child,
.num1stcol .row .entry:first-child {
  font-weight: 700;
  background-color: #B8D2FF;
}

th .table-subheader {
  text-transform: uppercase !important;
  font-weight: bold;
  text-align: center;
}

.snapreftable .entry {
  padding: 10px 10px 10px 20px;
  margin: 0;
  height: 100%;
}
.snapreftable .entry:nth-last-child(1) {
  vertical-align: middle !important;
}
.snapreftable .row .entry:first-child{
  font-weight: 700;
}

tr.rowinstr td {
  font-weight: normal !important;
  background-color: var(--tablehdr-bgcolor);
}
tr.fieldset {
  background-color: #E0E8F8;
}
tr.fieldset .entry:first-child {
  font-weight: bold !important;
}
tr.subfield .entry:first-child {
  box-shadow: 15px 0 #E0E8F8 inset;
  padding-left: 30px;
}

table.icondesc {
  width: 100% !important;
}
table.icondesc,
table.icondesc th,
table.icondesc td {
  border: 0 !important;
}

.apitable a { text-decoration: none; }

th >.ph >a{
  /* color: #2B262C; */
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
td > span >a {
color: #0841B4;
font-size: 14px;
font-weight: 500;
}
th{
  color: #3967C3;
  font-size: 14px;
  font-weight: 700;
}
.stentry{
  border-right: 1px solid #D5DFF4;
  border-bottom: 1px solid #D5DFF4;
}
.sphtable .entry {
  padding: 10px 10px 10px 20px;
  margin: 0;
  height: 100%;
}
.sphtable .entry:nth-last-child(1) {
  vertical-align: middle !important;
}
.sphtable .row .entry:first-child{
  font-weight: 700;
}
/* ==============================
   Sections
   ============================== */

.section {
  margin: 1em 0 0.5em 0;
}

.stepsection {
  margin-left: 2em;
}

.stepgroup {
  margin-top: 3em;
  border-top: 10px solid var(--bordercolor);
  border-left: 1px solid var(--bordercolor);
  background-color: var(--stepsection-bgcolor);
  padding: 5px 20px 10px 20px;
}

br {
  line-height: 0;
}

.hide {
  display: none;
}

/* ==============================
   Links
   ============================== */

.related-links {
  background-color: var(--rellinks-bgcolor);
  border-top: 0px solid var(--bordercolor);
  margin-top: 30px;
  padding: 15px;
}

.related-links ul li span:first-letter { text-transform: uppercase !important; }

.related-links ul.linklist{
  list-style-type: disc;
  /* color: #3967c3; */
  padding-left: 17px;
  margin-bottom: 0;
}
.related-links a{
  color: #3967c3;
} 
.related-links .ullinks{
  list-style-type:disc;
  color: #3967c3;
}
.relinfo{
  margin-bottom: 0;
  margin-top: 0;
}
.linklist{
  margin-bottom: 0;
}

/* ==============================
   FeedBack
   ============================== */
  .feedback-popupmain{
    width: 100%;
    display: none;
    justify-content: center;
    margin-top: 20px;
    height: 80vh;
    align-items: flex-end;
  }
  .feedback-popup{
    display: none;
    /* display: flex;
    flex-flow: column;
    align-items: center;
    row-gap: 10px; */
  }
  .feedbacktext{
    font-size: 14px;
    font-weight: 500;
    color: #3E434A;
  }
  .feedbackicons{
    display: flex;
    column-gap: 20px;
    cursor: pointer;
  }
  .feedbackicons img {
    cursor: pointer;
    transition: filter 0.3s ease;
}
/* .feedbackicons img.clicked {
  filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(5706%) hue-rotate(198deg) brightness(94%) contrast(126%);
} */
/* .feedbackicons img.fill-color { */
  /* filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(499%) hue-rotate(181deg) brightness(92%) contrast(101%); */
/* } */

/* .fill-color {
  filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(499%) hue-rotate(181deg) brightness(92%) contrast(101%);
} */
.thumbs-up-toggle .thumbs-up-fill {
  display: none;
}
.thumbs-down-toggle .thumbs-down-fill{
  display: none;
}
/* Optional styling to make the cursor a pointer when hovering over the span */
.thumbs-up-toggle,.thumbs-down-toggle {
  cursor: pointer;
}
.feedbackbutton{
  border:1px Solid #D7DCE3;
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #3967C3;
  cursor:pointer;
}
.feedback-popup-container1 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  min-width:300px;
  max-width:90vw;
}
.feedback-header {
  font-weight: 850;
  margin-bottom: 10px;
  color:  #26282C;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--font-body);
}

.feedback-options label {
  margin: 10px 0 0px 0px;
  display: flex;
  font-size: 14px;
  color:#26282C;
}
.feedback-options label input[type="radio" i]{
  margin: 0px 10px 0px 0px;
}
.feedback-options{
  margin: 5px 0px 15px 0px;
}

.feedback-other {
  display: none;
  margin-bottom: 10px;
}
.feedback-other textarea{
  resize: none;
  height: 100px;
  font-size: 15px;
  font-family: var(--font-body);
  outline: none;
  width: 100%;
  padding: 5px;
  color: #9CA7BA !important;
  border: 1px solid #6B768A; 
  border-radius: 4px;
}
.feedback-other textarea:focus {
  border: 1px solid #6B768A; 
}
.feedback-buttons {
 display:flex;
 justify-content: space-evenly;
 width: 100%;
}
.feedback-buttons button:first-child {
  margin: 0px;
  font-size: 14px;
  padding: 5px 20px;
  height: 30px;
  text-align: center;
  background: #0841B4;
  color: #FFFFFF;
  font-family: var(--font-body);
  border-radius: 5px;
  border: 1px solid #0841B4;
}
.feedback-buttons button:last-child {
  margin: 0px;
  font-size: 14px;
  padding: 5px 20px;
  height: 30px;
  text-align: center;
  background: #FFFFFF;
  font-family: var(--font-body);
  color: #0841B4;
  border-radius: 5px;
  border: 1px solid #D7DCE3;
}
.close-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  z-index: 1100;
}
.feedback-popup-container2 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  min-width:300px;
 height: 100px;
 align-content: center;
  max-width:90vw;
}
.feedback-popup-container2  .thank-you{
  color:  #26282C;
  font-size: 16px;
  line-height: 20px;
  font-weight: 850;
}
/* ==============================
   Bing Search 
   ============================== */
.topmenu >li:first-child{
  position: relative;
  padding: 0px;
}

#search-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 400px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #C3CEE8;
}
#search-container >span {
  /* width: 10%; */
  display: none;
  padding:10px 0px 10px 10px;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.12);
}

#search-container > input[type='text'] {
  display: block; margin: 0;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-appearance: none;
  box-sizing: border-box;
  border:none;
  padding: 10px;
  width: 100%;height: 40px;
  font-size: 14px; color: #FFFFFF; font-weight: 500; font-family: inherit;
  font-style: italic;
  transition: box-shadow .2s linear, border-color .25s ease-out;
}
#search-container > input[type='text']:focus {
  outline: none;
  box-shadow:none;
  border:none;
}
#search-container-mobile {
  display: flex;
  align-items: center;
  position: relative;
  width: 70vw;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #C3CEE8;
}
#search-container-mobile >span {
  width: 10%;
  /* display: none; */
  padding:10px 0px 10px 10px;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.12);
}

#search-container-mobile > input[type='text'] {
  display: block; margin: 0;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-appearance: none;
  box-sizing: border-box;
  border:none;
  padding: 10px;
  width: 90%;height: 40px;
  font-size: 14px; color: #FFFFFF; font-weight: 500; font-family: inherit;
  font-style: italic;
  transition: box-shadow .2s linear, border-color .25s ease-out;
}
#search-container-mobile > input[type='text']:focus {
  outline: none;
  box-shadow:none;
  border:none;
}

#search-popup {
  position: absolute;
  left: 0;
  display: none;
  background-color: #f9f9f9;
  /* border: 1px solid #161515; */
  overflow-y:hidden;
  overflow-x: hidden;
  width: 100vw;
  height: calc(100vh - var(--hdr-height));
  color: #000000;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.close-button{
  position: absolute;
  right: 20px;
  top: 30px;
  height: 40px;
  width: 40px;
  border: 1px solid black;
  border-radius: 4px;
  align-content: center;
  text-align: center;
}
#autosuggest-dropdown {
  display: none;
  background-color: #FFFFFF;
  width: 100%;
  height: 380px;
  color: #000000;
  box-shadow: 0px 8px 8px rgba(38, 40, 44, 0.3);
  z-index: 2;
  margin-top: 8px;
  text-transform: none;
} 
.autosuggestions{
  height: 330px;
  padding: 10px;
}
.advanced-search{
  height: 50px;
  padding: 10px;
  border-top: 1px solid #B0B9C8;
  color: #000000;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.advanced-search >span:first-child{
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.advanced-search >span:last-child{
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-body);
  cursor: pointer;
}
.autosuggestions >.autosuggest-item{
  padding: 5px;
  color: #3967C3;
  font-weight: 700;
  font-size: var(--body-font-size);
  line-height: 16px;
  font-family: var(--font-body);
  cursor: pointer;
}
.dropdown3 >.autosuggest-item{
  padding: 5px;
  color: #3967C3;
  font-weight: 700;
  font-size: var(--body-font-size);
  line-height: 14px;
  font-family: var(--font-body);
  cursor: pointer;
}
#searched-results{
  margin-bottom: 20px;
  scrollbar-width: thin;  /* Firefox */
  scrollbar-color: var(--SL-grey02) var(--SL-grey01);
  -ms-overflow-style: none;
}
.Results-component{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.Results-header-image{
display: flex;
gap: 5px;
}
.Results-image{
  display: flex;
  justify-content: center;
}
.Results-image >img{
  width:30px;
}
.Results-name a{
  color: #3967C3;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--font-body);
  font-weight: 850;
  text-transform: none;
}
.Results-url a{
  color:  #6B768A;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  font-family: var(--font-body);
  text-transform: none;
  padding-bottom: 5px;
  cursor: pointer;
  word-break: break-word;
}
.Results-snippet{
  color: #6B768A;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
  word-break: break-word;
  padding-bottom: 5px;
  cursor: pointer;
  width: 100%;
  text-align: justify;
  padding-right: 20px;
}
.Results-snippet a{
  color: #6B768A;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
  word-break: break-word;
}
.SearchResults_divmain:hover > div:last-child a{
  color: #26282C;
}
.SearchResults_divmain:hover > div:nth-last-child(2) a{
  color: #49515F;
  font-weight: 500;
}

.search-header{
  width: 100%;
  padding: 10px 20px;
  height: 40px;
  position: fixed;
  background-color: #FFFFFF;
  z-index: 1;
}
.search-main{
  /* margin-top: 40px; */
  /* margin-bottom: 40px; */
  height:100%;
  width:100%;
  display: flex;
}
.Search-filters{
  width:20%;
  background-color: #F5F6F8;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  scrollbar-width: thin;  /* Firefox */
  scrollbar-color: var(--SL-grey02) var(--SL-grey01);
  -ms-overflow-style: none;
}
.Search-filters div{
  display: flex;  
  flex-direction: column;
  row-gap: 16px;
  list-style-type: none;
  margin-left: 20px;
  margin-top:20px;
  font-family: var(--font-body);
}
.Search-filters div li h1{
  margin:0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 850;
  color: #49515F;
  /* font-family: var(--font-body); */
}
.Search-filters div li{
  display: flex;
  align-items: center;
  height: 25px;
  gap:8px;
}
.Search-filters div li input {
  width: 18px;
  height: 18px;
  margin: 0;
  /* border: 2px solid rgb(43, 226, 95); */
}
.legacy-filters-text{
  padding-left: 25px;
  margin-top: -15px;
}
.legacy-filters-text >span:first-child{
  width:14px;
  height:14px;
}
.legacy-filters-text >span:last-child{
  font-size: 10px;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 700;
  color:#26386A;
}
.search-page-main{
  position: fixed;
  width:80%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding:20px 0px 20px 20px;
}
.Product-filters{
  padding-bottom: 60px;
}
.search-bar-advanced{
  width:80%;
  height: 40px;
  /* border: 1px solid black; */
  display: grid;
  grid-template-columns: 3% 77% 20%;
  column-gap: 15px;
  row-gap: 5px;
}
.search-bar-advanced > .back-button{
  height: 40px;
  align-content: center;
  text-align: center;
  padding-top: 5px;
}
.search-bar-advanced > .search-bar{
  position: relative;
  /* font-size: 14px; */
  display: inline-block;
  height: 40px;
}
#autosuggest-dropdown2{
  height: 300px;
  background-color: #FFFFFF;
  z-index: 2;
  display: none;
  color: #000000;
  box-shadow: 0px 8px 8px rgba(38, 40, 44, 0.3);
  padding: 10px;
}
#autosuggest-dropdown2 >.autosuggest-item{
  padding: 5px;
  color: #3967C3;
  font-weight: 700;
  font-size: var(--body-font-size);
  line-height: 16px;
  font-family: var(--font-body);
  cursor: pointer;
}
.search-bar-advanced input{
  font-style: italic;
}
.search-bar-advanced > .search-bar input {
  width: 100%;
  height:40px;
  /* background: #fcfcfc; */
  border: 1px solid #031A48;
  color: #031A48;
  border-radius: 4px;
  font-size: 14px;
  /* box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset; */
  text-indent: 40px;
}
.search-bar-advanced > .search-bar input:focus {
  outline: none;
}
.search-bar-advanced > .search-bar .fa-search { 
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  right: auto;
  color:#3967C3;
  cursor: pointer;
}
.search-bar .cleartext{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}
.results_count{
  color: #5E6470;
  padding: 15px 0px 10px 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-body);
  font-weight: 500;
  width: 80%;
}
#pagination{
  height: 30px;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
#pagination button{
 border: none;
 border-radius: 50%;
 width: 30px;
 height: 100%;
}
.advance_search_button{
  background-color: #0841B4;
  border-radius: 4px;
  color: white;
  width: 100px;
  text-align: center;
  align-content: center;
  font-weight: 500;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}
#searched-results{
  /* margin-top: 40px; */
  /* margin-bottom: 10px; */
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  /* margin-top: 30px; */
}
.search-header >span:first-child{
  float: left;
  font-weight: 800;
  font-family: var(--font-bold);
}
.search-header >span:last-child{
  float: right;
}
/* ==============================
   Bing Search Responsiveness
   ============================== */
@media screen and (max-width:1200px) and (min-width:700px) {
  
#search-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 250px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #C3CEE8;
}
}
@media screen and (max-width:1200px) and (min-width:900px) {
  .Search-filters{
    width:25%
  }
  .search-page-main{
    width:75%
  }
}
@media screen and (max-width:900px){
  .Search-filters{
    display: none;
  }
  .search-page-main{
    width: 100%;
    padding:10px 0px 10px 10px;
  }
}
/* ==============================
   Images
   ============================== */

img {
  border: var(--border4img);
  cursor: pointer;
  transition: 0.3s;
}

img.card-icon,
img.inline-logo,
img.inline-icon {
  margin:  0 !important;
  padding: 0 !important;
  border:  0 !important;
  cursor: context-menu;
}
/* .modal img:hover, */
img.noexpand:hover,
img.inline-icon:hover {
  transform: none !important;
}
img.inline-icon {
  width: var(--body-font-size);
  height: 100%;
  cursor: context-menu;
}
img.inline-logo {
  max-width: 75% !important;
}

img.noborder {
  border: 0 !important;
}

section img,
.imgexpand,
.conbody img,
.step img {
  min-width: auto;
  height: auto;
  max-width:100%;
  margin-left: 0;
  transition: transform .5s;  
}

.img25pc  { max-width: 25% !important; }
.img50pc  { max-width: 50% !important; }
.img75pc  { max-width: 75% !important; }
.img100pc { max-width: 100% !important; }

.icon-red   { background-color: #FF000030; padding: 5px 7px; }
.icon-green { background-color: #00800030; padding: 5px 7px; }
.icon-gold  { background-color: #FFD70030; padding: 5px 7px; }
.icon-red, .icon-green, .icon-gold  {
  border-radius: 5px;
  border: 0;
}

.icon-row .ph {
  padding-right: 2px;
}


/* ------------------------------
   Modal images
   ------------------------------ */

/* The modal (background) */
.modal  {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; 
  background-color:rgba(33, 33, 34, 0.8);
}

/* Modal content (image) */
.modal-content  {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  min-width:auto;
  max-width: 80% !important;
  min-height: auto;
  max-height: 80%;
  border-radius: 4px;
}
.modal img{
  border:1px solid #E0E8F8;
  border-radius: 4px;
}
/* Caption of modal image (image text) - same width as the image */
.modal-caption  {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
  height: fit-content;
}

/* The close button */
.modal-close  {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 44px;
  height: 44px;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1;
}
.modal-close >i{
  padding-left: 7px;
  color: #49515F;
}

.close:hover,
.close:focus  {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px)  {
  .modal-content  {
    width: 100%;
  }
}


/* ==============================
   Notes and admonitions
   ============================== */

.note_note,
.note_important,
.note_tip,
.note_remember,
.note_warning,
.note_trouble,
.note_caution,
.note_attention,
.note {
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  line-height: 22px;
  /*
  padding: var(--note-padding) var(--note-padding) var(--note-padding) calc( var(--note-padding) + var(--note-icon-side-size) + var(--note-icon-margin-right) );
  text-indent: calc( (var(--note-icon-side-size) + 4px) * -1 ) ;
  */
}
.note .note__title {
  text-transform: uppercase;
  font-weight: bold;
}
/*
.note .note__title::before  {
  display: inline-flex;
  content: '';
  background-size: var(--note-icon-side-size) var(--note-icon-side-size);
  height: var(--note-icon-side-size);
  width: var(--note-icon-side-size);
  vertical-align: bottom;
  margin-right: var(--note-icon-margin-right);
}
 */

.note_note  {
  background-color: var(--note-note-bgcolor);
  border-left: 4px solid var(--note-note-color);
}
.note_note .note__title, .note_note .note__title::before  { color: var(--note-note-color); }
/* .note_note .note__title::before  { background-image: url('https://docs.snaplogic.com/img/icons/notes/note.svg'); } */

.note_important  {
  background-color: var(--note-important-bgcolor);
  border-left: 4px solid var(--note-important-color);
}
.note_important .note__title, .note_important .note__title::before  { color: var(--note-important-color); }
/* .note_important .note__title::before  { background-image: url('https://docs.snaplogic.com/img/icons/notes/important.svg'); } */

.note_tip  {
  background-color: var(--note-tip-bgcolor);
  border-left: 4px solid var(--note-tip-color);
}
.note_tip .note__title, .note_tip .note__title::before  { color: var(--note-tip-color); }
/* .note_tip .note__title::before  { background-image: url('https://docs.snaplogic.com/img/icons/notes/tip.svg'); } */

.note_remember  {
  background-color: var(--note-remember-bgcolor);
  border-left: 4px solid var(--note-remember-color);
}
.note_remember .note__title, .note_remember .note__title::before  { color: var(--note-remember-color); }
/* .note_remember .note__title::before  { background-image: url('https://docs.snaplogic.com/img/icons/notes/remember.svg'); } */

.note_warning  {
  background-color: var(--note-warning-bgcolor);
  border-left: 4px solid var(--note-warning-color);
}
.note_warning .note__title, .note_warning .note__title::before  { color: var(--note-warning-color); }
/* .note_warning .note__title::before  { background-image: url('https://docs.snaplogic.com/img/icons/notes/warning.svg'); } */

.note_trouble  {
  background-color: var(--note-trouble-bgcolor);
  border-left: 4px solid var(--note-trouble-color);
}
.note_trouble .note__title, .note_trouble .note__title::before  { color: var(--note-trouble-color); }
/* .note_trouble .note__title::before  { background-image: url('https://docs.snaplogic.com/img/icons/notes/trouble.svg'); } */

.note_caution  {
  background-color: var(--note-trouble-bgcolor);
  border-left: 4px solid var(--note-trouble-color);
}
.note_attention  {
  background-color: var(--note-note-bgcolor);
  border-left: 4px solid var(--note-note-color);
}
.note_note{
  position: relative;
}
.note_note >.note_note_icon{
  position: absolute;
  width: 25px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 15px;
}
.note_note >.note_note_icon>img{
  width: 25px;
  height: auto;
  cursor: context-menu;
}
.note_note>.note__title{
  padding-left: 30px;
}
.note_warning{
  position: relative;
}
.note_warning >.note_warning_icon{
  position: absolute;
  width: 25px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 12px;
}
.note_warning >.note_warning_icon>img{
  width: 25px;
  height: auto;
  cursor: context-menu;
}
.note_warning >.note__title{
  padding-left: 30px;
}
.note_caution{
  position: relative;
}
.note_caution >.note_caution_icon{
  position: absolute;
  width: 25px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 14px;
}
.note_caution >.note_caution_icon>img{
  width: 25px;
  height: auto;
  cursor: context-menu;
}
.note_caution>.note__title{
  padding-left: 30px;
}
/* .note_note_icon{ */
  /* position: absolute; */
  /* width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center; */
/* } */
 .note_important_icon{
  position: absolute;
  width: 25px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top:12px
}
.note_important{
  position: relative;
}
.note_important .note_important_icon>img{
  width:25px;
  cursor: context-menu;
}
.note_important>.note__title{
  padding-left: 30px;
}
.note_remember .note_remember_icon{

  width: 25px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:12px;
}
.note_remember .note_remember_icon >img{
  width: 25px;
  cursor: context-menu;
}
.note_remember{
  position: relative;
}
.note_remember >.note__title{
  padding-left: 30px;
}
.note_tip{
  position: relative;
}
.note_tip .note_tip_icon{
  width: 25px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:12px;
}
.note_tip .note_tip_icon >img{
  width: 25px;
  cursor: context-menu;
}
.note_tip >.note__title{
  padding-left: 30px;
}
/* ==============================
   Tabs
   ============================== */

.tablevtabs th,
.tablevtabs td,
.tablevtabs {
  border: 0 !important;
  padding: 0 !important;
}

.tablevtabs ul {
  overflow: hidden;
  padding: 0 !important;
  margin-right: 0 !important;
}
.tabs {
  overflow: hidden;
  padding: 0 0 0 15px;
  margin-bottom: 0 !important;
}
.tablevtabs li,
.tabs li {
  list-style-type: none;
  background-color: inherit;
  border: var(--borderline);
  font-weight: bold;
  outline: none;
  cursor: pointer;
  padding: 3px 16px 10px 16px;
  color: var(--tab-font-inactive);
  text-decoration: none;
  transition: 0.3s;
}
.tablevtabs li {
  text-align: right;
  border-radius: 7px 0 0 7px;
}
.tabs li {
  float: left;
  border-radius: 5px 5px 0 0;
}

.tablevtabs li:hover,
.tabs li:hover {
  color: inherit;
}

.tablevtabs li.active,
.tabs li.active {
  background-color: var(--tab-bgcolor-active) !important;
  color: inherit;
}
.tablevtabs li.active { border-right-color: var(--tab-bgcolor-active) !important; }
.tabs li.active  { border-bottom-color: var(--tab-bgcolor-active) !important; }

.tabcontent {
  display: none;
  padding: 10px;
  background-color: var(--tab-bgcolor-active);
  border: 1px solid var(--tab-bgcolor-active);
  border-radius: 7px;
  border-top: none;
  margin: 0;
}
.tabcontent.active {
  display: block !important;
}


/* ==============================
   Stamps and Cards
   ============================== */

.tableofstamps {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  border: 0 !important;
}
/* After we add the other stamps:
.tableofstamps th {
  background-color: var(--tablehdr-bgcolor) !important;
  border: 0 !important;
  border-radius: 15px 15px 0 0;
}
.tableofstamps td {
  border: 2px solid var(--tablehdr-bgcolor);
  background-color: white;
}
*/
.tableofstamps td {
  border: 0 !important;
  text-align: left;
  /* background-color: white; */
}

.tableofcards ul,
.tableofstamps ul {
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}
.stamps li {
  margin: 5px;
  padding: 15px;
  min-width: 25%;
  width: 70px;
  /* height: 50px; */
  display: block;
  float: left;
  /* vertical-align: top; */
  font-size: 130%;
  text-align: left;
}
.stamps:after{
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.stamps img {
  text-align: left;
}

.stamptitle {
  margin-top: 0.5em;
  font-weight: bold;
  text-decoration: none;
}

.stamp-icon {
  vertical-align: middle !important;
  padding: 0 !important;
  border:  0 !important;
  width: 50px;
}
.stamp-icon:hover {
  transform: none !important;
}

.cards > ::marker,
.cardtitle {
  font-size: 1.375em;
  margin-top: 0.5em;
  font-weight: bold;
}

.stamps li a,
.stamptitle a,
.cardtitle a {
  text-decoration: none;
}

.stamps > li
.cards > li,
.widecards > li {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 8px;
  overflow: auto;
}
.cards > li,
.widecards > li {
  padding: 25px;
  margin: 15px;
  min-width: 300px;
}
.cards > li {
  width: 100px;
  height: 250px;
  display: inline-block;
}
.widecards > li { min-width: 300px; }


/* ==============================
   Lists
   ============================== */

.p > ul,
.p > ol,
.p > pre {
  margin-top: 0;
}

.step,
.substep,
.substepexpand,
.li {
  /* line-height: 1.75; */
  margin: 0;
  font-size: 14px;
}

ol.ol-callout-list {
  list-style: none;
  counter-reset: coctr;
}
ol.ol-callout-list > li {
  counter-increment: coctr;
  line-height: 25px !important;
  margin-top: 2px;
}
ol.ol-callout-list > li::before {
  content: counter(coctr);
  display: inline-block;
  color: #FFFFFF;
  background-color: var(--callout-bgcolor);
  height: 25px !important;  /* relative to line-height */
  width: 25px !important;  /* relative to line-height */
  font-size: 12px;  /* relative to line-height */
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 7px;
}

.ul-checklist {
  list-style-type: "\2610\00A0";  /* empty checkbox then nbsp */
  list-style-position: outside;
}

.li-title { font-weight: bold; }
.li-title::after { content: ":" }

.ul-nobullets { list-style: none; }

.ul-valuelist,
.ul-synctypes,
.ul-logos3p {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul-logos3p li:first-child {
  font-size: 140%;
  font-weight: bold;
}
.ul-synctypes li,
.ul-logos3p li {
  margin: 0;
  padding: 0;
}

.ul-tablecells {
  list-style: none;
  text-align: left !important;
  padding: 0px;
}
/*
.ul-tablecells {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
  align-content: center;
}
.ul-tablecells > li {
  border-left: solid 1px lightgray;
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  width: 20%;
  height: 100%;
  align-self: center;
}
.ul-tablecells > li:first-child { border-left: 0 !important; }
*/

.ul-desc-grouping {
  list-style: none;
  text-align: left !important;
  margin: 1em 0 0 0 !important;
  padding: 0;
}

.ul-snaps-glance {
  list-style: none;
  background-color: #F5F6F8;
  width: 100%;
  min-height: 50px;
  max-height: fit-content;
  margin:0px;
  padding: 0px;
  font-weight: 850;
  display: flex;
  align-items: center;
}
.ul-snaps-glance >li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: fit-content;
  color: #5E6470;
  font-size: 16px;
  text-wrap: wrap;
}
.ul-snaps-glance >li img{
  width: 30px;
  height: 30px;
}
.ul-snaps-glance > li:first-child .ph{
  padding-left: 20px;
  color: #5E6470;
  display: flex;
  align-items: center;
}
.ul-snaps-glance > li:last-child >span:first-child{
  height:fit-content;
  display: flex;
  align-items: center;
}
.ul-snaps-glance > li:last-child >span:first-child a{
  color: #5E6470;
  text-decoration: none;
}
.ul-snaps-glance > li:last-child >span:last-child{
  padding-left: 20px;
  color: #5E6470;
  display: flex;
  align-items: center;
  white-space: break-spaces;
}
.ul-snaps-glance > li:last-child >span:last-child a{
  color: #5E6470;
  text-decoration: none;
}
.section >.ul >.li{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color:var(--SL-grey09);
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
/* ==============================
   Lists Responsiveness
   ============================== */
  @media screen and (max-width: 1100px){
    .section >.ul >.li{
      font-size: 12px;
    }
    .li{
      font-size: 12px;
    }
  }

/* ==============================
   Details
   ============================== */

details > summary { font-style: italic; }

details > summary.condition,
details > summary.detsummdivtitle,
details > summary.detsummtitle {
  padding: 5px;
  margin: 10px 0 0 0;
  background-color: #E0E8F8;
}
details > summary.condition,
details > summary.detsummdivtitle {
  font-size: 120% !important;
  font-weight: normal !important;
}

details > div.solution {
  padding: 10px;
  border: 2px solid #E0E8F8;
}


.accordion {
  margin-top: 10px;
}
.accordion details {
  width: 95%;
  padding: 20px;
  margin: 5px 0;
  border: 1px solid ltgray;
  background-color: var(--expandablehdr-bgcolor);
}
.accordion details > summary {
  font-size: 1.375em !important;
  font-weight: bold !important;
}


/* ==============================
   Tasktroubleshooting
   ============================== */

.condition {
  font-weight: bold !important;
  padding-top: 10px;
}

.cause::before { content: "Reason: "; font-weight: bold; }
.explanation::before { content: "Explanation: "; font-weight: bold; }
.remedy::before { content: "Resolution: "; font-weight: bold; }


/* ==============================
   Inline components
   ============================== */

.centeredtext {
  text-align: center;
}

.term {
  font-style: italic;
  text-decoration: none;
  font-weight: 400;
}

.apiname,
.pkg {
  font-family: var(--font-code);
}

.uicontrol {
  font-weight: bold;
}
.uicontrol.kbd {
  font-family:  var(--font-code);
}
.uicontrol.txt {}
.uicontrol.tab {}

.fldval {
  font-style: italic;
}

.btn {
  padding: 4px 12px;
  background-color: rgb(29, 29, 31);
  border-radius: 100px;
  font-size: 80%;
  text-transform: uppercase;
  text-align: center;
  color: rgb(0, 122, 255);
}
.btn-mgr {
  padding: 4px 12px;  /* 8px 12px; */
  font-family: "Noto Sans";
  font-size: 80%;  /* 13px; */
  font-weight: 800;
  text-align: center;
  background-color: #608f9d;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
}

.char1-lc::first-letter { text-transform: lowercase !important; }
.char1-uc::first-letter { text-transform: uppercase !important; }

.circled-gray,
.circled-blue {
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 80%;
  text-align: center;
}
.circled-white-gray { background-color: gray; color: white; }
.circled-white-blue { background-color: blue; color: white; }


/* ==============================
   404 page
   ============================== */

.err404title {
  line-height: 48px;
  font-family: var(--font-bold);
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.err404img {
  width: 50%;
  /* width: 680px; */
  /* height: 330px; */
  border: 0 !important;
  margin: 0;
}
.err404message {
  line-height: 48px;
  font-size: 36px;
  text-align: center;
  margin: 48px auto 0px;
}
.err404btnorange {
  display: block;
  line-height: 24px;
  width: fit-content;
  font-family: var(--font-bold);
  font-size: 16px;
  text-align: center;
  padding: 4px 16px !important;
  margin: 56px auto 0px;
  border-radius: 4px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: var(--orange-button-bgcolor) !important;
}
.err404btnorange a {
  color: #FFFFFF;
  text-decoration: none;
}
.err404arrow {
  margin-left: 8px;
}


/* ==============================
   Header
   ============================== */

header {
  position: sticky;  /* Do not use 'fixed' with a grid. */
  top: 0;
  z-index: 2;
  margin: 0;
  color: var(--hdr-textcolor);
  /* background-color: var(--hdr-bgcolor); */
  /* background-image: var(--hdr-bggradient); */
  border-bottom: var(--hdr-borderline);
  width: inherit;
  /* min-height: 100%; */
  height: fit-content;
  letter-spacing: 0.03em;
}
header a {
  color: var(--hdr-textcolor);
}
header .header{
  height: inherit;
}
header .headertopsection{
  display: flex;
  justify-content: space-between;
  height: 56px;
  margin: 0;
  padding: 0;
  background-color: var(--hdr-bgcolor);
}
header .mainbanner {
  width: fit-content;
  height: 56px;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  column-gap: 10px;
}
header a{
  text-decoration: none;
}
header .mainbanner >a{
  text-decoration: none;
  height: 26px;
  width: 26px;
  /* margin-left: 20px; */
  /* position: absolute;
  left: 10px;
  top: 15px; */
}
header .mainbanner img {
 width: 24px;
 height: 24px;
}
header .mainbanner >i:first-child{
  display: none;
}
header .mainbanner,
header .site-title {
  font-family: var(--font-body);
  color: var(--hdr-textcolor);
  font-size: 16px;
  font-weight: 850;
  width: fit-content;
  /* margin-left: 10px; */
  /* position: absolute;
  left: 50px;
  top:17px; */
}
header .site-title >a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0.05em;
}
header ul.topmenu {
  /* text-transform: uppercase; */
  list-style-type: none;
  /* position: absolute; */
  /* top: 0px; */
  /* right: 20px; */
  padding: 8px 0px 8px 0px;
  margin: 0;
  height: 56px;
  width: fit-content;
  display: flex;
}
header ul.topmenu li {
  /* float: left; */
  padding: 12px 20px;
  height: 100%;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--hdr-textcolor); 
}
header .newsbanner {
  display: none;
  margin: 0;
  width: 100vw;
  height: fit-content;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  color: var(--hdr-news-textcolor) !important;
  background-color: var(--hdr-news-bgcolor) !important;
  border-top: var(--hdr-borderline);
}
#index header .newsbanner{
  display: flex;
}
header .newsbanner a {
  color: #FCC936 !important;
  font-style: italic;
}
header .ellipsis_vertical{
  display: none;
}
.topmenu li:last-child{
  display: none;
}
.topmenusearch{
  display: none;
}
.topmenusearch >li:first-child{
  display: none;
}
/* ==============================
   Header Responisiveness
   ============================== */
@media screen and (max-width: 1200px) and (min-width: 700px){
  .topmenu li:not(:first-child,:last-child) { 
    display: none;
  }
  .topmenu li:last-child{
    display: block;
  } 
  header ul.topmenu{
    width: 60%;
    justify-content: space-between;
  }
  header .newsbanner{
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width:700px) {
  header ul.topmenu{
    display: none ;
  }
  header .site-title {
    font-size: 14px;
  }
  .topmenusearch{
    display:flex ;
    list-style-type: none;
    padding: 0;
    margin-right: 20px;
    align-items: center;
  }
  #index .topmenusearch{
    display: none;
  }
  header .mainbanner >i:first-child{
    display: block;
  }
  #index header .mainbanner >i:first-child{
    display: none !important;
  }
  header .newsbanner{
    font-size: 12px;
    line-height: 15px;
    padding: 8px 10px;
  }
}
/* ==============================
   Landingpage
   ============================== */
#index {
  display: grid;
  grid-gap: 0;
  height: fit-content;
  grid-template-rows: var(--hdr-height) auto var(--ftr-height);  
  grid-template-columns: 1fr; /* Adjusted columns for this route */  
  grid-template-areas:
    'gheader'
    'gmain'
    'gfooter';
}
#index nav.toc{
  display: none;
}
#index header{
  position: relative;
}
#index main{
  height: fit-content;
  position: relative;
  scrollbar-width: none;
  grid-template-columns: 100% 0%;
}
#index main article h1 {
  display: none;
}
#index header .topmenu{   
  display: none;
}
#index header .mainbanner{
  height: 56px;
}
#index header .topmenu{
  height: 56px;
}   
#index main{
  padding: 0;
} 
#index main article{
  padding: 0;
}
#index main .breadcrumb-header{
  display: none !important;
}
#index main .feedback-popupmain{
  display: none;
}
#index footer .newsbanner{
  display: none;
}
.landingpage_content1{
  display: flex;
  margin: auto;
  height: 366px;
  background-image: url(https://d3132s9xzuu9s8.cloudfront.net/k/img/landing-page-background.svg);
  background-repeat: no-repeat;
  background-size: cover; 
}
.landingpage_content1_component1{
  margin: auto;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.landingpage_content1_component1 >ul{
  list-style-type: none;
  width: fit-content;
  padding:0;
  margin: 0;
}
.landingpage_content1_component1 >ul >li{
  font-family: var(--font-body);
}
.landingpage_content1_component1 >ul >li:first-child{
  font-weight: 850;
  font-size: 32px;
  line-height: 40px;
  font-family: var(--font-body);
  color: #FFFFFF;
}
.landingpage_content1_component1 >ul >li:first-child strong{
  font-weight: 850;
  font-size: 32px;
  line-height: 40px;
  color: #F09000;
}
.landingpage_content1_component1 >ul >li:last-child{
  width: fit-content;
  display: flex;
  column-gap: 22px;
  margin-top: 30px;
}
.landingpage_content1_component1 ul li:last-child ul{
  width: 639px;
  height: 40px;
  position: relative;
  padding: 0;
}
.landingpage_content1_component1 ul li:last-child ul li:first-child{
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.landingpage_inputfield >  input {
  width: 100%;
  height: 100%;
  border: 1px solid #031A48;
  color: #031A48;
  border-radius: 4px;
  font-size: 14px;
  text-indent: 40px;
  font-weight: 400;
  font-style: italic;
}
.landingpage_inputfield > input:focus {
  outline: none;
}
.landingpage_inputfield >  .fa-search { 
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 20px;
  right: auto;
  color:#3967C3;
  cursor: pointer;
}
.landingpage_content1_component1 >ul >li:last-child p{
  margin: 0;
  width: 105px;
  height: 40px;
  color: #E6ECF8;
  text-align: center;
  align-content: center;
  background-color: #0841B4;
  border: 1px solid #0841B4;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--font-body);
  cursor: pointer;
}
.dropdown3{
  width: 100%;
  height: 300px;
  position: absolute;
  margin-top: 5px;
  display: none;
  background-color: #FFFFFF;
  width: 100%;
  height: 250px;
  padding: 0px 5px;
  text-align: start;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  box-shadow: 0px 8px 8px rgba(38, 40, 44, 0.3);
  z-index: 2;
  text-transform: none;
}
.landingpage_content2{
  width: 100%;
  height: fit-content;
  background-color: #FFFFFF;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landingpage_content2 >p:first-child{
  font-family: var(--font-bold);
  font-weight: 850;
  font-size: 24px;
  color: #49515F;
}
.landingpage_content2 ul{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  list-style-type: none;
  column-gap: 15px;
  row-gap: 40px;
  text-align: center;
  margin-top: 2em;
}
.landingpage_content2 >ul{
  padding: 0;
}
.landingpage_content2 ul li a{
  text-decoration: none;
  color:  #031A48;
  font-family: var(--font-body);
  font-weight: 850;
  font-size: 16px;
  line-height: 24px;
}
.landingpage_content2 ul li a:hover{
  font-weight: 900;
}
.landingpage_content2 ul li a[rel*="external"]::after {
  display: none;
} 
.landingpage_content2 ul li{
  position: relative;
}
.superscript-box {
  position: absolute;
  top: -25px;
  right: 20px;
  background: #349749;
  color: white;
  margin: 0;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 5px;
}
.landingpage_content3{
  width: 100%;
  margin: 0;
  height: auto;
  padding: 20px;
}
.landingpage_content3 .whatsnew_section{
  width: fit-content;
  margin: auto;
  height: 100%;
}
#error_message2{
  height: fit-content;
  color: red;
  display: none;
  position: absolute;
  width: 90%;
  top:5px;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
}
.landingpage_content3 .whatsnew_section ul{
  list-style: none;
  font-family: var(--font-body);
  margin: 0;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  border-top: 2px solid #F09000;
}
.landingpage_content3 .whatsnew_section ul li:first-child{
  font-weight: 850;
  font-family: var(--font-body);
  font-size: 24px;
  line-height: 36px;
  color: #49515F;
}
.landingpage_content3 .whatsnew_section ul li:last-child{
  width: 100%;
  color: #123193;
  font-size: 14px;
  line-height: 24px;
  font-weight: 850;
  font-family: var(--font-body);
}
.landingpage_content3 .whatsnew_section ul li:last-child a{
 text-decoration: none;
 color: #123193;
}
.landingpage_content3 .whatsnew_section ul li:last-child a[rel*="external"]::after {
  display: none;
} 
.landingpage_content3 >p:last-child{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.Corousel_Container {
  position: relative;
  overflow: hidden;
}
.feature-containermain{
 width: 98%;
height: fit-content;
display: flex;
column-gap: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.feature-category-container {
  box-sizing: border-box;
  float: left;
  color: #5E6470;
  font-family: var(--font-body);
  width: 25%;
  height: 225px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #D7DCE3;
  border-radius: 4px;
  cursor: pointer;
  /* display: inline-block; */
  /* transition: all 0.3s ease; */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09);
  transition: box-shadow 0.1s ease-in-out;
  position: relative;
}
.feature-category-container>a{
  text-decoration: none;
  color:  #5E6470;
  cursor: pointer;
}
.feature-category-container h2{
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  font-weight: 850;
  margin: 0;
  width: 95%;
}
.feature-category-container h2 >a{
  text-decoration: none;
  color:  #5E6470;
  width: 100%;
  cursor: pointer;
}
.feature-category-container:hover {
  background-color: #E6ECF8;
  border:1px solid #9CB3E1;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09); */
  /* transition: box-shadow 0.1s ease-in-out; */
  transform: scale(1.02);
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.feature-category-container.ellipsis .learn-more {
  display: block; /* Show Learn More text if ellipsis class is applied */
}
.feature-category-container ul{
  width: 100%;
  height:150px;
  /* overflow-y: scroll; */
  display: block;
  display: -webkit-box;
  /* height: 125px; */
  /* width:200px; */
  margin: 0 auto;
  font-size: 16px;
  line-height: 25px;
  -webkit-line-clamp:6;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.feature-category-container ul::-webkit-scrollbar{
  scrollbar-width: none;
}
.feature-category-container ul li{
font-size: 16px;
line-height: 25px;
font-weight: 500;
}
.feature-category-container a ul li a{
  text-decoration: none;
  color:  #5E6470;
  cursor: pointer;
}

.learn-more {
  width: 100%;
  position: absolute;
  padding: 0px;
  bottom: 5px;
  /* background-color: #007bff; */
  color:#596B9D;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: start;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
}
.learn-more >a{
  text-decoration: none;
}

.button-container {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 3px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-button {
  width: 32px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #E8EDFC;
  box-shadow: 0 0 5px #000000;
  z-index: 2;
  background-color: var(--c2-white);
  outline: none;
  cursor: pointer;
}
.nav-button i{
  color: #49515F;
}
.landingpage_content4{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 20px 50px 20px;
  margin: 0;
}

.landingpage_content4 > p{
  font-size: 24px;
  line-height: 36px;
  font-family: var(--font-body);
  font-weight: 850;
  color: #49515F;
  margin: auto;
  width: fit-content;
  padding: 0px 20px 20px 20px;
}
.popular_topics{
  list-style: none;
  display: inline-block;
  width: 100%;
  height: fit-content;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  scrollbar-width: none; 
  -ms-overflow-style: none;
  position: relative;
  animation: scroll 20s linear infinite;
}
.popular_topics::-webkit-scrollbar {
  display: none;
}

.popular_topics li{
  display: inline-block;
  width: calc(25% - 20px);
  margin-right: 20px;
  border:1px solid #EBEDF1;
  background-color: #FFFFFF;
  border-radius: 8px;
  line-height: 0px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.popular_topics li img{
  height: 158px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: none;
}
.popular_topics li p{
  margin: 0;
  min-height: 74px;
  max-height: fit-content;
  padding: 13px;
  font-size: 16px;
  line-height: 24px;
  color: #49515F;
  font-weight: 850;
  word-wrap: break-word;
  white-space: normal;
}
.popular_topics li p a{
  text-decoration: none;
  color: #49515F;
  font-weight: 850;
  word-wrap: break-word;
  white-space: normal;
}
/* Keyframes for the scrolling animation */
/* @keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */


.scroller {
  max-width: 90vw;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 50s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 50s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}
.scroller.paused .scroller__inner {
  animation-play-state: paused;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list >li {
  /* padding: 1rem; */
  /* background: var(--clr-primary-400); */
  /* border-radius: 0.5rem; */
  /* box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900); */
  border:1px solid #EBEDF1;
  background-color: #FFFFFF;
  border-radius: 8px;
  width: 330px;
  height: 220px;
}

.tag-list li img{
  height: 150px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: none;
  object-fit: cover;
}
.tag-list li p{
  margin: 0;
  min-height: 70px;
  max-height: fit-content;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 24px;
  color: #49515F;
  font-weight: 850;
  word-wrap: break-word;
  white-space: normal;
}
.tag-list li p a{
  /* text-decoration: none; */
  color: #49515F;
  font-weight: 850;
  word-wrap: break-word;
  white-space: normal;
}
.tag-list li a{
  text-decoration: none;
}

/* ==============================
   Landingpage Responsiveness
   ============================== */

@media only screen and (max-width: 1440px) and (min-width: 1100px) {
  .popular_topics li {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (max-width:800px){
  .landingpage_content1_component1 ul li:last-child p:last-child{
    display: none;
  }
  .landingpage_content1_component1 ul li:first-child{
    font-size: 18px;
    line-height: 30px;
  }
  .landingpage_content1_component1 ul li:first-child strong{
    font-size: 18px;
    line-height: 30px;
  }
  .landingpage_content1_component1 ul li:last-child{
    margin-top: 10px;
  }
  .landingpage_content1_component1 ul li:last-child ul{
    width: 90vw;
    height: 40px;
    align-content: center;
    background-color: #FFFFFF;
    border-radius: 4px;
    display: flex;
    margin: 0;
    padding: 0;
  }
}
/* For screens below 900px (tablets) */
@media only screen and (max-width: 1100px) and (min-width: 700px) {
  .popular_topics li {
    width: calc(50% - 20px); /* 2 items per row with gap */
  }
}
@media only screen and (max-width: 1250px) and (min-width: 900px) {
  .landingpage_content2 ul{
    grid-template-columns: repeat(4,1fr);
  }
}
@media only screen and (max-width: 900px) and (min-width: 650px) {
  .landingpage_content2 ul{
    grid-template-columns: repeat(3,1fr);
    row-gap: 20px;
  }
}
/* For screens below 600px (mobile) */
@media only screen and (max-width: 700px) {
  .popular_topics li {
    width: 100%;
    margin-right: 20px;
    height: fit-content; /* 1 item per row with gap */
  }
  .popular_topics li p{
    min-height: 74px;
    max-height: fit-content;
  }
  .landingpage_content4 >p{
    font-size: 16px;
    padding: 0;
  }
  .landingpage_content4{
    padding: 0px 10px 20px 10px;
  }
  .landingpage_content2{
    padding: 10px;
  }
  .landingpage_content3{
    padding: 10px;
  }
  .landingpage_content3 .whatsnew_section ul li:first-child{
    font-size: 16px;
    line-height: 20px;
  }
  .landingpage_content3 .whatsnew_section ul li:last-child{
    font-size: 12px;
    line-height: 20px;
  }
  .feature-category-container ul{
    width: 95%;
    height: fit-content;
    
  }
}
@media only screen and (max-width:650px){
  .landingpage_content2 >p:first-child{
    font-size: 16px;
  }
  .landingpage_content2 ul{
    grid-template-columns: repeat(2,1fr);
    column-gap:15px;
    row-gap: 20px;
  }
}
@media only screen and (max-width:1024px) and (min-width:768px){
  .feature-category-container{
    width: 50%;
  }
}
@media only screen and (max-width:768px){
  .feature-category-container{
    width:100%
  }
  .nav-button{
    width: 20px;
    height: 20px;
    padding: 2px;
  }
  .feature-containermain{
    width: 90%;
  }
  .feature-category-container ul{
    width: 100%;
  }
  .feature-category-container h2{
    font-size: 12px;
    line-height: 20px;
  }
  .feature-category-container ul li{
  font-size: 12px;
  line-height: 20px;
  }
}
/* ==============================
   Footer
   ============================== */

footer {
  position: relative;
  margin: auto;
  color: var(--ftr-textcolor);
  background-color: var(--ftr-bgcolor);
  width: 100%;
  z-index: 2;
  /* min-height: var(--ftr-height); */
  height: fit-content;
  letter-spacing: 0.03em;
}
footer .newsbanner {
  display: flex;
  margin: 0;
  width: 100vw;
  height: fit-content;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  color: var(--hdr-news-textcolor) !important;
  background-color: var(--hdr-news-bgcolor) !important;
  border-top: var(--hdr-borderline);
}
footer .newsbanner a {
  color:  #FCC936 !important;
  font-style: italic;
}
.footer_top >ul:first-child {
  margin: 0;
  padding: 0;
  height: fit-content;
  list-style-type: none;
  display: flex;
  column-gap: 20px;
  width: auto;
}
.footer_top >ul:first-child li {
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-body);
}
.footer_top >ul:last-child  li {
  padding: 0px 10px;
}
.footer_top{
  width: 100%;
  display: flex;
  /* padding-top: 10px; */
  padding-right: 15px;
  justify-content: space-between;
  align-items: center;
}
.footer_top >ul:last-child{
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin-right: 30px;
  list-style-type: none;
}
.footer_top >ul:last-child >li{
  padding-top: 10px;
}
.footer_top >ul:last-child ul{
  display: flex;
  list-style-type: none;
  padding: 0;
}
.footer_top >ul:last-child ul li >a:last-child{
  padding-left: 10px;
}
.ftrlegal{
  min-height: 140px;
  max-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
.footer_bottom{
  display: flex;
  justify-content: space-between;
  height: auto;
  /* padding: 10px 15px; */
}
.footer_bottom >ul:last-child{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
.footer_bottom >ul:last-child >li{
  padding-top: 10px;
}
.footer_bottom >ul:last-child ul{
  display: flex;
  list-style-type: none;
  padding: 0;
}
.footer_bottom >ul{
  list-style-type: none;
  align-content: center;
}
.footer_bottom >ul:last-child li {
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-body);
}
.footer_bottom >ul:last-child ul li >a:last-child{
  padding-left: 10px;
}
.footer_logo{
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 10px;
  position: relative;
  align-items: center;
}
.footer_logo >a{
  width: 24px;
  height: 24px;
}
.footer_logo >a img{
  width: 24px;
  height: 24px;
}
.footer-site-title{
  font-size: 16px;
  font-weight: 850;
  height: 20px;
  cursor: pointer;
  /* margin-top: 2px; */
}
.copyright {
  margin: 0;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-body);
}
footer ul li a::after {
  color: #e0e3ea;
  font-weight: 800;
}
footer a {
  text-decoration: none;
  color: var(--ftr-textcolor);
}
footer a:hover {
  font-weight: bolder;
  transition: 0.3s;
}
footer a[rel*="external"]::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  padding-left: .5ch;  /* half width of one char */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* ==============================
   Footer Responisiveness
   ============================== */

/* For screens below 1200px (tablets) */
@media only screen and ( max-width: 1200px) and (min-width: 600px) {
.footer_top > ul:first-child{
  flex-direction: column;
}
.footer_top >ul:first-child li{
  font-size: 16px;
}
.footer_bottom >ul:last-child{
  width: 50%;
}
.footer_bottom >ul:last-child >li{
  padding-top: 10px;
}
.footer_bottom >ul:last-child ul{
  flex-direction: column;
}
.footer_bottom >ul:last-child  li {
  font-size: 16px;
}
.copyright{
  font-size: 10px;
}
.footer-site-title{
  font-size: 14px;
}
}
@media only screen and (max-width:800px){
  .footer_top >ul:last-child{
    grid-template-columns: repeat(3,1fr);
    margin-right: 0px;
  }
  .footer_top >ul:last-child  li {
    padding: 0px 5px;
  }
}
/* For screens below 600px (mobile) */
@media only screen and (max-width: 600px) {
  .footer_top >ul:first-child li{
    font-size: 10px;
    padding: 10px 10px;
  }
  .footer_bottom >ul:last-child >li{
    padding-top: 10px;
  }
  .footer_bottom >ul:last-child ul{
    flex-direction: column;
  }
  .footer_bottom >ul:last-child  li {
    font-size: 10px;
  }

  .copyright{
    font-size: 10px;
    padding: 0px;
  
  }
  .footer-site-title{
    font-size: 14px;
  }
  .footer_top > ul:first-child{
    flex-direction: column;
  }
  .footer_bottom{
    justify-content: space-between;
    height: fit-content;
    padding: 10px 10px;
  }
  footer .newsbanner{
    padding: 5px 10px;
  }
}

/* ==============================
   Scrolling
   ============================== */

main{
  margin: 0;
  padding: 2em 0em;
  /* height: 100vh;   */
  /* must be vh for scrolling to work */
  overflow-y: scroll;
  scrollbar-width: thin;  /* Firefox */
  scrollbar-color: var(--SL-grey02) var(--SL-grey01);
  -ms-overflow-style: none;  /* IE and Edge */
}

nav.toc > ul {
  margin: 0;
  padding-bottom: 2.5em !important;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;  /* Firefox */
  font-size: 14px;
  scrollbar-color: var(--SL-grey02) var(--SL-grey01);
  -ms-overflow-style: none;  /* IE and Edge */
}
html{
  scrollbar-width: none;
 -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  width: 4px !important;
}
/* html::-webkit-scrollbar-thumb {
  background-color: var(--c2-grey9);
  border-radius: 4px;
}
html::-ms-scrollbar-thumb {
  background-color: var(--c2-grey10);
  border-radius: 4px;
}
html::-webkit-scrollbar-track{
  background-color: var(--c2-grey10);
} */
/* Hide scrollbar in IE and Edge */
nav.toc, main,body::-ms-scrollbar{
  display: none;
}
/* For Chrome */
main {
  scrollbar-width: thin;
}
main::-webkit-scrollbar{
  width: 4px !important;
}

/* Webkit browsers (Chrome, Safari) */
nav.toc > ul::-webkit-scrollbar {
  width: 4px !important;  /* Fixed width for scrollbar */
}

nav.toc > ul::-webkit-scrollbar-track {
  background: var(--SL-grey01);
}

nav.toc > ul::-webkit-scrollbar-thumb {
  background-color: var(--SL-grey02);
  border-radius: 10px;
  border: 0.5px solid var(--SL-grey01); /* Space around the thumb */
}

/* Hide scrollbar for IE and Edge */
nav.toc > ul::-ms-overflow-style {
  -ms-overflow-style: none;
}
/* nav.toc::-webkit-scrollbar-thumb, main::-webkit-scrollbar-thumb{
  background-color: var(--c2-grey9); 
}
nav.toc::-webkit-scrollbar-track, main::-webkit-scrollbar-track{
  background-color: var(--c2-grey10);
} */

/* ==============================
   Side navigation (nav.toc and .sidebar)
   ============================== */

.sidebar{
  position: absolute;
  right: 10px;
  margin: 0;
  padding: 0;
  color: var(--nav-textcolor);
  width: 15%;
  height: 90vh;
  overflow-y: scroll;
  scrollbar-width: none;
  /* z-index: 1; */
}
nav.toc {
  position: sticky;
  margin: 0;
  /* padding: 0 0 30px 0; */
  color: var(--nav-textcolor);
  width: 100%;
  /* z-index: 1; */
  transition-timing-function: linear;
  /* border-right: 4px solid white; */
}
.sidebar  {
  background: var(--sidebar-bgcolor);
}
nav.toc ,.sidenav_element {
  background: #F5F6F8;
}

/* .sidebar > ul > li, */
nav.toc > ul > li ,.sidenav_element >ul > li{
  display: block;  /* always display the first level */
  /* margin-top: 10px; */
}
/* .sidebar > ul > li li, */
nav.toc > ul > li li,.sidenav_element >ul >li li {
  display: none;  /* initially hide the lower levels */
}
/* .sidebar > ul > li > span, */
/* .sidebar > ul > li > a, */
nav.toc > ul > li > span,
nav.toc > ul > li > a ,.sidenav_element > ul > li > span,
.sidenav_element > ul > li > a {
  /* font-family: var(--font-body); */
  /* text-transform: uppercase; */
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #26282C;
  /* display: flex; */
  align-items: center;
  /* padding-top: 1em; */
}

/* .sidebar ul, */
 nav.toc ul  { padding: 0; }
.sidebar ul ul{ padding-left: 5px; }
.sidebar ul ul ul{ padding-left: 10px; }
nav.toc ul ul    { padding-left: 0px; }
nav.toc ul ul ul { padding-left: 0px; }

nav.toc ul li ul li a,nav.toc ul li ul li span{
  padding-left: 10px;
  font-weight: 400;
  color: #26282C;
  /* display: flex; */
  /* align-items: center; */
}
nav.toc ul li ul li ul li a ,nav.toc ul li ul li ul li span{
  padding-left: 20px;
  color: #26282C;
  font-size: 14px;
  line-height: 22px;
}
nav.toc ul li ul li ul li ul li a ,nav.toc ul li ul li ul li ul li span{
  padding-left: 30px;
  font-size: 14px;
  line-height: 22px;
  /* display: flex; */
  /* align-items: center; */
}
nav.toc ul li ul li ul li ul li ul li a ,nav.toc ul li ul li ul li ul li ul li span{
  padding-left: 40px;
  font-size: 14px;
  line-height: 22px;
  /* display: flex; */
  /* align-items: center; */
}
nav.toc ul li ul li ul li ul li ul li ul li a ,nav.toc ul li ul li ul li ul li ul li ul li span{
  padding-left: 50px;
}
nav.toc ul li ul li ul li ul li ul li ul li ul li a ,nav.toc ul li ul li ul li ul li ul li ul li ul li span{
  padding-left: 60px;
}
.sidenav_element ul  { padding: 0; }
.sidenav_element ul ul    { padding-left: 0px; }
.sidenav_element ul ul ul { padding-left: 0px; }

.sidenav_element ul li ul li a,.sidenav_element ul li ul li span{
  padding-left: 5px;
  font-weight: 400;
  color: #26282C;
}
.sidenav_element ul li ul li ul li a ,.sidenav_element ul li ul li ul li span{
  padding-left: 10px;
  color: #26282C;
  /* display: flex; */
  /* align-items: center; */
}
.sidenav_element ul li ul li ul li ul li a ,.sidenav_element ul li ul li ul li ul li span{
  padding-left: 15px;
  /* display: flex;
  align-items: center; */
}
.sidenav_element ul li ul li ul li ul li ul li a ,.sidenav_element ul li ul li ul li ul li ul li span{
  padding-left: 20px;
  /* display: flex;
  align-items: center; */
}
.sidenav_element ul li ul li ul li ul li ul li ul li a ,.sidenav_element ul li ul li ul li ul li ul li ul li span{
  padding-left: 25px;
}
.sidenav_element ul li ul li ul li ul li ul li ul li ul li a ,.sidenav_element ul li ul li ul li ul li ul li ul li ul li span{
  padding-left: 30px;
}
/* .sidebar li, */
nav.toc li ,.sidenav_element li{
  list-style-type: none;
}

nav.toc li:not(.navexpand) > ul > li { display: none;  transition: 0.3s; }
nav.toc li.navexpand       > ul > li { display: block; transition: 0.3s; }
nav.toc li.active          > ul > li { display: block; transition: 0.3s; }
.sidenav_element li:not(.navexpand) > ul > li { display: none;  transition: 0.3s; }
.sidenav_element li.navexpand       > ul > li { display: block; transition: 0.3s; }
.sidenav_element li.active          > ul > li { display: block; transition: 0.3s; }
/* nav.toc li.active {
  background-color: var(--nav-bgcolor-active);
  border-left: var(--nav-border-active);
}
nav.toc li.active li { background-color: none; }

nav.toc li.active a,
nav.toc li.active span {
  color: var(--nav-textcolor-active);
} */

nav.toc li.active >a ,nav.toc li.active >span{
  background-color: var(--nav-bgcolor-active);
  border-left: var(--nav-border-active);
  color: var(--nav-textcolor-active);
  /* font-weight: 800; */
}
nav.toc >ul {
  width: calc(100% - 2px);
}
.sidenav_element li.active >a ,.sidenav_element li.active >span{
  background-color: var(--nav-bgcolor-active);
  border-left: var(--nav-border-active);
  color: var(--nav-textcolor-active);
  /* font-weight: 800; */
}
.sidenav_element >ul {
  width: 100%;
}
.navresizerelement{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color:var(--nav-bgcolor);
  width: 2px;
  cursor: ew-resize;
}
.navresizerelement:hover{
  background-color: var(--c1-blue3) !important;
}
/* nav.toc  li a:hover ,nav.toc  li span:hover{
  background-color: var(--nav-bgcolor-active);
  border-left: var(--nav-border-active);
  font-weight: 700;
} */
nav.toc li >a ,nav.toc li >span{
  border-left:5px solid var(--nav-bgcolor);
}
/* nav.toc li > a:before, nav.toc li > span:before  { 
  content: "    \f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 80%;
  display: inline-block;
  padding-right: 1ch;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}  */

nav.toc li.navparent > a:first-child:before, nav.toc li.navparent > span:first-child:before  { content: "    \f078"; }  /* circled: f138 */
nav.toc li.navexpand > a:first-child:before, nav.toc li.navexpand > span:first-child:before   { content: "    \f077"; }  /* circled: f13a */
nav.toc li.navparent > a:first-child:before, nav.toc li.navparent > span:first-child:before , nav.toc li.navexpand > a:first-child:before, nav.toc li.navexpand > span:first-child:before  {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 80%;
  display: inline-block;
  width: 18px;
  height: 24px; 
  padding-right: 5px;
  padding-left: 4px;  
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
nav.toc li:not(.navparent):not(.navexpand) > a:before,
nav.toc li:not(.navparent):not(.navexpand) > span:before {
  content: ""; /* Empty content */
  display: inline-block;
  background-image: url(https://d3132s9xzuu9s8.cloudfront.net/k/img/icon-sidenav-doc.svg);
  object-fit: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px; 
  padding-right: 10px; 
  vertical-align: sub;
}

nav.toc a,
nav.toc span {
  text-decoration: none;
  color: var(--nav-textcolor);
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 4px;
  /* font-size: 100%; */
  line-height: 20px;
  transition: 0.3s;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resizable-sidenav {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #F2F5FA;
  box-shadow: 0 -2px 4px 0 #D2CBCB;
  height: 30px;
  width: 100%;
  z-index: 1;
  display: block !important;
}
.resizable-sidenav img {
  position: absolute;
  right: 0;
  width: 30px;
  background-color: #F2F5FA;
  height: 30px;
  border: none;
}
#index >.resizable-sidenav{
  display: none !important;
}
.sidenav_element{
  width: 80vw;
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 3;
  overflow-y: scroll;
  scrollbar-width: thin;  /* Firefox */
  scrollbar-color: var(--SL-grey02) var(--SL-grey01);
  -ms-overflow-style: none;
}
.sidenav_closebutton{
  position: fixed;
  left: 70vw;
  top:15px;
  width: fit-content;
  /* z-index: 4; */
}
.blurred-background {
  filter: blur(3px); /* Adjust blur intensity as needed */
  pointer-events: none; /* Allows clicks to pass through to underlying elements */
}
.sidenav_element li >a ,.sidenav_element li >span{
  border-left:5px solid var(--nav-bgcolor);
}
.sidenav_element li > a:before, .sidenav_element li > span:before  { 
  content: "    \f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 80%;
  display: inline-block;
  padding-right: 1ch;  /*width of one char */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
} 

.sidenav_element li.navparent > a:before, .sidenav_element li.navparent > span:before  { content: "    \f078"; }  /* circled: f138 */
.sidenav_element li.navexpand > a:before, .sidenav_element li.navexpand > span:before  { content: "    \f077"; }  /* circled: f13a */
.sidenav_element li.navparent > a:before, .sidenav_element li.navparent > span:before, .sidenav_element li.navexpand > a:before, .sidenav_element li.navexpand > span:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 80%;
  display: inline-block;
  padding-right: 1ch;  /* width of one char */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.sidenav_element a,
.sidenav_element span {
  text-decoration: none;
  color: var(--nav-textcolor);
  cursor: pointer;
  padding: 4px 0px 4px 0px;
  font-size: 100%;
  line-height: 20px;
  transition: 0.3s;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidenav_element li:not(.navparent):not(.navexpand) > a:before,
.sidenav_element li:not(.navparent):not(.navexpand) > span:before {
  content: ""; /* Empty content */
  display: inline-block;
  background-image: url(https://d3132s9xzuu9s8.cloudfront.net/k/img/icon-sidenav-doc.svg); /* Replace with your image path */
  background-size: contain; /* Ensures the image is scaled to fit */
  background-repeat: no-repeat; /* Prevents repeating the image */
  width: 18px; /* Adjust based on your image size */
  height: 18px; /* Adjust based on your image size */
  padding-right: 0.5ch; 
  vertical-align: sub;
}
/* ==============================
   nav.TOC Responsiveness
   ============================== */
   @media screen and (max-width:900px) {
    nav.toc{
      display: none;
    }
    .resizable-sidenav{
      display: none !important;
    }
  } 
  @media  screen and (max-width:1200px) and (min-width:900px) {
    nav.toc{
      height: calc(100vh - (var(--hdr-height)));
    }
  }
/* ==============================
   Right hand TOC
   ============================== */
   .sidebarhead{
    color: #3967C3; 
    font-weight: 500;
    font-size: var(--body-font-size);
    font-family: var(--font-body);
    display: contents !important;
   }
   .progress-container{
     display: contents !important;
   }
   .progress-container ul{
     list-style: none;
     padding: 0;
   }
   .progress-container ul li{
     border-left: 2px solid #CED9F0;
     color:#5E6470;
     font-weight: 400;
     font-size: 14px;
     line-height: 18px;
     padding:10px;
     cursor: pointer;
     /* margin-top: 5px; */
     font-family: var(--font-body);
   }
   
   .progress-container ul li.active{
     border-left: 2px solid #05276C;
     color: #05276C;
     font-weight: 850;
   }
   /* .progress-container ul li:hover{
    border-left: 2px solid #05276C;
    color: #05276C;
    font-weight: 850;
   }
    */
/* ==============================
   Righthand TOC Responisiveness
   ============================== */
@media screen and (max-width:1200px) {
  .sidebar{
    display: none;
  }

}

/* ==============================
   Glossary
   ============================== */

.glossdef {
  padding-left: 20px;
}


/* ==============================
   Misc
   ============================== */

.stepxmp:before {
  content: "Example: ";
  font-weight: bold;
}
.stepresult:before {
  content: "Result: ";
  font-weight: bold;
}

.snapxmp {
  font-style: italic;
}

.chevronchain-lg {
  display: block;
  width: 100%;
  /* height: calc( var(--chevron-height) + 10px ); */
}
/* .chevronchain-lg > li {
   display: flex;  
  justify-content: center; 
  align-items: center; 
  list-style-type: none; 
  float: left;
  padding: 0 20px;
  margin-right: calc(var(--chevron-point-width) + 15px);
  margin-bottom: calc(var(--chevron-point-width) + 2px);
  position: relative;
  width: var(--chevron-width);
  height: var(--chevron-height);
  background: var(--chevron-bgcolor);
  color: var(--chevron-textcolor);
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
.chevronchain-lg > li:before {
  content: "";
  position: absolute;
  left: var(--chevron-point-width-neg);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: var(--chevron-point-width) solid transparent;
  border-top: var(--chevron-height-half) solid var(--chevron-bgcolor);
  border-bottom: var(--chevron-height-half) solid var(--chevron-bgcolor);
}
.chevronchain-lg > li:after {
  content: "";
  position: absolute;
  right: var(--chevron-point-width-neg);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: var(--chevron-point-width) solid var(--chevron-bgcolor);
  border-top: var(--chevron-height-half) solid transparent;
  border-bottom: var(--chevron-height-half) solid transparent;
} */


/* ============================== */

  /* global */
  /* SourceS: SL_brand-guideines_060122.pdf and Figma*/
  /* --c1-blue: #003399;  for large background color, or for large headlines  Figma #0841B4 */
  /* --c1-blue1: #0841B4;
  --c1-blue2: #2C63D1;
  --c1-blue3: #88B0FF;
  --c1-blue4: #B8D2FF;
  --c1-blue5: #E1ECFF;
  --c1-blue6: #F1F7FF;
  --c1-blue7: #F2F5FA; */
  /* --c1-jade: #2DA493;  for subheadings, call out boxes, call to action buttons, and other areas */
  /* --c1-jade1: #09817F;
  --c1-jade2: #42A6A2;
  --c1-jade3: #96D2CA;
  --c1-jade4: #B2E2DB;
  --c1-jade5: #DBF0ED; */
  /* --c1-navy: #182852;  replacement for black */
  /* --c1-navy1: #182852;
  --c1-navy2: #304684;
  --c1-navy3: #8D9ECD;
  --c1-navy4: #CBD5F3;
  --c1-navy5: #E8EDFC; */
  /* --c2-orange: #F26D0E;  callouts for subheadings, bullet points, and areas where you need a spark of energy */
  /* --c2-orange1: #F9660B;
  --c2-orange2: #FF914E;
  --c2-orange3: #FFBB90;
  --c2-orange4: #F9D3BC;
  --c2-orange5: #FFEBDF; */
  /* --c2-yellow: #FFD700;  callouts for subheadings, bullet points, and areas where you need a spark of energy */
  /* --c2-yellow1: #FFD700;
  --c2-yellow2: #FFE976;
  --c2-yellow3: #FFF3B4;
  --c2-yellow4: #FFF9D7;
  --c2-yellow5: #FFFBE9; */
  /* --c2-aliceblue: #E7F5FF;  only used on our webpages as a background, callout style box. It is our version of a light grey. */
  /* --c2-darkgrey: #333333;  */
   /* Figma #26282C */
  /* --c2-grey1: #26282C;
  --c2-grey2: #49515F;
  --c2-grey3: #687287;
  --c2-grey4: #9CA7BA;
  --c2-grey5: #C3CEE8;
  --c2-grey6: #D5DFF4;
  --c2-grey7: #E2E9F4;
  --c2-grey8: #EAF1FF; */


/* ============================== */
