@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

::-webkit-scrollbar {
  width: 0;
  /* Adjust the width as needed */
}

.content-part {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.back-btn {
  position: absolute;
}

.back-btn button {
  padding: 10px;
}

.content-part .content {
  width: 70%;
}

.content-part .content p {
  font-size: 25px;
}

pre code span.hljs-comment {
  color: #e06c75;
  /* Keyword color */
}

pre code span.number {
  color: #61aeee;
  /* Number color */
}

pre code span.operator {
  color: #c678dd;
  /* Operator color */
}

pre code {
  font-size: medium;
  color: blue;
}

/* Content part responsive */

@media screen and (max-width: 850px) {
  .content-part .content {
    width: 95%;
  }

  pre {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .content-part .content p {
    font-size: 22px;
  }

  h1 {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 40.063em) { /* min-width 641px, medium screens */
  .content-part .content p {
    font-size: 23px;
  }

  h1 {
    font-size: 1.8rem;
  }
} 

h1 {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: calc(0.40625rem - 1px);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.21875rem;
  color: inherit;
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Inconsolata', monospace;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  font-size: 2rem;
  line-height: 1.2;
  border-bottom: 2px solid white(0, 0%, 0%, 0.07);
}

h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Courier Prime', monospace; */
  /* font-family: Consolas; */
  font-family: 'Inconsolata', monospace;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 27px;
  font-weight: 800;
}

.sidebar {
  /* display: flex; */
  width: 18%;
  float: left;
  margin-inline-end: 0.5cm;
  margin-inline-start: 0.5cm;
  font-size: 1.1875rem;
  overflow-y: scroll;
}

.sidebar .card {
  background-color: white;
}

/* .sidebar .card{
  position: fixed;
  width: 18%;
  overflow-y: scroll;
} */


.middle-section{
  display: flex;
}

.like-and-unlike{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.like-and-unlike .like-btn{
  padding-right: 10px;
}

.like-and-unlike .unlike-btn{
  padding-left: 20px;
  padding-right: 10px;
}

.stage{
  display: flex;
  padding-right: 10px;
}

.article-stage {
  display: flex;
  padding: 0px 12px 0px 12px;
  color: white; 
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 35px;
  text-align: center;
  margin-left: 10px;
}

/* .article-stage h6{
  border: 2px solid white;
} */
.content {
  display: block;
}

main {
  display: flex;
  /* font-family: 'Courier Prime', monospace; */
  /* font-family: Consolas; */
  font-family: 'Inconsolata', monospace;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 25px;
}

@media screen and (max-width: 480px) {
  main {
    font-size: 22px;
  }
}

@media only screen and (min-width: 40.063em) { /* min-width 641px, medium screens */
  main {
    font-size: 22px;
  }
}

/* .container {
  overflow: hidden;
} */

/* .navbar-nav {
  margin-left: auto;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .navbar-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
} */

/* For header only */
@media (min-width: 768px) {
  .navbar-custom {
    padding-left: 20px;
    padding-right: 5px;
  }

  /* For sizing the right side of items in header. */
  .nav-item {
    font-size: 1.4rem;
  }
}

.flex-wrapper {
  display: inline-block;
  width: 100%;
  float: none;
  max-width: 70%;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  padding: 0 15px;
  /* Add padding instead of margin-left */
  margin-bottom: 55px;
  /* Set bottom margin equal to footer height */
}

/* For highlighting the left side panel selection. */

.related-article .article {
  margin-top: 10px;
  padding: 0px 10px 0px 5px;
}

.related-article .article a {
  color: rgb(45, 45, 236);
}

.related-article .article i {
  color: blue;
}

/* Style for mobile devices */

@media screen and (max-width: 1200px) {
  .container {
    flex-wrap: wrap;
    /* Allow flex items to wrap */
  }

  .sidebar {
    display: none;
    /* Hide the sidebar */
  }
}

@media screen and (max-width: 768px) {
  .container {
    flex-wrap: wrap;
    /* Allow flex items to wrap */
  }

  .sidebar {
    display: none;
    /* Hide the sidebar */
  }
}

/* .row {
  max-width: 1200px;
} */

.code-container {
  max-width: 1200px;
}

.body-content {
  /* display: flex; */
  max-width: 1200px;
  overflow-wrap: break-word;
  /* min-height: 100vh; */
  flex-direction: column;
  justify-content: space-between;

}

body {
  margin-top: 3cm;
  padding: 8px;
  width: 100%;
  height: 100%;
  font-size: 1.1875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #fbf9f9;
}

/* main {
  flex: 1;
} */

#main-content {
  display: flex;
  justify-content: center;
}

#main-content .article-content {
  width: 70%;
}

footer {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 5px;
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

/* Media Queries */
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
}


/* .blockquote{
  font-family: 'Spline Sans Mono', monospace;
  max-width: 950px;
  flex-direction: column;
  display:inline-block;
  color: #A1C181;
  font-weight: 450;
  font-size: 50px;
} */

.button-container {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
}


.button {
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  text-decoration: none;
  padding: 6px 20px;
  margin-inline-end: 20px;
  margin-bottom: 30px;
  font-family: 'Spline Sans Mono', monospace;
  font-size: 20px;
  color: #181818;
  box-sizing: border-box;
  border: 3px solid #f578045f;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .button {
    height: auto;
    line-height: 1.5;
  }
}


ul {
  margin: 0;
}

/* 7452FF */
.bg-steel {
  background-color: #64d3b9;
}

.back-button {
  color: #181818;
  box-sizing: border-box;
  border: 3px solid #f578045f;
}

.back-button:hover {
  background-color: #ffd752;
  /* set the background color on hover */
  color: white;
  /* set the font color on hover */
}

/* For telling search to adjust the image. */
img {
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 2/1;
  object-fit: contain;
}

/* .feedback{
  display: flex;
  justify-content: left;
  align-items: center;
}
.feedback .likebtn button{
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
}
.feedback .unlikebtn button{
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 5px;
  margin-left: 10px;
  background-color: transparent;
} */

.msg-feedback {
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-msg {
  padding: 10px;
  color: rgb(17, 57, 2);
  background-color: #DFF2BF;
  border: 1px solid black;
  border-radius: 5px;
}


.likebtn,
.unlikebtn {
  margin-right: 10px;
  border: none;
  outline: none;
}

input[type="radio"] {
  display: none;
}

label {
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}

.feedback {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.feedback_click_class {
  fill: blue;
  border: 1px solid black;
}

.css-1qgnve6 {
  color: #181818;
}

#likeicon2 {
  display: none;
}

#unlikeicon2 {
  display: none;
}


.blockquote {
  padding: 60px 80px 40px;
  position: relative;
}

.blockquote p {
  font-family: "Utopia-italic";
  font-size: 35px;
  font-weight: 700px;
  text-align: center;
}

/*blockquote p::before {
  content: "\f095"; 
  font-family: FontAwesome;
 display: inline-block;
 padding-right: 6px;
 vertical-align: middle;
font-size: 180px;
}*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);

.otro-blockquote {
  font-size: 1.1em;
  width: 100%;
  margin: 50px auto;
  font-family: Open Sans;
  font-style: italic;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #29cd96;
  line-height: 1.6;
  position: relative;
  color: black;
  /* background: #F5F5DC; */
  background-color: #F8F8FF;
  border-radius: 7px;
}

.otro-blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #78C0A8;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.otro-blockquote::after {
  content: '';
}

.otro-blockquote span {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
  text-align: end;
}

/* Middle Quotes css */

.middle-quote {
  padding: 10px 0px 10px 0px;
  margin-bottom: 20px;
}
