html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  /* position: relative; */
  /* height: 100%; */
}

html body {
  height: 100%;
  /* overflow: hidden; */
  /*display: flex;
  flex-direction: column;*/
}

.wrapper{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main{
  flex: 1;
}

header {
  min-height: 5%;
  width: 100%;
}

/* footer {
  min-height: 30px;
  width: 100%;
} */

.footer-image {
  padding: 10px;
  width: 100px;
}

.card.cue-card {
  min-height: 40px;
  /* Adjust the height as needed */
}

/* .card {
  height: 100%;
} */

.card-body {
  height: 100%
}

.card-title{
  /* height:auto; */
  flex-grow: 1;
}

.card-header {
  background-color: #dc3545;
  color: white;
  min-height: 40px;
  text-align: center;
  /* display:flex;   */
}

.report-row-selected {
  background-color: #dc3545;
  color: white;
}

.overlay {
  position: fixed;
  /* Fixed position to cover the entire viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  display: none;
  /* Initially hidden */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  z-index: 1000;
  /* High z-index to overlay on content */
}

.background-radial-gradient {
  background-color: hsl(5, 80%, 50%);
  background-image: radial-gradient(650px circle at 0% 0%, hsl(5, 80%, 51%) 15%, hsl(5, 80%, 45%) 35%, hsl(5, 80%, 40%) 75%, hsl(5, 80%, 35%) 80%, transparent 100%),
  radial-gradient(1250px circle at 100% 100%, hsl(5, 80%, 45%) 15%, hsl(5, 80%, 40%) 35%, hsl(5, 80%, 35%) 75%, hsl(5, 80%, 30%) 80%, transparent 100%);
}

.bg-glass {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(75%) blur(0px);
}

.bg-glass-login {
  min-height: 100%;
}

.footer-image {
  max-width: 100%;
  height: auto;
}

.custom-bullet-image{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  min-height: 40px;
  max-height: 50px;
}