@tailwind base;
@tailwind components;
@tailwind utilities;
.purr {
  position: fixed;
  width: 20em;
  top: 10em;
  right: 39%;
  padding: 1em;
  background-color: #111;
  color: #DDD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-box-shadow: 1px #666;
  -webkit-box-shadow: 1px #666;
  box-shadow: 1px #666;
  filter: alpha(opacity = 90);
  opacity: 0.9;
  -moz-opacity: 0.9;
}

.purr:hover .close, .purr .close {
  position: absolute;
  top: 5px;
  right: 3px;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: url(/assets/close-btn-d034f59cb915ca727d1973cef7fbf3d0619294f2b901fbdd239ada6d0018d60f.png) no-repeat;
} 
@tailwind base;
@tailwind components;
@tailwind utilities; 
/*
 * 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.
 *


 */
