@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

html {
  --primary: #b09641 !important;
  --primary-color: #b09641 !important;
  --secondary-color: #857134 !important;
  --secondary-blur: #857134bf !important;
  --footer-color: #121921 !important;
  --footage-color: #0d1117 !important;
  --alternative-color: #121921 !important;
  --dark-color: #333 !important;
  --bg-grey-color: #f8f8f8 !important;
}


/* <!-- Typography --> */

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

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

a.btn_1, .btn_1 {
  background: var(--primary-color);
}

a.btn_1:hover, .btn_1:hover {
  background: var(--secondary-color);
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

@media (max-width: 575px) {
  .hero_single.version_2 .wrapper h3 {
    line-height: 1em !important;
  }
}
  
.hero_single .wrapper h4 {
  color: #fff;
}

.hero_single .wrapper .container .container {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .hero_single .wrapper .container .container {
    margin-top: 60px;
  }
}


/* <!-- Header Menu --> */

header {
  background-color: #000;
  box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}

header.header.sticky {
  background-color: var(--alternative-color);
  padding: 10px 20px;
}

#logo img {
  height: 50px;
}

@media (max-width: 991px) {
  header, header.header.sticky {
    padding: 15px 20px;
  }

  #logo img {
    margin: 0;
  }
}

/* Navbar Menu */

@media only screen and (min-width: 992px) {
  /**
  .main-menu>ul>li span>a {
    color: var(--dark-color);
  }
  */

  header.sticky .main-menu>ul>li span>a {
    color: #fff;
  }

  .main-menu {
    top: 15px;
  }
}

.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(--primary-color);
}

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

header .main-menu>ul>li span>.sub-menu:after {
  content: "\f078";
  display: inline-block;
  font-family: "Fontawesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  line-height: normal;
}

@media only screen and (min-width: 992px) {
  .main-menu ul ul {
    left: unset;
    right: 0;
  }

  .main-menu ul ul:before {
    left: unset;
    right: 10%;
  }
}

/* About Us */
.carousel-item {
  /* height: 300px; */
  min-height: 300px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.aboutUs p {
  margin: 0;
}

div.aboutUs ul {
  padding-left: 15px;
}

div.aboutUs ul li {
  list-style-type: decimal;
  line-height: 2;
}

#about div.row.fitur {
  margin-top: 30px;
}

@media (max-width: 425px) {
  #about div.row.fitur {
    margin-top: 30px;
  }
}

#about div.icon,
#fitur div.icon {
  width: 66px;
  height: 66px;
  background: var(--primary-color);
  border-radius: 100%;
  position: relative;
  color: #fff;
  margin: 0 auto 15px;
}

#about div.icon:before,
#fitur div.icon:before {
  content: " ";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

#about div.icon i,
#fitur div.icon i {
  padding-top: 18px;
}

/* BG Custom */
.bg-custom {
  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);
}


/* Tentang Kami */
.fiturImg .owl-nav  {
  display: inline-block;
}

.fiturImg.owl-carousel .owl-nav .owl-prev,
.fiturImg.owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  top: 42%;
  border-radius: 50%;
  background-color: var(--primary-color);

  display: flex;
  align-items: center;
  justify-content: center;
}

.fiturImg.owl-carousel .owl-nav .owl-prev {
  float: left;
  left: -20px;
}

.fiturImg.owl-carousel .owl-nav .owl-next {
  float: right;
  right: -10px;
}

.fiturImg.owl-carousel .owl-nav .owl-prev span,
.fiturImg.owl-carousel .owl-nav .owl-next span {
  font-weight: 600;
  transform: scale(2);
  color: #fff;
}

.fiturImg.owl-carousel .owl-nav .owl-prev:focus,
.fiturImg.owl-carousel .owl-nav .owl-prev:focus-visible,
.fiturImg.owl-carousel .owl-nav .owl-next:focus,
.fiturImg.owl-carousel .owl-nav .owl-next:focus-visible {
  outline: none;
}

.fiturImg .owl-dots {
  text-align: center;
  padding-top: 5px;
}

.fiturImg .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
  border: 1px solid var(--primary-color);
}

.fiturImg .owl-dots button.owl-dot.active {
  background-color: var(--primary-color);
  width: 20px;
  border-radius: 10px;
}

.fiturImg .owl-dots button.owl-dot:focus {
  outline: none;
}

@media (max-width: 768px) {
  .fiturImg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fiturImg .owl-prev,
  .fiturImg .owl-next {
    width: 2rem;
    height: 2rem;
    top: 38%;
  }

  .fiturImg .owl-prev {
    left: 25px;
  }

  .fiturImg .owl-next {
    right: 25px;
  }
}

/* <!-- Video Slider --> */

