/* statsdigital css

Coded by DevaVishnu ( https://dvrepo.com ) @ 2022

You are free to remove this comment but if you value the effort put into this, I would appreciate you would leave it alone :)

*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
  font-family: "Open Sans", sans-serif;
}

.por {
  position: relative;
  }
  .review-box .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
  }
  .test-arrowbox {
  position: absolute;
  right: 20px;
  display: flex;
  top: 70px;
  }
  .review-box {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  }
  .review-box h5 {
  margin: 0;
  }
  .review-box p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #7d8597;
  }
  .user-post {
  font-size: 14px;
  margin: 0 !important;
  }
  .swiper-testimonial {
  padding: 100px 20px;
  padding-top: 100px;
  }

.navbar-brand {
  width:200px;
}

.navbar-brand img {
  max-width:100%;
}

.navbar-dark .navbar-nav .nav-link {
  color:#fff;
  font-size: 0.8rem;
  font-weight: 600;
}

a.nav-link {
  text-decoration: none;
  color: inherit;
}

.nav-link  {
  display: inline-block;
  padding-bottom: 0.25rem; /* defines the space between text and underline */
  position: relative;
}

.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.15s ease-out;
}
.nav-link:hover::before {
  width: 100%;
}

.nav-daftar::before, .nav-cart::before {
  background-color: #fff0 !important;
}

.title-h1 {
  color:#fff;
  font-weight:600;
  font-size:50px;

}
.stat-blue-bg {
    background-color:#254899;
}

.stat-blue-bg-secondary {
    background-color:#0e6698;
}

.stat-blue-tertiary {
    background-color:#6bb1bb;
}

.no-padding-r-l {
    padding-left:0px;
    padding-right:0px;
}

/* slick slider */

.rounded-bottom-slider .slick-slider {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.rounded-bottom-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.rounded-bottom-slider .slick-list:focus {
  outline: none;
}

.rounded-bottom-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.rounded-bottom-slider .slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.rounded-bottom-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
}

.rounded-bottom-slider .slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.rounded-bottom-slider .slick-track:after {
  clear: both;
}

.rounded-bottom-slider .slick-loading .slick-track {
  visibility: hidden;
}

.rounded-bottom-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
}
.rounded-bottom-slider .slick-slide:focus, .slick-slide:hover {
  outline: 0;
}

.rounded-bottom-slider [dir=rtl] .slick-slide {
  float: right;
}

.rounded-bottom-slider .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.rounded-bottom-slider .slick-slide.slick-loading img {
  display: none;
}

.rounded-bottom-slider .slick-slide.dragging img {
  pointer-events: none;
}

.rounded-bottom-slider .slick-initialized .slick-slide {
  display: block;
}

.rounded-bottom-slider .slick-loading .slick-slide {
  visibility: hidden;
}

.rounded-bottom-slider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.rounded-bottom-slider .slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.rounded-bottom-slider .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.rounded-bottom-slider .slick-prev,
.rounded-bottom-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.rounded-bottom-slider .slick-prev:hover,
.rounded-bottom-slider .slick-prev:focus,
.rounded-bottom-slider .slick-next:hover,
.rounded-bottom-slider .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.rounded-bottom-slider .slick-prev:hover:before,
.rounded-bottom-slider .slick-prev:focus:before,
.rounded-bottom-slider .slick-next:hover:before,
.rounded-bottom-slider .slick-next:focus:before {
  opacity: 1;
}

.rounded-bottom-slider .slick-prev.slick-disabled:before,
.rounded-bottom-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.rounded-bottom-slider .slick-prev:before,
.rounded-bottom-slider .slick-next:before {
  font-family: "FontAwesome";
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.rounded-bottom-slider .slick-prev {
  left: 0;
  z-index: 1;
}

.rounded-bottom-slider [dir=rtl] .slick-prev {
  right: 0;
  left: auto;
}

.rounded-bottom-slider .slick-prev:before {
  content: "";
}

.rounded-bottom-slider [dir=rtl] .slick-prev:before {
  content: "";
}

.rounded-bottom-slider .slick-next {
  right: 0;
}

.rounded-bottom-slider [dir=rtl] .slick-next {
  right: auto;
  left: 0;
}

.rounded-bottom-slider .slick-next:before {
  content: "";
}

.rounded-bottom-slider [dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.rounded-bottom-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.rounded-bottom-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.rounded-bottom-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.rounded-bottom-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.rounded-bottom-slider .slick-dots li button:hover,
.rounded-bottom-slider .slick-dots li button:focus {
  outline: none;
}

.rounded-bottom-slider .slick-dots li button:hover:before,
.rounded-bottom-slider .slick-dots li button:focus:before {
  opacity: 1;
}

.rounded-bottom-slider .slick-dots li button:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.rounded-bottom-slider .slick-dots li.slick-active button:before {
  opacity: 0.95;
  color: #254899;
}

/**
 * Photo
 */
.photo {
  background-size: cover;
  background-position: center center;
  min-height: 10em;
  padding-bottom: 5%;
  will-change: transform;
}
.photo.is-animating {
  animation: scale 5s ease-in-out forwards;
}
.photo:before {
  content: "";
  display: block;
}
.photo * > {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1) rotate(0.01deg);
  }
}

.rounded-bottom-slider .slick-track
{
    display: flex !important;
}

.rounded-bottom-slider .slick-slide
{
    height: 100vh !important;
}

/**
 * Wrapper
 */
.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 45em;
  width: 90%;
}

.rounded-bottom-slider {
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    overflow: hidden;
}

.stat-listing {
    display:flex;
    flex-wrap:wrap;
    margin:0 auto;
}

.list-child {
    flex: 1 0 21%; /* explanation below */
    margin: 5px;
    background-color: #0e669800;
    border:none;
}

.list-child img {
  max-width:100%;
}

.abs-list-parent {
  position: absolute;
  top:-15px;
}

.white-bg {
  background:#fff;
}

@media(min-width:768px) {
  .list-child {
    position:relative;
    top:-25px;
  }
}

.dp-wrap {
  position: relative;
  perspective: 1000px;
  height: 100%;
}

.dp-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
}

.dp-slider div {
  transform-style: preserve-3d;
}

.dp_item {
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: transform 1.2s;
}

.dp-img img {
  border-left: 1px solid #fff;
}

#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(0px) !important;
}

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0deg) translateX(10%) scale(0.9);
}

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0deg) translateX(20%) scale(0.8);
}

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0deg) translateX(30%) scale(0.7);
}
.dp_item[data-position="5"] {
  z-index: 6;
  transform: rotateY(0deg) translateX(40%) scale(0.6);
}
.dp_item[data-position="6"] {
  z-index: 5;
  transform: rotateY(0deg) translateX(50%) scale(0.5);
}

#dp-next,
#dp-prev {
  position: absolute;
  top: 50%;
  right: -1%;
  height: 33px;
  width: 33px;
  z-index: 10;
  cursor: pointer;
}

#dp-prev {
  left: 0%;
  transform: rotate(180deg);
  background: #6bb1bb;
  box-shadow: #000 #000;
  color: #fff;
  border-radius: 20px;
  font-weight: 300;
  padding: 10px;
  align-items: center;
  display: flex;
  box-shadow: -1px -8px 15px 2px #a4e1e5;
}

