#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_online span::before {
   content: "\f086" !important;
    border: none !important;
    font-family: "fontawesome";
    margin-right:.5rem;
} 
#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_offline span::before {
   color:transparent;
    border: none !important;
}
.floating-box {
    
    position: fixed;
    top: 80%;  /* Adjust as needed to position the box vertically */
    right: 20px; /* Adjust as needed to position the box horizontally */
    background-color: #fff;
    
    border-radius: 5px;
   z-index:1000;
   width:275px;
   height:auto;
  
 
}


 #libchat_1578cdfb0900523b1d001b117bf6dac8 p {
  display:none;
 }

#libchat_1578cdfb0900523b1d001b117bf6dac8 button {

    text-decoration: none;
    font-family:"Merriweather Sans"; 
    width:260px;

}
#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_online:hover {
  background-color:#004e60 !important;

}
#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_offline:hover {
  background-color:#004e60 !important;

}
#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_online {
    background-color: #BA0C2F !important;
    color: #FFFFFF;
}
#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_offline {
    background-color: #4F4F4F !important;
    color: #FFFFFF;
}
.floating-box section {
  margin:.5rem;
 padding-right:2px;
}
.cta-button {
    background-color:#004e60;
    color:#fff;
    font-family:"Merriweather Sans"; 
    text-decoration: none;
    width:260px;

}
.cta-button:hover {
    background-color: #BA0C2F !important;
}


.floating-box a {
  color:#fff !important;
}
@media (max-width: 767px) {

  .cta-button {
    display:none;
  }
  
.floating-box {
  background-color:transparent;
  position: fixed;
  top: 90%;  /* Adjust as needed to position the box vertically */
  right: -190px; /* Adjust as needed to position the box horizontally */
   border-radius: 5px;
   z-index:1000;
   color:transparent;
}

#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_online:hover {
  background-color:transparent !important;
color:transparent;

}
#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_offline:hover {
  background-color:transparent !important;
color:transparent;

}
#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_offline {
  background-color:transparent !important;
   
   color:transparent !important;
    border: none !important;
    background-image:url("../images/offlinechat.png");
    background-size:contain;
    background-repeat:no-repeat;
}
#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_online {
  background-color:transparent !important;
   color:transparent !important;
     border: none !important;
     background-image:url("../images/onlinechat.png");
     background-size:contain;
     background-repeat:no-repeat;
}

#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_online span::before {
   color:transparent;
}
#libchat_1578cdfb0900523b1d001b117bf6dac8 button.libchat_offline span::before {
   color:transparent;
}

/*.libchat_offline::before {
   content: "\f27a" !important;
    border: none !important;
    font-family: "Font Awesome 6 Pro";
    margin-right:.5rem;
    color:blue;
  font-size:3rem;
   visibility:visible;
  z-index:1000;
} 
.libchat_online::before {
   content: "\f4a3" !important;
    border: none !important;
    font-family: "Font Awesome 6 Pro";
   visibility:visible;
   color:blue;
   font-size:5rem;
  z-index:1000;
} 
*/

}
  
