.app-contents {
   
    padding: 20px 30px;
}

.new-heading {
    background-color: #009bdb !important;
    color: var(--bs-white) !important;
}

.widget-header-title{
    font-size:20px; font-weight:bold;
    color: #009bdb !important;
}

.obligatorio::after {
    content: " *";
    color: red;
    font-weight: bold;
}
.identificacion{

    color: red;
}

.ui-sortable-handle{
    font-size:20px; font-weight:bold;
    background-color: #009bdb !important;
}

#table-head{
    background-color: #009bdb;
    
}

.sub-title th{
    color:white;
    text-align: center;
}

body {
    background-color: #f8f9fa; /* gris claro */
}

#content {
    background-color: #ffffff; /* blanco */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
