/* .icon-bar {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: fixed;
	right: 0;
	margin: 0;
	bottom: 0;
	z-index: 100;
  }
  
  .icon-bar a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
  }
  
  .icon-bar a:hover {
	background-color: #000;
  }
   */
  

  /**/
  /* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
	background-color: white;
	color: white;
	padding: 0px 0px;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 100px;
	z-index: 100;
	border-radius: 50%;
	
/* 	height: 50px; */
/* 	border-radius: 50%; */
	

  }
  
  /* The popup chat - hidden by default */
  .chat-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0px;
	bottom: 170px;
	border: 0px solid #f1f1f1;
	z-index: 100;

	
  }
  
  /* Add styles to the form container */
  .form-container {
	max-width: 300px;
	padding: 10px;
	background-color: transparent;
  }
    
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
	background-color: orange;
	border-radius: 50%;
	color: black;
	width: 60px;
	height: 60px;
	font-size: 15px;
	border: 10px solid #3B5998;

	
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
	opacity: 1;
  }

  .chat-popup a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;

  }
  
  .chat-popup a:hover {
	background-color: #000;
	color: white;
  }
  
  .facebook {
	background: #3B5998;
	color: white;
	border-radius: 50%;

  }

  .instagram {
	background: #3B5998;
	color: white;
	border-radius: 50%;

  }

  .viber {
	background: #3B5998;
	color: white;
	border-radius: 50%;

  }



  .envelope {
	background: #3B5998;
	color: white;
	border-radius: 50%;

  }
  
  .twitter {
	background: #55ACEE;
	color: white;
	border-radius: 50%;
  }
  
  .google {
	background: #dd4b39;
	color: white;
	border-radius: 50%;
  }
  
  .linkedin {
	background: #007bb5;
	color: white;
	border-radius: 50%;
  }
  
  .youtube {
	background: #bb0000;
	color: white;
	border-radius: 50%;
  }
  
  .content {
	margin-left: 75px;
	font-size: 30px;
  }

  


