.Header__homeNavbarFixed .Header__searchSubCont {
background-color: rgb(24 61 87);
}

.Readingprogress__progressBar {
      box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 18px;
      height: 6px;
      background: linear-gradient(90deg, rgb(126, 216, 250) 16%, rgb(150, 226, 251) 75.89%, rgb(182, 235, 252) 99.8%);
      border-radius: 0px 5px 5px 0px;
      transition: 0.2s;
  }

@media (max-width: 48rem) {
    .Header__homeNavbarFixed .Header__searchLink {
		background-color: rgb(24 61 87);
  }
}
