/* .height-ekonomi-half-page {
    height: 35vh;
  } */
  
.stat-holder:not(:first-child) {
    margin-left:8px;
}

.breadcrumb {
    padding: 0.8em 1em;
    border-radius: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
    background-color: #f0f8ff00;
    padding-left:0px;
    padding-top:50px;
  }
  
  .breadcrumb ol {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  
  .breadcrumb li {
    display: none;
  }
  
  .breadcrumb li > * {
    display: block;
    line-height: 1;
  }
  
  .breadcrumb li:last-child {
    overflow: hidden;
  }
  
  .breadcrumb [aria-current="page"] {
    color:#fff;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:0.8rem;
  }
  
  @media screen and (max-width: 767px) {
  
    .breadcrumb li:nth-last-child(2) {
      display: flex;
    }
    .breadcrumb li::before {
      display: inline-block;
      margin: 0 0.2em;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgb(187, 205, 229)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 19l-7-7 7-7' /%3E%3C/svg%3E");
      min-width: 20px;
      height: 20px;
      content: "";
    }
  }
  
  @media screen and (min-width: 768px) {
    .breadcrumb li {
      display: inline-flex;
      align-items: center;
    }
  
    .breadcrumb li + li::before {
      display: inline-block;
      margin: 0 0.2em;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgb(187, 205, 229)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7' /%3E%3C/svg%3E");
      min-width: 20px;
      height: 20px;
      content: "";
    }
  }
  
  .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  
  .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  
  /* some basic styling (added to the bottom for convenience) */
  * {
    box-sizing: border-box;
  }
  
  
  .breadcrumb a,
  .breadcrumb a:link,
  .breadcrumb a:visited {
    color: rgb(254, 254, 227);
    transition: color 0.3s;
    font-size:0.8rem;
  }
  
  .breadcrumb a:hover,
  .breadcrumb a:active {
    color: rgb(255, 255, 100);
  }
  
  .breadcrumb a:focus {
    outline-color: rgb(254, 254, 227);
  }
  
  .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .kiosk-subtitle {
    color:#fff;
    font-weight:600;
    font-size:1.4rem;
  }

  .height-ekonomi-half-page {
    margin-bottom:50px;
  }


  .kiosk-image-main .image {
    width:300px;
  }

  .kiosk-image-main .image img {
    max-width: 100%;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  }

  .book-title-kiosk {
    font-size:1.875rem;
    color:#272D3E;
    font-weight:700;
    line-height: 2.5rem;
  }

  .qr-holder {
    width:250px;
  }

  .qr-holder img {
    max-width: 100%;
  }

  .qr-row {
    padding:20px;
  }

  .book-qr-details {
    list-style: none;
    line-height: 2rem;
  }

  .bold {
    font-weight:600;
  }

  .margin-up {
    margin-top:15px;
  }

  .btn-papar {
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    padding: 10px 60px 10px 60px;
    background-color: #234595;
    font-weight: 600;
    font-size: 1rem;
  }

  .btn-papar-outline {
    text-decoration: none;
    color: #6bb1bb;
    border-radius: 40px;
    padding: 10px 60px 10px 60px;
    background-color: rgba(255, 255, 255, 0);
    border:1px solid #6bb1bb;
    font-weight: 600;
    font-size: 1rem;
  }


  .heading-kiosk {
    font-size:1.6rem;
    font-weight: 600;
  }

  .see-all-btn {
    border: 1px solid #234595;
    color: #234595;
    padding: 10px 50px 10px 50px;
    border-radius: 40px;
    font-weight: 600;
  }

  .see-all-container { 
    margin-top:60px;
  }

  .stat-section-last {
    padding-bottom:60px;
  }

@media only screen and (max-width: 968px) {
    .kiosk-image-main{
        margin-bottom:20px;
    }

    .kiosk-image-main .image {
        margin:0 auto;
    }
}

.book-info-details {
  height: 40px;
  }

  .btn-papar:hover {
    text-decoration: none;
    color:#fff;
  }

  .qr-row {
    display:flex;
  }

  .qr-row a:not(:first-child){
      margin-left:15px;
  }

  .checkboxes label {
    font-size:0.9rem;
  }
  
/* to hide the checkbox itself */
/* input[type=checkbox] { 
    display:none; 
}  */


.checkboxes {
  display:grid;
}

.checkboxes .title{
  font-size:1.6rem;
  color:#505563;
}

.cart {
  position: fixed;
  background: #254899;
  width: 400px;
  max-width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transform: translate(500px, 0);
  transition: transform 250ms ease-in-out;
  z-index: 20;
}

body.open .cart {
  transform: translate(0, 0);
}

.cart__header {
  box-sizing: border-box;
  position: absolute;
  background: #254899;
  width: 100%;
  padding: 15px 15px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cart__header .cart__text {
  float: right;
}

.cart__title {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  float: left;
}

.cart__products {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.cart__products article {
  padding: 15px;
  border-bottom: 1px dotted #ccc;
}
.cart__products article h1 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.cart__products article p {
  font-size: 14px;
  margin: 0;
}
.cart__products article p a {
  color: #f00;
}

.cart__product {
  display: none;
}

.cart__empty {
  padding: 30px 15px;
  margin: 0;
  font-style: italic;
  text-align: center;
}
.cart__empty.hide {
  display: none;
}

.cart__footer {
  box-sizing: border-box;
  position: absolute;
  background: #254899;
  width: 100%;
  padding: 15px;
  left: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  text-align: right;
}

.cart__text {
  margin: 0;
}
.cart__text .button {
  padding: 10px 15px;
}

/* .lightbox {
  position: fixed;
  background: #000;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 250ms ease-in-out, width 0ms ease-in-out 250ms;
} */

.open .lightbox {
  height: 100%;
  width: 100%;
  opacity: 0.8;
  transition: opacity 250ms ease-in-out, width 0ms ease-in-out;
  background: #000;
  position: fixed;
  z-index: 3;
  display:block
}

.cart__product .card {
  max-width: 900px; 
  margin:10% auto; 
  background-color:#fff;
}

.cart__products .card .card-title{
  font-size:0.8rem !important;
}

.cart__products .btn-papar {
  background-color: #234595;
  font-size:0.6rem !important;
  padding:10px 20px !important;
}

.button--light {
  color:#fff;
  font-weight:600;
}

.button--light:hover {
  text-decoration: none;
  color:#fff;
}

.book-info-details {
  height: 40px;
  }
  .tapisan-container {
  background-color: #fff;
  }
  .fa-filter {
  color: #0e6698;
  margin-right: 10px;
  font-size: 1.6rem;
  }
  .first-section {
  padding-top:60px;
  }
  #tapisan-container {
  width: 300px;
  padding: 20px;
  max-width: 235px;
  }
  #tapisan-container .fa-arrow-circle-o-down {
  margin-left: 10px;
  }
  .tapisan-open .fa-arrow-circle-o-down {
  display:none !important;
  }
  .tapisan-open .fa-arrow-circle-o-up {
  display:block !important;
  margin-left: 10px;
  }
  .fa-arrow-circle-o-up {
  display:none;
  }
  .tapisan-open {
  max-width:100% !important;
  width:100% !important;
  }
  #open-filter {
  cursor:pointer;
  }
  .myAlert-bottom{
  position: fixed;
  bottom: 5px;
  left:2%;
  width: 96%;
  z-index:3;
  }
  .alert{
  display: none;
  }

  .filter {
     margin-top:20px;
     display:none;
  }

  .fa-calendar {
  position: absolute;
  right: 5px;
  top: 11px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-nav {
  width: 100%;
  /* overflow: hidden; */
}

.slider-nav .book-item {
  flex: 0 0 auto;
  width: 190px; /* Adjust the item width */
  margin-right: 20px; /* Adjust the gap between items */
}

.slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-top:25px;
  gap: 5px;
}


