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


 */

.grupago-text-color {
  --tw-text-opacity: 1;
  color: #1f1f69;
}

.tooltip {
  position: relative;
  display: inline-block;
}

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

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: #83818473;
}

.grupago-positive-color {
  background-color: #50C878;
}

.hover\:grupago-positive-color:hover {
  background-color: #50C878BA;
}

.grupago-bg-image {
  background-image: url(/assets/blue2_background-04efba9aed629f4624d0eafde3053aea6a3d71baa165307ec7fc8692eae8a663.jpg);
}

.card-iframe {
  height: 275px;
}

.card-iframe-physical {
  height: 320px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
}
.whatsapp-button svg {
    color: white;
    width: 30px;
    height: 30px; /* Adjust the size as needed */
    position: relative;
    top: 10px;
    left: 10px;
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(22, 163, 74);
}
.-mt-32 {
  margin-top: -8rem;
}
.no-arrow {
  list-style: none;
}
.no-arrow::-webkit-details-marker {
  display: none;
}
