@media only screen and (max-width: 440px) {
  .reading-indicator {
    visibility: hidden;
  }
}

.reading-indicator {
  width: 288px;
  border-radius: 4px;
  background-color: #0c3949;
  right: -251px;
  z-index: 2;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}

.reading-indicator:hover {
  right: 0;
}

.reading-indicator-title {
  background-color: rgba(0, 166, 217, 0.24);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  width: 100%;
  display: none;
  padding: 10px 20px 10px 39px;
  border-radius: 4px;
}

.reading-indicator:hover .reading-indicator-title{
  display: block;
}

.reading-indicator ul {
  list-style: none;
  padding-left: 39px;
  padding-bottom: 1rem;
}

.reading-indicator ul li::before {
  content: "\2022";
  color: rgba(0, 206, 255, 0.5);
  font-weight: bolder;
  display: inline-block;
  width: 1em;
  padding-right: 0;
  position: absolute;
  left: 14px;
}

.reading-indicator ul li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #ffffff;
  padding: 1em 1em 0em 0;
}

.reading-indicator ul li:hover a, .reading-indicator ul li:hover:before {
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #00ceff !important;
  cursor: pointer;
  text-decoration: none;
}

.reading-indicator:hover ul li a {
  display: initial;
}

.on-top{
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #00ceff;
  cursor: pointer;
}

.on-top::before {
  color:#00ceff !important;
}

@media only screen and (max-width: 768px) {
  .reading-indicator {
    display: none;
  }
}
