

#nodeSidebar pre  { /* code*/
  background-color:black!important;
}

#nodeSidebar pre  {
  padding: 0px !important;
  margin: 0px !important;
}

/* Targets the scrollbar itself */
::-webkit-scrollbar {
  width: 8px; /* Adjust the width as needed */
}

/* Targets the draggable part of the scrollbar */
::-webkit-scrollbar-thumb {
  background-color: #ffffff57;
  border-radius: 10px; /* Rounds the corners */

}

/* Optional: styles the track (part the thumb slides within) */
::-webkit-scrollbar-track {
  background: #ffffff36;
  border-radius: 10px; /* Rounds the corners of the track as well */
}



.chatButtonSml {
  padding: 2px 10px !important;
  border-radius: 10px!important;
  font-size: 14px;
}

.search-title {
  margin:0px!important;
  font-size: 25px;
}

#memoryUILower {
  text-align: center;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.cowriterKnowledgeLink {
  float: right;
  margin-right: 10px;
}

.nodeEdit-error {
  background-color:red;
  white-space: pre-wrap;
  padding: 5px;
}

.nodeEdit-error:before {
  content: "JS Error:\A";
  font-weight:bold;
}

.nodeEdit-error:empty {
  display: none;
}



.fa-right {
  margin-left: 5px;
}

.fa-left {
  margin-right: 5px;
}


#htmlOverlay > .htmlElement {

    /*background-color:red;*/
    /*max-width:400px;
    max-height:300px;*/
    overflow-y:auto;
    max-width: 500px;
    max-height: 400px;
}

.logButton {

  /*
  border-radius:25px!important;
  background-color: #00000030;
    color: #ffffff;
*/

    border-radius: 12px !important;
    color: #ffffffde;
    font-size: 16px;
    padding: 5px 12px;
    background: #0000001f;
}

.htmlElement button {
  margin-top: 4px;
  border-radius: 15px;
  margin-right: 1px;
  margin-left: 1px;
}

.htmlElement button:focus {
  outline-color: #ffffff26 !important;
}

.collapsed {
  height: 0px;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  display:none!important;
}


.privacyModeHoverMessage {
  display: none;
  position: absolute;
  background-color: black;
  /*border: 1px solid #ccc;*/
  color: white;
  text-align: center;
  width: calc(100% - 20px);
  border-radius: 8px;
}

.privacyModeInner:hover + .privacyModeHoverMessage {
  display: block;
}

.privacyModeInner:hover {
  border-radius: 8px 8px 0px 0px;
}

.privacyModeMessage {
  /*text-align: right;*/
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: default;
}

.privacyModeInner {
  background-color: black;
  width: auto;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 8px;
}

.toggleButton.active {
  /*background-color:green;*/
}

.toggleButton:after {
  content: "☐"; /* Directly using the checkmark character */
  padding-left: 5px; /* Space between the text and the checkmark */
  display: inline-block;
}

.toggleButton.active:after {
  content: "☑"; /* Directly using the checkmark character */
  padding-left: 5px; /* Space between the text and the checkmark */
  display: inline-block;
}


.goButtonWrapper {

  text-align: right;
}
.goButton {
  /*float: right;*/
}


.goButtonTextarea {
  border-radius: 5px;
}

#toggle-renderer-btn.light {
 background-color:red;
}

@media screen and (max-width: 768px) {
  .goButtonTextarea {
      max-height: 46px;
  }

  .goButton {
    padding: 0px 11px;
    margin-top:3px!important;
  }

  .goButtonWrapper a {
     margin-top:5px!important;
  }
}

.goChatInput {
  display:none;
}

.documentTitleLocked {
  pointer-events: none;
    background-color: transparent!important;
    box-shadow: none!important;
    /*font-weight: bold!important;*/
    font-size: 20px;
    color: white!important;
}

.documentTitleLocked::placeholder {
  color: white!important;
}

.htmlUIDark {
  background: rgb(74,68,147);
  background: linear-gradient(322deg, rgba(74,68,147,1) 0%, rgba(100,105,153,1) 100%);
}

.userDialog {
    /*background-color: #8bec9a;*/
    /*padding: 10px;*/
    padding: 12px 10px;
    border-radius: 10px;
    /*width: 90%;*/
    max-width: 90%;
    width: fit-content;
    margin:10px;
    /*margin-left: 10%;*/
    display: block;


    color: white;
    background: rgb(52,125,241);
    background: linear-gradient(322deg, rgba(52,125,241,1) 0%, rgba(118,171,255,1) 100%);

    margin-left: auto;
    /*margin-right: 10%;*/

    margin-right: 45px!important; /* PFP SPACE */

    white-space: pre-wrap;

}

.currentYoutubeTranscript {
  background-color: #c3c3ff; */
  /* padding: 10px; */
  padding-left: 70px;
  padding: 0px 10px 0px 45px;
  border-radius: 10px;
  /* width: 90%; */
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  width: fit-content;
  margin: 10px;
  /* background: linear-gradient(322deg, rgb(255 255 255 / 67%) 0%, rgb(216 216 216 / 94%) 100%); */
  margin-left: auto;
  background-color: #e9e9e9b8;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
  text-align: left;
  background-size: 24px;
  background-position-y: center;
  background-position-x: 14px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/plugins/gomind-insights/include/img/videoIcon.png);
  
}

