.theme-light {
    --accent: #1a73e8;
    --text-main: #2c2c2c;
    --bg-main: #fafafa;
    --header-footer-bg: #ffffff;
    --borders:#e0e0e0;
}

#AllDocumentsContainer.theme-light{
  background-color: rgba(233, 233, 233);
}

.DocumentColumn.theme-light {
  background-color: var(--bg-main); 
}


/* .theme-light .CurrentDocumentInfoButtonWrapper{
  color:yellow;
} */

#multiple-links-popup.theme-light{
  background-color: var(--bg-main); 
}

.theme-light .StaticCommentsSection {
  background-color: var(--bg-main);
}

.theme-light .NoteDiv{
    background-color: var(--bg-main);
}

.theme-light .NoteEditingDiv{
    color: var(--text-main);
}

.theme-light .linkInputTypeSelectorButton{
  background-color: white;
}

.theme-light .linkInputTypeSelectedButton{
  background-color: #484de9;
  color: white;
}



.theme-light .DocumentTopPanel{
    background-color: var(--header-footer-bg);
    /* border-top: 1px solid #e0e0e0; */
    border-bottom: 1px solid var(--borders);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    /* padding: 1rem 2rem; */
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.theme-light .TopPanelTitle{
    color: var(--accent);
}

.theme-light .TopPanelOptionLink{
    color:var(--accent);
}

.theme-light .RightDocumentTabTitleSelected{
  color:rgba(37, 38, 39, 0.5);
}

.theme-light #middle-canvas-topDiv *{
  color: #515152;
 /* // background-color: var(--top-bars); */
}

.theme-light .DocumentBottomPanel{
    font-family: "Helvetica Neue", Arial, sans-serif;
    border-top: 1px solid var(--borders);
    background-color: var(--header-footer-bg);
    box-shadow: 0 -2px 4px rgba(0,0,0,0.05);
}

.theme-light .RightSandwichLine{
    background-color: var(--accent);
}

.theme-light .LeftSandwichLine{
    background-color: var(--accent);
}


.theme-light .DocumentDropDownMenu{
    background-color: var(--header-footer-bg);
}

.theme-light .FooterSectionTitle{
    color:#333;
}
.theme-light .FooterOptionLink{
    color:var(--accent);
}

.theme-light .DocumentBottomPanelBottomMessage{
    color:#595757;
}

.theme-light div{
  color: var(--text-main);
}

.theme-light .ActionButton{
  color:white;
}

.theme-light .PageInfo-OneIconComponent {
  color: #484de9;
}

.theme-light .LinksListSortButton {
    color:#c0bfbf;
}
.theme-light .FlinksListSelectedSide *{
  color:var(--text-main);
}

.theme-light #CurrentDocumentMainCollageCanvas,
.theme-light .OneCollageCanvas{
  background-color: #ffffff;
}

.theme-light .DocumentTopBarButtonWrapper,
.theme-light .DocumentTopBarButtonWrapper *{
  color:#515152;
}

.theme-light .CurrentDocumentInfoButtonCountDivIncomplete{
  color:red;
}

.theme-light .selectedIcon *{
  color:white;
}


.theme-light .NotePresentationDiv{

    font-family: "Georgia", "Times New Roman", serif; /* Classic reading font */
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-main);
    padding: 2rem;

}


.theme-light ol,ul{
    padding-inline-start: 10px;
}
  
  
/* Paragraphs */
.theme-light p {
  margin: 1em 0;
  font-size: 1.05em;
  color: #333;
}

/* Headings */
.theme-light h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 1.6em 0 0.6em;
  color: #1a1a1a;
}

.theme-light h1 {
  font-size: 2.2em;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.3em;
}

.theme-light h2 {
  font-size: 1.8em;
  margin-top: 2em;
}

.theme-light h3 {
  font-size: 1.4em;
  margin-top: 1.5em;
  color: #444;
}

/* Links */
.theme-light a {
  color: var(--accent);
  text-decoration: none;
}
.theme-light a:hover {
  text-decoration: underline;
}

.theme-light a[data-static] {
  color: rgb(36, 176, 76);
}

.theme-light a.multiple-links-popup-row{
  color: var(--text-main);
}

.theme-light a.multiple-links-popup-row:hover{
  text-decoration: none;
}






/* Code snippets */
.theme-light pre, 
.theme-light code {
  font-family: "Fira Code", monospace;
  background-color: #e3e2e2;
  border-radius: 4px;
}

.theme-light pre {
  padding: 1em;
  overflow-x: auto;
}


.theme-light blockquote {
  position: relative;
  margin: 1em 0;
  padding: 1em 1.2em;
  padding-left: 2em; /* space for the quote mark */
  background-color: #ececec;
  border-left: 5px solid #4a90e2;
  border-radius: 6px;
  color: #333;
  font-style: italic;
  font-family: Georgia, serif;
  line-height: 1.6;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Add a decorative quote mark */
.theme-light blockquote::before {
  
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 3em;
  line-height: 1;
  color: #4a90e2;
  font-family: Georgia, serif;
}

.theme-light blockquote ol {
  padding-left: 10px;
  padding-right: 10px;
  list-style-position: inside;
}


/* Basic table styling */
.theme-light table {
  /* width: 100%; */
  border-collapse: collapse; /* remove double borders */
  margin: 1.5em 0;
  font-family: "Georgia", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2c2c2c;
}

/* Table header */
.theme-light th {
  background-color: #e9e9e9;
  color: #2c2c2c;
  font-weight: 600;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
  /* border-bottom: 2px solid #357ABD; */
}

/* Table cells */
.theme-light td {
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
}

/* Alternating row colors */
.theme-light tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Hover effect for rows */
.theme-light tr:hover {
  background-color: #eef4fc;
}

.theme-light .load-button {
  color:white;
  background-color: #357ABD;
}


.theme-light .media-card {
  display: inline-block;
  border: 2px solid var(--accent);
  border-radius: 8px;
  padding: 12px 16px;
  margin: 6px 0;
  background-color: #f0f8ff;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.theme-light .media-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.theme-light .comments-title {
  margin-top: 10px;
  margin-left: 15px;
}

.theme-light .no-comments-text {
  align-self: center;
  margin-top: 15px;
  font-size: 25px;
}

.theme-light pre::-webkit-scrollbar{
  width: 15px;
  height: 15px;
  border-style: solid;
}


.theme-light pre::-webkit-scrollbar-track {
  background: #FAFAFA;
  border-style: solid;
  border-color: lightgray;
  border-width: 1px;
}

.theme-light pre::-webkit-scrollbar-thumb {
  background: #C1C1C1;
  /* thumb color */
  border: 4px solid transparent;
  /* creates the gap */
  background-clip: content-box;
  /* ensures color doesn't paint over the border */
  border-radius: 10px;
  /* still rounded */
}

.theme-light pre::-webkit-scrollbar-thumb:hover {
  background: #7C7A7A;
  border: 4px solid transparent;
  /* creates the gap */
  background-clip: content-box;
  border-radius: 10px;
}

.theme-light pre::-webkit-scrollbar-corner {
  background: #FAFAFA;
}