:root {
  --dark: #222222;
  --light: #ffffff;
  --primary: #ff018d;
  --secondary: #ed65ff;
  --fillcolor: white;
  --special: rgb(255, 255, 209);
  --green: #a4dd4f;
  --body-fonts: "Lora", serif;
  --header-fonts: "Lora", serif;
  --hightlight: var(--special);
  --line-height: 1;
  --subheading: var(--secondary);

  /* DEFAULT LIGHT */
    --container: var(--container-light);
    --background: var(--background-light);
    --header: var(--header-light);
    --text: var(--text-light);
    --special: var(--special-light);

  /* Light Mode */
  [data-theme="light"] {
    --container: var(--container-light);
    --background: var(--background-light);
    --header: var(--header-light);
    --text: var(--text-light);
    --special: var(--special-light);
    --green: var(--green-light);
    --highlight: var(--hightlight-light);
    --subheading: var(--subheading-light);
    --links: var(--links-light);
  }

  /* Dark Mode */
  [data-theme="dark"] {
    --container: var(--container-dark);
    --background: var(--background-dark);
    --header: var(--header-dark);
    --text: var(--text-dark);
    --special: var(--special-dark);
    --green: var(--green-dark);
    --highlight: var(--hightlight-dark);
    --subheading: var(--subheading-dark);
    --links: var(--links-dark);
  }

  --links-light: var(--primary);
  --links-dark: var(--secondary);

  --green-light: var(--green);
  --green-dark: #36929f;

  --special-light: var(--special);
  --special-dark: #383838;

  --text-light: var(--dark);
  --text-dark: var(--light);

  --container-light: #ffffff;
  --container-dark: #222222;

  --background-light: #ffffff;
  --background-dark: #222222;

  --header-light: var(--primary);
  --header-dark: white;

  --subheading-light: var(--secondary);
  --subheading-dark: #b5b5b5;

  --hightlight-light: var(--special);
  --hightlight-dark: #5c3a66;
}

.date_iMstatus {
  font-style: strong;
  background-color: var(--highlight);
  padding: 0 0.5rem 0 0.5rem;
  border-radius: 10px;
}
.time_iMstatus {
  background-color: var(--highlight);
  padding: 0 0.5rem 0 0.5rem;
  border-radius: 10px;
}

.status_iMstatus {
  padding-left: 1rem;
}
.wrapper_iMstatus {
  line-height: 1 !important;
}




.toggle_btn {
    top:0;
    left:50%;
    position: relative;
    background: var(--links);
    height: 1rem;
    width: 2rem;
    border-radius: 50px;
}

.circle {
    position: absolute;
    top: 10%;
    left: 5%;
    height: .8rem;
    width: .8rem;
    transition: .5s;
    background: var(--background);
    border-radius: 50%;
}

.change {
    position: absolute;
    top: 10%;
    left: 50%;
    height: .8rem;
    width: .8rem;
    transition: .5s;
    background: var(--background);
    border-radius: 50%;
}

.dark {
    position: relative;
    top:0;
    background: var(--links);
    height: 1rem;
    width: 2rem;
    border-radius: 50px;
}








/* Keep the highlight for the active theme even when not hovered */
.button-theme.light:hover .material-symbols-outlined.dark,
.button-theme.dark:hover .material-symbols-outlined.light {
  color: var(--text); /* Change to the color you want for the active state */
}


.wp-block-latest-posts__post-excerpt {
  color: var(--text);
}

div {
  position: relative;
  color: var(--text);
}

/* does not support IE 6/7 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* WordPress Presentational Classes*/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px;
}

body {
  text-align: justify;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  letter-spacing: 2px;
  padding: 1rem;
  background-color: var(--background);
  color: #ddd;
}

.dark-bg {
  background-color: var(--dark);
}

.primary-bg {
  background-color: var(--primary);
}

.secondary-bg {
  background-color: var(--secondary);
}

.special-bg {
  background-color: var(--special);
}

.text-primary {
  color: var(--header);
}

.text-secondary {
  color: var(--secondary);
}

a {
  text-decoration: none;
  color: var(--links);
}

h1,
h2,
h3,
.wp-block-latest-posts__post-title {
  font-family: var(--header-fonts);
  color: var(--secondary);
  font-weight: 600;
}

h1 {
  color: var(--header);
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--secondary);
}
.wp-block-rss__item {
  list-style: bullets;
}

.blog_title {
  font-size: 2rem;
  color: var(--secondary);
}

.blog_description {
  color: var(--text);
  font-style: oblique;
  font-size: large;
}

/* B A S E */

/* .container {
  width: 100%;
  background-color: var(--container);
  border-radius: 10px;
} */

body::-webkit-scrollbar {
  width: 0.5rem;
}

body::-webkit-scrollbar-track {
  background: var(--light);
}

body::-webkit-scrollbar-thumb {
  background: var(--secondary);
}

b,
strong {
  color: var(--secondary);
  text-decoration: none;
  font-weight: bold;
}

highlight {
  background-color: var(--special);
  border-radius: 1rem;
  padding: 0 0.5rem 0 0.5rem;
}

p {
  text-align: justify;
  font-size: 1rem;
  color: var(--text);
}

.wp-block-quote p {
  padding: 0;
margin:1rem;
line-height:1;
font-family: "Saira Extra Condensed", sans-serif !important;
  font-weight: 300;
  font-style: normal;
 }

blockquote {
  padding: 0;
margin:1rem;
line-height:1;
font-family: "Saira Extra Condensed", sans-serif !important;
  font-weight: 300;
  font-style: normal;
 }


.btn {
  color: var(--dark);
  background-color: var(--special) !important;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 1px) calc(1.333em + 1px);
  font-size: 1.125em;
  text-align: center;
}

/*	POSTS LIST */

.column-container {
  display: flex;
  justify-content: space-between; /* Distribute columns evenly */
  max-width: 1100px; /* Example max-width, adjust as needed */
  margin-left: auto;
  margin-right: auto;
}

.column-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.column-large {
  padding: 10px; /* Add padding as needed */
}

.column-small {
  padding: 10px; /* Add padding as needed */
  text-align: right;
}

.year-header {
  padding: 0.2rem;
  border-radius: 1rem;
}

/* TABLES */

.table-container {
  width: 90%;
  margin: 2rem auto 3rem auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border: 1px solid var(--text-secondary);
  padding: 8px;
  text-align: left;
}

th {
  background-color: var(--primary);
  color: white;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: var(--light);
  color: var(--text-primary);
}

/* DIVIDERS */

hr {
  border: none;
  height: 2px;
  background-color: var(--dark);
  margin: 20px 0;
}

hr:before {
  content: "";
  display: block;
  height: 10px;
  background-color: var(--dark);
  border-radius: 50%;
  position: relative;
  top: -5px;
  margin-bottom: -5px;
}

/* Messages - Good */
.messages-good {
  padding: 10px;
  border-radius: 4px;
  color: #107cfe;
  background-color: #e4f1ff;
  border: 1px solid #a5cfff;
}

/* Messages - Alert */
.messages-alert {
  padding: 10px;
  border-radius: 4px;
  color: #e84d90;
  background-color: #ffe4f0;
  border: 1px solid #ffa5ca;
}

/* Messages - Neutral */
.messages-neutral {
  padding: 10px;
  border-radius: 4px;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

/* Cards */

/* Basic Card */
.card-basic {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

/* Image Card */
.card-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 200px;
}

.card-image img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-image .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  background-color: rgba(100, 100, 100, 0.7);
  color: #ffffff;
}

