.cuadro-banner {
  background-color: #99020B;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 0;
  padding: 4px 0 4px 0;
}
.file-input-custom::-webkit-file-upload-button {
  background: #99020B;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: bold;
}
.file-input-custom::file-selector-button {
  background: #99020B;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: bold;
}
html{
/*  overflow: hidden; */
	overflow-y: auto;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
}

.btn-diga {
  background-color: rgb(153, 2, 11);
  border-color: rgb(153, 2, 11);
  font-size: 13px;
  font-weight: 700;
  color: white;
  padding: 5px 5px;
}

.btn-diga:hover {
  color: white;
  background-color: rgba(153, 2, 12, 0.8);
  border-color: rgb(153, 2, 11);
}

.navegador {
  background-color: rgb(153, 2, 11);
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}
.row select,
.row input[type="date"],
.row textarea,
option,
input[type="text"] {
  font-size: 12px;
}

input[type="password"] {
  font-size: 15px;
}

th {
  background-color: rgb(153, 2, 11);
  color: white;
}

#login {
  position: absolute;
  top: 22rem; 
  right: 50px; 
  max-width: 400px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 20px;
}


.floating-label-group {
  position: relative;
  margin-bottom: 1rem;
}


.floating-select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #6fad73 ;
  border-radius: 5px;
  background: none;
  appearance: none; 
  -webkit-appearance: none; 
}

.floating-label2 {
  position: absolute;
  pointer-events: none;
  top: 7px;
  left: 10px;
  transition: all 0.3s ease;
  color: #666;
  font-size: 16px;
}

.floating-select:focus {
  border-color: #99020B;
  border-width: 2px;
  box-shadow: 0 0 5px rgba(153, 2, 11, 0.5);
  outline: none;
}

.floating-input2 {
  width: 100%;
  padding: 10px;
  font-size: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: white;
}

/* estilos para el login no modificar y mantener a parte */
.floating-input1 { 
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #ccc ;
  border-radius: 5px;
  background: none;
  appearance: none; 
  -webkit-appearance: none; 
}

.floating-label3 {
  position: absolute;
  pointer-events: none;
  top: 7px;
  left: 10px;
  transition: all 0.3s ease;
  color: #666;
  font-size: 16px;
}
.floating-input1:focus + .floating-label3,
.floating-input1:not(:placeholder-shown) + .floating-label3 {
  top: -10px;
  font-size: 12px;
  color: #99020B;
  background-color: white;
}

.floating-input1:focus {
  border-color: #99020B;
  box-shadow: 0 0 5px rgba(153, 2, 11, 1);
  border-width: 2px;
  outline: none;
}
.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
  font-size: 14px;
}
.password-toggle.active {
  color: #99020B;
}

/* Fin de estilos para el login */

.ancho{
  flex: 0 0 90%;
  max-width: 86%;
  margin-left: 25px;
}

.h2-subtitulo{
  font-size: 12px;
  border-radius: 5px;
  margin: 0 0 10px 0;
  background-color: #fbf5eb !important;
  font-weight: bold;
  color: #54595a;
  height: 24px;
  position: sticky;
  z-index: 100;
  top: 0px;
  border:0.5px solid #9a9a9a6c;
  box-shadow: none !important;
  
}


.form-control {
    display: block;
    width: 100%;
    height: 1.8rem !important;
    padding: 0.305rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ancho1{
      flex: 0 0 21%;
    max-width: 17%;
    margin-left: 15px;
}

.ancho2{
      flex: 0 0 28%;
    max-width: 25.6%;
    margin-left: 15px;
}

.ancho3{
      flex: 0 0 18%;
    max-width: 12.2%;
    margin-left: 15px;
}
.ancho4{
  flex: 0 0 12.333333%;
  max-width: 5.333333%;
  margin-right: 10px;
}
.ancho5{
  flex: 0 0 15.333333%;
  max-width: 8.333333%;
}
.ancho6{
      flex: 0 0 18%;
    max-width: 18.2%;
    margin-left: 15px;
}
.ancho7{
  flex: 0 0 50.333333%;
  max-width: 39.333333%;
}
.ancho8{
      flex: 0 0 18%;
    max-width: 14.2%;
    margin-left: 15px;
}


.cuadros{
  border: 1px solid #ccc; 
  border-radius: 5px; 
  padding: 15px;
  height: 220px;
}

.encabe{
  font-size:12px; 
  font-weight: 700;
}


#spinner .spinner-border {
  width: 1.3rem !important;
  height: 1.3rem !important;
  margin-left: 5px !important;
  margin-top: 0px !important;
}

.spinner-border {
  border-width: 0.5em;
  color: #99020B !important; /* Cambia el color aquí */
}

#contenedor-btn-enviar-denuncia {
  position: relative;
}

#spinner {
  position: absolute;
  right: 35rem; /* o left: 10px, según prefieras */
  top: 30%;
  transform: translateY(-50%);
  z-index: 10;
}

#toast-denuncia.text-bg-success {
  background-color: #e6f9e6 !important;
  color: #256029 !important;
}
#toast-denuncia .toast-header.bg-success {
  background-color: #b6e2b6 !important;
  color: #256029 !important;
}
#toast-denuncia .btn-close-white {
  filter: none !important;
}

/* Seguimiento */
.tabla-seguimiento td a {
  color: #2d2f30  !important;
  text-decoration: none !important;
}
.tabla-seguimiento td a:hover {
  color: #54595a !important;
  text-decoration: underline;
}
.tabla-seguimiento td {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.tabla-seguimiento tbody tr:last-child td {
  border-bottom: none !important;
}
.tabla-seguimiento th {
  border: none !important;
}
.tabla-seguimiento tbody tr:nth-child(odd) {
  background-color: #fbf5eb;
}
.tabla-seguimiento tbody tr:nth-child(even) {
  background-color: #ffffff;
}

/* ACTUALIZAR */
.table-responsive td a {
  color: #2d2f30  !important;
  text-decoration: none !important;
}
.table-responsive td a:hover {
  color: #54595a !important;
  text-decoration: underline;
}
.table-responsive td {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.table-responsive tbody tr:last-child td {
  border-bottom: none !important;
}
.table-responsive th {
  border: none !important;
}
.table-responsive tbody tr:nth-child(odd) {
  background-color: #fbf5eb;
}
.table-responsive tbody tr:nth-child(even) {
  background-color: #ffffff;
}