@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
body {
  width: 77%;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  margin: auto;
  background-color: #fdfdfd;
  font-size: 90%;

}

h1,h2,h3,h4,h5,h6{
font-family: 'Rokkitt', serif;
}


::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #80808021;
  border-radius: 10px;
}

.container {
  max-width: 100%;
  /* margin-top: 20px; */
  min-height: 100vh;
  position: relative;
  display: flex;
}

.row {
  margin: 0;
}

.sidebar {
  /* margin-top: 40px; */
  position: -webkit-sticky;
  position: sticky;
  width: 22%;
  margin-right: 3%;
  float: left;
  height: auto;
  left: 0;
  top: 0px;
  background-color: #ffffff;
  padding:0% 2% 2% 2%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 6px 0px;
}

.content {
  width: 70%;
  float: left;
}

.nav-link {
  border-radius: 0;
  color: #5c5b5b;
  background: transparent;
  /* padding: 5px 15px; */
  display: flex;
  align-items: center;
  text-decoration: none;
  padding:6px 5px;
  margin-bottom: 0.5rem;
  column-gap: 0.5rem;

  
}

.nav-link:hover {
  background-color: #f0f0f0;
}

.nav-link.active {
  color: #19191a;
  background: #f3f3f3;
}



.pp-img {
  max-width: 100%;
  height: auto;
  filter: grayscale(0.8);
  margin-top: 60px;
}

article {
  text-align: justify;
  font-size: 1.05em;
  font-weight: 400;
  padding: 10px;
  line-height: 1.75rem;
  color: #1d1d1d;
}

h3 {
  margin-top: 20px;
}

ul {
  list-style-type: square;
  padding-left: 20px;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  background-color: #f8f9fa;
  padding: 10px;
  margin-top: 20px;
  clear: both;
}

.nextbutton{
  margin: 20px 0px;
  cursor: pointer;
  text-align: end;
}

.d-flex{
  display: flex;
}

.img-fluid{
  height: 12rem;
}
.ml-2{
  margin-left: 20px;
}
.m-0{
  margin-top: 0;
  margin-bottom: 0;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #f3f3f3;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f3f3f3;
}

/* Hide elements not in the current language */
[data-lang]:not([data-lang="en"]) {
  display: none;
}

#toggleButton{
  color: #fafafa;
  background-color: #706f6f;
  padding: 5px 10px;
  margin: 0 auto;
  cursor: pointer;
  position: fixed;
  top: 140px;
  right: -44px;
  transform: rotate(90deg);
  border: none;
}


@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  svg{
    display: none;
  }

  .sidebar {
    width: 100%;
    margin-right: 0;
    /* margin-bottom: 20px; */
    text-align: center;
    margin-top: 10px;
  box-shadow: none;

  }

  .content {
    width: 100%;
    padding-top: 2px;
  }
  .pp-img {
    max-width: 50%;
    height: auto;
  }
  .info{
    text-align: center;
  }
  .nav-pills .nav-link {
    display: inline-block;
    margin-right: 10px;
    border-radius: 0;
    color: #5c5b5b;
    align-items: center;
    padding:6px 10px;
    margin-bottom: 0.5rem;
    column-gap: 0.5rem;
  }
  .container {
    max-width: 100%;
    margin-top: 20px;
    min-height: 100vh;
    position: relative;
    display: block;
  }
  .nav-link.active {
    color: #19191a;
    background: #f3f3f3;
    text-decoration: underline;

  }

}
