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


 */

 .green-liquid{
  color: #0CCA4A;
}

.green-liquid-border{
  border: 3px solid #0CCA4A;
}

.modal-extra-border{
  border: 2px solid gray;
}

.text-green-liquid-500, .text-green-liquid-400, .text-green-liquid-600, .ring-green-liquid-500, .border-green-liquid-500{
  color: #5E2BFF;
}

.bg-green-liquid-600, .bg-green-liquid-700{
  background-color: #5E2BFF;
  color: white;
}

.bg-green-liquid-600:hover, .bg-green-liquid-700:hover{
  background-color: #5E2BFF;
  color: whitesmoke;
}

.sort-desc {
  position: relative;
  top: 0.7rem;
  left: -0.1rem;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #aaa;
}

.sort-asc {
  position: relative;
  bottom: 0.7rem;
  left: -0.1rem;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #aaa;
}

.text-sm{
  font-size: .70rem;
}

.tooltip {
  position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1000;
  bottom: 85%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.greenlf {
  background-color: #0CCA4A !important;
}

.text-greenlf {
  color: #0CCA4A;
}

.greenlf-800 {
  background-color: #0bc148;
}

.text-darklf {
  color: #363636;
}

.darklf {
  background-color: #363636;
}

.darklf-800 {
  background-color: #333333;
}

.text-greenlf-700 {
  --tw-text-opacity: 1;
  color: rgb(12 202 74/var(--tw-text-opacity));
}

.text-violetlf-700 {
  --tw-text-opacity: 1;
  color: rgb(187 185 239/var(--tw-text-opacity));
}

.text-lightgreenlf-700 {
  --tw-text-opacity: 1;
  color: rgb(169 234 203/var(--tw-text-opacity));
}

.text-lightpinklf-700 {
  --tw-text-opacity: 1;
  color: rgb(248 185 184/var(--tw-text-opacity));
}

span.error, #error_explanation{
  color: #EB5F5F
}

.p-12 {
  padding: 3rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.pt-12 {
  padding-top: 3rem;
}
