html {
  scroll-behavior: smooth;
  --primary: #d7b26c !important;
  --secondary: #7c011d !important;
  --footer: #232323 !important;
  --footer-color: #ddd !important;
  --footage: #343a40 !important;
}

.text-gradation {
  margin: 25px 0 0 0;
  /*background: -webkit-linear-gradient(bottom, var(--primary) 30%, var(--secondary) 100%);*/
  color: transparent;
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  white-space: normal;
  display: -webkit-box;
}

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

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

.main_title_2 span {
  font-weight: bold;
  width: auto;
  display: inline-block;
  height: auto !important;
}

.main_title_2 span {
  background-color: var(--primary);
  height: 7px;
  border-radius: 10px;
}

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

.custom-search-input-2 input[type='submit'],
.hero_in .wrapper h1 span {
  background: var(--primary);
}

/* <!-- Header Navigation --> */
header.header,
header.header.sticky {
  background: var(--secondary);
  box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
}

.main-menu ul ul:before {
  border-bottom-color: var(--primary);
}

.main-menu ul ul {
  border: 1px solid var(--primary);
}

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

.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 {
  padding: 10px 20px;
  position: relative;
}

header.header.sticky {
  box-shadow: 0 4px 12px #393c4533;
}


/**
header.header.sticky div#logo {
  background: #fff;
}

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

header.header.sticky div#logo:after {
  border-top: 75px solid #fff;
}
*/

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

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

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

header.header nav.main-menu ul li span a,
header.header.sticky nav.main-menu ul li span a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

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

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

header.header nav.main-menu ul ul li a,
header.header.sticky nav.main-menu ul ul li a {
  color: var(--dark);
  width: 100%;
  -webkit-text-fill-color: unset;
}

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

header.header nav.main-menu ul ul li span a:hover,
header.stikcy nav.main-menu ul ul li span a:hover {
  background-position: 0 100%;
  color: var(--primary);
  -webkit-text-fill-color: unset;
}

#menu>ul>li>ul>li>span {
  display: flex;
}

.menu-filter {
  background-color: #fff;
  padding: 15px;
  border-radius: 50px;
}

.menu-filter .row.custom-search-input-2 {
  box-shadow: unset;
}

.menu-filter .row.custom-search-input-2 a {
  display: flow-root;
  border-right: 1px solid #d2d8dd;
  font-weight: 500;
  color: #6c757d;
}

.menu-filter .row.custom-search-input-2 a h5 {
  color: var(--primary);
}

.menu-filter .row.custom-search-input-2 a h5:hover {
  color: var(--secondary);
}

.menu-filter .row.custom-search-input-2 a:hover {
  background-color: #EBEBEB !important;
  border-radius: 50px;
  border: none;
}

.menu-filter .row.custom-search-input-2 a.no-border {
  border: none;
}

@media (max-width: 991px) {
  .menu-filter .article-menu-filter {
    display: none;
  }
}

.menu-filter .row.custom-search-input-2 a.btn_1 {
  padding: 15px;
  display: flex;
  height: 100%;
  width: fit-content;
  align-items: center;
  justify-content: center;
}

.menu-filter .row.custom-search-input-2 a.btn_1:hover {
  background-color: var(--dark) !important;
}

.menu-filter .row.custom-search-input-2 a.btn_1 i {
  background: transparent;
  color: #fff;
  padding: 0;
  position: static;
  height: 20px !important;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .menu-filter {
    padding: 15px;
    border-radius: 25px;
  }

  .menu-filter .row.custom-search-input-2 a {
    padding: 5px 0 !important;
    border-right: none;
    border-bottom: 1px solid #d2d8dd;
  }

  .menu-filter .row.custom-search-input-2 a.btn_1 {
    width: 100% !important;
    padding: 20px !important;
  }
}

.hero_in.tours_detail {
  margin-top: 75px;
}


/* About Us */
div.fiturImg .item img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}