.currentYoutubeTranscriptInner {
  /* background-color: #c3c3ff; */
/* padding: 10px; */
/*padding: 12px 10px;*/
/*border-radius: 10px;*/
/* width: 90%; */
/*width: 80%;
min-width: 80%;
max-width: 80%;
width: fit-content;*/
width:100%;
/*margin: 10px;
margin-left: auto;
margin-right: auto;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
direction: rtl;
text-align: left;

}

.currentYoutubeTranscript .fancyQuoteOpen {

}

.currentYoutubeTranscript .fancyQuoteClosed {

}

.imageMain {
  max-width: 500px;
}

.htmlElement table {

  color:black;
  background-color:white;
}

.imageCaption {
  font-size: 10px;
    line-height: normal;
    background-color: #0000005c;
    padding: 5px 5px 5px 5px;
    color: white;
    max-width: 500px;
}

.robotNameMini {
  font-size: 12px;
  margin-left: 48px;
  margin-top: 10px;
  opacity: 0.4;
  line-height: normal;
}

.narratorDialog {
  width: 500px;
  background-color: #ffffffa3;
  color: black;
  margin: auto;
  /*height: 130px;
  resize: vertical;
  overflow-y: scroll;*/
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

.narratorLabel {
  display:none;
}

.artifactDialog {
  background-color: white;
    color: black;
    padding: 40px;
    border-radius: 10px;
    margin-bottom:10px;
}

.artifactDialog pre {
  color:white;
}

/* Full-size PDF button styling */
.artifactDialog .pdf-download-btn-full {
  background-color: #5059a0;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.3s;
}

.artifactDialog .pdf-download-btn-full:hover {
  background-color: #444c8a;  /* Slightly darker shade for hover */
}

.artifactDialog .pdf-download-btn-full:disabled {
  background-color: #5059a0;  /* Keep the same color when disabled */
  opacity: 0.7;
  cursor: not-allowed;
}

/* Keep icon and text aligned */
.artifactDialog .pdf-download-btn-full i {
  font-size: 16px;
}
.chipDialog {
  width: 500px;
  background-color: #ffffffa3;
  color: black;
  margin: auto;
  height: 130px;
  resize: vertical;
  overflow-y: scroll;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.chipLabel {
  display:none;
}

.robotDialogWrapper {
  margin-bottom: 10px;
}

.robotDialog {
    /*background-color: #c3c3ff;*/
    /*padding: 10px;*/
    padding: 12px 10px;
    border-radius: 10px;
    /*width: 90%;*/
    max-width: 90%;
    width: fit-content;
    margin:10px;
    display: block;

    background: rgb(231 242 255);
    background: linear-gradient(322deg, rgb(198 224 255) 0%, rgb(231 242 255) 100%);

    margin-left: 45px!important;  /* PFP SPACE */
}

.robotDialog p {
  margin:0px;
  margin-bottom: 5px;
}

.systemDialog {
  margin: auto;
  margin-left: auto!important;
  padding: 8px 18px;
  border-radius: 20px;
  background: #171a301f;
  color: white;
  line-height: 20px;
  margin-bottom: 10px;
}


.sourcecommsDialog {
  padding: 5px 12px;
  border-radius: 20px;
  background: #ffffff;
  color: #000000;
  line-height: 20px;
  min-height: 30px;
  height: 30px;
  width: 30px; /* Updated as requested */
  margin-bottom: 10px;
  margin-right: -8px; /* Space between elements */
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  font-size: 10px;
  cursor: pointer;
  word-break: break-all;
  display: inline-block; /* Ensures side-by-side */
  vertical-align: top; /* Aligns tops of elements */
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.5);
}

.sourcecommsInternal {
  padding-left: 6px;
  position: relative;
}

.sourcecommsFavicon {
  display:inline-block;
  position: absolute;
  height: 20px !important;
  width: 20px !important;
  max-width: 20px !important;
  border-radius: 20px;
  left: 5px;
}

.sourcecommsDialog.expanded {
  /*background:red;*/
  overflow-y:auto;
  resize: vertical;
  width: 100%;
  height: 200px;
  transition: all 0.5s ease-in-out;
}

.sourcecommsStatus {
  background-color: #ffffff;
  color: black;
  bottom: 5px;
  position: relative;
  padding: 1px;
  font-size: 8px;
  box-shadow: -2px 0 2px #0000003d;
  border-radius: 20px;
}

.sourcecommsStatusPending {
  background-color: #ffffff;
}

.sourcecommsStatusSuccess {
  background-color: #00ff44;
}

.sourcecommsStatusFail {
  background-color: #b81f1f;
}


.commsDialog {
  padding: 5px 12px;
  border-radius: 20px;
  background: #171a301f;
  color: #ffffff30;
  line-height: 20px;
  min-height: 30px;
  height: 30px;
  width: 250px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  font-size: 10px;
  cursor:pointer;
  word-break: break-all;
}
.commsDialog.expanded {
  /*background:red;*/
  overflow-y:auto;
  resize: vertical;
  width: 100%;
  height: 200px;
  transition: all 0.5s ease-in-out;
  color:white;
}



.commsLabel, .sourcecommsLabel {
  display:none;
}

.chipMiniDialog::before {
  content: "\f5dc"; /* Unicode for fa-solid fa-brain */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; /* Solid style requires a font-weight of 900 */
  float:left;
  margin-right: 5px;
}

.chipMiniDialog {
  padding: 5px 12px 5px 12px;
  border-radius: 20px;
  background: #5059a0;
  color: #ffffff;
  line-height: 20px;
  min-height: 30px;
  height: 30px;
  width: 150px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  font-size: 10px;
  cursor:pointer;
}
.chipMiniDialog.expanded {
  /*background:red;*/
  overflow-y:auto;
  resize: vertical;
  width: 100%;
  height: 200px;
  transition: all 0.5s ease-in-out;
  color:white;
}
.chipMiniLabel {
  display:none;
}

.userPFPWrapper {
  float: right;
}

.robotPFPWrapper {
    float: left;
}

.PFPWrapper {
  display: inline-block;
  width: 40px;
  height: 40px;
  /*background-color:red;*/
}

.PFPWrapper img {
  border-radius: 100px;
}

.userLabel, .robotLabel {
    display:none;
}

.robotTyping {

    width: fit-content;
    line-height: 20px;
}

.bubbleInfo {
    background-color: #1141bb3b;
    border-radius: 20px;
    color: white;
    text-align: center;
    padding: 6px 17px;
    font-size: 14px;
    line-height: 14px;
}

.bubbleInfoLight {
  text-align: right;
  height: 0px;
  line-height: 0px;
}

#firepad {
    overflow:hidden;
}

