label {
    color: black;
}

.activeMenu {
    background-color: #306D5D;
    box-shadow: 0 7px 10px -5px rgba(200, 108, 22, 0.4);
}

.activeMenu:hover, .activeMenu:focus {
    background-color: #17342C !important;
    box-shadow: 0 7px 10px -5px rgba(200, 108, 22, 0.4);
    color: #000 !important;
}

.activeMenu > i, .activeMenu > p {
    color: #fff !important;
}

.errorMessage {
    display: none;
    font-size: 13px;
    color: red;
}

.tableFix {
    overflow-y: auto;
    height: 220px;
}

.tableFix > th {
    position: sticky;
    top: 0;
    z-index: 2 !important;
}

.buttonDeleteRow {
    display: inline-block;
    height: 15px !important;
    width: 2px !important;
    padding: 15px !important;
    margin: 0 5px !important;
}

.buttonDeleteRow > i {
    top: -9px !important;
    left: -9px !important;
}

@media (min-width: 576px) {
    .modal-xl {
        max-width: 750px !important;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 1020px !important;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1216px !important;
    }
}

div.div_file {
    margin: 1px 15px 20px;
    display: flex;
}

.div_file input {
    display: none;
}

.div_file label {
    display: block;
    padding: 4px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: black;
    background-color: white;
    text-align: center;
    cursor: pointer;
}

/*botones paginación*/

.btn-paginacion {
    position: relative !important;
    top: -4px !important;
}

.btnip-paginacion {
    position: relative !important;
    top: -2px !important;
    left: -1px !important;
}

.btniu-paginacion {
    position: relative !important;
    top: -2px !important;
    left: 1px !important;
}

.thead-blue {
    background-color: #306D5D;
    text-align: center;
    color: #fff !important;
}

.file-card {
    position: relative;
    width: 5rem;
    height: 5rem;
    margin: .5rem;
}

.file-card button {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: .5rem;
    margin-right: .5rem;
    z-index: 3;
}

.file-card button i {
    font-size: 1rem;
}

.file-card div i {
    position: absolute;
    color: #a4adb5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.file-card span {
    position: relative;
    color: #4f4f4f;
    font-size: small;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}

.dataTables_processing {
    z-index: 1 !important;
}

.customCardSolicitud {
    width: 260px;
    height: auto;
    margin: 11px;
    box-shadow: 0 4px 10px #306D5D;
}

.customCardSolicitudProceso [id^="cardGsprDescripcion"] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 10px;
}
.avatar.verde {
    background-color: #306D5D;
}

.error-highlight {
    box-shadow: 0 5px 10px #ff6b6b;
}

/* Estilos para sistema de pestañas */
.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    white-space: nowrap;
}

.nav-tabs .nav-link .fa-times {
    opacity: 0.6;
    transition: opacity 0.2s, color 0.2s;
    font-size: 12px;
}

.nav-tabs .nav-link .fa-times:hover {
    opacity: 1;
    color: #ff4444;
}

.nav-tabs .nav-link.active .fa-times {
    opacity: 0.8;
}
