/* CSS Document */
  /* Icons */
  .social-icons i {
    color:#EFEFEF;      
    font-size: 20px;   
    transition: color 0.3s ease;
  }
  .social-icons a:hover i {
    color:#FFFFFF;       
  }

  /* Tooltip customization */
  .tooltip-inner {
    background-color:white !important;  /* tooltip bg */
    color: black !important;             /* tooltip text */
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 0px;
	margin-bottom:0px;
  }
  
  
  .tooltip {    
    --bs-tooltip-bg:#FFFFFF;
   }
  .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: black !important;
	
  }
  .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: black !important;
		
  }
  .tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: black !important;
		
  }

