*{
  color:#fff !important;
}
hr{
  border-top: 1px solid rgb(255 255 255 / 10%)!important;
}
body{
  background-color: #18191a!important;
}
footer{
  margin-top: 50px;
}
a:hover{
  text-decoration: none!important;
}
.loading-div{
  opacity: 1;
  transition: opacity 1s ease;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  top:0;
  left:0;
  background-color: #000;
  width: 100%;
  height: 100%;
}
.loading-div img{
  width: 300px;
}
.search-btn{
  width: 50px;
  height:50px;
  background-color: #fff;
  border-radius: 25px;
  float: right;
  margin-top: -50px;
  border:0;
  cursor: pointer;
  transition: background-color .5s ease;
}
.search-btn:hover{
  background-color: #a3a3a3;
}
.search-btn i{
  color:#000!important;
}
.page-numbers,.page-alphabet{
  width: 100%;
  text-align: center;
  margin: auto;
  height:30px;
}
.page-alphabet a{
  margin-bottom: 5px;
}
.reader-sidebar-div{
  width: 1440px;
  margin: auto;
  height: 80px;
  padding: 5px 10px;
  background-color: #18191a;
  box-sizing: border-box;
  border: 0px solid #4d4d4d;
  border-bottom-width: 1px;
}
.reader-sidebar-logo{
  width: 300px;
  float: left;
}
.reader-sidebar-logo img{
  margin-left: -12px;
}
.reader-menu-item{
  box-sizing: border-box;
  float: left;
  width: auto;
  height:40px;
  border-radius: 20px;
  background-color: black;
  padding: 9px 20px;
  transition: background-color 0.3s;
  margin-left: 5px;
  margin-top: 15px;
  text-align:center;
}
.reader-menu-item:hover{
  background-color: #474c50;
}
.reader-menu-item > a{
  color:#fff;
  display:flex;
}
.reader-menu-item > a:hover{
  color:#fff;
}
.reader-menu-item > a > i{
  font-size:20px;
}
.reader-header-div{
  width: 100%;
  height: 80px;
  background: #18191a;
  box-sizing: border-box;
}
.reader-header-div input{
  border-radius:25px;
  height:50px;
  color:#000!important;
  padding: 0 25px;
}
.reader-header-div > h4{
  color:#fff;
  text-align: center;
  margin-top: 25px;
}

.reader-div{
  width: 1440px;
  margin: auto;
  padding: 10px;
}

.reader-main-div{
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #18191a;
}

.books-div{
  width: 1440px;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
  margin: auto;
}
.book-item-cover{
  width: 150px;
  height:auto;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 12px;
  border-radius: 10px;
  border:1px solid #6c757d;
}
.book-item-img{
  border-radius: 10px;
  width: 100%;
  height:180px;
  box-sizing: border-box;
  background-color: #424749;
  overflow: hidden;
  display: flex;
  justify-content: center; /* Yatay ortalama */
  align-items: center; /* Dikey ortalama */
}
.book-item-img img{
  height: 180px;
}
.book-rate-div{
  width: 30px;
  height:30px;
  box-sizing: border-box;
  position: relative;
  top:-230px;
  left: calc(100% - 35px);
}
.book-rate-div  span{
  margin-top: 3px;
  padding-top: 6px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  color:#fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  display: block;
  font-size:8pt;
  background-color: #262626bf;
}
.book-item-title{
  padding: 5px!important;
  width: 100%;
  height:50px;
  padding: 5px;
  box-sizing: border-box;
  color:#fff;
  font-size:1em;
  line-height: 1.2;
  text-align: center;
}
.book-item-title font{
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Maksimum satır sayısını burada belirleyin */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1500px){
  .reader-sidebar-div, .reader-div{
    width: 100%;
  }
}

@media (max-width: 1024px){
  .page-alphabet{
    height:70px;
  }
}


@media (max-width: 600px){
  .reader-sidebar-logo{
    padding-top: 10px;
    width: 200px!important;
  }
  .reader-sidebar-logo img{
    height:50px!important;
  }
  .book-rate-div{
    top:-180px;
  }
  .reader-main-div h4{
    font-size:14pt;
  }
  .book-item-img img{
    height:130px;
  }
  .row{
    margin: 0 !important;
  }
  .reader-main-div{
    padding: 0px;
    width: 100%;
  }
  .books-div{
    width: 100%;
    overflow-y: auto;
  }
  .nav-item{
    width: 85px !important;
    box-sizing: border-box !important;
    float: left;
    color:#fff;
  }
  .nav-item > a{
    font-size:10px !important;
  }
  .nav-link{
    width: 85px;
    margin-top: -2px !important;
    min-width:50px !important;
    padding: 5px !important;
    font-size:14px !important;
    color:#fff;
  }
  .book-item-cover{
    width: calc(33% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size:10px;
  }
  .book-item-img{
    width: 100%;
    height:130px;
  }
}


#message-div{
  width:600px;
  height: 80px;
  position: fixed;
  top : 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  display: none;
}

.step-circle{
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  color:#000;
  background-color: #fff;
  font-size:25px;
  padding-top: 10px;
  position: absolute;
  left:0;
  top:0;
}
.step-circle-1{
  top:45px;
  left:5px;
}
.step-circle-2{
  top:45px;
  left:60px;
}
.step-circle-3{
  top:45px;
  left:120px;
}
.step-circle-gift{
  top:45px;
  left:180px;
}
.step-line{
  width: 30px;
  height:5px;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  position: absolute;
}
.step-line-y{
  height: 20px;
  width:5px;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  position: absolute;
}
.step-line-1-1{
  top:58px;
  left:30px;
}
.step-line-2-1{
  top:58px;
  left:90px;
}
.step-line-3-1{
  top:58px;
  left:150px;
}
.step-line-selected{
  background-color: #38B6FF !important;
}
.myp-line{
  margin: 0 !important;
  margin-top: 13px !important;
}
.myp{
  width: 30px !important;
  height:30px !important;
  padding-top: 0px !important;
}
.myp > p{
  color:#000;
}
.step-selected {
  background-color: #38B6FF;
  color:#fff;
}
.step-selected > p{
  color:#fff;
}
.last-step{
  width: 60px  !important;
  height:60px !important;
  padding-top: 15px !important;
  margin-top: -5px !important;
  background-color:#38B6FF !important;
}
.myp-last-step{
  width: 40px  !important;
  height:40px !important;
  padding-top: 5px !important;
  margin-top: -5px !important;
  background-color:#38B6FF !important;
  transform: translate(-4px, 0px);
}
.myp-last-step-gift{
  transition: width 0.4s, height 0.4s, margin-top 0.4s, padding-top 0.4s;
  width: 50px !important;
  height:50px !important;
  padding-top: 10px !important;
  margin-top: -10px !important;
  background-color: red !important;
}
.myp-last-step-gift > p {
  transition: font-size 0.4s;
  font-size: 22px;
}
.myp-last-step-gift > p > i{
  color:#fff !important;
}
.last-step-gift{
  transition: width 0.4s, height 0.4s, margin-top 0.4s, padding-top 0.4s;
  width: 65px !important;
  height:65px !important;
  padding-top: 20px !important;
  margin-top: -10px !important;
  background-color:red !important;
}
.last-step-gift > i{
  color:#000 !important;
}
.gift-number{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color:red;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .reader-menu-item span{
    display: none;
  }
  .page-alphabet{
    height:120px;
  }
  .step-circle-1{
    top:33px;
    left:0px;
  }
  .step-circle-2{
    top:33px;
    left:40px;
  }
  .step-circle-3{
    top:33px;
    left:80px;
  }
  .step-circle-gift{
    top:33px;
    left:120px;
  }
  .step-circle{
    width: 30px;
    height: 30px;
    font-size:18px;
    padding-top: 0px;
  }
  .step-line{
    width: 20px;
    height:4px;
  }
  .step-line-y{
    width: 4px;
    height:15px;
  }
  .step-line-1-1{
    top:41px;
    left:20px;
  }
  .step-line-2-1{
    top:41px;
    left:60px;
  }
  .step-line-3-1{
    top:41px;
    left:100px;
  }
  .myp{
    width: 20px !important;
    height:20px !important;
    padding-top: 0px !important;
  }
  .myp-last-step{
    width: 25px !important;
    height:25px !important;
    background-color:#38B6FF !important;
    padding-top: 0px !important;
    margin-top: -4px !important;
    transform: translate(0,2px);
  }
  .myp > p{
    color:#000;
    font-size:11px;
    margin-top: -5px;
  }
  .step-selected > p{
    color:#fff;
  }
  .myp-last-step > p{
    font-size:14px;
    margin-top: -2px;
  }
  .myp-line{
    margin-top: 7px !important;
    height: 4px;
    width: 25px;
  }
  .myp-last-step-gift{
    width: 30px !important;
    height:30px !important;
    padding-top: 3px !important;
    margin-top: -5px !important;
    background-color:red !important;
  }
  .myp-last-step-gift > p{
    font-size:16px;
    margin-top: -2px;
  }
  .last-step{
    width: 35px !important;
    height:35px !important;
    padding-top: 3px !important;
    margin-top: -3px !important;
  }
  .last-step-gift{
    width: 50px !important;
    height:50px !important;
    padding-top: 11px !important;
    margin-top: -10px !important;
    background-color:#ff1717 !important;
  }
  .last-step-gift > i{
    color:#fff !important;
    font-size:20px;
  }
}

@media only screen and (max-width: 360px) {
  .page-number-btn{
    padding: 4px!important;
  }
}