#dp-next {
  background: #6bb1bb;
  box-shadow: #000 #000;
  color: #fff;
  border-radius: 20px;
  font-weight: 300;
  padding: 10px;
  align-items: center;
  display: flex;
  box-shadow: 0px 5px 10px 3px #a4e1e5;
}

#dp-dots {
  position: absolute;
  bottom: -20px;
  z-index: 12;
  cursor: default;
  left: 0;
  right: 0;
  margin: auto;
  text-align:center;
}

#dp-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #c4c4c4;
  border-radius: 50%;
  margin-right:8px;
}

#dp-dots li:hover {
  cursor: pointer;
  background: #234592;
  transition: background 0.3s;
}

#dp-dots li.active {
  background: #234592;
}

.dp_item {
  width: 100%;
  margin-left:-90px;
}

.dp-content,
.dp-img {
  text-align: left;
}

.dp_item {
  display: flex;
  align-items: center;

  border-radius: 10px;
  overflow: hidden;
  border-top: none;
}

.dp-content {
  padding-left: 100px;
  padding-right: 0;
  display: inline-block;
  width: 100%;
}

.dp-content h2 {
  color: #41414b;
  font-family: Circular Std Bold;
  font-size: 48px;
  max-width: 460px;
  margin-top: 8px;
  margin-bottom: 0px;
}

.dp-content p {
  color: #74747f;
  max-width: 490px;
  margin-top: 15px;
  font-size: 24px;
}

.dp-content .site-btn {
  margin-top: 15px;
  font-size: 18px;
  padding: 19px 40px;
}

.dp-img-fade {
  background: -webkit-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
  background: -o-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
  background: -moz-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
  content: "";
  position: absolute;
  right:-13.5%;
  height: 100%;
  width: 394px;
  z-index: 1;
  top: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
  background: -o-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
  background: -moz-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
  z-index:10;
}

.dp-img {
background-size:contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
}

#dp-slider,
.dp-img {
  height: 738px;
  width:700px;
}

#dp-slider .dp_item:hover:not(:first-child) {
  cursor: pointer;
}

#dp-slider {
  display:flex;
  align-items:center;
  justify-content: center;
  margin:0 auto;
}
.site-btn {
  color: #fff;
  font-size: 18px;
  font-family: "Circular Std Medium";
  background: goldenrod;
  padding: 14px 33px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: -10px;
  text-decoration: none;
}

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

.login-container {
  background:#6bb1bb;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;

}

.login-container a {
  color:#fff !important;
  font-size:0.8rem;
  display:flex;
  align-items: center;;
}

.login-container .fa-user{
  margin-right:10px;
  font-size:1.6rem;
}

#navbarNav .fa-shopping-cart {
  font-size:1.6rem;
}

.navbar-nav {
  margin: 0 auto;
}
.nav-cont {
  max-width:1500px;
}

#navbarNav li {
  margin-right: 20px;
}

/* homepage banner */
/*reset*/
ul.bannerSlider {
  padding-left: 0;
  display: flex;
  flex-direction: column; /* Stack banner content vertically */
}
.bannerSlider{
	height: 400;
  margin-bottom:0px;
}
.bannerSlider .slide__image::before {
  content: "";
  position: absolute;
  width: 100%;
  /* height: 600px; Remove this line */
}
.bannerSlider .slick-slide {
	position: relative;
}
.bannerSlider .slide__image img {
  width: 100%;
  /* height: 600px; Remove this line */
  object-fit: cover;
  object-position: center; /* Center the image both horizontally and vertically */

}
img.slide__image__top-position {
	object-position:center bottom;
}
.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 50%;
  	transform: translateY(-50%);
}
.bannerSlider .slide__text h2 {
	font-size: 48px;
	font-weight: 100;

	color: #fff;
}

.bannerSlider .slick-dots {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bannerSlider .slick-dots li {
  margin: 0 0.25rem;
}
.bannerSlider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c4c4c4;
  text-indent: -9999px;
}
.bannerSlider .slick-dots li.slick-active button {
  background-color: #254899;
}

.bannerSlider .slick-dots button:focus {
  outline:none !important;
}

/* stat section */

.stat-section {
  padding-top:40px;
  padding-bottom:40px;
}
.stat-holder {
  background:#fff;
  display:flex;
  align-items:center;
}

.stat-holder .fa {
  margin-right:20px;
}

.stat-holder {
  border-radius:5px;
  margin-right:2px;
  flex: 0 0 24%;
  padding: 15px 20px 15px 20px;
}

@media(max-width:992px){
  .stat-holder {
    flex: 0 0 45%;
    max-width: 100%;
    margin-bottom:10px;
    margin-right:15px;
  }

  .book-preview-slide {
    margin-top:90px;
  }
}

@media(min-width:992px) {

  .stat-holder {
    flex: 0 0 24%;
    max-width: 40%;
  }

  .stat-holder2 {
    flex: 0 0 24%;
    max-width: 100%;
  }
  
  .stat-holder:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right:2px;
  }

  .stat-holder2:last-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-right:0px;
  }

  .stat-holder:full-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-right:2px;
  }
}

@media(max-width:648px) {
  .stat-holder {
    flex: 0 0 90% !important;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0px !important;
}
}

.stat-holder .fa {
  font-size:2.4rem;
  }

.stat-count {
  font-size:1.8rem;
  font-weight:600;
}

.stat-blue {
  color:#10a6c5;
}

.stat-yellow {
  color:#ffa62b;
}

.stat-red {
  color:#c63e13;
}

.stat-green {
  color:#138f58;
}

.stat-info {
  line-height:30px;
}

.stat-info .titleholder {
  font-size: 1.3rem;
    font-weight: 600;
    color: #9fa2b4;
}

/* category indicator */

.heading-title {
  font-size:2.8rem;
  font-weight:bold;
  color:#fff;
}

@media (max-width: 992px) {
  .heading-title {
      font-size: 2.0rem;
      margin-bottom: 2px;
  }
}

.heading-title-black {
  font-size:2.8rem;
  font-weight:bold;
  color:#000;
}

.indicator-holder {
  background:#fff;
}

.aspect-16to9 {
  height: auto;
  width: 100%;
}

.p-16to9 {
  position: relative;
  padding-bottom: 30%;
  overflow: hidden;
}

.card-body-content {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  right: 1rem;
  left: 1rem;
  overflow: hidden;
}

.card-body-content {
  display:flex;
  align-items:center;
  padding: 30px 20px 30px 20px;
}

.card-body-content .fa {
  font-size:2.4rem;
  margin-right:20px;
}

.card-body-content span {
  font-size:1.4rem;
  font-weight:600;
}

.category-indicator .card:first-of-type {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 40px;
}

.category-indicator .card:full-of-type {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 40px;
}
.category-indicator .card:hover {
  background:#6bb1bb;
  color:#fff !important;
}

.category-indicator .slick-dots {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.category-indicator  .slick-dots li {
  margin: 0 0.25rem;
}
.category-indicator  .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c4c4c4;
  text-indent: -9999px;
}
.category-indicator  .slick-dots li.slick-active button {
  background-color: #46609f;
}

.category-indicator  .slick-dots button:focus {
  outline:none !important;
}

