.qnomina_container{
max-width:1100px;
margin:auto;
border-radius: 16px;
background:white;
padding:25px;
}

.qnomina_header {
    padding-bottom: 10px;
    border-bottom: 1px solid #dadadaee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.qnomina_title{
font-size:22px;
font-weight:600;
}

.qnomina_number{
font-weight:600;
}



.qnomina_formgrid {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-direction: row;
}


.qnomina_field{
 margin-bottom: 20px;
display:flex;
flex-direction:column;
}

.qnomina_field label{
font-weight: 600;
font-size:13px;
margin-bottom:5px;
}

.qnomina_input,.qnomina_select, input.qnomina_input {
padding:10px;
border:1px solid #ddd;
border-radius:14px;
background:#f5f5f7;
}

.qnomina_btn{
background:#2f36ff;
color:white;
border:none;
padding:10px 18px;
border-radius:6px;
cursor:pointer;
}

.qnomina_table{
border: none;
width:100%;
margin-top:15px;
border-collapse:collapse;
}

button.qnomina_btn {
    border-radius: 14px;
}

.qnomina_table th{
border: none;    
background:#f1f1f1;
padding:10px;
text-align:left;
}

.qnomina_table td {
    border: none;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}

.qnomina_actions{
margin-top:25px;
display:flex;
gap:10px;
}

.qnomina_totals{
margin-left:auto;
width:260px;
margin-top:10px;
}

.qnomina_totals div{
display:flex;
justify-content:space-between;
margin-bottom:6px;
}

.qnomina_total_final{
font-weight:600;
}

.qnomina_table_container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-direction: column;
}

.qdivididos{
    gap: 10px;
    display: flex;
    flex-direction: row;
}

.cont_tabla {
    padding-bottom: 10px;
    width: 100%;
}

.qnomina_table tr {
    margin-bottom: 15px;
}

/* MODAL */

.qnomina_modal{
z-index: 1;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.4);
}

.qnomina_modal_content{
background:white;
width:420px;
margin:90px auto;
padding:20px;
border-radius:8px;
}

.qnomina_modal_header{
font-size:18px;
margin-bottom:10px;
}

.qnomina_modal_footer{
margin-top:15px;
text-align:right;
}

.qnomina_remove{
color:red;
cursor:pointer;
font-weight:bold;
}

.modal_content_qnom {
    gap: 10px;
    display: flex;
    flex-direction: column;
}