.firepadHidden {
    flex: 0!important;
    display:none!important;
}





.thought {
  display: flex;
  background-color: #fff !important;
  background: white !important;
  padding: 0px 10px;
  border-radius: 30px;
  min-width: 40px;
  font-size: 10px;
  max-width: 70%;
  min-height: 40px;
  margin: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000e3 !important;
  /* overflow: hidden; */
  opacity: 0.3;
  /* line-height: 6px;*/
  }
  .thought:before,
  .thought:after {
    content:"";
    background-color:#fff;
    border-radius:50%;
    display:block;
    position:absolute;
    z-index:-1;
  }
  .thought:before {
    width:44px;
    height:44px;
    top:-12px;
    left:28px;
    box-shadow:-50px 30px 0 -12px #fff;
  }
  .thought:after {
    bottom:-10px;
    right:26px;
    width:30px;
    height:30px;
    box-shadow:40px -34px 0 0 #fff,
               -28px -6px 0 -2px #fff,
               -24px 17px 0 -6px #fff,
               -5px 25px 0 -10px #fff;
  }


  .imageSubtitle {
    font-size: 10px;
    opacity: 0.8;
    text-align: center;
    line-height: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
  }



  .fsLoaderModal {
    top:0px;
    position: absolute;
    z-index: 100000000000000;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /*backdrop-filter: blur(15px);*/
  }

  .fsLoaderMessage {
    width: 400px;
    height: 67px;
    margin: auto;
    margin: 0;
    color: black;
    position: absolute;
    text-align: center;
    top: 50%;
    font-size: 40px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 47px;
  }

  #pinLayoutIcon {
    transition-property: transform;
    transition-duration: 0.3s;
  }

  .unpin {
    transition-property: transform;
    transition-duration: 0.3s;
    transform: rotate(90deg);
  }




#nodeEditPromoted {
  background-color: #2d2d2d;
  color: white;
  padding: 10px;
}

#nodeEditPromoted input {
  height: 20px;
  width: 80%;
  padding: 3px;
}

#nodeEditPromoted label {
  height: 20px;
  width: 19%!important;
  text-transform: uppercase;
}

#nodeEditPromoted .nodEditPromotedNodeCheckbox {
  width: 20px;
}



.speaker {
  height: 30px;
  width: 30px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.speaker span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 11px 0 0 2px;
}
.speaker span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}
.speaker span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-style: double;
  border-color: #fff;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  transition: all 0.2s ease-out;
}
.speaker:hover span:before {
  transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.speaker.mute span:before {
  transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}

#mediaPlayer {
  order:1;
  background: url(/wp-content/plugins/gomind-insights/include/img/youtubePlayerBG.jpg);
}

#mediaPlayer.initialised {
  background: transparent;
}

.mediaplayer {
  height: 30px;
  width: 30px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  
}
.mediaplayer span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 11px 0 0 2px;
}
.mediaplayer span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}
.mediaplayer span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-style: double;
  border-color: #fff;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  transition: all 0.2s ease-out;
}
.mediaplayer:hover span:before {
  transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.mediaplayer.mute span:before {
  transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}

.fastmode {
  
  color: white;
  font-size: 20px;
  margin-left: 10px;
  height: fit-content;
}

.fastmode:before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; 
  /*content: "\f5dc";*/
}

.fastmode.active {
  
} 

.fastmode.active:before {
  content: "\f135";
}

.nodeSwitch {
  color:#ffffff9c;
}

#outlineWrapperUpper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  z-index: 2;
}

#middleSpacer {
  height:0px;
  pointer-events:none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.middleSpacerButton {
  pointer-events: all;
    width: fit-content;
    background-color: blue;
    background-color: #00000057;
    border-radius: 11px 10px 0px 0px;
    color: white;
    padding: 0px 10px;
    line-height: 27px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display:none;
}


#outlineWrapper.logClosed #outlineWrapperUpper {
  flex:2;
  transition: flex 0.5s;
}

#outlineWrapper.logClosed #outlineWrapperMiddle {
  flex: 0;
  transition: flex 0.5s;
}

