.pdfBtn i {
  margin-right: 5px;
  font-size: 30px;
  color: #ca3a3a;
}

.bio-continer {
  margin-bottom: 120px !important;
}

#backgroundColor {
  position: absolute;
  overflow: hidden;
  width: 99%;
  height: -moz-max-content;
  height: max-content;
  left: 0px;
  top: 1px;
  border-radius: 10px;
  -webkit-mask-image: linear-gradient(#f73636 90%, transparent 99%);
}
#backgroundColor #balls {
  width: 94%;
  height: 217px;
  overflow: hidden;
  position: relative;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(40px);
}
#backgroundColor #balls #ball1 {
  top: -50px;
  left: -10px;
  border-radius: 50%;
  position: absolute;
  width: 170px;
  height: 170px;
  background-color: #b4116b;
}
#backgroundColor #balls #ball2 {
  top: 0px;
  left: 100px;
  border-radius: 50%;
  position: absolute;
  width: 170px;
  height: 170px;
  background-color: #88a74c;
}
#backgroundColor #balls #ball3 {
  top: 10px;
  left: 200px;
  border-radius: 50%;
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #ce6f22;
}
#backgroundColor #balls #ball4 {
  top: -20px;
  left: 300px;
  border-radius: 50%;
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #18c597;
}
#backgroundColor #balls #ball5 {
  bottom: -50px;
  left: 0;
  border-radius: 50%;
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #cbff11;
}
#backgroundColor #balls #ball6 {
  bottom: -50px;
  right: 50px;
  border-radius: 50%;
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #d83f3f;
}
#backgroundColor #balls #ball7 {
  top: -50px;
  right: 0;
  border-radius: 50%;
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #4363f1;
}
#backgroundColor #balls #ball8 {
  bottom: -50px;
  right: 250px;
  border-radius: 50%;
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #1d527e;
}

#articleBioContiner {
  position: relative;
}

.articleBio {
  position: absolute;
  background-color: rgba(33, 38, 45, 0.6431372549);
  min-height: 240px;
  width: 100%;
  color: white;
  border-radius: 10px;
}

.pdfBtn:hover {
  color: rgb(110, 110, 110);
}

.pdfBtn {
  color: rgb(110, 110, 110);
  display: inline-block;
  min-width: 150px;
  height: 50px;
  padding: 5px 15px;
  background-color: whitesmoke;
  text-decoration-style: none;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  padding-top: 8px;
}

.tag {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2px 13px;
  text-transform: capitalize;
  background-color: #68b9a0;
  border-radius: 12px;
  font-size: 15px;
  margin: 3px;
  white-space: nowrap;
}

.articleBio img {
  padding: 3px;
  border-radius: 17px;
  max-width: 200px;
}

.titleViewer {
  position: fixed;
  width: 250px;
  left: -238;
  border-radius: 7px;
  top: 20%;
  background-color: rgba(23, 25, 29, 0.8431372549);
  -webkit-backdrop-filter: blur(25px) saturate(100%) contrast(45%) brightness(130%);
          backdrop-filter: blur(25px) saturate(100%) contrast(45%) brightness(130%);
  transition: 0.4s;
  z-index: 100;
}
.titleViewer ::-webkit-scrollbar {
  width: 1.5px;
}
.titleViewer ::-webkit-scrollbar-thumb {
  background: #d6d6d6; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 12px;
}
.titleViewer.open {
  left: -5;
}
.titleViewer .titleViewerBody {
  padding: 30px;
  overflow-y: scroll;
  max-height: 250px;
  width: 90%;
  float: left;
}
.titleViewer .titleViewerBody li {
  margin: 10px 5px;
}
.titleViewer .line {
  top: 50%;
  left: 97%;
  transform: translate(-50%, -50%);
  width: 2px;
  position: absolute;
  right: 7;
  height: 80%;
  background: white;
}
.titleViewer .line {
  float: right;
}

@media (max-width: 577px) {
  #balls {
    width: 76% !important;
  }
  .articleBio {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 765px) {
  .bio-continer {
    margin-bottom: 280px !important;
  }
}/*# sourceMappingURL=viewArticle.css.map */