.book-preview-cont button {
  color: #fff;
  background: #136698;
  border: none;
}

.book-preview-cont .slick-active button {
  color: #fff;
  background: #254899;
  border: none;
}

/* Pagination container */
/* Pagination container */
ul.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

/* Pagination item (page number) */
ul.pagination li {
  display: inline-block;
  margin: 0 5px;
}

/* Pagination link (page number link) */
ul.pagination li a {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
}

/* Active page link */
ul.pagination li.active a {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* Disabled page link (previous/next buttons) */
ul.pagination li.disabled a {
  pointer-events: none;
  opacity: 0.6;
}

/* Previous and Next buttons */
ul.pagination li.prev, ul.pagination li.next {
  margin: 0 10px;
}

/* Previous and Next arrow icons */
ul.pagination li.prev a::before,
ul.pagination li.next a::after {
  content: '\2039';
  font-size: 12px;
}

ul.pagination li.next a::after {
  content: '\203a';
}

/* First page link */
/* ul.pagination li.first a {
  color: #007bff;
  border-color: #007bff;
} */

/* Custom style for the disabled first page link */
/* ul.pagination li.first.disabled a { */
  /* Add your custom styling for the disabled first link here */
  /* color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  pointer-events: none; */
/* } */

/* Pagination information (record range) */
.pagination-info {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #777;
}

/* Responsive pagination styles */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pagination li {
  margin: 2px;
  padding: 4px 8px;
  font-size: 14px; /* Adjust the font size as needed */
  border-radius: 4px;
}

/* Add media query for smaller screens */
@media (max-width: 768px) {
  .pagination {
      justify-content: space-between;
  }
}