.section-padding {
  padding-top:40px;
}

.stats-button {
  text-decoration:none;
  color:#fff;
  border-radius:40px;
  padding:10px 60px 10px 60px;
  background-color:#234595;
  font-weight:500;
  font-size:1.4rem;
}

.stats-button:hover {

  text-decoration:none;
  color:#fff;
}

/* latest publishes */
.publishes .slick-prev {
  position:absolute;
  right: 80px;
  top:-25px;
  background: #6bb1bb;
  box-shadow: #000 #000;
  color: #fff;
  border-radius: 20px;
  font-weight: 300;
  padding: 10px;
  align-items: center;
  display: flex;
  box-shadow: -1px 7px 15px 2px #a4e1e5;
  z-index: 1;
}

.publishes .slick-prev:after {
  content: "\f060";
  font: 14px/1 'FontAwesome';
}

.publishes .slick-next {
  right: 30px;
  position:absolute;
  top:-25px;
  text-align: right;
  background: #6bb1bb;
  box-shadow: #000 #000;
  color: #fff;
  border-radius: 20px;
  font-weight: 300;
  padding: 10px;
  align-items: center;
  display: flex;
  box-shadow: -1px 7px 15px 2px #a4e1e5;
  z-index:1;
}

.publishes .slick-next:after {
   content: "\f061";
   font: 14px/1 'FontAwesome';
}

.publishes .slick-slide {
  color: #000;
  font-weight: bold;
  outline: none; /* revent the appearance of a tiny gray contour */
  padding: 18px 0;
  text-align: center;
}
/* .publishes .slider:nth-of-type(n+3) .slick-slide { background: #9c6; }
.publishes .slider:nth-of-type(n+5) .slick-slide { background: #69c; } */
.publishes .slider-nav {
  margin-bottom: 12px;
}
.publishes .slider-nav .slick-current,
.publishes .slider-nav .slick-slide:hover {
  cursor: pointer;
  opacity: .7;
}

.preview-book-holder {
  width:300px;
}

.preview-book-holder img {
  max-width:80%;
}

.preview-book-holder-mini {
  width:150px;
}

.preview-book-holder-mini img {
  max-width:100%;
}

.book-title {
  font-size:0.8rem;
}

.book-title-kiosk-secondary {
  font-size:1.2rem;
}

.book-preview-slide {
  position:relative;
}
.book-shelf {
  height:20px;
  background:#fff;
  box-shadow: -1px -2px 14px 3px #888888;
  position:relative;
  width:100%;
  z-index:1;
  top:235px;
}

.publishes {
  position:relative;
}

@media(min-width:992px) {
.book-preview-slide {
  position:absolute;
  top:0;
  right:0;
  width:68%
}
}

@media(max-width:992px) {
  .preview-book-holder {
    margin:0 auto;
  }
}
.preview-book-holder-mini {
  position:relative;
}
.book-info {
  margin-top:40px;
  position:relative;
  z-index:1;
}

.book-description {
  margin-bottom:45px;
  font-size:0.6rem;
  font-weight:500;
}

.read-now-btn {
  padding:10px 20px 10px 20px;
  border-color:#8dc2c9;
  color:#8dc2c9;
  font-size: 0.7rem;
  border: 1px solid;
  border-radius: 20px;
}

.read-now-btn:hover{
  text-decoration:none;
}

.download-btn {
  text-decoration:none;
  color:#fff;
  border-radius:40px;
  padding:10px 20px 10px 20px;
  background-color:#234595;
  font-size:0.7rem;
}

.download-btn:hover {
  text-decoration:none;
}

.book-link {
margin-top:20px;
}

.blue-heading {
  font-size:2rem;
  color:#234595;
  font-weight:600;
}

.flex-center {
  display:flex;
  justify-content:center;
}

.download-wrap {
  display:flex;
  align-items:center;
}

.download-icon {
  margin-right:20px;
}

.download-icon .fa {
  font-size:3rem;
}

.download-stat .info {
  font-weight:600;
  font-size:1rem;
}

.download-stat .download-count {
  font-weight:900;
  font-size:1.4rem;
  color:#234595;
}

.download-btn-primary {
  background:#234595;
  box-shadow:0px 10px 20px 5px #c2e7ea;
  color:#fff;
  padding:15px 40px 15px 40px;
  border-radius:40px;
}
.download-btn-primary:hover {
text-decoration:none;
}

.padding-top-bottom {
  padding-top:60px;
  padding-bottom:60px;
    }

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

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

.register-now-btn:hover {
  text-decoration: none;
}

.border-bottom-circular {
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
}



@media(min-width:989px) {
  .height-half-page {
    height:95vh;
    margin-bottom:250px;
  }
}

.penerbitan-holder {
  background-size: cover !important;
  border-radius:20px;
  background-position: center !important;
  transition: all .1s ease;
}

@media only screen and (min-width: 1840px) {

  .penerbitan-holder {
    height:850px;
  }
  .penerbitan-container .penerbitan-holder:not(hover) {
    width:450px;
  }

  .active {
    /* margin-right:160px; */
    transition: all .1s ease;
  }

  .active .penerbitan-holder {
    transition: all .1s ease;
    width:600px !important;
  }


}

@media only screen and (min-width: 1440px)  and (max-width: 1840px){

  .penerbitan-holder {
    height:750px;
  }
  .penerbitan-container .penerbitan-holder:not(hover) {
    width:350px;
  }

  .active {
    /* margin-right:200px; */
    transition: all .1s ease;
  }

  .active .penerbitan-holder {
    transition: all .1s ease;
    width:600px !important;
  }


}

@media only screen and (min-width: 1240px)  and (max-width: 1440px){

  .penerbitan-holder {
    height:750px;
  }
  .penerbitan-container .penerbitan-holder:not(hover) {
    width:300px;
  }

  .active {
    margin-right:300px;
    transition: all .1s ease;
  }

  .active .penerbitan-holder {
    transition: all .1s ease;
    width:600px !important;
  }


}

@media only screen and (min-width: 1080px)  and (max-width: 1240px){

  .penerbitan-holder {
    height:650px;
  }
  .penerbitan-container .penerbitan-holder:not(hover) {
    width:250px;
  }

  .active {
    margin-right:200px;
    transition: all .1s ease;
  }

  .active .penerbitan-holder {
    transition: all .1s ease;
    width:450px !important;
  }

}

@media(min-width:1440px) {
  .penerbitan-holder:hover {
    width:550px !important;
    transition: all .1s ease;

  }

  .penerbitan-container:hover {
    margin-right:90px !important;
    transition: all .1s ease;
  }
}

@media only screen and (min-width: 992px)  and (max-width: 1080px){

  .penerbitan-holder {
    height:450px;
  }
  .penerbitan-container .penerbitan-holder:not(hover) {
    width:230px;
  }

  .active {
    margin-right:70px;
    transition: all .1s ease;
  }

  .active .penerbitan-holder {
    transition: all .1s ease;
    width:300px !important;
  }

}



