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

/*

@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.
 *


 */

[x-cloak] {
  display: none !important;
}

.modal {
  background: rgba(0,0,0,.6);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.modal_internal {
  opacity: 1;
  transform: translateY(0%) translateZ(0px);
  margin-top: auto;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.modal_internal_2 {
  -webkit-overflow-scrolling: touch;
  margin: auto auto 0;
  overflow: auto;
  overscroll-behavior: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 478px;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 99;
}

.modal_internal_3 {
  -webkit-overflow-scrolling: touch;
  margin: auto auto 0;
  overflow: auto;
  overscroll-behavior: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  top: 0;
  z-index: 99;
}

.modal_head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 16px;
  border-radius: 16px 16px 0 0;
  flex-shrink: 0;
  overflow: hidden;
  height: 80px;
  background: #fff;
}
