<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
body {
  font-family: Nunito, serif;
  margin: 0;
  color: #2c448b;
  padding-top: 75px;
  background-color: #fff;
}
body.bg_cart {
  background-color: #f0f3f7;
}

ul li {
  list-style: none;
}
ul {
  padding: 0;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-border-color);
  outline: 0;
  box-shadow: none !important;
}
.main-header,
.mini-header {
  box-shadow: 0 6px 10px #bbbbbb59;
  z-index: 10;
}

.main-header a,
.mini-header a {
  color: #2c448b;
  text-decoration: none;
}

.header-search &gt; input,
.header-search &gt; span {
  background-color: #f5f5f5 !important;
  color: #747474;
}

.header-search &gt; input {
  border-radius: 33px 0px 0px 33px;
}

.header-search &gt; span {
  border-radius: 0px 33px 33px 0px;
}

.book-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  grid-gap: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.book-item {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(229, 229, 229, 0.8);
  flex-direction: column;
  position: relative;
}
.book-item a {
  text-decoration: none;
}

.book-wrapper .book-wrapper-top {
  position: relative;
}

.book-wrapper .book-wrapper-top img {
  width: 100%;
  height: 175px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.book-wrapper .book-wrapper-bottom {
  padding: 10px;
}

.book-wrapper .book-wrapper-bottom .book-title {
  font-weight: 400;
  color: #151515;
  font-size: 13px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.book-wrapper .book-wrapper-bottom .book-price {
  color: #2c448b;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.section-title {
  font-weight: 600;
  color: #060606;
}

.btn-digido {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #2c448b;
  --bs-btn-border-color: #2c448b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c448b;
  --bs-btn-hover-border-color: #2c448b;
  --bs-btn-focus-shadow-rgb: #2c448b;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c448b;
  --bs-btn-active-border-color: #2c448b;
}

.btn-digido-yellow {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #eead00;
  --bs-btn-border-color: #eead00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #eead00;
  --bs-btn-hover-border-color: #eead00;
  --bs-btn-focus-shadow-rgb: #eead00;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #eead00;
  --bs-btn-active-border-color: #eead00;
}

.btn-outline-digido-noeffect {
  --bs-btn-color: #2c448b;
  --bs-btn-border-color: #2c448b;
  --bs-btn-hover-color: #2c448b;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #2c448b;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #2c448b;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #2c448b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2c448b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2c448b;
  --bs-gradient: none;
}

.btn-outline-digido {
  --bs-btn-color: #2c448b;
  --bs-btn-border-color: #2c448b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c448b;
  --bs-btn-hover-border-color: #2c448b;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c448b;
  --bs-btn-active-border-color: #2c448b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2c448b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2c448b;
  --bs-gradient: none;
}

@media screen and (max-width: 992px) {
  body {
    padding-top: 130px;
  }
  .mini-header {
    display: block !important;
  }
  .main-header {
    display: none !important;
  }
  .side-filter {
    display: none;
  }
  .desktop-filter {
    display: none !important;
  }
  .mini-filter {
    display: flex !important;
  }
  .book-container-wrapper {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .book-desktop-pagination {
    display: none !important;
  }

  .main-wrapper {
    min-height: 100vh !important;
  }

  .container-content {
    padding-bottom: 85px !important;
  }

  .search-detail-mobile {
    display: block !important;
  }
  .col-quantity.quantity-side {
    display: none;
  }
  .col-quantity.quantity-bottom {
    display: block !important;
    width: 100% !important;
    position: sticky !important;
    top: unset !important;
    bottom: 0;
    left: 0;
    max-width: unset !important;
    background-color: #fff;
    z-index: 1031;
  }
  .col-quantity.quantity-bottom h6 {
    text-align: center;
  }
  .book-detail-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: unset;
    width: 100%;
  }
  .book-image-stiky {
    top: 174px !important;
  }
  .book-image-container {
    display: flex;
    justify-content: center;
  }
  .col-product {
    margin-right: 0 !important;
    flex: auto !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  footer {
    display: none;
  }
}
.col-quantity.quantity-bottom {
  display: none;
}

.container-content {
  padding-bottom: 100px !important;
}

.mini-sidebar a {
  color: #2c448b;
}

ul.sidebar-list li {
  list-style: none;
  border-bottom: 1px solid #cbcbcb;
}

ul.sidebar-list li a {
  text-decoration: none;
  padding: 15px 20px;
  display: block;
  color: #575757;
  font-weight: 600;
}

ul.sidebar-list {
  padding: 0;
}

.accordion.side-accordion {
  --bs-accordion-color: #2c448b;
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23212529"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23052c65"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: transparent;
}

ul.kategori-list li a {
  padding: 15px 17px;
  display: block;
  color: #000 !important;
}

ul.kategori-list li a.active {
  color: #2c448b !important;
  font-weight: 600;
}

.main-wrapper {
  min-height: 91vh;
}

.box-image {
  box-shadow: 0 0 10px rgba(229, 229, 229, 0.8);
  border-radius: 10px;
  max-width: 345px;
}

.box-image .image {
  text-align: center;
  padding: 10px;
  max-height: 345px;
  cursor: pointer;
}

.box-image .image img {
  width: 100%;
  max-height: 305px;
  -o-object-fit: contain;
  object-fit: contain;
}

ul.nav.navbar-detail-book li a {
  font-size: 14px;
}

ul.nav.navbar-detail-book li a.active {
  color: #2c448b !important;
}

.book-detail-container .book-title {
  font-size: 24px;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 90%;
}

#detailbuku ul li {
  display: flex;
}
#detailbuku ul li span {
  width: 50%;
  font-size: 14px;
  color: #535353;
}
.stiky-top {
  position: sticky;
  top: 115px;
}

.col-quantity {
  box-shadow: 0 0 10px rgba(229, 229, 229, 0.8);
  border-radius: 10px;
  max-width: 250px;
  height: min-content;
}
.col-product {
  flex: 1;
  margin-right: 30px;
}
.col-quantity h6 {
  color: #535353;
}

.text-digido {
  color: #2c448b !important;
}

.text-grey {
  color: #535353 !important;
}
.read-more-content.full-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 5;
}
.read-more-content {
  transition: ease all 0.2s;
}