@media only screen and (max-width: 968px){

  .penerbitan-row {
    display:block  !important;
  }


  .penerbitan-container:hover{
    max-width:60% !important;
  }

  .penerbitan-container{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:80px;
    max-width:50%;
  }

  .penerbitan-holder {
    height:450px;
  }
  .penerbitan-container .penerbitan-holder:not(hover) {
    width:100%;
  }

  .active {
    transition: all .1s ease;
  }

  .active .penerbitan-holder {
    transition: all .1s ease;
    width:100% !important;
  }

  .penerbitan-bg {
    background:#272d3e;
  }

}

.penerbitan-holder {
  position:relative;
  overflow:hidden;
}

.penerbitan-label {
  position:absolute;
  bottom:70px;
  right:-86px;
  color:#fff;
  font-size:2.4rem;
  font-weight:bold;
  transform: rotate(-90deg);
  transition: all .2s ease;
  background:#6bb1bb;
  border-top-right-radius: 40px;
  padding: 30px 0px 30px 0px;
  width: 259px;
  text-align:center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.category:hover .penerbitan-label {
    transform: rotate(0deg);
    border-top-left-radius: 40px;
    padding: 20px 80px 20px 80px;
    border-top-right-radius: 0px;
    bottom:0px;
    right:0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .padding-top {
    padding-top:40px;
  }

  .padding-bottom {
    padding-bottom:40px;
  }

  .height-ekonomi-half-page {
    height:25vh;
    margin-bottom:250px;
  }

  @media(min-width:768px) and (max-width:1024px){
    .height-ekonomi-half-page {
      height:1480px;
      margin-bottom:250px;
    }

    .grid-5-by-5 {
      display: grid;
      grid-template-columns: repeat(3, 1fr) !important;
      grid-gap: 15px !important;

      }

      .grid-4-by-4 {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        /* grid-template-rows: repeat(3, 1fr) !important; */
        grid-gap: 15px !important;
    
        }
  }

  @media(max-width:768px) {
    .grid--by-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    grid-gap: 15px !important;
    padding-left: 20px;
    padding-right: 20px;
    }

    .grid-4-by-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr) !important;
      grid-template-rows: repeat(2, 1fr) !important;
      grid-gap: 15px !important;
      padding-left: 20px;
      padding-right: 20px;
      }
    .height-ekonomi-half-page {
      height:1580px;
    }
  }

    /* Change to 3 columns at 320px */
  @media only screen and (min-width: 320px) {
    .grid-5-by-5 {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  /* Change to 5 columns at 768px and beyond */
  @media only screen and (min-width: 768px) {
    .grid-5-by-5 {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  
  .subcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    gap: 12px; /* Add the desired gap between items */
  }
  
  .subitem {
    /* Fixed 1:1 size for items */
    width: 250px;
    height: 250px;
    margin-bottom: 10px; /* Add margin to create spacing between rows */
    box-sizing: border-box; /* Ensure padding and borders don't affect item size */
  }

  .subitemSubIndikator {
    /* Fixed 1:1 size for items */
    width: 250px;
    /* height: 250px; */
    margin-bottom: 10px; /* Add margin to create spacing between rows */
    box-sizing: border-box; /* Ensure padding and borders don't affect item size */
  }

  .subcontainer-kiosk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    gap: 12px; /* Add the desired gap between items */
    padding-top: 30px;
  }

  .subitem-kiosk {
    /* Fixed 1:1 size for items */
    width: 400px;
    height: 400px;
    margin-bottom: 10px; /* Add margin to create spacing between rows */
    box-sizing: border-box; /* Ensure padding and borders don't affect item size */
  }

  .subitem-kiosk-ind {
    /* Fixed 1:1 size for items */
    width: 400px;
    margin-bottom: 10px; /* Add margin to create spacing between rows */
    box-sizing: border-box; /* Ensure padding and borders don't affect item size */
  }
  
  @media only screen and (max-width: 768px) {
    .subitem {
      width: 230px;
      height: 230px;
    }
  }

  div#masthead_wrapper {
    display: inline-block;
    color: #fff;
    width:100%;
  }
  
  .masthead-content-wrapper {
    -webkit-background-size: cover  !important;
    -moz-background-size: cover  !important;
    -o-background-size: cover  !important;
    background-size: cover  !important;
    background-position: 20% 60%    !important;
    height: 300px;
    display:flex;
    align-items:center;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  
  
  .masthead-content {
    width: 75%;
    margin: 0 auto;
  }
  
  .title {
    font-weight:600;
  }
  
  .grid-4-by-4 {
    /* Activate grid layout */
    display: grid;
  
    /* Create 5 columns, each 1 "fractional unit" wide */
    grid-template-columns: repeat(4, 1fr);
  
    /* Create 5 rows, each 1 "fractional unit" high */
    /* grid-template-rows: repeat(4, 1fr); */
  
    /* Add a 10px gap between columns and rows */
    grid-gap: 10px;
  }

  
  .grid-5-by-5 {
    /* Activate grid layout */
    display: grid;
  
    /* Create 5 columns, each 1 "fractional unit" wide */
    grid-template-columns: repeat(5, 1fr);
  
    /* Add a 10px gap between columns and rows */
    grid-gap: 10px;
  }
  
  .penerbitan-item {
    background-color: #eaeaea;
    padding: 60px 20px 60px 20px;
    cursor:pointer;
    color:#000;
  }
  
  
  .penerbitan-item  {
    text-decoration:none;
  }
  
  .penerbitan-item:hover {
    text-decoration:none;
  }
  
  .penerbitan-icon {
    /* width:50px;
    margin:0 auto; */
    width: 20%;
  }
  
  .penerbitan-icon img {
    max-width: 100%;
  }
  
  .penerbitan-icon-sub {
    /* width:50px;
    margin:0 auto; */
    width: 38%;
  }
  .penerbitan-count {
    margin-top:10px;
  }
  
  .penerbitan-grid-title, .penerbitan-count-holder {
    font-weight:600;
  }

  .penerbitan-grid-title {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines to display */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  
  .hover-yellow-light:hover {
    background-color: #E3FB82;
    border-radius:40px;
    transition: all .3s ease;
    
  }
  
  .hover-yellow-light:hover .penerbitan-grid-title {
    color:#488892;
  }
  
  .hover-yellow-light:hover .penerbitan-count-holder {
    color:#488892;
  }
  
  .hover-blue:hover {
    background-color: #6F9DF9;
    border-radius:40px;
    transition: all .3s ease;
    
  }
  
  .hover-blue:hover .penerbitan-grid-title {
    color:#fff;
  }
  
  .hover-blue:hover .penerbitan-count-holder {
    color:#fff;
  }
  
  .hover-red:hover {
    background-color: #FFA6A6;
    border-radius:40px;
    transition: all .3s ease;
    
  }
  
  .hover-red:hover .penerbitan-grid-title {
    color:#B02367;
  }
  
  .hover-red:hover .penerbitan-count-holder {
    color:#B02367;
  }
  
  .hover-orange:hover {
    background-color: #F9BE7A;
    border-radius:40px;
    transition: all .3s ease;
    
  }
  
  .hover-orange:hover .penerbitan-grid-title {
    color:#845905;
  }
  
  .hover-orange:hover .penerbitan-count-holder {
    color:#845905;
  }
  
  .hover-cyan:hover {
    background-color: #69D8DF;
    border-radius:40px;
    transition: all .3s ease;
    
  }
  
  .hover-cyan:hover .penerbitan-grid-title {
    color:#000;
  }
  
  .hover-cyan:hover .penerbitan-count-holder {
    color:#000;
  }
  
  .hover-green:hover {
    background-color: #20D27D;
    border-radius:40px;
    transition: all .3s ease;
    
  }
  
  .hover-green:hover .penerbitan-grid-title {
    color:#fff;
  }
  
  .hover-green:hover .penerbitan-count-holder {
    color:#fff;
  }
  
  .hover-purple:hover {
    background-color: #D681BE;
    border-radius:40px;
    transition: all .3s ease;
    
  }
  
  .hover-purple:hover .penerbitan-grid-title {
    color:#fff;
  }
  
  .hover-purple:hover .penerbitan-count-holder {
    color:#fff;
  }
  
  .hover-red-dark:hover {
    background-color: #DAAEAE;
    border-radius:40px;
    transition: all .3s ease;
    
  }
  
  .hover-red-dark:hover .penerbitan-grid-title {
    color:#C51E1E;
  }
  
  .hover-red-dark:hover .penerbitan-count-holder {
    color:#C51E1E;
  }
  
  .hover-blue-light:hover {
    background-color: #8BD5FF;
    border-radius:40px;
    transition: all .3s ease;
    
  }
  
  .hover-blue-light:hover .penerbitan-grid-title {
    color:#000;
  }
  
  .hover-blue-light:hover .penerbitan-count-holder {
    color:#000;
  }
  
  .hover-yellow-dark:hover {
    background-color: #FCFF6C;
    border-radius:40px;
    transition: all .3s ease;
    
  }
  
  .hover-yellow-dark:hover .penerbitan-grid-title {
    color:#000;
  }
  
  .hover-yellow-dark:hover .penerbitan-count-holder {
    color:#000;
  }

  .border-top-radius{
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }

  .border-bottom-radius{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .langkah .arrow:not(:nth-child(3n)) {
    display: block;
    float: right;
    margin-top: .25em;
    border-color: transparent;
    border-top-color: #D00;
    border-style: solid;
    border-width: .5em .31em 0;
    width: 0;
    height: 0;
    position: relative;
    line-height: 0;
  }



  @media(min-width:768px) {
    .langkah .arrow-right:not(:nth-child(3n)) {
      border-width: 0.9em 0 0.9em 1.7em;
      border-top-color: transparent;
      border-left-color: #fff;
      position: absolute;
      top: 26%;
      left:94%;
  }
  .langkah .arrow:not(:nth-child(3n)) {
      display: block;
      float: right;
      margin-top: .25em;
      border-color: transparent;
      border-top-color: #D00;
      border-style: solid;
      border-width: .5em .31em 0;
      width: 0;
      height: 0;
      position: relative;
      line-height: 0;
  }

  .langkah .arrow-right:not(:nth-child(3n)) {
    border-width: 0.9em 0 .9em 1.6em;
    border-top-color: transparent;
    border-left-color: #fff;
    position: absolute;
    top:35%;
    left:94%;
    }

  
    .langkah {
      position: relative;
    }

  }

  .dark-section {
    background:#272d3e;
  }

  .testimonial-container {
    max-width:100%;
  }

  .icon-background {
    background: #6bb1bb;
    width:90px;
    border-radius: 80px;
    padding:20px;
    margin-right:20px;
  }

  .icon-background img {
    max-width:100%;
  }

  .checked {
    color:#ffc107;
  }

  /* index counter section */
.position-relative {
  position: relative;
}

.position-absolute{
  position:absolute;
}

.stat-holder-label {
  background:#6bb1bb;
  color:#fff;
  padding:5px 10px 5px 10px;
  width:150px;
  font-size:0.6rem;
  text-align: center;
  border-radius: 20px;
}

.stat-holder-label .number {
  font-size:1.2rem;
  font-weight: 600;
}

.stat-holder .label-holder {
  bottom: -90px;
  left: 20%;
  display:none;
  transition: all .7s ease;

}

@media(min-width:992px) {
.stat-holder:hover .label-holder{
  display:block;
  transition: all .7s ease;
}
}

.stat-holder:hover {
  cursor:pointer;
  transform: scale(1.02);
}

.stat-holder-label .arrow-up {
  border-width: 0 .9em 1.0em;
  border-top-color: transparent;
  border-bottom-color: #6bb1bb;
}

.arrow {
  display: block;
  float: right;
  margin-top: .25em;
  border-color: transparent;
  border-top-color: #6bb1bb;
	border-style: solid;
	border-width: .9em .31em 0;
	width: 0;
	height: 0;
	position: absolute;
  line-height: 0;
  top:-10px;
  left:45%;
}

@media(min-width:992px) {
  .dp_item {
    width: 80%;
    margin-left: -90px;
}



}

@media(min-width:768px) and (max-width:992px){
  .dp_item {
    width: 50%;
    margin-left: -90px;
    margin: 0 auto;
}

.dp-img-fade {
  right: -38.5% !important;

}
}

@media(max-width:647px) {
  .dp_item {
    width: 60%!important;
    margin-left: -40px !important;
}

.dp-img-fade {
  background: -webkit-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: -o-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: -moz-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  content: "";
  position: absolute;
  right: -317px !important;
  height: 100%;
  width: 394px;
  z-index: 1;
  top: 0;
  pointer-events: none;
  background: -webkit-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: -o-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: -moz-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  z-index: 10;
}
}

@media(min-width:647px) and (max-width:768px){
  .dp_item{
    width:70%!important;
  }
  
#dp-slider, .dp-img {
    height: 535px;
    max-width: 700px !important;
    width: 100% !important;
}

.dp-img-fade {
  background: -webkit-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: -o-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: -moz-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  content: "";
  position: absolute;
  right: -317px !important;
  height: 100%;
  width: 394px;
  z-index: 1;
  top: 0;
  pointer-events: none;
  background: -webkit-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: -o-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: -moz-linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  background: linear-gradient( -90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) );
  z-index: 10;
}

}

#dp-slider, .dp-img {
  height: 535px;
  max-width: 700px !important;
  width: 100% !important;
}

@media(max-width:1024px) {

}

.overflow-hidden{
  overflow:hidden;
}

.padding-bottom-half {
  padding-bottom:20px;
}

@media(max-width:992px){
  .block-md {
    display:block !important;
  }

  .langkah {
    max-width:100% !important;
  }

  .langkah .p-16to9 {
    padding-bottom: 15% !important;
  }

  .langkah{
    margin-bottom:20px;
  }

  .langkah .arrow-right:not(:nth-child(3n)) {
    border-width: 0.9em 0 .9em 1.6em;
    border-top-color: transparent;
    border-left-color: #fff;
    position: absolute;
    /* bottom: 0 !important; */
    bottom: -20px !important;
    left: 50% !important;
    top:auto !important;
    transform: rotate(90deg) !important;
}
}

@media(max-width:768px) {
  .muat-turun-btn-holder{
    margin-top:40px;
  }
}

.dropdown-menu .dropdown-item {
  color:#000 !important;
}


@media(min-width:575px) and (max-width:1024px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 0.6rem !important;
  }
}

@media(min-width:768px) {
.penerbitan-category {
  padding-bottom:75vh;
  position: relative;
  margin-bottom:45vh;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
.penerbitan-category .category {
  padding-top:40vh;
  padding-bottom:40vh;
  background-position: center !important;
  background-size: cover !important;
  border-radius:40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow:hidden;
}

.category-image-row {
  position: absolute;
  top:100px;
  width:99.20%;
}

.penerbitan-category .category-placeholder {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.category-placeholder:hover .category {
  border-radius:80px;
  cursor:pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-size: 150% 150% !important;
}


.penerbitan-category .category-placeholder:hover {
  flex: 0 0 35%;
  max-width:35%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
}

@media(max-width:768px) {
  .penerbitan-category .category {
    padding-top:40vh;
    padding-bottom:40vh;
    background-position: center !important;
    background-size: cover !important;
    border-radius:40px;
margin-bottom:40px;
overflow:hidden;
  }
}

.gray-bg {
  background: #DADADA;
}

.maklumbalas-container {
  max-width:1500px;
  background: #fff;
  border-radius:40px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.form-section {
  padding-top:80px;
  padding-bottom: 80px;
}

.maklumbalas-container {
  padding-top:80px;
  overflow: hidden;
  padding-bottom:80px;
}
.maklumbalas-container .bg-grey-secondary {
  background:#f1f1f1;
  padding:20px;
}

.maklumbalas-container .bg-grey-secondary p{
  margin-bottom:0;
}
.maklumbalas-container .title {
  font-weight:900;
  font-size:1.6rem;
}

.maklumbalas-container .title-container {
  background:#f5f5f5;
  padding-right:60px;
  padding-left:60px;
  padding-top:20px;
  padding-bottom:20px;
}

.maklumbalas-container .form-row {
  padding-right:60px;
  padding-left:60px;
  padding-top:20px;
  padding-bottom:20px;
}

.maklumbalas-container .thank-you {
  font-size:1.2rem;
  font-weight:900;
}

.f-500 {
  font-weight:500;
}

.display-flex {
  display:flex;
}

.maklumbalas-form {
  width:100%;
}

.maklumbalas-form input {
  padding:15px;
}

.maklumbalas-form .rate-area {
	float: left;
	border-style: none;
}

.maklumbalas-form .rate-area:not(:checked) > input {
	position: absolute;
	top: -9999px;
	clip: rect(0, 0, 0, 0);
}

.maklumbalas-form .rate-area:not(:checked) > label {
	float: right;
	width: 0.8em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 250%;
	color: lightgrey;
}

.maklumbalas-form .rate-area:not(:checked) > label:before {
	content: "★";
}

.maklumbalas-form .rate-area > input:checked ~ label {
	color: gold;
}

.maklumbalas-form .rate-area:not(:checked) > label:hover,
.maklumbalas-form .rate-area:not(:checked) > label:hover ~ label {
	color: gold;
}

.maklumbalas-form .rate-area > input:checked + label:hover,
.maklumbalas-form .rate-area > input:checked + label:hover ~ label,
.maklumbalas-form .rate-area > input:checked ~ label:hover,
.maklumbalas-form .rate-area > input:checked ~ label:hover ~ label,
.maklumbalas-form .rate-area > label:hover ~ input:checked ~ label {
	color: gold;
}

.rating-container {
  display: flex; 
  align-items: center;
}

.rating-container span{
  margin-right:20px;
  font-size:1.2rem;
  color:#595959;
}


.rating-container label{
  margin-right:10px;
}

.maklumbalas-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #828282;
  opacity: 1; /* Firefox */
}

.maklumbalas-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: 828282;
}

.maklumbalas-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: 828282;
}

.tertiery-title {
  font-weight:600;
  font-size:1rem;
}


.selector-item_radio:checked + .selector-item_label {
  background-color: #0e6698;
  color: var(--white);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.selector-item_radio + .selector-item_label {
  border:1px solid #254899;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.selector-item_radio {
  appearance: none;
  display: none;
}

@media(min-width:768px) {

  .selector {
    position: relative;
    width: 80%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .selecotr-item {
    position: relative;
    flex-basis: calc(70% / 2);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:40px;
  }
  .selector-item_label {
    position: relative;
    height: 80%;
    width: 100%;
    text-align: center;
  
    line-height: 400%;
    font-weight: 900;
    transition-duration: 0.5s;
    transition-property: transform, color, box-shadow;
    transform: none;
  }

  .btn-row {
    padding-top:80px;
  }

}

@media(max-width:768px) {
  .selector {
    width: 100%;
    height: initial;
    justify-content: space-around;
    align-items: center;
  }
  .selecotr-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
  }
  .selector-item_label {
    height: 100%;
    width: 100%;
    text-align: center;
  
    line-height: 400%;
    font-weight: 900;
    transition-duration: 0.5s;
    transition-property: transform, color, box-shadow;
    transform: none;
  }

  .btn-row {
    padding-top:40px;
  }

  .rating-container {
    display:block !important;
    margin-bottom:40px;
    margin-top:10px;
  }

}


.btn-stats {
  transition-duration: 0.5s;
  background:#254899;
  color:#fff;
  max-width:400px;
  width:100%;
  border-radius:20px;
  padding-top:10px;
  padding-bottom:10px;
}

.btn-stats:hover {
  background-color: #0e6698;
}

.swiper-slider {
  cursor:pointer;
}

@media(max-width:768px) {
  .langkah-section .card {
    height:130px;
  }
}


/* permohonan api */
 

.nav-pills > li > a {
   border-radius: 0;
}

#wrapper {
   padding-left: 0;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   overflow: hidden;
}

#wrapper.toggled {
   padding-left: 250px;
   overflow: hidden;
}

