.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #eeeeee;
  justify-content: center;
  align-items: center;
}

table {
  width: 100%;
}

table th,
table td {
  width: 33.333%;
  text-align: center;
  justify-content: center;
  margin: auto;
}
/*
.carousel-item {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
} */

/* .carousel-item {
  margin: auto;
  position: relative;
  left: 0%;
} */
/*
.carousel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
} */

#alpha-version:hover {
  background-color: #ffffff;
  color: #007bff;
  cursor: pointer;
}

::-webkit-scrollbar {
  background: transparent;
}

/* dcc.Loading component with transparent background */
/* this defines a style for a Loading component with parent_className='loading-wrapper' */
/* .loading_wrapper > div {
  visibility: visible !important;
} */

/* .gif-loading {
  margin: 1rem auto;
  width: 1280px;
  height: 720px;
  text-align: center;
  font-size: 10px;
  background-image: url("/states/thinking.png");
  background-size: contain;
  background-repeat: no-repeat;
} */


#loading-component {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 255, 0.4);
  z-index: 1000;
}

/* Custom CSS for the loading image */
.loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
