html {
  --primary-color: #308ecc !important;
  --secondary-color: #006134 !important;
  --footer-color: #333 !important;
  --footage-color: #272727 !important;
  --thumbBG: #006134;
  --scrollbarBG: transparent;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 7px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

a.btn_legal:hover {
  transform:scale(1.1); 
}

a.btn_1,
.btn_1 {
  background: var(--primary-color);
  color: #fff;
  border-radius: 10px !important;
  transition: all 0.3s ease-in;
}

a.btn_1:hover,
.btn_1:hover {
  background: var(--secondary-color);
  color: #ffffff !important;
  border-color: transparent;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
}

footer ul li a:hover,
footer ul.links li a:hover:after {
  color: #debb5d;
}

.main_title_2 h2 {
  color: var(--secondary-color);
}

.main_title_2 span {
  background-color: #debb5d;
  height: 5px;
  border-radius: 50px;
}

.main_title_2 span em {
  background-color: var(--secondary-color);
  height: 5px;
}

/* <!-- Header Navigation --> */

header.header,
header.header.sticky {
  background: var(--primary-color);
}

nav#menu.main-menu {
  padding-top: 10px;
}

header.header.sticky {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
}

.main-menu>ul>li span>a,
header.sticky .main-menu>ul>li span>a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;

  position: relative;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--secondary-color), var(--secondary-color) 50%, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none;
}

.main-menu>ul>li span>a:hover,
header.sticky .main-menu>ul>li span>a:hover {
  background-position: 0 100%;
}

.main-menu ul ul:before {
  border-bottom-color: #fff;
}

.main-menu ul ul {
  border: none;
  box-shadow: none;
}

.main-menu ul ul li a,
.main-menu ul ul li span a {
  font-weight: bold !important;
}

.main-menu ul ul li:hover>a {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.main-menu ul ul li span a {
  color: #333;
}

.main-menu ul li:last-child ul {
  left: auto;
  right: 3px;
}

.main-menu ul li:last-child ul:before {
  left: auto;
  right: 20%;
}

header.header,
header.header.sticky {
  padding: 0;
  border: none;
}

header.header div#logo,
header.header.sticky div#logo {
  background: #fff;
  padding: 10px;
  position: relative;
}

header.header div#logo:after,
header.header.sticky div#logo:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-left: 0 solid transparent;
  clear: both;
  border-top: 90px solid #fff;
}

header.header .main-menu>ul>li span>a,
header.header.sticky .main-menu>ul>li span>a {
  padding: 10px;
}

header.sticky .main-menu>ul>li span:hover>a {
  color: var(--secondary-color);
}

header.header .main-menu,
header.header.sticky .main-menu {
  top: 15px;
}

.box_grid .wrapper {
  background: #fff;
  color: #666;
  border-radius: 0 0 10px 10px;
}

.box_grid .wrapper h3 a {
  color: var(--primary-color);
  font-weight: bold;
}

.box_grid {
  border-radius: 10px;
}

.box_grid figure {
  border-radius: 20px 20px 0 0;
}

/* <!-- Header Slider --> */
.owl-banner.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-color: lightgray;
}

.owl-banner.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-banner.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-banner.owl-carousel .owl-slide-title.is-transitioned {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  font-size: 20px;
  color: #fff;
  transition-delay: 0.7s;
}

.owl-banner.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.7s;
}

.owl-banner.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.owl-banner.owl-carousel .owl-dots .owl-dot {
  outline: none;
}

.owl-banner.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-green-color);
  transition: all 0.2s ease;
}

.owl-banner.owl-carousel .owl-dots .owl-dot:hover span,
.owl-banner.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-green-color);
}

.header .item {
  height: 100vh;
  position: relative;
}

.header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  text-align: center;
}

.header .item .cover .header-content img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}

.header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

.header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

.header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

@media (max-width: 769px) {
  .header .item .cover .header-content h2 {
    font-size: 20px;
  }

  .header .item .cover .header-content h1 {
    font-size: 29px;
  }

  .header .item .cover .header-content h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

.header .owl-item.active img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.header .owl-nav .owl-prev:focus {
  outline: 0;
}

.header .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.header .owl-nav .owl-next:focus {
  outline: 0;
}

.header .owl-nav .owl-next:hover {
  background: #000 !important;
}

.header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.header:hover .owl-next {
  right: 0px;
  opacity: 1;
}


/** <!-- About Us --> */

/* embed youtube iframe */
.videoyoutube {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  background: linear-gradient(to bottom, #fefefe 0%, #d1d1d1 100%);
  /* border: 1px solid #A8A8A8; */
  border-radius: 5px;
  margin: 20px auto;
  width: 90%;
  /**box-shadow: 1px 30px 30px -26px #818181;*/
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#aboutus .about-description p {
  font-size: 1rem;
  margin-bottom: 1rem;
}


/* <!-- Listings Package --> */

#listings_package .item {
  padding: 15px;
}

#listings_package .box_grid {
  overflow: hidden;
  margin: 0 0 25px;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 27%);
}