#sidebar-wrapper {
   z-index: 1000;
   position: absolute;
   left: 250px;
   width: 0;
   height: 100%;
   margin-left: -250px;
   overflow-y: auto;
   background: #000;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
   width: 250px;
}

#page-content-wrapper {
   position: absolute;
   padding: 15px;
   width: 100%;
   overflow-x: hidden;
}

.xyz {
   min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
   position: relative;
   margin-right: 0px;
}

.fixed-brand {
   width: auto;
}
/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2px;
}

.sidebar-nav li {
  text-indent: 15px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-left: red 2px solid;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.no-margin {
  margin: 0;
}

@media (min-width: 768px) {
  #wrapper {
     padding-left: 250px;
  }
  .fixed-brand {
     width: 250px;
  }
  #wrapper.toggled {
     padding-left: 0;
  }
  #sidebar-wrapper {
     width: 250px;
  }
  #wrapper.toggled #sidebar-wrapper {
     width: 250px;
  }
  #wrapper.toggled-2 #sidebar-wrapper {
     width: 50px;
  }
  #wrapper.toggled-2 #sidebar-wrapper:hover {
     width: 250px;
  }
  #page-content-wrapper {
     padding: 20px;
     position: relative;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
  }
  #wrapper.toggled #page-content-wrapper {
     position: relative;
     margin-right: 0;
     padding-left: 250px;
  }
  #wrapper.toggled-2 #page-content-wrapper {
     position: relative;
     margin-right: 0;
     margin-left: -200px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     width: auto;
  }
}

.cart-count {
  position: absolute;
  height:25px;
  width:25px;
  background: #fff;
  color:#254899;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  right: -10px;
}


