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


 */

/* This is necessary for the consent confirmation question display */
.hidden {
    display: none;
}
.visible {
    display: block;
}

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

.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition-delay: 0.3s; 
  left: 50%;
  transform: translateX(-50%); 
}

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

.button {
    .show-when-enabled {display: initial}
    .show-when-disabled {display: none}
    &[disabled]
    {
    .show-when-enabled {display: none}
    .show-when-disabled {display: initial}
    }
}

.nested-heirarchy {
  min-height: 15px;
}

select[data-id^="ss-"] {
  pointer-events: none;
  opacity: 0;
  display: flex !important;
  position: relative;
  bottom: 0;
  height: 0px;
  width: 100%; /* Set width to 100% */
  align-items: flex-start; /* Align items to the start (left) */
  justify-content: flex-start; /* Justify content to the start (left) */
}

/* Solarized */
/* :root { */
/*   --bulma-primary-h: 175deg; */
/*   --bulma-primary-s: 59%; */
/*   --bulma-primary-l: 40%; */
/*   --bulma-link-h: 205deg; */
/*   --bulma-link-s: 69%; */
/*   --bulma-link-l: 49%; */
/*   --bulma-info-h: 237deg; */
/*   --bulma-info-s: 43%; */
/*   --bulma-info-l: 60%; */
/*   --bulma-success-h: 68deg; */
/*   --bulma-success-s: 100%; */
/*   --bulma-success-l: 30%; */
/*   --bulma-warning-h: 45deg; */
/*   --bulma-warning-l: 35%; */
/*   --bulma-danger-h: 1deg; */
/*   --bulma-danger-s: 71%; */
/*   --bulma-danger-l: 52%; */
/* --bulma-body-background-color: #fdf6e3; */
    /* --bulma-body-background-color: hsl(221,14%,100%); */
    /* --bulma-body-background-color: #fdf6e3; */

    /*   --bulma-body-color: #586e65; */
/* } */

/* .box { */
    /* --bulma-box-background-color: hsl(221,14%,93%) */
/* } */

/* @media (prefers-color-scheme: dark) { */
/*   .chart-page .box { */
/*       --bulma-box-background-color: #999999 */
/*   } */
/* } */

/* @media (prefers-color-scheme: dark) { */
/*   .chart-page .box { */
/*     --bulma-box-background-color: #000000; */
/*   } */
/* } */

/* [data-theme=light], */
/* .theme-light { */
    /* --bulma-body-background-color: #fdf6e3; */
    /*     --bulma-body-color: #586e65; */
/* } */

/* [data-theme=dark], */
/* .theme-dark { */
    /* --bulma-body-background-color: hsl(221,14%,100%); */
    /* --bulma-body-background-color: #002b36; */
    /* --bulma-body-color: #93a1a1; */
/* } */


footer{
    padding: 1rem 1rem 1rem !important;
}

/* a { */
/*   color: black; */
/*   /\* text-decoration: underline; *\/ */
/* } */

#flex-container {
   display:flex;
   flex-direction:column;
   min-height:100vh;
   min-height:100svh;
}

#flex-container > footer {
   margin-top:auto;
}

.table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.table th, .table td {
    padding: 12px 15px;
}

.table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.table th {
  /* background-color: hsl(174, 59%, 40%); */
  background-color: hsl(171, 100%, 41%);
  /* --bulma-primary-h: 175deg; */
  /* --bulma-primary-s: 59%; */
  /* --bulma-primary-l: 40%; */
}

.nested-heirarchy {
  min-height: 2em;
}