.videopromo .carousel { box-shadow: 0 0 15px 0 #444; }
/**
.videopromo .carousel-item-next,
.videopromo .carousel-item-prev,
.videopromo .carousel-item.active {
  transition: transform .6s ease, -webkit-transform .6s ease;
}
*/
/**
#mp-video-carousel .carousel-control-prev { left: -110px; border-bottom: 0; }
#mp-video-carousel .carousel-control-next { right: -110px; border-bottom: 0; }
#mp-video-carousel .carousel-indicators { bottom: -80px; }
#mp-video-carousel .carousel-indicators li { width: 16px; height: 16px; margin-left: 5px; margin-right: 5px; border-radius: 50%; }
*/
@media (min-width: 992px) and (max-width: 1199px) {
  .videopromo .carousel-control-prev { left: -92px; }
  .videopromo .carousel-control-next { right: -92px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .videopromo .carousel-control-prev { left: -86px; }
  .videopromo .carousel-control-next { right: -86px; }
}

@media (max-width: 767px) {
  .videopromo .carousel-control-prev, 
  .videopromo .carousel-control-next { display: none; }
  .videopromo .carousel-indicators li { margin-left: 10px; margin-right: 10px; }
}

/* <!-- Carousel Promo Slider --> */

.mp-carousel-item {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 8px;
  padding-left: 8px;
}

#mp-carousel {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#mp-carousel.owl-carousel .owl-item img {
  /*width: 50%;*/
  object-fit: cover;
  height: 300px;
  border-radius: 10px;
}

#mp-carousel .owl-nav  {
  display: inline-block;
}

#mp-carousel .owl-prev,
#mp-carousel .owl-next {
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  top: 42%;
  border-radius: 50%;
  background-color: var(--primary-color);

  display: flex;
  align-items: center;
  justify-content: center;
}

#mp-carousel .owl-prev {
  float: left;
  left: 20px;
}

#mp-carousel .owl-next {
  float: right;
  right: 20px;
}

#mp-carousel .owl-prev span,
#mp-carousel .owl-next span {
  font-weight: 600;
  transform: scale(2);
  color: #fff;
}

#mp-carousel .owl-prev:focus,
#mp-carousel .owl-prev:focus-visible,
#mp-carousel .owl-next:focus,
#mp-carousel .owl-next:focus-visible {
  outline: none;
}

#mp-carousel .owl-dots {
  text-align: center;
  padding-top: 5px;
}

#mp-carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

#mp-carousel .owl-dots button.owl-dot.active {
  background-color: var(--primary);
}

#mp-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}

@media (max-width: 768px) {
  #mp-carousel {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #mp-carousel .owl-prev,
  #mp-carousel .owl-next {
    width: 2rem;
    height: 2rem;
    top: 38%;
  }

  #mp-carousel .owl-prev {
    left: 25px;
  }

  #mp-carousel .owl-next {
    right: 25px;
  }
}

#listings .owl-nav {
  width: 100%;
  top: 35%;
  left: 0;
  position: absolute;
}

#listings .owl-nav button.owl-next, 
#listings .owl-nav button.owl-prev {
  background: var(--primary-color);
  border-radius: 10px;
  width: 40px;
  height: 60px;
  color: var(--white);
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#listings .owl-nav button.owl-prev {
  position: absolute;
  left: -5px;
}

#listings .owl-nav button.owl-next {
  position: absolute;
  right: -5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color) !important;
}

#listings .owl-nav button.owl-prev:focus,
#listings .owl-nav button.owl-next:focus {
  outline: none;
}

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

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

#listing_package .box_grid a.btn_1,
#listings .box_grid a.btn_1,
#listings_package .box_grid a.btn_1 {
  font-weight: 500;
  margin: 0 auto;
  width: 90%;
  left: 0;
  bottom: 15px;
  right: 0;
  position: absolute;
}

#listing_package .box_grid figure,
#listings .box_grid figure,
#listings_package .box_grid figure {
  height: 300px;
  border-radius: 15px 15px 0 0;
}

#listing_package .box_grid figure img,
#listings .box_grid figure img,
#listings_package .box_grid figure img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  transform: none;
  position: static;
  transform: none;
}

#listing_package .box_grid figure small,
#listings .box_grid figure small,
#listings_package .box_grid figure small {
  background-color: #fff;
  color: #999;
  padding: 7px 13px;
  border-radius: 0 0 10px;

  left: -3px;
  top: 0;
  position: absolute;
}

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

#listing_package .box_grid .wrapper h3 a,
#listings .box_grid .wrapper h3 a,
#listings_package .box_grid .wrapper h3 a {
  color: var(--secondary-color);
  font-weight: 600;
  height: 45px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#listing_package .box_grid .wrapper h3 a:hover,
#listings .box_grid .wrapper h3 a:hover,
#listings_package .box_grid .wrapper h3 a:hover {
  color: var(--primary-color);
}

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

#listing_package div.wrapper,
#listings div.wrapper,
#listings_package div.wrapper {
  padding-bottom: 70px;
  min-height: auto;
  position: relative;
}

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

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

#listing_package div.wrapper div.price ul,
#listings div.wrapper div.price ul,
#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;
}

