@font-face {
  font-family: 'arsis-dreg';
  src: url('../fonts/Arsis-DReg-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.bk-header{
    display: flex;
    justify-content: space-between;
    min-height: 100px;
    align-items: center;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.book-action{
    display: flex;
    justify-content: center;
    gap: 42px;
    align-content: center;
    align-items: center;
}
.book-action .ls{
background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 10px #0000000d;
}
.book-action .ls{
    display: flex;
    width: 119px;
}
.book-action .ls:hover{
    background-color: rgba(0, 117, 255, 1);
    cursor: pointer;
    transition: all ease-in 0.2s;
}
.book-action .ls svg{
    width: 57%;
    margin: 0 auto;
}
.book-action .ls svg path{
    stroke: rgba(0, 117, 255, 1);
    transition: all ease-in 0.2s;
}
.book-action .ls:hover svg path {
    stroke: #fff;
    transition: all ease-in 0.2s;
}
.left-title
{
    position: relative;
  right: -28px;
  text-transform: uppercase;
  color: rgb(112, 128, 144);
}
.right-title
{
    position: relative;
  left: -28px;
  text-transform: uppercase;
  color: rgb(112, 128, 144);
}
.account-link{
    display: flex;
    gap: 31px;
    margin-right: 25px;
}
.account-link img{
    width: 24px;
}
.page-action{
  height: calc(100vh - 100px);
  background: url(/images/sites/landing-page.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  display: grid;
  align-items: center;
  background-size: cover;
  background-position: top left;
  background-color: #2d2c3c;
  background-repeat: no-repeat;
}
.rightinfo{
  width: 34%;
  position: absolute;
  right: 7%;
  color: #fff;
}
.rightinfo h2{
  color: #fff;
}
.rightinfo p{
  font-size: 16px;
  color: #fff;
}
.page{
    width: 1000px;
    height: auto;
    background: white;
    margin: 20px auto;
    padding: 40px 120px;
    box-shadow:15px 0 15px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    min-height: 1300px;
}
.book-reading{
    background: rgb(238, 242, 246);
    padding-top: 68px;
    position: fixed;
    width: 100%;
    overflow: scroll;
    height: 100%;
    padding-bottom: 100px;
}
.page-content{
  text-align: justify;
}
.page-content h1{
  font-family: arsis-dreg;
  font-size: 150px;
  letter-spacing: 10px;
}
.page-content p{
  font-size: 22px;
  text-indent: 50px;
  line-height: 200%;
  font-family: Inria Serif !important;
}
.page-number {
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-size: 12px;
  color: #999;
  display: none;
}
.font-adjust{
    position: fixed;
    bottom: 50px;
    left:calc((100vw - 1140px) / 2 - 60px);
}

.selected-font{
    background: #0075ff;
    color: #fff;
    border-radius: 50%;
    padding: 15px;
    height: 50px;
    width: 50px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.selected-font .material-icons{
    color: #fff;
}
.font-size-list{
    display: none;
    background: #fff;
    position: absolute;
    bottom: -2px;
    width: 54px;
    text-align: center;
    padding-bottom: 55px;
    z-index: 0;
    border-radius: 30px;
    padding-top: 3px;
    left: -2px;
    transition: all ease-in-out 0.3;
    
}
.font-size-list.open{
    display: block;transition: all ease-in-out 0.3;
}
.font-size-list li{
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    padding: 3px;
    line-height: 39px;
    left: 2px;
    position: relative;
    margin-bottom: 3px;
}
.font-size-list li:nth-child(1){
    font-size: 16px;
}
.font-size-list li:nth-child(2){
    font-size: 18px;
}
.font-size-list li:nth-child(3){
    font-size: 20px;
}
.font-size-list li:nth-child(4){
    font-size: 24px;
}
.font-size-list li:hover{
    background: #0075ff;
    border-radius: 50%;
    color: #fff;
}
.links-nav{
    position: fixed;
  right: 0;
  top: 109px;
  width: auto;
}
.links-nav .book-content-list li:first-child{
  border-top: 1px solid rgb(239, 239, 239);
}
.links-nav .book-content-list li:hover{
color:rgb(65, 104, 143);
}
.links-nav .action{
    position: relative;
    top: calc(100vh / 2 - 120px);
    padding: 22px 3px;
    text-align: center;
    height: 70px;
    border-radius: 100% 0px 0px 100%;
    width: 34px;
    box-shadow: 0px 0px 8px 0px #0000000a;
    z-index: 1;
    overflow: hidden;
}
.links-nav .action::before{
content: '';
  background: #fff;
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 100px 100px;
  top: 0;
  right: -40px;
  z-index: -1;
  box-shadow: 0px 0px 8px 0px #0000000a;
}

.links-nav .action.open{
right: 34px;
}
.links-nav .action span{
    display: none;
}
.links-nav .action .back{
    display: block;
}
.links-nav .action.open > .back{
display: none;
}
.links-nav .action.open > .forward{
display: block;
}
.links-nav .action .material-icons{
    color:#0075ff;
    position: relative;
  right: -3px;
}
.links-nav .action.open .material-icons{
  right: -9px;
}
.links-nav .book-content-list{
    display: none;
    height: calc(100vh - 100px);
    background: #fff;
    position: relative;
    top: -79px;
    min-width: 300px;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    box-shadow: -50px 0px 150px 0px rgba(0, 117, 255, 0.07);
    overflow: scroll;
}
.links-nav .book-content-list.open{
    display: block;
    opacity: 1;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.links-nav .book-content-list li{
    margin: 10px 0px;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid rgb(239, 239, 239);
    list-style: number;
      list-style-position: outside;
    list-style-position: inside;
    font-weight: bold;
    color: rgb(112, 128, 144);
    font-size: 16px;
}
.ws-paggination{
    position: fixed;
    bottom: 40px;
    right: calc((100vw - 1140px) / 2 - 50px);
    display: flex;
    gap: 18px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
.ws-paggination .ws-next,.ws-paggination .ws-prev{
    width: 49px;
    height: 50px;
    background: #0075ff;
    border-radius: 50%;
    display: inline-block;
    padding: 13px 13px 13px 12px;
    border: 0;
}

.ws-paggination .ws-next .material-icons,.ws-paggination .ws-prev .material-icons{
    color: #fff;
}
#page_number{
width: 50px;
  border: 0px;
  background: #000;
  border-radius: 13px;
  line-height: 16px;
  height: 28px;
  padding: 9px;
  text-align: center;
  margin-right: 6px;
  color: #fff;
}
.ws-paggination-c{
    background: #fff;
border-radius: 14px;
padding: 0px 15px 0px 0px;
height: 29px;
}
.ws-paggination-c , .ws-paggination-c span{
font-size: 13px;
}
.changePage, .toggle-method{
    cursor: pointer;
}
.ws-paggination .changePage:hover ,.selected-font:hover{
    background: #035eca;
}
.bk-header h2{
  margin-left: 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.bk-header h2 small{
display: block;
  font-size: 18px;
}

.account-link li[data-type="listen"] .read{
  display: none;
}
.account-link li[data-type="read"] .listen{
    display: none;
}
.audio-controls {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-content: center;
    min-height: 100%;
    height: 158px;
    align-items: center;
  }

  #progressContainer {
    width: 100%;
    height: 10px;
    background: #f4f4f4;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: inset 7px 6px 6px -3px rgba(0, 0, 0, 0.05);
    display: none;
  }

  #progressBar {
    height: 100%;
    width: 0%;
    background: #0075ff;
    border-radius: 5px;
    position: relative;
  }
  /* #progressBar::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #0075ff;
    position: absolute;
    right: 0;
    z-index: 1px;
    border-radius: 50%;
    top: -3px;
    box-shadow: inset -5px 8px 5px -1px rgb(13, 82, 164);
  } */
  .player{
    width: 100%;
    background: #fff;
    border-radius: 60px;
    max-width: 1081px;
    margin: 0 auto;
    min-height: 356px;
    box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.05);
  }
  .player .header{
    padding: 70px 97px;
  }
  .player .fotter{
    background: rgba(0, 117, 255, 1);
    height: 100%;
    min-height: 157px;
    border-radius:0px 0px 60px 60px;
  }
  .audio-controls button{
    background: transparent;
    border: 0px;
  }
  .c-name{
    color: rgb(112, 128, 144);
    font-size: 18px;
    margin-bottom: 13px;
  }
  .time{
    color: rgb(112, 128, 144);
    font-size: 16px;
  }
  .time-control{
  justify-content: space-between;
  display: none;
  margin-top: 12px;
  }
  .listen-meta{
    display: none;
  }
  .default-act-data
  {
  border: 2px solid rgb(255, 255, 255);
  padding: 21px;
  border-radius: 50%;
  width: 111px;
  }
  .audio-controls button:hover svg path{
    stroke:#e8f1ff;
  }
  .auth-bg{
    background: url(../images/sites/bg-image.jpg);
    height: calc(100vh - 80px);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .disable{
  cursor: no-drop;
  }
  .disable svg path{
    stroke:#b5b5b5;
  }
  .listTitle{
    background:rgb(0, 117, 255);
    padding:25px 0px 15px 35px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
  }
  .listTitle.sub{
  background:unset;
  padding:14px 0px 15px 35px;
    color: rgb(112, 128, 144);
    font-size: 16px;
  }
  .auth-bg-2{
    background: url(../images/sites/bg-image.jpg);
    height: calc(100vh - 153px);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .auth-bg h2.loginmsg{
    font-size: 100px;
    color: #fff;
    font-weight: 300;
    line-height: 103px;
  }
  .loader{
    text-align: center;
  width: 60px;
  margin: 0 auto;
  }
.login-form input[type=text],.login-form .form-control,.register-form input[type=text],.register-form .form-control{
  height: 50px;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(222, 222, 222);
  }
  
  label.form-label {
    font-size: 14px;
    color: rgb(112, 128, 144);
    margin-left: 15px;
  }
 

  .login-form ,.register-form{
    width: 81%;
  padding: 111px 113px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.05);
  }
.loginbtn{
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 8px 28px;
  text-transform: uppercase;
}
.customer_footer{
position: fixed;
  bottom: 0;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background: #000;
  width: 100%;
  left:0;
}
.customer_footer a{
  color: #fff;
  text-decoration: underline;
}
.gap3{
  gap:20px;
}
.ql-size-huge{
  font-size: 48px;
  font-weight: bold;
}
.ql-size-large{
  font-size: 32px;
  font-weight: bold;
}
.ql-size-small{
  font-size: 14px;
}
.ql-align-center{
  text-align: center;
}
.ql-align-left{
  text-align: left;
}
.ql-align-right{
  text-align: right;
}
.ql-align-justify{
  text-align: justify;
}
.submenu{
  position: absolute;
  display: none;
  top: 100px;
  background: #fff;
  right: 29px;
  min-width: 100px;
}
.submenu li{
border-bottom: 1px solid #ccc;
  padding: 10px 25px;
}
.my-account{
  cursor: pointer;
}
.my-account .submenu.open{
  display: block;
}
.input-field:focus{
border: 1px solid rgb(0, 117, 255);
}
.input-field::placeholder {
  color:rgba(112, 128, 144, 0.25);
}
.copyright{
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.input-icon{
position: absolute;left: -29px;top: 53px;
}

.chapspan {
padding: 30px 10px 15px 30px !important;
font-weight: 400px !important;
font-size: 16px !important;
border-bottom: 1px solid rgb(239, 239, 239) !important;
}

@media only screen and (max-width: 900px) {
  .page {
    width: 80%;
    padding: 10%;
  }
  .font-adjust {
    position: fixed;
    bottom: 50px;
    left: 4%;
  }
  .ws-paggination{
    right: 3%;
    bottom: 19px;
  }
  .bk-header h2 {
    margin-left: 15px;
    font-size:18px;
    text-transform: uppercase;
  }
  .bk-header h2 small {
    display: block;
    font-size: 16px;
  }
  .player {
    max-width: 80%;
    min-height: 100%;
  }
  .player svg{
    width: 25px;
  }
  .player .header {
    padding: 54px 22px;
  }
}
.welcome_note{
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #708090;
}
/* .login-form{
  width: 100%;
  margin: auto;
} */
/* .form-label{
  float: left;
}
.error {
  color: red !important;
} */
@media (min-width: 900px) and (max-width: 1140px) {
  .page {
    width: 80%;
    padding: 6%;
  }
  .font-adjust {
    position: fixed;
    bottom: 50px;
    left: 4%;
  }
  .ws-paggination{
    right: 3%;
    bottom: 19px;
  }
  .bk-header h2 {
    margin-left: 15px;
    font-size:18px;
    text-transform: uppercase;
  }
  .bk-header h2 small {
    display: block;
    font-size: 16px;
  }
  .player {
    max-width: 80%;
    min-height: 100%;
  }
  .player svg{
    width: 25px;
  }
  .player .header {
    padding: 54px 22px;
  }
}
@media only screen and (max-width: 767px){
.auth-bg h2.loginmsg{
    display: none;
  }
}
@media screen and (max-width: 768px) {
.register-btn
{
display: block;
margin-top: -116px;
}
}
@media only screen and (max-width: 600px){
  .login-form, .register-form {
    width: 88%;
    padding: 50px 40px;
  }
  .auth-bg {
    height: auto;
  }
}