@media (max-width: 990px) {
  #listings_package .box_grid {
    margin-bottom: 30px;
  }
}

#listings_package .box_grid a {
  font-weight: 500;
}

#listings_package .box_grid figure {
  height: 180px;
  border-radius: 15px 15px 0 0;
}

#listings_package .box_grid figure img {
  width: 100%;
  transform: none;
  position: static;
  transform: none;
}

#listings_package .box_grid figure small {
  background-color: #333;
  color: #fff;
  padding: 7px 13px;
  border-radius: 0 0 10px;
  left: -3px;
  top: 0;
  position: absolute;
}

#listings_package div.wrapper .box_grid {
  margin: 20px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.box_grid .price strong {
  color: #6aaf4f;
}

#listings_package .box_grid .wrapper h3 {
  color: var(--primary-color);
  font-weight: 700;
}

.owl-theme .owl-dots .owl-dot span {
  transition: .3s ease;
}

#listings_package div.wrapper {
  position: relative;
}

#listings_package div.wrapper div.price {
  background-color: #fff;
  padding: 7px 13px;
  border-radius: 20px 0 0;
  display: block;
  overflow: hidden;

  top: -22px;
  right: -5px;
  position: absolute;
}

#listings_package div.wrapper div.price ul {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Detail Package */
table.details>tbody>tr {
  line-height: 2;
}

table.details>tbody>tr>td {
  padding: 0;
  font-size: 12px;
}

table.details>tbody>tr>td.rating span i {
  color: #F7931E;
}

#listings_package table>tbody>tr>td:nth-child(2) {
  width: 50%;
}

#listings_package table>tbody>tr td.rating span svg {
  font-size: 12px;
  color: #ff7f3a;
}

#listings_package table>tbody>tr td.rating span svg.empty {
  color: #d7d7d7;
}

/* <!-- Gallery --> */
.grid ul li {
  background-color: transparent;
}

.grid ul li figure {
  margin: 5px;
  border-radius: 10px;
}

.grid ul li figcaption a:hover,
.grid ul li figcaption a:focus {
  color: #fff;
}

.gallery-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/842/bg-gallery.png);
}

/* Hover Figure Image & Testimonial */
figure.hover {
  position: relative;
}

figure.hover a {
  color: #fff !important;
}

figure.hover::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

figure.hover:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.mfp-wrap.mfp-gallery .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar {
  position: static;
}

/* <!-- Testimonial --> */
div.testimonial iframe {
  height: 300px;
  border-radius: 10px;
}

div.testimonial div.testimoni div.item {
  padding-top: 10px;
}

div.testimonial div.testimoni div.item p {
  background: #ffffff;
  color: #333;
  font-weight: bold;
  font-style: italic;
  margin: 15px;
  padding: 20px 20px 60px;
  min-height: 200px;
  border: 5px solid #333333;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}

div.testimonial div.testimoni div.item p i {
  background: #ffffff;
  font-size: 22px;
  color: #333333;
  padding: 10px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #333;

  position: absolute;
}

div.testimonial div.testimoni div.item p i.fa.fa-quote-left {
  top: -25px;
  left: -20px;
}

div.testimonial div.testimoni div.item p i.fa.fa-quote-right {
  bottom: -25px;
  right: -20px;
}

div.testimonial div.testimoni div.item img {
  margin: -65px 0 0 40px;
  width: 100px;
  border: 6px solid #333333;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

div.testimonial div.testimoni div.item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  margin: 10px 0 5px 45px;
}

div.testimonial div.testimoni div.item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

/* <!-- Artikel --> */
#artikel h4 {
  font-weight: 500;
  color: #333;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#artikel a.box_news ul {
  padding: 0;
}

#artikel a.box_news figure {
  border-radius: 15px;
}

#artikel a.box_news figure figcaption {
  background-color: var(--primary-color);
  border-radius: 0 0 0 10px;
}

#artikel a.box_news:hover h4 {
  color: var(--primary-color);
}

#artikel p {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* <!-- Download Apps --> */

@media (max-width: 500px) {
  div.featured-app-img {
    margin-bottom: 20px;
  }
}

div.featured-app-img div.owl-dots {
  margin-top: 15px !important;
}

div.featured-app-img .item img {
  height: 500px;
  width: auto;
  margin: 0 auto;
}

.download-apps .download-app li {
  display: inline-block;
}

@media (max-width: 768px) {
  .download-apps .download-app li:first-child {
    margin-right: 10px;
  }

  .download-apps .download-app li img {
    height: 40px;
    margin: 0 !important;
  }
}


/* <!-- Single Listing --> */

