.theme-dark
{
  --background-primary: #2f3136;
  --background-primary-alt: #3b3f48;/*#464a53;*/
  --background-secondary: #202225;
  --background-secondary-alt: #0c1018d1;
  --text-normal: #bbc0c5;
  --text-graph: #dde0e5;
  --dot-graph: #bbc0c5;
  --text-faint: #a09b80;
  --text-title-h1: #939bd6;
  --text-title-h2: #ba7390;
  --text-title-h3: #b78b60;
  --text-title-h4: #a79645;
  --text-title-h5: #859676;
  --text-title-h6: #799097; 
  --text-link: #59a2c5;
  --text-a: #59a2c5;
  --text-a-hover: #b3a14b;
  --text-muted: #bbc0c5;
  --text-mark: #686028;
  --pre-code: #272524d9;
  --text-highlight-bg: #686028;
  --interactive-accent: #a79040; 
  --interactive-before: #5e6565;
  --background-modifier-border: #92a1a17a;
  --blockquote-border: #6a7070; 
  --text-accent: #ff9640ba;
  --interactive-accent-rgb: #fe8019;
  --text-selection: #406488; 
}






#graph-view-canvas .links {
  stroke: var(--interactive-accent-rgb) !important; 
}

strong {
  color: #cac4bc;
  font-weight: 550;
}

em {
  color: #baa76d;
}

mark {
  background-color: var(--text-mark) !important;
  padding-top: 2px;
  padding-bottom: 1px;
}






.workspace-leaf-content[data-type = "graph"] .view-content{
  background-color: var(--background-primary);
}


.graph-view.color-fill {
  color: #a79040;
}


.graph-view.color-circle {
  color: none;
}


.graph-view.color-line {
  color: #191935;
}


.graph-view.color-text {
  color: var(--text-graph);
}


.graph-view.color-fill-highlight {
  color: #f3bf88;
}


.graph-view.color-line-highlight {
  color: #59a2c5;
}

















.markdown-preview-view hr {
  margin-top: 0.5em;
  margin-bottom: 24px;
  height: 1.5px;
  opacity: 0.5;
}







.cm-s-obsidian span.cm-hashtag-begin, 
.cm-s-obsidian span.cm-hashtag-end,
a.tag {
  background-color: #464a53 !important;
  color: #bbc0c5 !important;
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: none;
  font-family: var(--font-family-editor);
  font-size: 0.95em;
}


a.tag {
  background-color: #464a53 !important;
  border: none;
  color: #bbc0c5 !important;
  font-size: 13.5px;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 14px;
}


.cm-hashtag {
  color: #799097 !important;
  border-radius: 0px;
  background-color: #464a53 !important;
  padding: 0px 0px;
  cursor: pointer;
}


.cm-s-obsidian span.cm-hashtag-begin {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding-left: 8px;
}


.cm-s-obsidian span.cm-hashtag-end {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	padding-right: 10px;
}



.side-dock-panels-container {
  background-color: rgb(32, 32, 36) !important;
  color: #bbc0c5;
}










a,
.internal-link,
.cm-hmd-internal-link,	
.cm-link,
.cm-formatting-link
{
  color: var(--text-a) !important;
  text-decoration: none !important;
  font-family: Avenir !important;
}


.markdown-preview-view .internal-link.is-unresolved {
  color: var(--text-a) !important; 
  opacity: 0.75;
}


a:hover,
.internal-link:hover
{
  color: var(--text-a-hover) !important;
  text-decoration: none !important;
}







.file-view-actions a
{
  color: var(--text-muted) !important;
}

.file-view-actions a:hover
{
  color: var(--text-a) !important;
}




.cm-tag
{
  color: var(--text-accent) !important;
}


pre code
{
  padding: 6px !important;
  line-height: normal;
  display: block;
  background-color: var(--pre-code) !important;
}

.markdown-preview-view pre
{
  padding: 0px !important;
}


code,
.cm-inline-code
{
  background-color: var(--pre-code) !important;
  color: var(--text-muted) !important;
  bottom: 0px !important;
}


.markdown-preview-view code
{
  font-size: 13.5px;
}




th
{
  font-weight: 800 !important;
}

thead
{
  border-bottom: 2.2px solid var(--background-modifier-border);
}