#outlineWrapper #outlineWrapperUpper {
  transition: flex 0.5s;
}

#outlineWrapper #outlineWrapperMiddle {
  transition: flex 0.5s;
}

.immersive .middleSpacerButton {
   display:block;

}

.immersive #middleSpacer { 

  height: 100%;
  display:none;
  
}

.immersive #nodeSidebar {
  height: 50%;
  overflow-y: scroll;
  /*pointer-events: all;*/

  transition: height 0.5s;
}

.immersive #nodeSidebar.closed {
  height:0px;
  transition: height 0.5s;
}

.immersive #outlineWrapper {
  max-width: 100%;
  /*background: transparent!important;
  background-color: transparent!important;
    backdrop-filter: blur(0px);
    */
}

@media screen and (max-width: 768px) {
  .immersive #outlineWrapperUpper {
    flex: 1!important;
  }
}

.immersive #outlineWrapperMiddle {
  /*pointer-events: none;*/
}

.immersive #nodeSidebar .htmlElement {
  /*background: transparent!important;
  background-color: transparent!important;
  */
  
  /*background: linear-gradient(0deg, rgb(134 159 200 / 50%) 0%, rgb(175 201 239 / 0%) 100%);
  background-attachment: fixed;
  */
}

.immersive #outlineWrapperUpper {
  flex: 2;
  overflow: hidden;

  pointer-events: none;

  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;

}

.immersive #outlineWrapperMiddle {
  flex: 1;
}

.immersive #mediaPlayer {
  /*position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    */
    z-index: -1;
    /*background-color: transparent;
    background: transparent;
    */
    height: 100%;
    width: 100%;
}

.immersive .videoWrapper {
  height: 100%;

  padding-bottom: 0px;
}

.immersive .videoWrapper iframe {
  pointer-events: all;
}


.miniMode .videoWrapper  {
  position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    transform: translate(0px, -50%);
    backdrop-filter: blur(17px);
    filter: blur(10px);
}

.miniMode #outlineWrapperUpper {
  flex: 0.05 !important;
}

.miniMode #player {
  pointer-events: none;
}

.immersive .mediaPlayerFlex {
  height: 100%;
  max-width: 100%;
  /*z-index: -1;*/
}

.immersive .mediaMode #outlineWrapperLower {
  /*margin-bottom: 40px;*/
}

h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
  color: inherit;
}

.betaMarker {
  position: absolute;
    font-size: 8px;
    padding-bottom: 10px;
    opacity: 0.8;
    transform: translate(0px, -12px);
}

.appHeader {
    width: 90%;
    margin: auto;
}
.appHeader img {
  width: 70px; 
  margin:auto;
}

.appHeader h2 {
   font-weight:bold;
   text-align:center;
   margin-bottom: 0px;
   margin-top: -10px;
   top: -18px;
   position: relative;
}

.appDivider {
  background-color: silver;
    color: white;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    width: 90%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
}

.hidden {
  display:none!important;
}

.flexHeightStacked {
  flex: 0;
}

.noPadding {
  padding: 0px;
}

/* THEME */

/*
.steelTheme .htmlElement, .steelTheme #outlineWrapper {
   background: linear-gradient(322deg, rgb(66 69 96) 0%, rgb(42 44 65) 100%);
   color: white;

}

.steelTheme a {
  color: #adc3ff;
}


.steelTheme #outlineWrapper label {
  color:white;
}

.steelTheme .userDialog {
  background: linear-gradient(322deg, rgb(131 128 164) 0%, rgb(117 112 142) 100%);
 }

.steelTheme .robotDialog {
  background: linear-gradient(322deg, rgb(89 87 116) 0%, rgb(96 91 118) 100%);
  color: white;
}

.steelTheme .mediaLink {
  background-color: #666bac;
    border-radius: 5px;
    padding: 0px 7px;
    margin: 2px;
    color: white!important;
}
*/

.copy-btn {
  background: transparent;
  border: none;
  color: white; /* or any color that suits your dark theme */
  cursor: pointer;
}

.copy-btn:hover {
  color: lightgray; /* or any color for hover state */
}

.messageUI {
  text-align: right;
  width: fit-content;
  left: 0px;
  border-radius: 5px;
  position: relative;
  transition: opacity 1s;
  float: right;
  
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  

}

.robotDialog .messageUI {
  opacity: 0;
  transition: opacity 1s;
}

.robotDialog:hover .messageUI {
  transition: opacity 1s;
  opacity: 1;
}

.messageContent {
  word-wrap: normal;
  /*min-width: 200px;*/
}


.messageContent sub {
  line-height:normal;
}

.messageContent:empty:before {
  content: "...";
  display: flex;
  /*color: white;*/
  font-size: 20px;
  animation: typing 2s steps(4, end) infinite;
}

@keyframes typing {
  0%, 20% { content: "\00a0"; }
  25%, 50% { content: "."; }
  55%, 75% { content: ".."; }
  80%, 100% { content: "..."; }
}

.messageUI button {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  background-color: #00000038;
  border-radius: 5px;
  line-height: 0px;
}

.messageUI button:focus {
  outline: none;
}

.messageUI button:active {
  background-color:#0000006b;
}

.showhide-container {
  /*width: 200px;
  height: auto;
  border: 1px solid black;
  padding: 10px;*/
  background-color: #4e4f6d;
    border-radius: 10px;
    padding: 7px;
}

