.datos-fijos { 
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid black;
    position: relative;	
}

.datos-fijos .label-buscador {
position: absolute;
    top: -6px;
    left: 10px;
    padding: 0 8px;
    font-size: 11px;
    background: white;
    font-weight: 600;
}


.form-row { 
display: flex; 
flex-wrap: wrap; 
gap: 15px; 
align-items: 
flex-end; }

.form-field { 
display: flex; 
flex-direction: column;
}

.form-field label { 
font-size: 12px; 
margin-bottom: 4px; 
color: black;
font-weight: bold; }

.form-field input, .form-field select { 
padding: 6px 8px; 
border: 1px solid #ccc; 
border-radius: 4px; 
}

 .conceptos-table { 
 margin-top: 10px; 
 }

.form-field button {   
padding: 5px 10px;
    margin-right: 5px;
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;font-weight: bold;
    font-family: inherit;}
	
.form-field button:hover {   background-color: #f0f0f0;}
.conceptos-table form button {
    padding: 5px 10px;
    margin-right: 5px;
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    font-family: inherit;
}

.conceptos-table form button:hover {
    background-color: #f0f0f0;
}
	