/* 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_multi_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: 60px;
    max-height: 60px;
    line-height: 30px;
    min-width: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    text-align: center;
    font-size: 16px;
    padding: 0px;
    z-index: 1;
    right: 20px;
    bottom: 60px;
    transition: all .3s linear;
    justify-content: center;
    width: 60px;

    margin: 0px 0px 30px 0px;
}

#whatsapp_multi_scroll img
{
	/* width:80%; */
  width: 30px;
}

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

  position: fixed;
  margin: 0px;
  bottom: 60px;
  right: 20px;
  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(160px);
  background-color: rgb(255, 255, 255);
  right: 20px;
  overflow: hidden;
  z-index: 2;
}

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

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

.whatsapp_content_box {
  background-color: var(--wsm-ight-grey-color-2);
  overflow: hidden;
  padding: 16px 12px;
  position: relative;
  border-radius: 6px;
  text-align: center;

  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;

  margin: 10px 20px;
}

.whatsapp_content_box:hover
{
	background-color: var(--wsm-hover-color-2);
}

.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_multi_nav_txt{
  transition: opacity .3s linear;
  text-align: center;
}

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

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

#whatsapp_icon i {
    font-size: 16px;
}