/*body {
    background-image: url("/assets/login_background.png.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}*/


/* login */
.main-login
{
    width: 100%;
    height: 100vh;
    background-color:  white;
    justify-content: left;
}

#sidebar-container{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 220px;
    background-color: #1c1c1c;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    
}

#sidebar-container button {
  max-width: 100%;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
}



/* Vistas contratos */
.sub-ti{
    color:gray;
}
#tabla{
    margin-top: 5%;

}

.resultados{
    display:flex;
    justify-content: center;
}

.main-contrato
{
    max-width: 100% !important;
}

/* card */

.card{
  background: linear-gradient(135deg,#ffffff, #f8fbff);
  border-left: 6px solid #22c55e;
  justify-content: center;
  padding: 0 !important;

}

.p-2{
        padding: 1px;
}

.descripcion
{
 font-size: 11px;
 color: gray;
}
.pendiente
{
    margin: 5px;
    margin-left: -10px;
}

/*tooltip*/
.ag-theme-alpine .ag-tooltip {
    white-space: pre-line;
    font-size: 14px;
    max-width: 1000px;
    font-weight: bold;
}

/* Vistas Login */
.login{
    background-color:white;
    left: 5%;
    top: 25%;
    width: 35%;
    height: auto;
    padding: 10px;
    position: fixed;
    border-radius: 20px;
    border: solid .2px;
    text-align: center;
    
}
.btn-primary {
    display: block;
    margin: 0 auto;
    margin-top: 20% !important;
}

.mb-3{
    width:70% !important;
    margin: 0 auto !important;
}

.titulo{
    font-weight: bold;
}

.form-check {
    display: flex;
    align-items: center; /* centra verticalmente */
    gap: 0.4rem; /* opcional: espacio entre el checkbox y el texto */
}

.sider + div { min-width: 0; flex: 1 1 auto; }

/* Import
#upload-csv{
	display: flex;
	top: 20px;
    	right: 20px;
    	z-Index: 999;
}

