@tailwind base;
@tailwind components;
@tailwind utilities;


@layer components {


  .sidebar-item {
    @apply px-2 py-2 rounded block text-sm mx-2 my-1;

    color:#dedede;
  }

  .sidebar-item:hover, .sidebar-item-selected {
    background-color:#125e7bb2;
  }

  .events-list {
    @apply mx-2 mt-2;
  }

  .tooltip {
    @apply invisible absolute lg:text-left text-center lg:mx-0 mx-1;
  }
  
  .has-tooltip:hover .tooltip, .has-tooltip:active .tooltip {
    @apply visible z-50;
  }


  .suggestions .suggestion {
    @apply cursor-pointer block p-2 border-b border-gray-400 hover:bg-gray-300 break-words;
  }
  

}


/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


 .profiler-button {
  display: none!important;
 }
