/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

.blog-detail-hero-section {
  height: 85vh;
  width: 100%;
  background-color: #2a3855;
  padding: 7.5rem 60px;
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  display: flex;
  justify-content: center;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat", "Poppins", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #fff;
  font: var(--fa-font-solid);
  content: "\f105";
  font-weight: 900;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #fff;
  font-family: "Montserrat", "Poppins", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
}

.blog-detail-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  word-spacing: 2px;
  /* letter-spacing: 0.3px; */
}

ul.breadcrumb-2 {
  padding: 30px 16px;
  list-style: none;
  display: flex;
  justify-content: center;
}

/* Display list items side by side */
ul.breadcrumb-2 li {
  display: inline;
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat", "Poppins", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb-2 li + li:before {
  padding: 8px;
  color: #fff;
  font: var(--fa-font-solid);
  content: "|";
  font-weight: 900;
}

/* Add a color to all links inside the list */
ul.breadcrumb-2 li a {
  color: #fff;
  font-family: "Montserrat", "Poppins", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.blog-detail-coverimg-container {
  padding: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  margin-top: -10%;
}
.blog-detail-coverimg-container img {
  border-radius: 20px;
  height: 400px;
}

.sidebar {
  list-style: none;
  padding: 0 15px;
  margin: 0;
  /* padding-right:  */
  max-height: 60vh;
  opacity: 0.8;
  overflow-y: auto;
  position: relative;
}
.sidebar-link {
  font-family: "Montserrat", "Poppins", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  height: 100%;
  font-size: 16px;
  text-decoration: none;
}
.sidebar-list-item {
  margin-bottom: 6px;
}
.sidebar-link:hover {
  text-decoration: none;
}
.sidebar-link::before {
  background-color: #eee;
  content: " ";
  display: inline-block;
  height: inherit;
  left: 0;
  margin-top: -1px;
  position: absolute;
  width: 2px;
}
.is-active-link {
  font-weight: 700;
}
.is-active-link:before {
  background-color: #654ab7 !important;
}

.sidebar-list-order {
  padding-left: 25px;
  padding-right: 30px;
  max-height: 60vh;
  opacity: 0.8;
  overflow-y: auto;
}

.side-1 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 12vh;
}