.settings_epub {
    padding: 10px 15px 10px 10px;
    background: #036280;
    display: inline-block;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 9;
}


/* Start :: Social Icons
===========================*/
.sticky-container {
    position: fixed;
    right: -74px;
    top: 50%;
    width: 125px;
    z-index: 1100;
}
.sticky_ li {
  list-style-type: none;
  border-radius: 30px;
  height: 48px;
  padding: 5px 5px 0px 5px;
  margin: 15px 0px 15px -1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 7px 0 #d5d5d5;
}
.sticky_ li:hover {
  margin-left: -85px;
}
.sticky_ li i {
    float: left;
    padding: 20px;
    margin-right: 20px;
    background: #036280;
    border-radius: 20px;
    height: 15px;
    width: 15px;
    line-height: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
}
.sticky_ li p {
  padding-top: 5px;
  margin: 0px;
  font-size: 14px;
  float: left;
}
.sticky_ li p a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.sticky_ li p a:hover {
  color: #222;
}

.my-dark-theme a, .my-dark-theme p{
  color: #fff !important;
}


/* end :: Social Icons
========================*/