.visi-misi-bg {
  background: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/2861/15.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay {
  position: relative;
  display: flow-root;
}

.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 14%);
  z-index: 1;
}

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

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

#listings .box_grid {
  border-radius: 20px;
  margin-bottom: 30px;
}

#listings .box_grid .text-dark {
  font-weight: 700;
}


#listings .box_grid img {
  width: 100%;
  height: 225px;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  object-position: top;
}

#listings .box_grid .wrapper {
  padding: 15px 20px;
  position: relative;
}

#listings .box_grid .overlay-booked {
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0) 0, var(--white)) 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 20px;
}

#listings .box_grid .wrapper .img-booked {
  width: auto;
  bottom: 45px;
  left: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  z-index: 2;
}

#listings .box_grid .wrapper img.booked {
  height: auto;
  width: 85%;
  transform: rotate(355deg);
}

#listings .box_grid .wrapper h3 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 62px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#listings .box_grid .wrapper .box_item.hotel {
  padding: 10px;
  background: #f5f6fa;
  border-radius: 7px;
}

#listings .box_grid .wrapper .box_item .rating span i.fa.fa-star {
  font-size: 16px;
  color: #ff7f3a;
}

#listings .box_grid .wrapper .box_item .rating span i.fa.empty {
  font-size: 16px;
  color: #b5b5b5;
}

#listings .box_grid .wrapper .box_item.price {
  background: #f5f6fa;
  padding: 10px;
  display: block;
  border-radius: 10px;
}

#listings .box_grid .wrapper .disabled.nav-link {
  color: var(--white);
  background: var(--dark);
}
/* -- Gallery -- */
.gallery-bg {
  background: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/2389/5.png) center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.grid ul li figcaption {
  background-color: rgb(0 173 240 / 22%);
}

/* -- Artikel -- */
#artikel h4 {
  font-weight: 500;
  color: var(--secondary);
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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

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

#artikel a.box_news h4 {
  background: -webkit-linear-gradient(top, #bf914d 30%, #eab11c 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

#artikel a.box_news p,
#artikel a.box_news:hover p {
  color: #555 !important;
}

#artikel a.box_news:hover {
  background: none !important;
  -webkit-background-clip: unset;
  background-clip: unset;
}

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

#artikel a.box_news figure img {
  transform: unset;
  position: static;
}

#artikel a.box_news {
  background: none !important;
  -webkit-background-clip: unset;
  background-clip: unset;
}

article.blog figure {
  height: 100%;
}

@media (max-width: 991px) {
  article.blog figure {
    height: 250px;
  }
}

@media (max-width: 767px) {
  article.blog figure {
    height: 200px;
  }
}

/* Recent Listings - Article Page */
aside div.widget ul.comments-list li {
  background: #fff;
}

aside div.widget ul.comments-list li .alignleft {
  margin: 0 15px 0 0;
}

aside div.widget ul.comments-list li .alignleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* <!-- Partner kami --> */

div.partnerkami .head {
  width: fit-content;
  margin: 0 auto;
  background: #fbbb2c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  bottom: 20px;
  position: relative;
}

div.partnerkami .owl-carousel .owl-item:hover {
  cursor: url(https://storage.googleapis.com/muslimpergi/uploads/gallery/pict/1192/handnmove.png) 8 8, move;
}

div.partnerkami .owl-carousel .owl-item img {
  width: 100%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}


/* <!-- Map Location --> */

iframe.map-location {
  min-height: 400px;
}


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


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


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

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

footer .telp .follow_us ul {
  display: flex;
  align-items: center;
}

.follow_us ul li:first-child {
  margin: 0;
}

footer .telp .follow_us ul li:not(:first-child) {
  margin: 0 5px;
}

footer .partner .partner-payment {
  display: flex;
  position: relative;
}

footer .partner .partner-payment img {
  margin: 10px 15px 2px 0;
  border-radius: 5px;
  width: 56px;
  height: 40px;
}

footer .partner .partner-payment p {
  padding-left: 20px;
}

footer .partner .partner-payment p::before {
  font-family: FontAwesome !important;
  content: "\f054";
  top: 20px;
  left: 70px;
  position: absolute;
}

footer div.follow_us a img {
  height: 25px !important;
}

p.ppiu_link a {
  color: #d2ad67;
}

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

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

#footage {
  background: #fff;
}

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