@media(min-width:1280px) {
  .navbar-brand {
    margin-right: 11.5rem;
  }
}

.video-card-wrapper {
  margin: 0 auto 30px;
  max-width: 1295px;
}
@media screen and (max-width: 1345px) {
  .video-card-wrapper {
    max-width: 1150px;
  }
}

.video-card-padder {
  padding: 0 7px;
}

.video-card {
  background: #fafafa;
  border: 1px solid #d6d6d6;
  display: block;
  float: left;
  margin: 0 0 15px 0;
  min-width: 0;
  padding: 5px;
  width: 100%;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  /* &:nth-child(4n+1) {
    margin-right: 0;
  } */
  /* @media screen and (max-width: 900px) {
    width: calc(33.3333% - 22px);

    &:nth-child(4n+1) {
      margin-right: 15px;
    }

    &:nth-child(3n+1) {
      margin-right: 0;
    }
  } */
  /* @media screen and (max-width: 600px) {
     width: calc(50% - 20px);

    &:nth-child(3n+1) {
      margin-right: 15px;
    }

    &:nth-child(2n+1) {
      margin-right: 0;
    }
  } */
  /* @media screen and (max-width: 400px) {
    float: none;
    width: 100%;

    &:nth-child(2n+1) {
      margin-right: 15px;
    }
  } */
}
.video-card:hover {
  -webkit-box-shadow: inset 0px 0px 0px 3px #5cb2e7;
  -moz-box-shadow: inset 0px 0px 0px 3px #5cb2e7;
  box-shadow: inset 0px 0px 0px 3px #5cb2e7;
  border-color: #5fb4e6;
}
.video-card img {
  margin-bottom: 12px;
  width: 100%;
}

.video-card-header {
  font-family: RobotoSlab-Regular;
  font-size: 32px;
  color: #5fb4e6;
  letter-spacing: 0.22px;
  line-height: 43px;
  text-transform: uppercase;
  margin: 0 auto 11px;
  width: 1280px;
}

.video-card-series {
  font-family: Roboto-Italic;
  font-size: 13px;
  color: #5cb2e7;
  letter-spacing: 0.1px;
  line-height: 15px;
  margin-bottom: 9px;
  padding: 0 3px;
  text-transform: uppercase;
}

.video-card-title {
  font-family: RobotoSlab-Regular;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 0.11px;
  line-height: 21px;
  margin-bottom: 34px;
  padding: 0 3px;
  text-transform: uppercase;
}

.video-card-episode {
  font-family: Roboto-Medium;
  font-size: 16px;
  color: #959595;
  letter-spacing: 0.11px;
  line-height: 19px;
  padding: 0 3px 4px;
}

.video-card-carousel .slick-next,
.video-card-carousel .slick-prev {
  position: absolute;
  margin-top: -15px;
  top: 50%;
  z-index: 50;
}

.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}

.lightbox-kiosk .lightbox-container {
  max-width:95vw!important;
  margin: 2% auto !important;
}

.lightbox-content .video-container iframe {
  height:95vh !important;
}

.lightbox-content #youtube {
  object-fit:cover !important;
  width:100% !important;
  height:90vh;
  margin-top:-30px;
}

@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
/* IGNORE FORM THIS POINT ON */
body {
  background: #efefef;
}
#container {
  border-radius: 4px;
  max-width: 300px;
  height: auto;
  padding: 50px;
  background: white;
  margin: 100px auto;
}
#playme {
  background: #007fed;
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  color: white;
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
}

#playme {
  background: #6bb1bb;
  border-radius:40px;
  font-weight:600;
  font-size:1.2rem;
  padding:10px 50px;
  display:flex;
  align-items: center;
  cursor:pointer;
  margin-top:25px;
  margin-left:auto;
  margin-right:auto;
}

#play-video-font {
  margin-right:20px;
  color:#6bb1bb;
  background:#fff;
  border-radius:80px;
  height:25px;
  width:25px;
  padding-left:5px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next {
  top:60px !important; 
  background-image: none !important;
  right: 30px;
  position: absolute;
  text-align: right;
  background: #ffff;
  box-shadow: #000 #000;
  color: #6bb1bb;
  border-radius: 20px;
  font-weight: 300;
  padding: 10px;
  align-items: center;
  display: flex;
  box-shadow: -1px 1px 3px 0px #a4e1e5;
  z-index: 1;
  width: 35px !important;
  height: 35px !important;
  display: flex;
  justify-content: center;
  cursor:pointer;
}

.swiper-button-next:after {
  content: "\f061";
  font: 14px/1 'FontAwesome';
}

.swiper-button-prev-test {
  position: absolute;
  background-image: none !important;
  top: 39px !important;
  right: 75px !important;
  width: 35px !important;
  height: 35px !important;
  top: -25px;
  background: #fff;
  box-shadow: #000 #000;
  color: #6bb1bb;
  border-radius: 20px;
  font-weight: 300;
  padding: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  box-shadow: -1px 1px 3px 0px #a4e1e5;
  z-index: 1;
  cursor:pointer;
}

.swiper-button-prev-test:after {
  content: "\f060";
  font: 14px/1 'FontAwesome';
}

.swiper-button-prev-test.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.slick-arrow {
  cursor:pointer;
}

.publishes-secondary .slick-slide{
  margin-left:10px;
  margin-right:10px;
}

.publishes-secondary .preview-book-holder-mini {
  width:229px;
}

.publishes-secondary {
  max-width:1500px;
}

.publishes-secondary .book-shelf {
  top:337px;
}

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

.w-1500 {
  max-width:1280px;
}

.profile-container {
  margin-top:40px;
  margin-bottom:40px;
  border-radius:5px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  padding:40px;
}

.profile-container .profile-image{

  max-width:250px;
  border-radius:180px;
  overflow: hidden;
  height:250px;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  margin-left:auto;
  margin-right:auto;
}

.profile-container .title {
  font-weight:600;
  font-size: 2.5rem;
  font-weight:600;
  text-align: center;
}


.profile-container .change_image {
  text-align: center;
  margin-top:10px;
}
.profile-container .change_image span, .profile-container .fa {
  font-size:0.8rem;
}

.profile-container .fa {
  margin-right:4px;
}

.gray-bg {
  background-color: #efefef;
}

.edit-section .title {
  font-size:1.8rem;
  text-align: start;
}

.edit-section .description {
  font-size:1rem;
}


.edit-section {
  padding:20px 40px;
}

.edit-profile-btn {
  background:#0d6efd;
  border:none;
  border-radius:5px;
  padding:15px 40px;
  color:#fff;
  cursor:pointer;
}

.edit-profile-btn:focus {
  outline: none;
}

.edit-section .col-md-12 {
  margin-top:10px;
}

@media(max-width:768px) {
  .edit-section {
    margin-top:20px;
  }

  .edit-section .title {
    font-size: 1.8rem;
    text-align: center;
}

.edit-section {
  text-align:center;
}
}

.profile-container .form-row {
  margin-top:20px;
}

.profile-container form input {
  padding-top:20px;
  padding-bottom:20px;
  padding-left:20px;
  border: 1px solid #a1a1a1;
}

.profile-container form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1a1a1;
  opacity: 1; /* Firefox */
}