.read-more-show,
.read-more-hide {
  cursor: pointer;
}

footer {
  background-color: #e6f2fa;
}

.related-book-container {
  background-color: #e6f2fa;
}

.box-auth {
  max-width: 400px;
  min-width: 300px;
  margin: 0px 30px;
}

.intl-tel-input {
  display: table-cell;
  flex: 1;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }

  100% {
    transform: translateY(2rem);
    opacity: 1;
  }

  0% {
    transform: translateY(3rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(3rem);
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(2rem);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(3rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.modal.fade.zoom:not(.show) .modal-dialog {
  transform: scale(0.8);
}

.text-sm {
  font-size: 0.9rem;
}

.book-title-side-cart {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
}

.book-title-added {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  width: 90%;
}

.bg-digido {
  --bs-bg-opacity: 1;
  --bs-digido-rgb: 44, 68, 139;
  background-color: rgba(var(--bs-digido-rgb), var(--bs-bg-opacity)) !important;
}

.delete-from-cart {
  cursor: pointer;
}

.basked-item-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  background: rgb(255 255 255 / 83%);
  justify-content: center;
  align-items: center;
}

.payment-list.active {
  background: #d5d8e0;
  padding: 3px 14px;
  outline: 1px solid #003d79;
}

.payment-list {
  padding: 3px 14px;
  cursor: pointer;
}

.category-list{
  overflow-y: scroll;
    max-height: 500px;
    background: #f3f3f3;
    border-radius: 10px;
    margin-top: 18px;
}

.container_book_qr{
    position: relative;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(9px);
    border-radius: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.container_book_qr  svg{
  width: 100%;
  max-width: 300px;
}

.scanqrtext{
  background: #000;
    display: block;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 14px;
    opacity: 0.5;
}</pre></body></html>