.showhide-content {
  display: none;
}

.showhide-link {
  color: white;
    cursor: pointer;
    text-align: center;
    margin: auto;
    display: block;
    background-color: #3a3c53;
    border-radius: 8px;
    margin-top: 10px;
}

.htmlElement, #outlineWrapper {


   background: linear-gradient(322deg, rgb(66 69 96) 0%, rgb(42 44 65) 100%);
   color: white!important;

}

.htmlElement.GPT {
  
}

.chatDisclaimers {
  display: block;
    line-height: 15px;
    margin-top: 5px;
    width:100%; 
    text-align:center; 
    margin-right:10px; 
    font-size: 13px; 
    opacity: 0.8;
}

#htmlOverlay .htmlElement.GPT:after {
  content: "GPT API NODE";
  display: block;
  background: #a50714;
  font-size: 9px;
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
}

a {
  color: #adc3ff;
}

.getStartedNotice {
  border: 2px dotted #ffffff4a;
    padding: 10px;
    margin: 5px;
}

#saveStatusIcon {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    font-size: 19px;
    margin-top: 15px;
}

#saveStatusIcon.checked::before {
  content: "\f058";
  color: green;
}


#saveStatusIcon.saveerror::before {
  content: "\f06a"; 
  color: red;
}

#saveStatusIcon.saving::before {
  content: "\f1ce";
  animation: fa-spin 2s infinite linear;
  display: inline-block;
  color: #858585;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#outlineWrapper label {
  color:white!important;
}

.userDialog {
  background: linear-gradient(322deg, rgb(131 128 164) 0%, rgb(117 112 142) 100%);
 }
.robotDialog {
  background: linear-gradient(322deg, rgb(89 87 116) 0%, rgb(96 91 118) 100%);
  color: white;
}

.mediaLink {
  background-color: #666bac;
    border-radius: 5px;
    padding: 0px 7px;
    margin: 2px;
    color: white!important;
}

.lightTheme {
  background-color:#ffffff;

  #helpIntro {
    color:black!important;
    
  }

  .htmlElement, #outlineWrapper {
    font-family: "Source Sans Pro";
    background:#ffffff!important;
    background-color:#ffffff!important;
    color:black!important;
    box-shadow:none;
  }

   .robotDialog, .commsDialog {
     background: #f3f3f3!important;
     color:black;
   }

  .userDialog, .bubbleInfo {
     background: #e4e3e9!important;
     color:black;

  }

  #personaName {
    text-shadow:none;
    color:black;
    font-weight:500;
  }

  .settingsNode {
    background: #e4e3e9!important;
    color:black;
  }

  #outlineWrapper label {
    color:black!important;
  }

  a {
    color: blue;
  }

  button, .moreless-button {
    background-color: #9698a6;
    color:white!important;
    border:none;
  }
}

.spaceyTheme #outlineWrapper {
  /*background-color: #98b9d67a;*/
  background-color: unset;
  background: linear-gradient(322deg, rgb(0 0 0 / 62%) 0%, rgb(63 98 145 / 39%) 100%);
  backdrop-filter: blur(2px);
  max-width: unset;
}

.spaceyTheme .htmlElement, .spaceyTheme .coreHtmlElement {
  /*background: linear-gradient(322deg, rgb(134 159 200 / 50%) 0%, rgb(175 201 239 / 88%) 100%);*/
  background: linear-gradient(322deg, rgb(134 159 200 / 15%) 0%, rgb(175 201 239 / 7%) 100%);

}

.spacey .htmlOverlay {
  display:none;
}


.spacey #firepad {
  display: block!important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}


.spacey #htmlOverlay {
  display:none!important;
}

#toolbar input {
  pointer-events: all;
}

.spaceyTheme #toolbar {
  display:none!important;
}


#nodeJS.divMaximised {
  position: fixed;
  z-index: 1000;
  left: 0px;

  top: 60px;
  height: calc(100% - 60px)!important;
}

#nodeJSButton {
  z-index: 100;
  position: absolute;
  right: 15px;
  padding: 4px 11px;
  background-color: #cecece;
}

#nodeJSButton.divMaximised {
  z-index: 1001!important;
  position: fixed!important;
  right: 0!important;
  bottom: 0;
}
#personaHeaderButton.locked {
  background:none;
  pointer-events:none;
}
#personaHeaderButton.locked i {
  display:none!important;
}
#appdropdowncontainer.locked .appdropdown {
  background:none;
  pointer-events:none;
  display:none;
}

#gptmodel.locked {
  pointer-events:none;
  opacity:0.3;
}

#personaHeaderButton {
  transform: scale(0.9);
  transform-origin: top left;
}

#appdropdowncontainer {

  transform: scale(0.9);
  transform-origin: top right;
}

#personaHeaderButton {
  background-color: #ffffff57;
  
  border-radius: 5px;
    height: 100%;
    display: inline-flex;
    padding: 6px;
    width: fit-content;
    z-index: 1;
    position: relative;
}

#personaHeader { 
  text-align: left; 
 
  /*cursor:pointer;*/
  /*margin-bottom: -12px;
    margin-top: -3px;*/
    height: 53px;
}

#personaHeaderButton {
  cursor:pointer;
}

#personaPFPWrapper {
  display: inline-block;
    vertical-align: middle;
}