#description {
  margin-bottom: 1.5rem;
}

.listing_description p,
.post-content p {
  margin-top: 0;
  margin-bottom: 0;
}

.listing_description p br,
.post-content p br {
  /*display: none;*/
  content: "";
  display: block;
  margin-bottom: 1.5em;
}

.listing_description ol, .singlepost .post-content ol,
.listing_description ul, .singlepost .post-content ul {
  margin: 0 0 15px 0;
}

.listing_description ol, .singlepost .post-content ol {
  margin-left: 1em;
}

.listing_description ol li, .singlepost .post-content ol li {
  padding-left: 10px;
  list-style: auto;
}

.listing_description .st-all-guides .st-title,
.listing_description .st-all-includes .st-title,
.listing_description .st-all-excludes .st-title,
.listing_description .st-all-benefit .st-title,
.listing_description .st-all-tnc .st-title {
  font-size: 1.5em;
  font-weight: 400;
}

/* Itinerary */

#itineraries .cbp_tmlabel ul li {
  list-style: disc;
  margin-left: 15px;
  padding-left: 5px;
}

#itineraries .cbp_tmlabel ol li {
  list-style: auto;
  margin-left: 15px;
  padding-left: 5px;
}

#itineraries .cbp_tmtimeline>li .cbp_tmlabel p {
  margin-bottom: 0.75em;
}

#itineraries .cbp_tmtimeline>li .cbp_tmtime span:first-child {
  display: none;
}

#itineraries .cbp_tmtimeline>li .cbp_tmtime span:last-child {
  margin-top: 12px;
}

/* Sisa seat */

.panel-heading p {
  margin-bottom: 5px;
  text-align: center !important;
  font-weight: 500;
  color: #f15c59;
}

.product-chooser-item #base_price {
  text-align: center !important;
  font-size: 2rem;
}

/* <!-- Article Singlepost --> */

.singlepost .post-content ul li:before {
  font-style: normal;
  font-weight: normal;
  font-family: 'ElegantIcons';
  font-size: 14px;
  font-size: 0.875rem;
  content: "\5c";
  color: #ccc;
  position: relative;
  padding-right: 10px;
  left: 0;
  top: 0;
}

.description ul li {
  position: relative;
  padding-left: 0;
}

.description ul li:before {
  position: relative;
  padding-right: 10px;
}



/* <!-- Map Location --> */
iframe.map-location {
  min-height: 400px;
}

/* <!-- Footer --> */
footer {
  background: var(--footer-color);
  color: #ddd;
}

footer .logo-footer {
  height: 80px;
}

footer div.row div.col-4 img {
  border: 1px solid #fff;
  border-radius: 10px;
}

footer iframe {
  height: 100%;
  border-radius: 10px;
}

footer .follow_us ul li,
footer .follow_us ul li:first-child {
  font-size: 30px;
}

footer div.follow_us ul li a i.fa.fa-facebook-square {
  color: #4267b2;
}

footer div.follow_us ul li a i.fa.fa-instagram {
  color: #fcb40e;
}

footer div.follow_us ul li a i.fa.fa-youtube-play {
  color: #d32115;
}

footer div.follow_us ul li a i.fa.fa-twitter-square {
  color: #55acee;
}

footer .text-orange {
  color: #fdee02;
}

#footage {
  background: var(--footage-color);
}

ul#footer-selector li,
ul#footer-selector li:last-child {
  margin: 2px;
}

ul#additional_links {
  float: unset;
}

#toTop {
  background: var(--secondary-color);
  color: #fff;
  padding: 2px;
  transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
}

#toTop i {
  padding-top: 10px;
}

#toTop svg {
  margin-top: 10px;
}

#toTop:hover {
  background: var(--primary-color);
  color: #fff;
}

@media (max-width: 1024px) {
  header.header div#logo,
  header.header.sticky div#logo {
    padding: 5px 10px;
  }

  header.header div#logo a img,
  header.header.sticky div#logo a img {
    height: 58px;
  }

  header.header .main-menu>ul>li span>a,
  header.header.sticky .main-menu>ul>li span>a {
    font-size: 14px;
  }

  header.header div#logo:after,
  header.header.sticky div#logo:after {
    right: -40px;
    border-top: 80px solid #fff;
  }

  header.header .main-menu,
  header.header.sticky .main-menu {
    top: 20px;
  }

  nav#menu.main-menu {
    text-align: right !important;
  }
}

@media (min-width: 991px) {
  header.header #logo img.logo_normal {
    display: none;
  }

  header.header #logo img.logo_sticky {
    display: unset;
    height: 70px;
  }

  .main-menu ul ul li a {
    border-bottom: none;
  }

  ul#footer-selector {
    float: right;
  }
}

