/* Whatsapp */
:root {
  --wsm-white-color: #fff;
  --wsm-black-color: #000;

  --wsm-ight-grey-color: #888;
  --wsm-ight-grey-color-2: #f1f7fb;
  --wsm-hover-color-2: #edf1f4;
}

#whatsapp_scroll a {
  color: var(--wsm-white-color);
  font-size: 9pt;
  text-align: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 50%;
  height: 50px;
  max-height: 50px;
  line-height: 30px;
  min-width: 50px;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  padding: 0px;
  z-index: 9999;
  right: 25px;
  bottom: 75px;
  transition: all .3s linear;
  justify-content: center;
  width: 50px;

  opacity: .7;
}

#whatsapp_scroll a:hover {
  opacity: 1;
}

#whatsapp_scroll img {
  width: 50px;
}

.custom_whatsapp_content_panel {
  background: var(--wsm-white-color);

  position: fixed;
  margin: 0px;
  bottom: 40px;
  right: 25px;
  z-index: 9999;
  display: none;
  width: 330px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  box-shadow: 0px 3px 10px -3px #ccc;

  /* height: calc(100% - 120px); */
  /* bottom: calc(100px); */
  bottom: calc(135px);
  background-color: rgb(255, 255, 255);
  right: 20px;
  overflow: hidden;
}

.whatsapp_bottom_panel {
  height: fit-content;
  display: block;
  position: relative;

  max-height: 300px;
  overflow-y: auto;
  padding: 10px 0px;
}

.whatsapp_content_box,
.whatsapp_content_box_2 {
  position: relative;
  text-align: left;

  margin: 10px 20px;

  font-size: 14px;

}

.whatsapp_content_box {
  background-color: var(--wsm-ight-grey-color-2);
  overflow: hidden;
  border-radius: 6px;

  padding: 16px 15px;
  margin: 20px 20px 0;

}

.whatsapp_content_box_2 {
  margin-top: 20px;

  display: flex;
  gap: 10px;
  align-items: center;
}

.whatsapp_content_box_2 span {
  padding: 5px 12px;
  font-size: 14px;
  border: 1px solid var(--wsm-black-color);
  border-radius: 6px;

}

.whatsapp_content_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.whatsapp_content_descp {
  font-size: 14px;
  color: var(--wsm-ight-grey-color);
}

.custom_whatsapp_content_container::-webkit-scrollbar {
  width: 0px;
}

.custom_whatsapp_content_container::-webkit-scrollbar-track {
  background: transparent;
  display: none;
}

.custom_whatsapp_content_container::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
  display: none;
}

.nav_container i {
  color: var(--wsm-white-color);
}

.whatsapp_nav_txt {
  transition: opacity .3s linear;
  text-align: center;
}

#fixedNav {
  align-items: center;
  background-color: transparent;
  color: inherit;
  display: flex;
  justify-content: space-between;
  position: relative;
  /* position: absolute; */
  top: 0;
  width: 100%;
  z-index: 5;
  color: var(--wsm-white-color);

  padding: 15px 20px;
  height: fit-content;
  gap: 20px;
}

#fixedNav_logo {
  max-width: 130px;
  width: 100%;
}

.nav_descp {
  font-size: 12px;
}

.whatsapp_content_inner_box {
  padding: 10px;
  text-align: left;
}

.whatsapp_logo_icon {
  display: flex;
  justify-content: flex-end;
  padding: 0 10px;
}

/* .whatsapp_logo_icon i{
  font-size: 40px;
} */

.whatsapp_logo_icon img {
  width: 40px;
}

.whatsapp_content_container a {
  color: var(--wsm-black-color);
  text-decoration: none;
}

.whatsapp_bottom_panel::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: transparent;
}

.whatsapp_bottom_panel::-webkit-scrollbar-thumb {
  background: transparent;
}