#personaPFP {
  /*width:50px;
  height:50px;
  border-radius: 200px;*/

  height: 100%;
    border-radius: 200px;
}

#personaNameWrapper {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}



#personaName {
  color: white;
  text-shadow: 1px 1px 6px rgb(0 0 0 / 25%);
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 43px;
}

#personaBio {
  color: white;
  font-size: 12px;
  margin-top: -5px;
  background-color: #0000000a;
  line-height: 14px;
  padding: 9px;

}

body {
  background-color: #1d2439;
}

#helpIntro {
  margin: 30px auto;
  /*background: #0f0d212e;*/
  color: white;
  padding: 20px;
  border-radius: 6px;
  max-width: 500px;
  line-height: 20px;
  margin-top: 20vh;
}

#helpIntro:empty {
  display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtubeDialogWrapper {
  /*display:none;*/
  /*background-color:green;*/
}

.videoTranscriptPrompt {

  display:none;
}

.mediaPlayerFlex {
  max-width:600px; 
  margin:auto;
}

.mediaPlayerClose {
  border-radius: 30px;
  position: absolute;
  right: 0px;
  color:black;
  background-color: white;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.4;
  margin: 5px;
  cursor:pointer;
  z-index:1;
  pointer-events:all;
}

.videoWrapper #videoPlayerUI {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: all;
}

#videoPlayerUI {
  display:none;
  margin:auto;
  text-align: center;
  /*width: 370px;*/
  width: auto;
  margin-right: 10px;
  /*display: inline-block;margin: auto;*/
}

#videoPlayerUI .videoId {
  padding: 2px 15px;
  border-radius: 6px;
  width: 400px;
}

#videoPlayerUI button {
  border-radius: 10px;
  padding: 2px 16px;
  margin-top: 0px;
  
}


@media screen and (max-width: 768px) {
  #videoPlayerUI button {
    /*width: 60px;*/
      overflow: hidden;
      max-height: 30px;
  }

  #videoPlayerUI .videoId {
    width: 100px;
  }
}

.mediaMode #videoPlayerUI {
  display:inline-block;
}

.mediaMode #personaBio {
  display:none;
}

.mediaMode #personaHeader {
  height: 30px;
}

.mediaMode #personaHeaderButton {
  padding: 2px 5px;
}

.mediaMode #personaPFP {
  width: 25px;
  height: 25px;
}

.mediaMode #personaName {
  font-size: 20px;
  line-height: 25px;
}

.mediaLink {
  background-color: #c5d7f154;
    border-radius: 5px;
    padding: 0px 7px;
    margin: 2px;
}

.mediaLink::after {
  content: "\f167";
  font-family: 'Font Awesome 5 Brands', 'sans-serif';
  color: red;
  margin-left: 4px;

}

/*
.window {
  width: 200px;
  height: 200px;
  background-color: #f1f1f1;
  .header {
    width: 200px;
    height: 50px;
    background-color: #999;
    text-align: center;
    line-height: 50px;
    cursor: move;
  }
  .content {
    padding: 10px;
  }
}
*/

.appConnector {

    margin-top: 5px;
}

.engineIcon {
  width: 14px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    margin-left: 5px;
}

.expandSection {
  /*background-color: #c4c4c4;
      border-radius: 20px;
      width: 400px;
      padding: 5px 15px;
      */
  }
  
  .moretext {
    display: none;
    text-align: left;
    background-color: white;
    color: black;
    padding: 10px;
    margin: 12px 0px;
    border-radius: 10px;
    line-height: 19px;
  }

  .moretext p {

    margin-bottom: 10px;
  }
.moreless-button {
  float: right;
  background-color: #d1e3fd;
  color: #7e5bb2!important;
  font-size: 13px;
  padding: 0px 9px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .moreless-button {
     display: block;
     float: none;
     margin-top: 5px;
  }
}

#nodeSidebar .UIhidden {
    display:none;
}


/*
 CSS for the TABS
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
    border-top: 1px solid #fff;
    background-color: #ffffff5c;
    margin-bottom: -1px;
    box-shadow: 0px -3px 7px -2px #00000099;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tabset {
  /*max-width: 65em;*/
}

.knowledgeGraphButton {
  margin: 0px 4px;
    padding: 3px 8px;
    font-size: 13px;
    color: white;
    background: #00000047;
}

.knowledgeGraphSnippet {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 0px;
  margin-left: 0px;
  cursor: pointer;

  text-align: left;
}

.knowledgeGraphPrePrompt {
  display:none;
}

.knowledgeGraphArrow {
  width: 0px;
  display: inline-block;
  top: -18px;
  right: 7px;
  position: relative;
  opacity: 0.3;
  font-size: 12px;
}

.knowledgeGraphText {
  display: none;
  padding: 0px 10px;
}

.knowledgeGraphConceptRepeat {
   display:none;

}

#phiApp .invisibleInNodeEditor {
  display:none!important;
}

.clearBelow {
  position: relative;
  height: auto;
  line-height: 10;
  /*height: 10px;*/
  overflow: visible;
  z-index: 1;
  /*(background-color: blue;*/
  
}

.clearBelow::after {
  /*content: "Clear Below\00a0▼\00a0";*/
  content: "\00a0▼\00a0 Clear Below";
    position: absolute;
    left: 0;
    height: 12px;
    line-height: 15px;
    opacity: 0;
    transition: opacity 0.2s;
    cursor: pointer;
    width: 100%;
    border-top: 2px solid #ffffff70;
    /*text-align: right;*/
    padding-top: 2px;
    color: #ffffffe6;
    top: -6px;
    text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.7);
}

