@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}

.pt-50 {
  padding-top: 50px;
}

.pb-120 {
  padding-bottom: 120px;
}

.s_Sidebar_one {
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.s_Sidebar_one .content > div {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.s_Sidebar_one .content > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.s_Sidebar_one .s_Sidebar_title_one {
  font-size: 1.15rem;
  font-weight: 700;
  color: #010051;
  margin-bottom: 15px;
  position: relative;
}
.s_Sidebar_one .s_Sidebar_checkbox_one {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.s_Sidebar_one .s_Sidebar_checkbox_one .form-check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-left: 0px;
  margin-right: 10px;
  border-radius: 50%;
  border-color: #ccc;
}
.s_Sidebar_one .s_Sidebar_checkbox_one .form-check-input:checked {
  background-color: #939393;
  border-color: #939393;
}
.s_Sidebar_one .s_Sidebar_checkbox_one .form-check-label {
  font-size: 0.95rem;
  color: #56588a;
  cursor: pointer;
}
.s_Sidebar_one .s_Sidebar_checkbox_one .form-check-label .rating-icon {
  display: flex;
  gap: 2px;
}
.s_Sidebar_one .s_Sidebar_checkbox_one .form-check-label .rating-icon img {
  width: 14px;
  height: 14px;
}
.s_Sidebar_one .no {
  font-size: 0.9rem;
  color: #56588a;
  font-weight: 500;
}
.s_Sidebar_one #city-toggle-btn {
  color: #939393;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}
.s_Sidebar_one #city-toggle-btn:hover {
  text-decoration: underline;
}

.col-lg-9.col-md-8 .d-flex.justify-content-between {
  margin-bottom: 20px;
  align-items: center;
}
.col-lg-9.col-md-8 .d-flex.justify-content-between .searchResult {
  font-size: 1rem;
  font-weight: 500;
  color: #56588a;
}
.col-lg-9.col-md-8 .d-flex.justify-content-between .s_search {
  position: relative;
}
.col-lg-9.col-md-8 .d-flex.justify-content-between .s_search form {
  display: flex;
  align-items: center;
}
.col-lg-9.col-md-8 .d-flex.justify-content-between .s_search .form-control {
  padding: 8px 15px 8px 40px;
  border-radius: 25px;
  border: 1px solid #ddd;
  width: 250px;
  transition: border-color 0.2s;
}
.col-lg-9.col-md-8 .d-flex.justify-content-between .s_search .form-control:focus {
  border-color: #939393;
  box-shadow: none;
}
.col-lg-9.col-md-8 .d-flex.justify-content-between .s_search span {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.col-lg-9.col-md-8 .d-flex.justify-content-between .s_search span img {
  width: 18px;
  height: 18px;
}

.ebook-items .row {
  margin: 0 -10px;
}
.ebook-items .row > div {
  padding: 0 10px;
  margin-bottom: 20px;
}
.ebook-items .ebook-item-one {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  position: relative;
}
.ebook-items .ebook-item-one:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.ebook-items .ebook-item-one .img {
  height: 180px;
  overflow: hidden;
}
.ebook-items .ebook-item-one .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.ebook-items .ebook-item-one .content {
  padding: 15px;
}
.ebook-items .ebook-item-one .content .title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #010051;
  height: 44px;
  overflow: hidden;
  line-height: 1.2;
  margin-bottom: 10px;
}
.ebook-items .ebook-item-one .content .link {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #939393;
  text-decoration: none;
}
.ebook-items .ebook-item-one .content .link:hover {
  text-decoration: underline;
}
.ebook-items .ebook-item-one .status {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}
.ebook-items .ebook-item-one .status.free {
  background-color: #31822b;
}
.ebook-items .ebook-item-one .status.paid {
  background-color: #e74c3c;
}
.ebook-items .ebook-item-one .status p {
  margin: 0;
}

@media (max-width: 992px) {
  .s_Sidebar_one {
    margin-bottom: 30px;
  }
  .col-lg-9.col-md-8 .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start;
  }
  .col-lg-9.col-md-8 .d-flex.justify-content-between .searchResult {
    margin-bottom: 10px;
  }
  .col-lg-9.col-md-8 .d-flex.justify-content-between .s_search .form-control {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .ebook-item-one .img {
    height: 200px;
  }
}

/*# sourceMappingURL=ebooks.css.map */