.table
{
  background-color: var(--background-secondary-alt);
  border: 1px solid var(--background-modifier-border);
  padding: 4px;
  line-height: normal;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}


img
{
  display: block;
  margin-left: 0;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}














.markdown-preview-view .task-list-item-checkbox {
    -webkit-appearance: none; 
    top: 3px !important;
    position: relative;
    width: 1.15em;
    height: 1.15em;
    margin: 1px;
    box-shadow: 0 0 0.12em #fff900;
}
.markdown-preview-view .task-list-item-checkbox:checked::before {
    content: '✓';
    position: absolute;
    color: #c1a601;
    font-size:1em;
    line-height: 1.25em;
    width:1.2em;
    text-align:center;
    text-shadow: 0 0 0.5em var(--accent-2);
}

.markdown-preview-view .task-list-item-checkbox
{
  margin-left:7px;
  left:-6px;
  filter:none;	
 
}



.cm-s-obsidian span.cm-formatting-task {
  color: var(--text-accent);
  font-size: 0.85em;
  font-weight: 500;
  position: relative;
  top: -0.12em;
}


.markdown-preview-view .task-list-item-checkbox
{
  top: 0px;
}


.checkbox-container {
    background-color: #5dbcd2;
    border-radius: 14px;
    display: inline-block;
    height: 22px;
    position: relative;
    top: 4px;
    user-select: none;
    width: 42px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.checkbox-container.is-enabled {
    background-color: #5dbcd2;
}

.markdown-preview-view mark {
    color: #bbc0c5;
    background-color: #5dbcd2;
    }















.side-dock-ribbon-tab, .side-dock-ribbon-action {

}
.side-dock-ribbon-tab.is-active {
  color: #bdbaa8 !important;
}
.side-dock-ribbon-tab.is-active .side-dock-ribbon-tab-inner:hover {
  color: #337AB7 !important;
  background-color: #182026;
}

.nav-file-title {  
  color: #aaaaaa !important;
  background-color: rgb(32, 32, 36);
  }

.nav-folder-title {  
  color: #bfbfbf !important;
  background-color: rgb(32, 32, 36);
  }
  
  .nav-file-title:hover {
  color: #59a2c5 !important;
}

.search-result-file-title {  
  color: #d1c1a1 !important; 
  background-color: rgb(32, 32, 36); 
  }

.search-result-file-matched-text {  
  color: #59a2c5 !important;
  background-color: rgb(32, 32, 36);
  }


.nav-file-tag{ color: #59a2c5; } for the PNG text, but can't specifically target "PNG", just all of those filetype tags.
.nav-file.is-active .nav-file-tag { color: #59a2c5; }






.side-dock-panels-container *
{
  font-size: 13px !important;
}




.side-dock-title
{
  font-size: 20px !important;
  font-weight: 800 !important;
}




.side-dock-ribbon-tab:hover,
.side-dock-ribbon-tab-inner:hover,
.side-dock-ribbon-action:hover,
.side-dock-ribbon-action.is-active:hover,
.nav-action-button:hover,
.side-dock-collapse-btn:hover
{
  color: var(--text-a);
}


.nav-file-title-content,
.search-result-file-title,
.search-result-file-match
{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: normal !important;
  word-break: keep-all;
}


.search-empty-state
{
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: normal;
}







.app-container
{
  font-family: var(--font-family-preview);
}

.status-bar-item
{
  font-family: var(--font-family-preview);
  font-size: 14px;
}


















.cm-s-obsidian
{
  font-family: var(--font-family-editor);
  font-size: 15px;
  color: var(--text-normal);
  padding-left: 2% !important;
  padding-right: 2% !important;
}

.mod-single-child .cm-s-obsidian
{
  font-family: var(--font-family-editor);
  font-size: 15px;
  color: var(--text-normal);
  padding-left: 4% !important;
  padding-right: 4% !important;
}


.cm-header-1
{
  font-family: var(--font-family-editor);
  font-weight: 500;
  font-size: 28px;
  font-weight: bold;
  color: var(--text-title-h1);
}

.cm-header-2
{
  font-family: var(--font-family-editor);
  font-weight: 500;
  font-size: 26px;
  font-weight: bold;
  color: var(--text-title-h2);
}

.cm-header-3
{
  font-family: var(--font-family-editor);
  font-weight: 500;
  font-size: 23px;
  font-weight: bold;
  color: var(--text-title-h3);
}

.cm-header-4
{
  font-family: var(--font-family-editor);
  font-weight: 500;
  font-size: 20px;
  font-weight: bold;
  color: var(--text-title-h4);
}

.cm-header-5
{
  font-family: var(--font-family-editor);
  font-weight: 500;
  font-size: 18px;
  font-weight: bold;
  color: var(--text-title-h5);
}

.cm-header-6
{
  font-family: var(--font-family-editor);
  font-weight: 500;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-title-h6);
}



.cm-em {
  color: #baa76d;
}


.cm-formatting-list {
  color: #848994;
  font-weight: 700;
} 




.cm-formatting-header {

  font-size: 0.6em; 
}

















.markdown-preview-view h1
{
  font-family: var(--font-family-preview);
  font-weight: 500;
  font-size: 28px;
  font-weight: bold;
  color: var(--text-title-h1);
}

.markdown-preview-view h2
{
  font-family: var(--font-family-preview);
  font-weight: 500;
  font-size: 26px;
  font-weight: bold;
  color: var(--text-title-h2);
}

.markdown-preview-view h3
{
  font-family: var(--font-family-preview);
  font-weight: 500;
  font-size: 23px;
  font-weight: bold;
  color: var(--text-title-h3);
}

.markdown-preview-view h4
{
  font-family: var(--font-family-preview);
  font-weight: 500;
  font-size: 20px;
  font-weight: bold;
  color: var(--text-title-h4);
}

.markdown-preview-view h5
{
  font-family: var(--font-family-preview);
  font-weight: 500;
  font-size: 18px;
  font-weight: bold;
  color: var(--text-title-h5);
}

.markdown-preview-view h6
{
  font-family: var(--font-family-preview);
  font-weight: 500;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-title-h6);
}









.CodeMirror-scroll::-webkit-scrollbar {
    display: none;
}



.search-empty-state
{
  width: auto;
  padding-left: 10px;
  padding-right: 5px;
  line-height: normal;
}










.CodeMirror-code span.cm-inline-code {     
	color: #e1e2e3 !important;
}



    
    
    
    


.cm-s-obsidian span.cm-inline-code {
  border: 1px solid #525660;
  border-radius: 4px;
  background-color: #555961 !important; 
}
.cm-s-obsidian span.cm-formatting-code.cm-inline-code {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cm-s-obsidian span.cm-formatting-code.cm-inline-code + span.cm-inline-code {
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.cm-s-obsidian span.cm-formatting-code.cm-inline-code + span.cm-inline-code + span.cm-formatting-code.cm-inline-code {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}



.cm-s-obsidian pre.HyperMD-codeblock {     
	color: #e1e2e3 !important;
}











.markdown-preview-view code {
color: #d5dadd !important;
background-color: #555961 !important;  
bottom: -0.1px !important;
}




.markdown-embed-title { display:none; }
.markdown-preview-view .markdown-embed-content>:first-child { margin-top: 0; font-size:1em; }
.markdown-preview-view .markdown-embed-content>:last-child { margin-bottom: 0; }

.markdown-preview-view .markdown-embed-content { 
  max-height: unset;
}

.markdown-preview-view .markdown-embed-content {
  margin-bottom: 0px; margin-top: 0px;  }

.markdown-embed-link {
color: #59a2c5 !important;
right: 2px !important;
}

.markdown-embed-link:hover {
color: #b3a14b !important;
}

.markdown-preview-view .markdown-embed 
{ 
  border-width: 0.5px;  border-left: 0; border-right: 0;
  border-radius: 0px; 
  padding-left: 0px !important; padding-right: 0px !important;
  margin-top:0px; margin-bottom:0px;
  background-color: None;
} 

.markdown-embed 
{
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}



.popover.hover-popover {
    transform: scale(0.95); 
    max-height: 600px;    
    min-height: 100px;
    width: 450px;     
    background-color:#39393f;
    border-color: #59595f;
}




.workspace-ribbon.is-collapsed:not(:hover) .workspace-ribbon-collapse-btn, 
.workspace-ribbon.is-collapsed:not(:hover) .side-dock-actions, 
.workspace-ribbon.is-collapsed:not(:hover) .side-dock-settings {display:none;}
.workspace-ribbon.is-collapsed:not(:hover) {width: 0;}
.workspace-split.mod-left-split[style="width: 0px;"] {margin-left: 0;}
.workspace-split.mod-right-split[style="width: 0px;"] {margin-right: 0;}
.workspace-ribbon {transition: none}





.cm-hmd-list-indent .cm-tab,
ul ul {
  position: relative;
}
.cm-hmd-list-indent .cm-tab::before,
ul ul::before {
  content: "";
  border-left: 1px solid rgba(100, 100, 120, 0.6);
  position: absolute;
}
.cm-hmd-list-indent .cm-tab::before {
  left: 3.5px; 
  top: -4.5px;
  bottom: -4px;
}
ul ul::before {
  left: -13px; 
  top: 0;
  bottom: 0;
}

.cm-hmd-list-indent .cm-tab,
ol ol { 
  position: relative;
}
.cm-hmd-list-indent .cm-tab::before,
ol ol::before {
  content: "";
  border-left: 1px solid rgba(100, 100, 120, 0.6);
  position: absolute;
}
.cm-hmd-list-indent .cm-tab::before {
  left: 3.5px; 
  top: -4.5px;
  bottom: -4px;
}
ol ol::before {
  left: -13px; 
  top: 0;
  bottom: 0;
}

.cm-hmd-list-indent .cm-tab,
ol ul { 
  position: relative;
}
.cm-hmd-list-indent .cm-tab::before,
ol ul::before {
  content: "";
  border-left: 1px solid rgba(100, 100, 120, 0.6);
  position: absolute;
}
.cm-hmd-list-indent .cm-tab::before {
  left: 3.5px; 
  top: -4.5px;
  bottom: -4px;
}
ol ul::before {
  left: -13px; 
  top: 0;
  bottom: 0;
}

.cm-hmd-list-indent .cm-tab,
ul ol { 
  position: relative;
}
.cm-hmd-list-indent .cm-tab::before,
ul ol::before {
  content: "";
  border-left: 1px solid rgba(100, 100, 120, 0.6);
  position: absolute;
}
.cm-hmd-list-indent .cm-tab::before {
  left: 3.5px; 
  top: -4.5px;
  bottom: -4px;
}
ul ol::before {
  left: -13px; 
  top: 0;
  bottom: 0;
}



 

 
span.cm-formatting-list-ul {
    visibility: hidden !important;
   }
      
span.cm-formatting-list-ul:before {
    content: '• ';
    color: var(--text-normal); 
    visibility: visible !important;
    margin-left: 0.1rem;  
    margin-right: -0.22rem;  
    padding-inline-start: 0px;
   }






ol {
    padding-inline-start: 30px;
}
ul {
    padding-inline-start: 30px;
}


 

.outline .collapsible-item-children {
   margin-left: 20px;
   border-left: 1px solid rgba(165,165,165,0.2);
   transition:all 0.5s ease-in-out;

  padding-left: 6px;
}



 

div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-hr {
    color: transparent;
}

div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-hr:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: var(--text-selection);
    left: 0;
    top: 50%;
    opacity: 0.8;
}


 

div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-quote {
    color: transparent;
}

div:not(.CodeMirror-activeline)>.HyperMD-quote {
    border-left: 5px solid var(--blockquote-border);
    padding-left: 9px !important;
    margin-left: 0px;
    margin-top: 0em;
}


 

blockquote, p:not(:last-child) {
    padding-bottom: 0.7em;
}




 


div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-string.cm-url,
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-hmd-barelink,
 {
    display: none !important;
}

div:not(.CodeMirror-activeline) > .CodeMirror-line .cm-formatting-highlight.cm-highlight {
   font-size: 1em;
   color: transparent;
}





.CodeMirror-foldgutter-folded:after, .CodeMirror-foldgutter-open:after {
  opacity: 0.8;
  font-size: 50%;
}

.CodeMirror-foldgutter-folded:hover:after, .CodeMirror-foldgutter-open:hover:after {
  opacity: 1;
  font-size: 50%;
}

.CodeMirror-foldgutter-folded:after {
  content: "\25BA";
}

.CodeMirror-foldgutter-open:after {
  content: "\25BC";
}
