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

/* Turbo Frames don't show the Drive progress bar — dim while the framed request is in flight */
turbo-frame[busy] {
  opacity: 0.55;
  transition: opacity 120ms ease;
  pointer-events: none;
}


/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) 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
 * 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.
 *


 */

 .blur-left {
  position: absolute;
  width: 1367px;
  height: 1367px;
  left: -703px;
  top: -467px;

  background: radial-gradient(50% 50% at 50% 50%, #C0D9FF 0%, rgba(222, 255, 233, 0.802083) 25%, rgba(255, 255, 255, 0) 69.79%);
  opacity: 0.5;
}

.blur-right {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 94%;
  height: 94%;

  background: radial-gradient(50% 50% at 50% 50%, #FFC0C0 0%, rgba(237, 222, 255, 0.802083) 25%, rgba(255, 255, 255, 0) 69.79%);
  opacity: 0.5;
}