/* Rounded Card */
.card-rounded {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

/* Outline Card */
.card-outline {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e84d90;
  background-color: #ffffff;
}

/* Forms */

.form-container {
  width: 60%;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

textarea {
  display: block;
  width: 95%;
  padding: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

textarea:focus {
  border-color: #e84d90;
  outline: 1px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-checkbox-label,
.form-radio-label {
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}

.form-checkbox,
.form-radio {
  margin-right: 5px;
}

.form-file {
  display: block;
}

.form-file-label {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #e84d90;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-file-input {
  display: none;
}

.submit {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #e84d90;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/*   progress bars */

.progressBarInner {
  background-color: var(--green) !important;
}

.progress-bar {
  width: 100%;
  height: 20px;
  margin-bottom: 1rem;
  background-color: var(--light);
  border-radius: 10px;
  overflow: hidden;
}

.progress {
  height: 100%;
  width: 50%;
  background-color: var(--green);
}

.progress-text {
  font-size: 1rem;
  margin-left: 1rem;
}

/*  widgets */

.widget {
  list-style-type: none !important;
}

/* navigation menu */

/* HOME */

/* Reset default list styles for the specific class */
.menu-home-container ul {
  list-style: none;
  padding: 1rem;
  margin: 0;
}

.menu-home-container ul {
  border-radius: 10px 10px 0 0;
}

/* Style the menu items for the specific class */
.menu-home-container ul li {
  display: inline-block;
  margin-right: 20px; /* Adjust spacing between menu items */
}

/* Style the anchor tags (menu links) for the specific class */
.menu-home-container ul li a {
  text-decoration: none;
  color: var(--links); /* Adjust link color */
  font-weight: bold; /* Adjust font weight if needed */
}

/* FOOTER */

/* Add this to your existing styles or create a new stylesheet */

/* Reset default list styles for the specific class */
.menu-footer-container ul {
  color: #333;
  letter-spacing: 2px;
  border-radius: 10px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Style the menu items for the specific class */
.menu-footer-container ul li {
  display: inline-block;
  margin-right: 20px; /* Adjust spacing between menu items */
}

/* Style the anchor tags (menu links) for the specific class */
.menu-footer-container ul li a {
  text-decoration: none;
  font-size: 0.9rem;
  color: var(--links); /* Adjust link color */
  font-weight: normal; /* Adjust font weight if needed */
}

/* Margin Utility Classes */
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 4rem !important;
}

/* Margin Top Utility Classes */
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}

/* Margin Bottom Utility Classes */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}

/* Margin Left Utility Classes */
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}

/* Margin Right Utility Classes */
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}

/* Horizontal Margin Utility Classes */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* Vertical Margin Utility Classes */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.round {
  border-radius: 1rem;
}

.comments {
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
width:auto;
  margin-top: 5rem;
  font-family: var(--body-fonts);
}

.comments .comment-reply-title {
  font-family: var(--body-fonts);
  font-size: 1rem !important;
  color: var(--header);
}

/* BOOK TEMPLATE */


.bookGridMonth {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: flex-start;
}


.book-cover {
  width: 150px; 
  height: 200px;
  object-fit: cover; /* Maintain aspect ratio and cover the container */
}


.spacer {
  height: 2rem;
}

/* Add these styles for the favorite heart icon */
.book-favorite {
  position: absolute;
  top: 10px; 
  right: 10px; 
  z-index: 2; 
}

.heart-filled {
  color: #ffffff;
  font-size: 1.5rem;
  display: inline-block; /* or any other suitable display property */
}

.heart-not-filled {
  display: none;
}

.star-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.star-filled {
  color: #ffd54c;
  font-size: 1rem;
  margin: 0.1rem;
}

/* Add this rule to hide non-star icons */
.star-icons i:not(.star-filled) {
  display: none;
}

.bigSpacer {
  height: 5rem;
}
/* Book Title */
.book-title {
  font-family: var(--header-fonts);
  text-align: center;
  padding: 2rem;
  font-size: 2rem !important;
}

/* Book Cover */
.book-cover {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Title Paragraph */
.book-author {
  text-align: end;
  font-size: 1.5rem !important;
}

/* Pages Paragraph */
.book-pages {
  text-align: end;
  margin-top: 2rem;
}

/* Shelves Div */

/* Shelf Span */
.book-shelf {
  padding: 0.5rem;
  background-color: var(--secondary);
  border-radius: 10px;
  color: white;
  margin-right: 0.5rem;
}

/* Reading Data Div */

.status-finished,
.status-reading,
.status-new {
  color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: auto;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.status-finished {
  background-color: var(--green);
}

.status-reading {
  background-color: var(--secondary);
}

.status-new {
  background-color: var(--header);
}

/* Styling for Started Date and Finished Date */
.date-container {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.book-started-date,
.book-finished-date {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--header);
}

.review-header {
  font-family: var(--header-fonts);
  text-align: left;
  padding: 0.5rem;
  color: var(--header);
  font-size: 1.5rem !important;
  font-family: var(--body-fonts);
  margin-bottom: 2rem;
}

.logs-header {
  font-family: var(--header-fonts);
  text-align: center;
  padding: 0.5rem;
  color: white;
  font-size: 1.5rem !important;
  font-family: var(--body-fonts);
  margin-bottom: 2rem;
}

/* Reviews Div */
.book-reviews {
  text-align: justify;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* Reviews Paragraphs */
.book-review-date,
.book-review-text {
  /* Add styling for each reviews paragraph here */
}

.log-item {
  list-style-type: none;
  line-height: 2rem;
  padding: 0;
}

.log-content {
  text-align: justify;
  margin-left: 1rem;
  margin-right: 1rem;
}

.log-date {
  color: var(--header);
  font-weight: bold;
}

/* Style for the book details container */
#bookDetails {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* Style for the book title */
#bookDetails h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Style for the book cover */
#bookDetails img {
  max-width: 200px;
  height: auto;
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style for additional book details paragraphs */
#bookDetails p {
  font-size: 16px;
  margin-bottom: 8px;
}

/* Style for the author's name */
#bookDetails p.author {
  font-weight: bold;
}

/* Style for the number of pages */
#bookDetails p.pages {
  font-style: italic;
}

@media only screen and (max-width: 1200px) {
    body {
    width: 90%;
    line-height: 2;
    letter-spacing: 2px;
    padding: 1rem !important;
  }

 }


