input .checkRowAll, .checkRow {
    cursor: pointer;
}

.datepicker-here {
    z-index: 1600 !important;
}

/* Scroll */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: .3;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    text-indent: -9999px;
    z-index: 1000000;
    background: url('../assets/img/top.png') no-repeat;
}

.dz-progress {
    margin-top: 15px !important;
}

.login-header {
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 32px 40px;
}

td.highlight {
    background-color: lightgoldenrodyellow !important;
}

.dt-checkbox, .DTE_Inline input[type="checkbox"] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control {
    font-size: 13px !important;
}

.select2-container--bootstrap-5 .select2-selection {
    font-size: 13px !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 13px !important;
}

.form-select-sm {
    font-size: 13px !important;
}

.drop-area {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.drop-area.dragover {
    border-color: #000;
}

.fixed-logo-image {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    max-width: 150px;
}

div.dt-processing {
    background-color: #2262a2 !important;
    color: white !important;
    padding-top: 12px !important;
}

.header-bg-pre {
    background-color: #c19102 !important;
}

#footer {
    position: sticky;
    bottom: 0;
    z-index: 1000;
}

.text-menu {
    font-size: 0.75rem;
}

/* Fila estilo título */
.row-title {
    background-color: #f2f2f2 !important; /* Fondo gris claro */
    font-weight: bold; /* Texto en negrita */
    font-size: 1.1em; /* Un poco más grande */
}
