/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.pagination {
  justify-content: flex-end;
}

.pagination-btn {
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
}

.pagination-btn:hover {
  background-color: #0056b3;
  text-decoration: none;
  color: white;
}

.pagination-btn-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.large-oi {
  font-size: 10rem;
}


.red {
  color: #ff2222;
}

.green {
  color: #60e660;
}

.form-control{
  font-size:0.8rem;
  height: 30px;
}

body{
  margin:20px;
  display:block
}

.form-text {
  border-radius: 7px;
  border: 1px solid var(--bs-blue);
  height: 30px;
  font-size:0.8rem
}

.form-select {
  height: 30px;
  font-size:0.8rem
}

.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 90, 120, 0.399);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none;
}

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 90, 120, 0.399);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none;
}

.page-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
