.input-style {
  background-color: white;
  color: black;
  width: 50%;
  margin: auto;
}

.ant-select .ant-select-selector .ant-select-selection-placeholder {
  color: white;
}

.ant-select .ant-select-arrow {
  color: white;
}

.label {
  font-weight: bold;
  font-size: 1.1em;
  color: #050227;
}

.link-style {
  color: white;
  background-color: #050227;
  font-size: 0.8em;
  text-decoration: none;
}

.link-cout {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.button_style {
  background-color: #050227;
  color: white;
}

.custom-button {
  border-color: grey;
  font-size: 1.3em;
  text-align: center;
}

.image-container {
  position: relative;
  text-align: center;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
}

.card-individual-anlysis {
  height: 40vh;
  background-color: #591a5f;
  border-radius: 10%;
  font-size: 1.9vh;
  font-weight: bold;
  color: white;
  width: 90%;
  margin: auto;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
}

.historic_table {
  border-collapse: separate;
  border-spacing: 0;
}

table .historic_thead {
  position: sticky;
  top: 0;
  background-color: #edecec;
}

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

#historic_page_container > footer {
  margin-top: auto;
}

#__react-alert__ div div div {
  width: 100% !important;
  height: 5vw !important;
}

.gif-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: grey;
  padding: 5%;
  height: 100vh;
}

.gif-title {
  text-align: center;
  font-weight: bold;
  color: #050227;
}

.gif-box {
  display: flex;
  justify-content: center;
}

.gif-notification-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  padding: 10px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

html,
body {
  height: 100%;
  margin: 0;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-wrap {
  flex: 1;
}

footer {
  background: #f8f9fa;
  padding: 1rem 0;
  text-align: center;
}

.centeredGIF {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

