/*================================================================================
	Item Name: HIRE FLOW Portal
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 320px;
	background-color: #993399;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
  }

  /* fix select bug on mobile Ios: https://github.com/Dogfalo/materialize/issues/6464 */
  .select-wrapper * { transition: none !important; transform: none !important; }

  /* css botao estitlizado google*/
  .google-btn {
    display: inline-flex;
    align-items: center;
    background: white;
    color: #555;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }

  .google-icon-wrapper {
    margin-right: 10px;
  }

  .google-icon {
    width: 20px;
    height: 20px;
  }

  .btn-text {
    margin: 0;
  }