ul#footer-selector li img {
  border-radius: 8px;
  border: 1px solid var(--secondary);
}


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

#toTop {
  background: var(--primary);
  color: #ffffff;
  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: #fff;
}

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

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

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

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

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

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

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

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

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

.main-menu ul ul li span a:after {
  font-family: FontAwesome !important;
  content: "\f138";
}

@media (max-width: 991px) {

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

  #logo img {
    margin: 0;
  }

  header.header a.btn_mobile {
    position: absolute;
    left: 15px;
    top: 20px;
  }

  .hamburger-inner,
  .hamburger-inner::after,
  .hamburger-inner::before {
    background-color: #c9a166;
  }
}

@media (max-width: 500px) {

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

@media (max-width: 800px) {

  .hamburger-inner,
  .hamburger-inner::after,
  .hamburger-inner::before {
    background-color: #d0ab60;
  }

  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: #fff;
    position: absolute;
    margin: -15px 0 0;
  }

  #logo img {
    margin: 15px 0 0;
  }

  header.header a.btn_mobile {
    position: absolute;
    left: 15px;
    top: 20px;
  }

  #footer-selector {
    display: inline-block;
    text-align: center;
  }

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


/* <!-- Single 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: #fff;
  color: #404040;
  position: fixed;
  height: 45px;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 15px;
  left: 15px;
  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: 40px;
  outline: none;
  resize: none;
  padding: 7px 20px;
  font-size: 14px;
}

a#send-it {
  width: 40px;
  font-weight: 700;
  padding: 8px 10px 0;
  background: #eee;
  border-radius: 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;
}

/** Button chat WA */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #7c011d;
  color: #d7b26c;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 125%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #7c011d transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.adminActions {
  position: fixed;
  bottom: 25px;
  left: 20px;
  z-index: 1;
}

.adminButton {
  height: 60px;
  width: 60px;
  background-color: rgb(76, 175, 80);
  border-radius: 50%;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.adminButton i {
  font-size: 35px;
  top: 47%;
}

.adminButtons {
  position: absolute;
  width: 100%;
  bottom: 120%;
  text-align: center;
  display: none;
}

.adminButtons a {
  font-weight: bold;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-decoration: none;
  margin: 10px auto 0;
  line-height: 1.15;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: relative;
  box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.adminButtons a i::before {
  font-size: 25px;
}

.adminButtons a:hover {
  transform: scale(1.05);
}

.adminButtons a:nth-child(1) {
  background-color: #4CAF50;
  transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(2) {
  background-color: #4CAF50;
  transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(3) {
  background-color: #4CAF50;
  transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(4) {
  background-color: #4CAF50;
  transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
}

.adminActions a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.adminToggle {
  -webkit-appearance: none;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 2;
  transition: box-shadow .2s ease-in-out;
  box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.adminToggle:hover {
  box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.adminToggle:checked~.adminButtons {
  display: initial;
  transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}

.adminToggle:checked~.adminButtons a {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 769px) {
  .tooltip .tooltiptext {
    visibility: visible;
  }
}

.d-table {
  width: 100%;
  height: 100%;
  display: table;
}

.d-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.custom-btn1 {
  background-color: #7c011d;
  color: #d7b26c;
  font-weight: bold;
  border: 1px solid #7c011d;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
}

.custom-btn1:hover {
  background-color: #d2ad66;
  text-decoration: none;
  color: #7c011d;
}