.profile-container form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a1a1a1;
}

.profile-container form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #a1a1a1;
}

.profile-container .btn-stats {
  width:300px;
}

.profile-container .btn-stats .fa {
  margin-left:10px;
}

#edit-profile-disable {
  display:none;
  padding:15px 50px;
}

div.material-table {
  padding: 0;
}

div.material-table .hiddensearch {
  padding: 0 14px 0 24px;
  border-bottom: solid 1px #DDDDDD;
  display: none;
}

div.material-table .hiddensearch input {
  margin: 0;
  border: transparent 0 !important;
  height: 48px;
  color: rgba(0, 0, 0, .84);
}

div.material-table .hiddensearch input:active {
  border: transparent 0 !important;
}

div.material-table table {
  table-layout: fixed;
}

div.material-table .table-header {
  height: 64px;
  padding-left: 24px;
  padding-right: 14px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-display: flex;
  border-bottom: solid 1px #DDDDDD;
}

div.material-table .table-header .actions {
  display: -webkit-flex;
  margin-left: auto;
}

div.material-table .table-header .btn-flat {
    min-width: 36px;
    padding: 0 8px;
}

div.material-table .table-header input {
  margin: 0;
  height: auto;
}

div.material-table .table-header i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
}

div.material-table .table-footer {
  height: 56px;
  padding-left: 24px;
  padding-right: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .dataTables_length {
  display: -webkit-flex;
  display: flex;
}

div.material-table .table-footer label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

div.material-table .table-footer .select-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

div.material-table .table-footer .dataTables_info,
div.material-table .table-footer .dataTables_length {
  margin-right: 32px;
}

div.material-table .table-footer .material-pagination {
  display: flex;
  -webkit-display: flex;
  margin: 0;
}

div.material-table .table-footer .material-pagination li:first-child {
  margin-right: 24px;
}

div.material-table .table-footer .material-pagination li a {
  color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .select-wrapper input.select-dropdown {
  margin: 0;
  border-bottom: none;
  height: auto;
  line-height: normal;
  font-size: 12px;
  width: 40px;
  text-align: right;
}

div.material-table .table-footer select {
  background-color: transparent;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
}

div.material-table .table-title {
  font-size: 20px;
  color: #000;
}

div.material-table table tr td {
  padding: 0 0 0 56px;
  height: 48px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: solid 1px #DDDDDD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.material-table table tr td a {
  color: inherit;
}

div.material-table table tr td a i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54);
}

div.material-table table tr {
  font-size: 12px;
}

div.material-table table th {
  font-size: 12px;
  font-weight: 500;
  color: #757575;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  height: 56px;
  padding-left: 56px;
  vertical-align: middle;
  outline: none !important;
}

div.material-table table th.sorting_asc,
div.material-table table th.sorting_desc {
  color: rgba(0, 0, 0, 0.87);
}

div.material-table table th.sorting:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "arrow_back";
  -webkit-transform: rotate(90deg);
  display: none;
  vertical-align: middle;
}

div.material-table table th.sorting:hover:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  display: inline-block;
}

div.material-table table th.sorting_desc:after {
  content: "arrow_forward";
}

div.material-table table tbody tr:hover {
  background-color: #EEE;
}

div.material-table table th:first-child,
div.material-table table td:first-child {
  padding: 0 0 0 24px;
}

div.material-table table th:last-child,
div.material-table table td:last-child {
  padding: 0 14px 0 0;
}

.download-history-container table {
  width:100%;
}

/* .download-history-container {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
} */


.download-history {
  padding-bottom:80px;
}

.dataTable thead {
  background: #ebf0f9;
  color:#6e6893;
}

div.material-table table th.sorting_asc, div.material-table table th.sorting_desc {
  color:#6e6893;
  font-weight:600;
}

div.material-table table th {
  color:#6e6893;
}

.moreaction:after {
  content: '\2807';
  font-size: 1.2rem;
  margin-left:10px;
  }

  .d-flex-center {
    display:flex;
    align-items: center;
  }

.material-table ul {
  list-style: none;
}

.down-btn {
  background: #254899;
  border-radius: 5px;
  padding:5px 20px;
  border:none;
  cursor:pointer;
}

.down-btn .fa {
  color:#fff;
}

@media(max-width:768px) {
  .profile-section {
    padding-left:20px;
    padding-right: 20px;
  }

  .download-history {
    padding-left:20px;
    padding-right: 20px;
  }
}

.flappy-border {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding:20px;
  font-weight:600;
  color:#a1a1a1;
  box-shadow: 0 0rem 1rem rgba(0,0,0,.15)!important;
}

#man .card{
  padding-top:20px;
  padding-bottom:20px;
  border:none;
  overflow: hidden;
  border-top-right-radius: 5px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

#man .table-footer {
  background:#ebf0f9;
}

.text-validate {
  margin-top: .25rem;
  color: #dc3545 !important;
}

.center-image {
  display: block;
  margin: 0 auto;
}
.dp-item .shadow-wrapper {
  
}

#stats-main-counter .col-md-12 {
  max-width:1400px;
  margin:0 auto;
}

.container-fluid-kiosk{
 max-width:2780px !important;
}

.container-fluid-kiosk .navbar-nav {
  margin:inherit !important;
}


.container-fluid-kiosk #navbarNav {
  justify-content: flex-end !important;
}
  
.stat-kiosk {
  padding: 10px 0px 10px 0px !important; 
} 

.container-fluid-kiosk #navbarNav .nav-link {
  font-size:2rem !important;
}
 
.container-fluid-kiosk .navbar-brand video {
  height:100px !important;
  width:500px !important;
}

.kiosk-main .container {
  max-width:2700px !important;
}

.kiosk-lg-6 {
    flex: 0 0 100% !important;
    justify-content:center;
}

/*
.kiosk-lg-6 .stat-info {
  line-height:55px !important;
} */


.kiosk-lg-6 .stat-info .titleholder{
  font-size:2rem !important
}

.kiosk-lg-6 img {
  width: 100px !important;
  height: 100px !important;
}

.kiosk-js-slick-carousel .category-indicator .slick-dots {

  bottom:-50px !important;
}

.kiosk-category-indicator {
  position:relative;
  top:-30px !important;
}

.kiosk-js-slick-carousel .p-16to9 {
  padding-bottom: 15% 
  padding: 1.25rem !important;
}
.b-20 {
  border-radius:20px;

  /* border-top-left-radius: 20px;
   border-bottom-left-radius: 20px; 
   border-top-right-radius: 20px; 
   border-bottom-right-radius: 20px;  */
  
}

.kiosk-half-height-page {
  height:30vh;
  margin-bottom:250px;
}

.kiosk-heading-title {
  padding-top:30px;
  /* text-align: left; */
}

.kiosk .preview-book-holder-mini {
  width:210px !important;
}

.kiosk-rack-slider .slick-track {
width:100% !important;
transform: translate3d(100px, 0px, 0px) !important;
    display: flex !important;
    gap: 65px !important;
}
@media (max-width: 992px) { /* This corresponds to the "lg" breakpoint and below in Bootstrap */
  .text-lg-md {
      font-size: 10px; /* Adjust the font size as needed for "lg" and below screens */
  }
}