#listing_package table>tbody>tr>td:nth-child(2),
#listings table>tbody>tr>td:nth-child(2),
#listing_pakcage table>tbody>tr>td:nth-child(2) {
  width: 50%;
}

#listing_package table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i,
#listings table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i,
#listings_package table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i {
  font-size: 12px;
  color: #ff7f3a;
}

#listing_package table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i.fa.empty,
#listings table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i.fa.empty,
#listings_package table>tbody>tr:nth-child(3)>td:nth-child(3)>span>i.fa.empty {
  color: #d7d7d7;
}

div.rate-hotel div.rating span:first-child {
  color: #777;
}

div.rate-hotel div.rating strong {
  font-weight: 600;
  color: #777;
  display: block;
}

div.rate-hotel div.rating span i {
  font-size: 12px;
  color: #ff7f3a;
  padding: 0;
}

div.rate-hotel div.rating span i.fa.empty {
  color: #d7d7d7;
}

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

.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;
}

figure:hover figcaption div.caption-content a p {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.mfp-bottom-bar {
  margin-top: 10px;
}

/* 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;
}

img.mfp-img {
  margin: 0;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: FontAwesome !important;
}

.mfp-arrow.mfp-arrow-left:before {
  content: "\f053";
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\f054";
}

footer {
  background: var(--footer-color);
  color: #ddd;
}

footer .partner img {
  margin: 3px 2px;
  border-radius: 5px;
}

footer ul.contacts li {
  display: flex;
}

footer ul.contacts li div.info {
  flex: 2;
}

footer ul.contacts li div.action {
  flex: 1;
}

footer ul.contacts li div.action {
  display: flex;
  justify-content: center;
}

footer ul.contacts li div.action a {
  margin: 10px 5px;
}

footer ul.contacts li div.action a img {
  height: 35px;
  border-radius: 10px;
}

ul#additional_links {
  float: unset;
  padding: 0;
}

ul#additional_links li span,
ul#additional_links li a {
  opacity: 1;
}

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

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


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

/* <!-- 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 {
  margin-left: 5px;
  padding-left: 10px;
  list-style: decimal !important;
}

/*
.listing_description ul li, .singlepost .post-content ul li {
  margin-left: 5px;
  padding-left: 10px;
  list-style: square !important;
}
*/

.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;
}

.listing_description iframe,
.singlepost .post-content iframe {
  height: 420px;
}

@media (max-width: 769px) {
  .listing_description iframe,
  .singlepost .post-content iframe {
    height: 360px;
  }
}

/** Quill Editor Style */

.listing_description .ql-align-right, .singlepost .post-content .ql-align-right {
  text-align: right;
}

.listing_description .ql-align-center, .singlepost .post-content .ql-align-center {
  text-align: center;
}

.listing_description .ql-align-center img, .singlepost .post-content .ql-align-center img {
  display: block;
  margin: auto;
}

.listing_description .ql-align-left, .singlepost .post-content .ql-align-left {
  text-align: left;
}

.listing_description .ql-align-left, .singlepost .post-content .ql-align-justify {
  text-align: justify;
}

/** Itinerary */

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

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

#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;
}

/** Responsive image */

.singlepost .post-content img,
.listing_description .st-main-description img,
.listing_description figure img {
  max-width: 640px !important;
  height: auto;
  /*margin: auto;*/
  display: block;
}

@media (max-width: 480px) {
  .singlepost .post-content img,
  .listing_description .st-main-description img,
  .listing_description figure img {
    max-width: 280px !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .singlepost .post-content img,
  .listing_description .st-main-description img,
  .listing_description figure img {
    max-width: 360px !important;
  }
}

@media (min-width: 769px) {
  .singlepost .post-content img,
  .listing_description .st-main-description img,
  .listing_description figure img {
    max-width: 600px !important;
  }
}


/* <!-- Footer --> */

ul#footer-selector {
  float: none;
  margin: 0 auto;
  text-align: center;
  display: table;
}

ul#additional_links {
  float: none;
}

@media (max-width: 425px) {
  .download-us .row h5 {
    margin-top: 15px;
  }
}

/* Footer */
.follow_us ul li a {
  font-size: 20px !important;
}


/** <!-- To Top Button --> */

#toTop {
  background: var(--primary-color);
  color: var(--white);
  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;
  bottom: 15px;
  right: 15px;
}

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

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


/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  left: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /* background: #009688;
 */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  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 10px 0 0;
}

.header-chat {
  /* background: linear-gradient(to right top, #6f96f3, #164ed2);
 */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

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

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

.info-avatar {
  position: relative;
}

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

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

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

.info-chat span {
  display: block;
}

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

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
 color: #444;
 padding: 20px;
 font-size: 12.5px;
 text-align: center;
 border-top: 1px solid #ddd;
}
*/
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 42px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 42px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 0 0 10px 0
}

a#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;
}

a.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%;
  }
}

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

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.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.3s 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://elfsight.com/assets/chats/patterns/whatsapp.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.3s 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;
}