.clearBelow:hover::after {
  opacity: 1;
}

.clearBelow:last-of-type::after {
  background-color: red;
  display:none;
}



/* CSS */
#layer-dropdown {
  width: 100%;
  max-width: 200px;
  position: relative; /* Make the dropdown position relative to this container */
}

#layer-checkboxes {
  position: absolute;
  width: 180px;
  background-color: #5555558c;
  padding: 8px;
  box-sizing: border-box;
  max-height: unset!important;
  border-radius: 5px;
  color: white;
  font-size: 14px;
}

#layer-checkboxes label {
  display: block; /* Make labels blocks to stack them vertically */
  margin-bottom: 2px;
}


#selection-box {
  border: 1px dashed #999;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  position: absolute;
}



/* Node Type Classes */


.agentInputs {
  background-color:Red;
  font-size: 10px;
  width: 250px;
  height: fit-content;
  
}

.agentInputs .textarea-output {
  height:250px
}


.messageUIWrapper button {
  
  background: transparent;
  
  border: none;
  
  color: white!important; 
  /* or any color that suits your dark theme */
  
  cursor: pointer;

}

.messageUI button i,
.messageUIWrapper button i {
  pointer-events: none;
}

.messageUIWrapper button:hover {
  
  opacity:1!important;
  
  color: white!important; 
  /* or any color for hover state */

}

.messageUIWrapper button:active {
  
  opacity:1!important;
  
  color: #9a9a9a!important; 
  /* or any color for hover state */

}

.bookUIButton {
  cursor: pointer;
  background-color: white;
  width: 119px;
  color: #191919;
  margin: auto;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loadingBG:after{

  
  content:"";  
      position: relative;
      top: 0px;
      left: 0;
      display: block;
      width: 100%;
  height: 10px;
      margin-bottom: -5px;
      overflow: hidden;
      /* background-color: #ffcc00; */
      background: url(/wp-content/plugins/gomind-insights/include/img/loaderdiag.gif) !important;
      z-index: 1;
      opacity: 0.1;}


      .vis-container {
        display: flex;
        gap: 20px;
        height: 600px;
        margin-bottom: 20px;
    }
    .vis-network-container {
        flex: 7;
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background: white;
    }
    .vis-detail-panel {
        flex: 3;
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        overflow-y: auto;
        background: white;
    }

    @media (max-width: 768px) {
      .vis-detail-panel {
        h1 { font-size: 1.2rem; }
        h2 { font-size: 1rem; }
        h3 { font-size: 0.9rem; }
        p, span, div { font-size: 0.8rem; }
        padding: 10px!important;
        flex: 1;
      }

      .vis-network-container {
        flex:1;
      }
    }

    .vis-node-content {
        line-height: 1.6;
        color: #444;
    }
    .vis-detail-title {
        color: #2c3e50;
        margin-bottom: 1rem;
    }
    .vis-node-title {
        color: #2c3e50;
        font-size: 1.25rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e9ecef;
    }



    #artifact {
      background: white;
      padding: 20px;
      position: relative;
      height: 100%; /* Fill available height */
    }
    
    .artifact-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
    
    .artifact-tabs {
      display: flex;
      gap: 10px;
    }
    
    .artifact-tab {
      padding: 8px 16px;
      border: none;
      background: none;
      cursor: pointer;
      border-bottom: 2px solid transparent;
    }
    
    .artifact-tab.artifact-active {
      border-bottom: 2px solid #0066cc;
      color: #0066cc;
    }
    
    .artifact-close {
      position: absolute;
      top: 20px;
      right: 20px;
      border: none;
      background: none;
      cursor: pointer;
      padding: 5px;
    }
    
    /* New/modified styles for content */
    .artifact-content {
      height: calc(100% - 60px); /* Full height minus header */
      overflow: hidden; /* Hide overflow for tabs */
    }
    
    .artifact-tab-content {
      display: none;
      height: 100%;
      overflow-y: auto; /* Make content scrollable */
      color: #000; /* Ensure black text */
    }
    
    .artifact-tab-content.artifact-active {
      display: block;
    }
    
    /* Document-specific styling */
    #artifact-document {
      max-width: 816px; /* Roughly equivalent to 8.5" at 96dpi */
      margin: 0 auto;
      padding: 40px;
      background: white;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
    }



    .pdf-download-btn {
      background-color: #4CAF50;
      border: none;
      color: white;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 4px;
      transition: background-color 0.3s;
  }
  
  .pdf-download-btn:hover {
      background-color: #45a049;
  }

  .innerChip-prompt {
    
    margin: 10px 0;     /* Controlled margin only where we want it */
}

.innerChip-header {
    cursor: pointer;
    padding: 0px 8px;
    color: #afafaf;
    /*display: flex;*/
    align-items: center;
    /*background: #fafafa;*/
    user-select: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;          /* Explicitly zero margin */
    font-size: 0.8em
}
.innerChip-header:hover {
    background: #f5f5f5;
}
.innerChip-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #afafaf;
  margin-right: 8px;
  margin-top: 0;      /* Explicitly zero top margin */
  margin-bottom: 0;   /* Explicitly zero bottom margin */
  transition: transform 0.3s ease-out;
}
.innerChip-triangle.open {
    transform: rotate(-180deg);
}
.innerChip-collapsible {
    overflow: hidden;
    transition: height 0.3s ease-out;
    height: 0;
}
.innerChip-content {
  cursor: pointer;
  padding: 10px;
  background: #e6e6e6;
  border: 1px solid #eee;
  border-radius: 0px 0px 5px 5px;
  font-size: 0.7em;
}


