
[class*="hint--"] {
  /* position: relative; */
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */
  }
  [class*="hint--"]:before, [class*="hint--"]:after {
    position: absolute;
    /* -webkit-transform: translate3d(0, 0, 0); */
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;

    z-index: 1000000;
    pointer-events: none;
   
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
  
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
    }

  [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  
    -moz-transition-delay: 100ms;
    
    }
  [class*="hint--"]:before {

    /* border: 6px solid transparent; */
    /* z-index: 1000001; */
    }
  [class*="hint--"]:after {
    background: #383838;
    color: white;
    padding: 8px 10px;
    font-size: 10px;
    font-family: 'Montserrat';
    line-height: 15px;
    right: 30px;
    left: 30px;
    bottom: 220px;
    }
  [class*="hint--"][aria-label]:after {
    content: attr(aria-label); }
  [class*="hint--"][data-hint]:after {
    content: attr(data-hint); }

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }



.hint--top:before {
  border-top-color: #383838; }


  
  
  


 */
[class*="hint--"] {
  /**
   * tooltip body
   */ }
  [class*="hint--"]:after {
    text-shadow: 0 -1px 0px black;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }


