@font-face {
  font-family: Foco;
  src: url(/fonts/Foco-Regular.ttf);
}
* {
  font-family: Foco;
}
.bg-gradient-primary {
  background-color: #1a3b1b !important;
  background-image: none !important;
}
.text-primary {
  color: #000 !important;
}
.page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}
.btn-outline-primary {
  color: #000;
  border-color: #000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-confirm {
  border: 0;
  padding: 10px;
  margin: auto;
  border-radius: 10px;
  background-color: #000;
  color: white;
}
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.border-left-primary {
  border-left: 0.25rem solid #1a3c1b !important;
}

.exid-spinner {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  border-color: #ddd;
  color: #000;
}

.exid-spinner.active {
  display: flex;
}

.exid-spinner::before {
  content: "";
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 0.1em solid;
  border-color: inherit;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: exid-spin 0.75s linear infinite;
}

@keyframes exid-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.table-confirmed {
  display: none !important;
}