/* */


/*
Moved from inside editor


*/
.main-navigation ul li a,
			.site-title a,
			ul.menu li a,
			.site-branding h1 a,
			button.menu-toggle,
			button.menu-toggle:hover,
			.handheld-navigation .dropdown-toggle {
				color: #333333;
			}

			button.menu-toggle,
			button.menu-toggle:hover {
				border-color: #333333;
			}

			.main-navigation ul li a:hover,
			.main-navigation ul li:hover > a,
			.site-title a:hover,
			.site-header ul.menu li.current-menu-item > a {
				color: #747474;
			}

			table:not( .has-background ) th {
				background-color: #f8f8f8;
			}

			table:not( .has-background ) tbody td {
				background-color: #fdfdfd;
			}

			table:not( .has-background ) tbody tr:nth-child(2n) td,
			fieldset,
			fieldset legend {
				background-color: #fbfbfb;
			}

			.site-header,
			.secondary-navigation ul ul,
			.main-navigation ul.menu > li.menu-item-has-children:after,
			.secondary-navigation ul.menu ul,
			.storefront-handheld-footer-bar,
			.storefront-handheld-footer-bar ul li > a,
			.storefront-handheld-footer-bar ul li.search .site-search,
			button.menu-toggle,
			button.menu-toggle:hover {
				background-color: #ffffff;
			}

			p.site-description,
			.site-header,
			.storefront-handheld-footer-bar {
				color: #404040;
			}

			button.menu-toggle:after,
			button.menu-toggle:before,
			button.menu-toggle span:before {
				background-color: #333333;
			}

			/*h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
				color: #333333;
			}*/

			.widget h1 {
				border-bottom-color: #333333;
			}

			body,
			.secondary-navigation a {
				color: #6d6d6d;
			}

			.widget-area .widget a,
			.hentry .entry-header .posted-on a,
			.hentry .entry-header .post-author a,
			.hentry .entry-header .post-comments a,
			.hentry .entry-header .byline a {
				color: #727272;
			}

			a {
				color: #7f54b3;
			}

			a:focus,
			button:focus,
			.button.alt:focus,
			input:focus,
			textarea:focus,
			input[type="button"]:focus,
			input[type="reset"]:focus,
			input[type="submit"]:focus,
			input[type="email"]:focus,
			input[type="tel"]:focus,
			input[type="url"]:focus,
			input[type="password"]:focus,
			input[type="search"]:focus {
				outline-color: #7f54b3;
			}

			button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
				background-color: #eeeeee;
				border-color: #eeeeee;
				color: #333333;
			}

			button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
				background-color: #d5d5d5;
				border-color: #d5d5d5;
				color: #333333;
			}

			button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
				background-color: #333333;
				border-color: #333333;
				color: #ffffff;
			}

			button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
				background-color: #1a1a1a;
				border-color: #1a1a1a;
				color: #ffffff;
			}

			.pagination .page-numbers li .page-numbers.current {
				background-color: #e6e6e6;
				color: #636363;
			}

			#comments .comment-list .comment-content .comment-text {
				background-color: #f8f8f8;
			}

			.site-footer {
				background-color: #f0f0f0;
				color: #6d6d6d;
			}

			.site-footer a:not(.button):not(.components-button) {
				color: #333333;
			}

			.site-footer .storefront-handheld-footer-bar a:not(.button):not(.components-button) {
				color: #333333;
			}

			.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
				color: #333333;
			}

			.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
				color: #000000;
			}

			.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content {
				color: #000000;
			}

			@media screen and ( min-width: 768px ) {
				.secondary-navigation ul.menu a:hover {
					color: #595959;
				}

				.secondary-navigation ul.menu a {
					color: #404040;
				}

				.main-navigation ul.menu ul.sub-menu,
				.main-navigation ul.nav-menu ul.children {
					background-color: #f0f0f0;
				}

				.site-header {
					border-bottom-color: #f0f0f0;
				}
			}

/* */

.code-block-container {

  min-width: 300px;
    max-width: 100vw;
}

.VirtualScrollCodeBlock {
 /* margin-bottom: 20px;*/
}
.VirtualScrollCodeContainer {
  overflow: auto;
  
  position: relative;
  white-space: pre;
  font-size: 14px;
  line-height: 1.5em;
  background: #282c34; /* Atom-one-dark bg */
  color: #abb2bf; /* Base text color */
  max-height: 400px; /* Max height, but actual height set in JS */
}
.VirtualScrollLine {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5em;
  
  box-sizing: border-box;
  overflow: hidden;
}

.hljs {
  background: transparent; /* Avoid double bg */
  color: #abb2bf; /* Ensure base color */
}
.virtualScrollHiddenCode {
  display: none;
}
.inlineCode {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 4px;
  border-radius: 4px;
  margin: 0 2px;
  vertical-align: middle;
}
.VirtualScrollCodeBlock.inline {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
