@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --feria-color: #c2a992;
  --primary-dark: #090909;
  --primary-light: #f8f9fa;
  --secondary-color: #a6a6a6;
  --red-color: #dc3545;
}
.placeholder-card {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  opacity: 0.5;
}

body {
  font-family: "Lato", sans-serif !important;
}

#login-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.logo-container img {
  max-width: 160px;
  height: auto;
}
.logo-container h1 {
  margin: 0;
  text-align: right;
  font-size: 1.75rem;
}

.btn-dark {
  background-color: black;
  color: white;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"],
.form-signin input[type="te"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.login-card {
  width: 100%;
  max-width: 300px;
}
.form-signin input[type="password"],
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

img.logo {
  max-width: 270px;
  width: 100%;
}
.login-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px;
}

.acreditados-count h5 {
  color: gray;
}
.login-wrap .form-control {
  height: 56px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 5px;
}
.login-wrap .form-control + .form-control {
  margin-top: 10px;
}
.acreditados-count span {
  color: #000 !important;
  font-weight: bold;
}

.card-header.text-center {
  font-weight: bold;
  text-transform: uppercase;
}

/* h1.pageTitle {
  font-weight: 600;
} */
h1.pageTitle:hover {
  opacity: 0.8;
}

.result-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
#show-acreditados-btn {
  margin-top: 1rem;
}
.badge.rounded-pill {
  padding: 0.5em 0.8em;
  font-size: 0.9em;
  color: var(--feria-color);
}
.result-id {
  font-size: 24px;
  margin-right: 15px;
}

.accredited-label {
  background-color: rgb(151, 151, 151);
  color: white;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 4px;
}

.card.mb-3 {
  max-width: 100%;
}

.col-md-4.person-id {
  text-align: center;
  font-size: 7em;
  display: block;
  vertical-align: middle;
}

.pro-id {
  font-size: 5em;
  display: block;
  vertical-align: middle;
}

.card-title,
.card-text {
  margin: 0;
}
.card-text {
  color: gray;
}

.pro-nombre {
  font-size: 2em;
  text-transform: uppercase !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}

.pro-entidad {
  text-transform: uppercase;
}

.card-text.entidad {
  font-size: 1.2em;
}

.person-nombre {
  font-size: 2em;
  text-transform: uppercase !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 600;
}

.person-entidad {
  text-transform: uppercase;
}

.cabecera {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 2em;
}

p.link-sinacreditar,
p.link-acreditados {
  color: grey;
}

p.link-sinacreditar:hover,
p.link-acreditados:hover {
  opacity: 0.8;
  text-decoration: underline;
}

img.img-fluid.img-small {
  max-width: 200px;
}

p.link-sinacreditar,
.link-acreditados {
  color: grey;
  display: inline-block;
  margin-left: 2em;
}

.bg-body-feria {
  background-color: #c2a992 !important;
  color: white;
}

.badge.text-bg-presidente {
  background-color: var(--feria-color) !important;
  color: white;
}

.badge.text-bg-catador {
  background-color: #88a6ff !important;
  color: white;
}

.toast-container.bottom-0.end-0 {
  padding: 1em;
}

.btn.bg-feria {
  background-color: var(--feria-color) !important;
  color: white;
}

.btn-outline-danger {
  border-color: var(--feria-color) !important;
  color: var(--feria-color) !important;
}

.btn-outline-danger:hover {
  background-color: var(--feria-color) !important;
  color: white !important;
}

.btn.bg-feria:hover {
  opacity: 0.8;
  color: white;
}
.bg-feria {
  background-color: var(--feria-color) !important;
  color: white;
}

.feria-color {
  color: var(--feria-color);
}

a,
a:link,
a:visited {
  color: inherit;
}

.btn.bg-feria-secondary {
  background-color: #848484 !important;
  color: white;
}
.btn.bg-feria-secondary:hover {
  opacity: 0.8;
  color: white;
}

.text-bg-autoridades {
  background-color: #578aa9;
  color: white;
  text-transform: uppercase;
}
.text-bg-bodega_finalista {
  background-color: #472bfd;
  color: white;
  text-transform: uppercase;
}
.text-bg-bodega_inscrita {
  background-color: #6b74c3;
  color: white;
  text-transform: uppercase;
}
.text-bg-presidente {
  background-color: #906cb0;
  color: white;
  text-transform: uppercase;
}
.text-bg-otros {
  background-color: #6c6c6c;
  color: white;
  text-transform: uppercase;
}
.text-bg-confirmado {
  background-color: var(--feria-color);
  color: white;
  text-transform: uppercase;
}
.text-bg-no_confirmado {
  background-color: #282828;
  color: white;
  text-transform: uppercase;
}
.card-header.bg-Acreditado {
  background-color: #198754;
  color: white;
  text-transform: uppercase;
}
.card-header.bg-NoAcreditado {
  background-color: rgb(187, 187, 187);
  color: #111;
  text-transform: uppercase;
}
.card-header.bg-Incidencia {
  background-color: #ffb744;
  color: #111;
  text-transform: uppercase;
}

.accordion {
  --bs-accordion-bg: transparent !important;
}