@media (max-width: 991px) {
  .custom-search-input-2 .form-group {
    display: flow-root;
  }

  header.header #logo img.logo_normal {
    display: unset;
  }

  header.header #logo img.logo_sticky {
    display: none;
  }

  .service-bg ul li:nth-child(2) div.icon {
    width: 40px;
  }

  header.header,
  header.header.sticky {
    background: #fff;
    padding: 20px;
    border: none;
  }

  header.header div#logo,
  header.header.sticky div#logo {
    background: transparent;
    position: absolute;
    margin: -15px 0 0;
  }

  .hamburger-inner,
  .hamburger-inner::after,
  .hamburger-inner::before,
  header.sticky .hamburger-inner,
  header.sticky .hamburger-inner::before,
  header.sticky .hamburger-inner::after {
    background-color: var(--secondary-color);
  }
}


@media (max-width: 800px) {
  #footer-selector {
    display: inline-block;
    text-align: center;
  }

  #additional_links {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .mm-listview>li.px-3 {
    padding: 0 !important;
  }

  header.header,
  header.header.sticky {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }

  header.header div#logo,
  header.header.sticky div#logo {
    background: transparent;
    position: absolute;
    margin: -15px 0 0;
  }
}

@media (max-width: 500px) {

  header.header,
  header.header.sticky {
    padding: 20px 30px 10px;
  }

  header.header div#logo a img,
  header.header.sticky div#logo a img {
    height: 55px;
  }

  .header .item .cover .header-content img {
    height: auto;
  }

  div#listings_package:after {
    bottom: -55px;
  }

  div.jamkantor h2 {
    font-size: 30px;
    margin-top: 50px;
  }

  footer .logo-footer {
    height: 55px;
  }

  .footage {
    padding: 20px 15px 80px;
  }


  #toTop {
    height: 45px;
    width: 45px;
  }

  #toTop i {
    padding-top: 9px;
    font-size: 25px;
  }
}

div.row.form-group.product-chooser,
div.product-chooser div.product-chooser-item {
  text-align: center;
}

div.description.listing_description ol {
  list-style: decimal;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 25px;
}

h1#base_price {
  font-size: 20px;
  text-align: center;
  display: inline-block;
}

div.product-chooser div.product-chooser-item span.title {
  display: contents;
  margin: auto;
  font-weight: normal;
}

article.blog {
  border-radius: 10px;
}

article.blog .post_info p {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

article.blog .post_info ul {
  display: none;
}


.credit {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 20px
}


/* <!-- Multiple Whatsapp Chat --> */

#chatBtn {
  display: none;
}

#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 360px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, .28);
  bottom: 90px;
  left: 30px;
  overflow: hidden;
  z-index: 99999999;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  height: 45px;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 9999;
  bottom: 25px;
  left: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0;
}

.header-chat {
  background: rgb(106 175 79);
  color: #fff;
  padding: 20px;
}

.header-chat .head-home {
  display: flex;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 0 10px;
  display: inline-block;
}

.header-chat .whatsapp-name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

.header-chat .tagline {
  color: #fff;
  font-size: 10px;
}

.header-avatar, .info-avatar {
  position: relative;
}

.header-avatar img {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 0;
}

.info-avatar img {
  border-radius: 10px;
  width: 40px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 10px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 2.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

.chat-label {
  font-size: 12px;
  color: #888;
}

.chat-nama {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.home-chat {
  background: #fff;
}

.my-number {
  display: none;
}

.cs-list-footer,
.blanter-msg {
  color: #444;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.cs-list-footer .social-media {
  padding: 20px;
}

.cs-list-footer .social-media a {
  display: inline-block;
  margin: 0 5px;
}

.blanter-msg #chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 7px 20px;
  font-size: 14px;
}

.blanter-msg #send-it {
  width: 40px;
  font-weight: 700;
  padding: 8px 10px 0;
  background: #eee;
  border-radius: 0;
}

.blanter-msg #send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

#whatsapp-chat .close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }

  15% {
    background-color: #111;
  }

  25% {
    background-color: #b6b5ba;
  }
}

@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }

  25% {
    background-color: #111;
  }

  35% {
    background-color: #b6b5ba;
  }
}

@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }

  35% {
    background-color: #111;
  }

  45% {
    background-color: #b6b5ba;
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }

  /*#whatsapp-chat .home-chat {
    min-height: 100px;
    overflow: hidden;
  }*/
}

/*@media screen and (max-height: 700px) {
  #whatsapp-chat .home-chat {
    min-height: 100px;
    overflow: hidden;
  }
}*/

.home-chat .cs-list {
  max-height: 250px;
  overflow-y: scroll;
}

.hide-custom {
  display: none;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

.show-custom {
  display: block;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.1s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}

.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/1712/whatsapp_bg.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.1s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf ///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

/* Detail Listings */
div.product-chooser div.product-chooser-item:first-child span.title {
  color: var(--white);
}