/* Mobile */
.lvsocial-container {
  position: fixed; 
  bottom: 10px; 
  left: 70px; /* Borlabs cookie */
  right: 0; 
  
  transition: all .5s;
  transition-timing-function: ease-out;
  
  display: flex; 
  flex-direction: row;
  box-shadow: #0000001a 0 2px 9px 4px !important;
}
.lvsocial-container {
  background-color: rgba(255,255,255,1.0); 
  padding: 0px;    
  margin:0px;
        
  justify-content: center; 
  align-items: center;   
  border-radius: 10px;   
  z-index: 10000;
  width: fit-content;   
}
.lvicon-group {
  display: flex;
  flex-direction: column; 
  align-items: center;

  transition: transform 0.3s ease;
}

@media (min-width: 992px) { /* Desktop 768px 992px */
.lvsocial-container {
  background-color: rgba(255,255,255,1.0);
  
  position: fixed; 
  right: 10px;       
  top: 50%;          
  bottom: auto;      
  left: auto;        
  transform: translateY(-50%); 
  
  flex-direction: column; 
}
}

.lvicon-wrapper {
  display: flex;
  justify-content: center; 
  align-items: center;
  
  background-color: #fff;
  border-radius: 10px;
  padding: 0px;
  margin: 5px 5px 0px 5px;
  color: #f00;
  font-size: 24px;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  
  width: 41px;
  height: 41px;
}
.lvicon-wrapper:hover {
  transform: scale(1.1);
}

.lvicon {
  display: flex;
  width: 100%; 
  height: 100%;
  
  color: #fff !important;
  font-size: 24px;
  text-decoration:none;
  align-items: center;
  justify-content: center;
}
.lvicon img {
  width: 24px;
}


.phone {
  background-color: #1A73E8; 
}
.instagram {
  background-color: #E23367; 
}
.facebook {
  background-color: #0866FF; 
}
.youtube {
  background-color: #FF0000; 
}

.lvicon-label {
  font-size:9px;
  font-weight:500 !important;
  color:#000;
  margin:0 0 0px 0;
  align-items: center;
  justify-content: center;
}