﻿@font-face {
    font-family: 'Gontserrat';
    src: url('/fonts/Gontserrat-Regular.woff2') format('woff2'),
    url('/fonts/Gontserrat-Regular.woff') format('woff'),
    url('/fonts/Gontserrat-Regular.ttf') format('truetype'),
    url('/fonts/Gontserrat-Regular.eot');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Roboto, Calibri, 'Gontserrat', sans-serif;
    background-color: #fbede6;
}

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Sidebar specific settings */
.hdcontainer {
    display: grid;
    grid-template-columns: 75px 1fr;
    grid-template-rows: 75px 1fr;
    grid-template-areas:
        "sidebar header"
        "sidebar main";
    height: 100vh;
}
.hdcontainerLobos {
    background-color: #e9ffe7;
}
.hdnavbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 95%;
}
.hdcontainerLobos .hdheader {
    background-color: #e9ffe7 !important;
}
.hdheader {
    grid-area: header;
    background-color: #fbede6;
    color: white;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-between;
}
.hdmenu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    color: white;
}
.hdlogo-btn {
    display: none;
}
.hdlogo-btn .sitecam {
    width: 50px !important;
}
.hdcontainerLobos .hdsidebar {
    background-color: #e9ffe7 !important;
}
.hdsidebar {
    grid-area: sidebar;
    background-color: #fbede6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px 10px 10px;
    height: 100vh;
}
.hdlogo {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.hdmenu-container {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 72px;
    align-items: center;
    padding-top: 10px;
    justify-content: space-between;
    padding-bottom: 50px;
}
.hdMenuSup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}
.hdMenuBot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
}
.hdmenu-item {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hdcontainerLobos .hdmain-content {
    border: 15px solid #e9ffe7 !important;
    background-color: #fbfff7 !important;
}
.hdmain-content {
    grid-area: main;
    background-color: #FFFAF7;
    padding: 10px 20px;
    overflow-y: auto;
    min-height: initial !important;
    border: 15px solid #fbede6;
    border-radius: 30px;
}
.overlaysb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.siterefmenu {
    background-color: #3667b9;
    border-radius: 130px !important;
    width: 100% !important;
    max-width: 30px;
    height: 30px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.siterefmenu .img-sitemap {
    max-width: 24px !important;
}
.siteref {
    background-color: #3667b9;
    border-radius: 130px !important;
    width: 100% !important;
    max-width: 60px;
    height: 60px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.siteref:hover {
    background-color: #FF0025 !important;
}
.siteRed {
    background-color: #FF0025 !important;
}
.siteRed:hover {
    background-color: black !important;
}
.img-sitemap {
    max-width: 40px;
    object-fit: contain;
    object-position: center;
}
.sitecam {
    width: 70px;
}
.row > * {
    padding-right: calc(var(--bs-gutter-x) * .2) !important;
}
/*TABLAS DE TODOS LOS LIST*/
.table-action-button {
    width: 150px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.table-action-button .btn-editar-custom, .table-action-button .btn-eliminar-custom {
    max-width: 45px;
    width: 100%;
    padding: 0px 0px;
    font-size: 18px;
}
.action-button {
    width: 100px;
    margin: auto;
}

/* GENERAL */
.bt2red {
    border-top: 2px solid #C60B1E;
    border: 0px;
}
.card-custom .card-header {
    background-color: #ffffff;
    color: white;
    font-family: 'Roboto';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5px;
    border-bottom: 0px;
    padding: 10px 0px 0px 0px;
}
.loginImage {
    max-width: 100px;
    border: 0px;
}
.card-custom .card-header b {
    color: #ffee90;
}
.f-row-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 10px 0px 5px 0px;
}
.icheck-general input[type=checkbox] {
    accent-color: #C60B1E;
    width: 18px;
    height: 18px;
}
.btn-custom {
    background-color: #FF0025;
    text-transform: uppercase;
    border: 1px solid #FF0025;
    color: #fff;
    font-family: 'Roboto';
    font-size: 13px;
    border-radius: 18px;
}
.btn-custom i {
    color: #f9ffc1;
}
.btn-custom:hover i {
    color: #923b43;
}
.btn-custom:hover, .btn-custom:active {
    background-color: #fff !important;
    color: #FF0025 !important;
    text-transform: uppercase;
    border: 1px solid #FF0025 !important;
    font-weight: bold;
}
.btn-nuevo-custom {
    background-color: #038ce7;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 13px;
    border: 2px solid #038ce7;
}
.btn-nuevo-custom i {
    color: #f9fff6;
}
.btn-nuevo-custom:hover i {
    color: #198754;
}
.btn-nuevo-custom:hover, .btn-nuevo-custom:active {
    background-color: #038ce70f !important;
    color: #00497a !important;
    text-transform: uppercase;
    border: 2px solid #038ce70f !important;
    font-weight: bold;
}
.btn-editar-custom, .btn-buscar-custom {
    background-color: #98e2a8;
    color: #1d7f13;
    font-weight: bold;
    border: 2px solid #98e2a8;
    text-transform: uppercase;
}
.btn-editar-custom i, .btn-buscar-custom i {
    color: #30770b;
}
.btn-editar-custom:hover i, .btn-buscar-custom:hover i {
    color: #198754;
}
.btn-editar-custom:hover, .btn-editar-custom:active,
.btn-buscar-custom:hover, .btn-buscar-custom:active {
    background-color: #daffd0 !important;
    color: #198754 !important;
    text-transform: uppercase;
    border: 2px solid #daffd0 !important;
    font-weight: bold;
}
.btn-eliminar-custom {
    background-color: #ff9292;
    color: #881717;
    text-transform: uppercase;
    border: 2px solid #ff9292;
    font-weight: bold;
}
.btn-eliminar-custom i {
    color: #af0808;
    padding-right: 4px;
}
.btn-eliminar-custom:hover i {
    color: #890000;
}
.btn-eliminar-custom:hover, .btn-eliminar-custom:active {
    background-color: #ffd6d6 !important;
    color: #890000 !important;
    text-transform: uppercase;
    border: 2px solid #ffd6d6 !important;
    font-weight: bold;
}
.btn-guardar-custom {
    background-color: #98e2a8;
    color: #1d7f13;
    font-weight: bold;
    border: 2px solid #98e2a8;
    text-transform: uppercase;
}
.btn-guardar-custom i {
    color: #30770b;
    padding-right: 4px;
}
.btn-guardar-custom:hover i {
    color: #198754;
}
.btn-guardar-custom:hover, .btn-guardar-custom:active {
    background-color: #daffd0 !important;
    color: #198754 !important;
    text-transform: uppercase;
    border: 2px solid #daffd0 !important;
    font-weight: bold;
}
.btn-cancelar-custom {
    background-color: #cbcbcb;
    color: #393939;
    text-transform: uppercase;
    border: 2px solid #cbcbcb;
    font-weight: bold;
}
.btn-cancelar-custom i {
    color: #393939;
    padding-right: 4px;
}
.btn-cancelar-custom:hover i {
    color: #cbcbcb;
}
.btn-cancelar-custom:hover, .btn-cancelar-custom:active {
    background-color: #393939 !important;
    color: #cbcbcb !important;
    text-transform: uppercase;
    border: 2px solid #cbcbcb !important;
    font-weight: bold;
}
.btn-cambio-estado {
    color: #816C5E;
    font-weight: 550;
    font-size: 16px;
    background-color: white;
    border: 2px solid #816C5E;
    border-radius: 20px;
    padding: 3px 30px;
    cursor: pointer;
}
.btn-cambio-estado:hover {
    border: 2px solid #00245D;
    color: #ffffff;
    background-color: #3567B8;
}
.estados-list {
    margin-bottom: 12px;
    padding-left: 16px;
}
.estado-actual, .estado-cambiar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
}
.estado-cambiar {
    padding-bottom: 5px !important;
}
.estado-actual .estado-actual-title {
    color: #816C5E !important;
}
.estado-actual-nombre {
    padding: 5px 30px;
    font-size: 16px;
    border-radius: 20px;
}
.estado-actual-title {
    font-weight: bold;
    font-size: 18px;
    padding-right: 11px;
    color: #FF0025;
    min-width: 185px;
}
.estados-cambios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 6px 0px;
}
.dataTables_info {
    padding-left: 10px;
}
.dataTables_paginate {
    padding-right: 10px;
}

/* MODAL DOC/CON/EST */
.modalDC .modal-dialog, .modalS .modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 96%;
}
.modalDC-title, .modalS-title {
    color: #816C5E;
    font-weight: 550;
    font-size: 18px;
    display: flex;
    width: 100%;
    text-align: start;
}
.modalDC-subtitle, .modalS-subtitle {
    color: #816C5E;
    font-weight: 350;
    /*padding-bottom: 20px;*/
    font-size: 14px;
}
.modalDC-content, .modalS-content {
    background-color: #ffffff;
    width: 100%;
    max-width: 700px;
    padding: 15px 20px;
    border: 2px solid #816C5E;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modalDC-footer, .modalS-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0px 10px;
    gap: 9px;
}
.modalDC-intro, .modalS-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    text-align: start;
    padding: 5px;
    position: relative;
}
.modalDC-close, .modalS-close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20px;
    height: 20px;
    font-size: 24px;
}
.modalDC-mermaid {
    position: relative;
}
.spinnerDC, .spinnerS {
    position: absolute;
    top: 20%;
    left: 45%;
}
.imgBotoneraFile {
    max-width: 20px !important;
}
.botDel .imgBotonera, .botHerMuer .imgBotonera {
    max-width: 20px !important;
}
.botDel:disabled .imgBotonera {
    opacity: 0.2;
}
.btn-ver-consulta {
    border: none;
    color: #1774c1;
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px;
    background-color: transparent;
}
.modalDC-content .card-body, .modalS-content .card-body {
    background-color: white !important;
}

/* DASHBOARD */
.stats-ind {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: max-content;
    gap: 25px 20px;
    padding: 20px 10px 20px 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.stats-ind-prot {
    flex-direction: column !important;
    justify-content: center !important;
}
.dato-individual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    width: 30%;
    height: 100px;
    box-shadow: 2px 2px 2px #cdc3c3;
    max-width: 120px;
}
.di-dato {
    font-weight: bold;
    font-size: 35px;
    color: #0b0b97;
}
.di-nombre {
    text-transform: uppercase;
    font-size: 13px;
}
.graficas {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 25px;
}
.graf-seccion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
}
.graf-seccion canvas {
    max-height: 300px;
}
.hdcontainerLobos .graf-title, .hdcontainerLobos .card-titulo {
    color: #005503 !important;
}
.graf-title {
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 14px;
    text-align: start;
    color: #7E685B;
    margin-bottom: 5px;
}
.graf-desc {
    color: gray;
    font-size: 15px;
    padding-bottom: 8px;
    text-align: start;
    line-height: 16px;
}
.db-protectora-datos {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.db-protectora-header {
    width: 100%;
    text-align: start;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 20px;
}
.db-protectora-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 18px;
    flex-wrap: wrap;
    padding: 5px 0px 5px 30px;
}
.padgraf {
    padding: 5px 50px 30px 50px;
}
.all-stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.stats-procesos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    gap: 18px;
    flex-wrap: wrap;
}
.dato-individual-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    width: 90px;
    height: 90px;
    border-radius: 65px;
}
.dato-individual-p .di-nombre {
    color: #000;
    font-weight: 450;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    padding: 5px 10px 12px 10px;
}
.dato-individual-p .di-dato {
    color: white;
    -webkit-text-stroke: 1px #816C5E;
    font-size: 35px;
}

/* LOGIN/REGISTRO */
.login-CuadroDeMando {
    background-color: #FBEDE6 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh !important;
}
.login-Lobos {
    background-color: #e9ffe7 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh !important;
}
.cdmtitle {
    font-family: Roboto;
    font-size: 25px;
    color: #816C5E;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.caja-login, .caja-registro {
    width: 360px;
}
.caja-login-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
}
.login-border-box {
    border-radius: 10px 0px 0px 10px !important;
}
.login-Lobos .login-border-box .fas {
    color: #007500;
    font-size: 20px;
}
.login-border-box .fas {
    color: #816C5E;
    font-size: 20px;
}
.login-form-control {
    border-radius: 0px 10px 10px 0px !important;
}
.login-input-group-text {
    border: 0px;
    background-color: #816c5e3b;
}
.card-custom .form-control {
    border-radius: 2px !important;
    border: 1px solid #816c5e78 !important;
}
.card-custom .icheck-primary {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 6px;
}
.card-custom .icheck-primary label {
    padding: 0;
    margin: 0;
}

/* BACKOFFICE */
.navbar-nav .fa-bars {
    font-size: 25px;
    margin-left: 15px;
}
.be-navbar {
    background-color: #FAEEE7;
    margin-left: 100px !important;
}
.be-usuario {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5px;
}
.be-usuariotext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0px 5px;
    gap: 5px;
}
.be-username {
    color: #032960;
    font-size: clamp(0.8rem, 2.5vw, 1.2vw);
    line-height: normal;
    text-align: start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.be-role {
    padding: 4px 10px;
    margin: 0;
    line-height: 8px;
    background-color: #836c5e;
    border-radius: 13px;
    font-size: 11px;
}
.be-notificaciones {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    position: relative;
    border: 1px solid red;
    margin-left: 4px;
    background-color: #ffffff;
    text-decoration: none !important;
    border-radius: 4px;
    padding: 1px 0px;
}
.imgNotificaciones {
    max-width: 15px;
}
.texto-notificaciones {
    /*position: absolute;*/
    color: red;
    font-weight: bold;
    font-size: 15px;
}
.be-fecha {
    color: #A8ABAE;
    text-transform: uppercase;
    font-size: clamp(0.6rem, 1.2vw, 1rem);
    line-height: 10px;
}
.be-navbar .nav-link, .be-navbar .nav-link i {
    color: #fff;
}
.sidebar-collapse .be-user-text {
    font-size: 20px;
}
.sidebar-collapse .be-user-welcome {
    display: none;
}
.sidebar-collapse .menu-text {
    color: transparent;
}
.sidebar-collapse .nav-item-dw > .nav-link::before {
    content: '' !important;
}
.sidebar-collapse .main-sidebar:hover .nav-item .menu-text {
    color: #e70318;
}
.nav-link i {
    font-size: 20px;
}
.sidebar-collapse .nav-treeview .nav-item a {
    padding-left: 20px;
}
.sidebar-collapse .be-user-div {
    flex-direction: row !important;
    padding: 12px 8px;
    gap: 18px;
    justify-content: flex-start !important;
    align-items: center !important;
}
.be-user-div {
    width: 100%;
    background-color: #e7031833;
    margin-top: 10px;
    height: max-content;
    padding: 10px 30px;
    gap: 2px;
    border-left: 5px solid #e70318;
}
.be-user-icon {
    background-color: white;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 26px;
    border: 3px solid #960a17;
}
.be-user-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center;
}
.be-user-icon i {
    font-size: 20px;
}
.be-user-welcome {
    font-size: 14px;
    font-weight: normal;
    color: #696969;
}
.be-user-text {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}
.be-regular-container {
    padding: 10px;
    position: relative;
}
.be-regular-container h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}
.be-CuadroDeMando-bg {
    background-color: #FFFBF8;
    position: relative;
}
.btn-flow {
    position: absolute;
    top: 5px;
    right: 30px;
}
.btn-flow-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    gap: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #038ce7;
}

/* Toogle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #038ce7;
    transition: .4s;
    border-radius: 34px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #df7f0c;
}
input:checked + .slider:before {
    transform: translateX(16px);
}
/* Colores para marcado/disabled */
.switchDisabled .form-control-check:not(:disabled):not(:checked) + .slider,
.form-control-check:disabled:not(:checked) + .slider {
    background-color: #ff000036 !important;
}
.switchDisabled .slider,
.form-control-check:disabled:checked + .slider {
    background-color: #00800042 !important;
}
.form-control-check:not(:disabled):not(:checked) + .slider {
    background-color: red !important;
}
.form-control-check:not(:disabled):checked + .slider {
    background-color: #13bd13;
}

/* TABLAS GENERAL */
.dataTable {
    width: 100% !important;
}
.hdcontainerLobos .table > thead tr th {
    background-color: #2a6100;
}
.table > thead tr th {
    background-color: #816C5E;
    vertical-align: middle;
    font-weight: 300;
}
.custom-table .dataTables_processing div div {
    background: #E70318 !important;
}
.custom-table tbody tr {
    text-align: center;
}
table.dataTable thead th {
    color: #fff;
}
.dataTables_processing div div {
    background: #e70318 !important;
}
table.dataTable td {
    border-bottom: 1px solid #816c5e;
    text-align: start;
    font-weight: 400;
    color: black;
    font-size: 13px;
    padding: 3px 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .1em 0.5em;
}
table.dataTable thead th {
    padding: 5px 10px;
}
.dataTables_wrapper .dataTables_info {
    padding-top: .5em;
}
.be-acciones {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}

/*Clase no editable para formulario informe*/
.no-editable {
    pointer-events: none;
    background-color: #e9ecef; /* similar a Bootstrap disabled */
    color: #495057;
}

.dt-icon {
    font-size: 22px;
}
i.fas.fa-check.dt-icon {
    color: green;
}
i.fas.fa-times.dt-icon {
    color: red;
}
.custom-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.custom-check input[type=checkbox] {
    width: 22px;
    height: 33px;
    accent-color: #816C5E;
}
.custom-check input[type=checkbox][readonly] {
    accent-color: #dbdbdb;
}

/* PROCESOS ESTADOS */
.card.cardProcesos {
    --bs-card-spacer-y: 0;
    --bs-card-spacer-x: 0;
}
.cardProcesos .card-body {
    padding: 0 !important;
}
.estadoOK, .expOK {
    background-color: #00b422;
    color: white;
    font-weight: bold;
    padding: 1px 14px;
    border-radius: 15px;
    text-align: center;
    width: fit-content;
}
.estadoWARN, .expWARN {
    background-color: #ff7b00;
    color: white;
    font-weight: bold;
    padding: 1px 14px;
    border-radius: 15px;
    text-align: center;
    width: fit-content;
}
.estadoKO, .expKO {
    background-color: #e20612;
    color: white;
    font-weight: bold;
    padding: 1px 14px;
    border-radius: 15px;
    text-align: center;
    width: fit-content;
}
.estadoEND, .expEND {
    background-color: #9d9d9d;
    color: white;
    font-weight: bold;
    padding: 1px 14px;
    border-radius: 15px;
    text-align: center;
    width: fit-content;
}
.expAnimales {
    background-color: cornflowerblue;
    color: white;
    font-weight: bold;
    padding: 1px 10px;
    border-radius: 15px;
    text-align: center;
    width: fit-content;
}
.expNoAnimales {
    background-color: darkgray;
    color: white;
    font-weight: bold;
    padding: 1px 10px;
    border-radius: 15px;
    text-align: center;
    width: fit-content;
}
.diasEstadoOK {
    background-color: #a7e88c;
    color: black;
    font-weight: bold;
    padding: 5px 18px;
    border-radius: 36px;
    text-align: center;
    width: fit-content;
}
.diasEstadoKO {
    background-color: #a7e88c;
    color: black;
    font-weight: bold;
    padding: 5px 18px;
    border-radius: 36px;
    text-align: center;
    width: fit-content;
}
.diasEstadoKO {
    background-color: #ff0026;
    color: white;
    font-weight: bold;
    padding: 5px 18px;
    border-radius: 36px;
    text-align: center;
    width: fit-content;
}
.diasEstadoEND {
    display: none;
    text-align: center;
    width: fit-content;
}
.expired-date {
    font-weight: bold;
    color: red;
}
.user-dato-alerta {
    color: red !important;
}
.di-dato-alerta {
    color: red !important;
    -webkit-text-stroke: 1px #a10606 !important;
}

/* FILTROS */
.card-filters {
    padding: 10px 0px;
}
.filter-buscar {
    padding: 10px;
    margin-top: 10px;
}
.filterList {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 5px;
    padding: 0px 20px;
}
.filterItem {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.filterItem .SumoSelect {
    min-width: 220px;
}
.filterItem label {
    margin: 0 !important;
    font-weight: 400 !important;
    color: #816C5E;
    font-size: 14px;
}
.form-control {
    border-radius: 15px !important;
    border: 1px solid #816C5E !important;
    height: 30px;
    max-width: 350px;
    padding: .275rem .45rem;
}
.form-control-text {
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #816c5e;
}
.form-control-grow {
    height: max-content;
    max-height: 185px;
    overflow-y: scroll;
}
.form-ayuda {
    background-color: #3667B9 !important;
    color: white !important;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
    width: 200px;
    border: 1px solid #00050c !important;
}
.form-botones {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 8px;
}
.dataTables_length {
    display: none;
}
.fixed-col {
    max-width: 700px;
    width: 100%;
    flex-shrink: 0;
}
.free-col {
    flex-grow: 1;
    min-width: 0;
}
.resume-change {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.resume-change .estado-actual {
    padding-bottom: 0px !important;
}

/* FIELDS CUSTOMS */
.tinfoa-nombre {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.tinfoa-tipo {
    font-size: 12px;
    text-transform: uppercase;
    color: #307924;
    font-weight: bold;
}
.tinfoa-prot {
    font-size: 14px;
    color: #038ce7;
}
.fa-venus, .fa-mars {
    font-size: 17px;
    color: #3e7390;
}
.fa-venus {
    transform: rotate(222deg);
}
.tam-texto {
    margin-left: 4px;
    font-weight: bold;
    color: #168623;
}
.size-on {
    color: #168623;
}
.size-off {
    color: #c5c5c5;
}
.tinfo-check, .tinfo-ready, .tinfo-ok {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.tinfo-check {
    color: #d06400;
}
.tinfo-ready {
    color: #036505;
}
.tinfo-ok {
    color: #0f84a1;
}
.tinfo-check i, .tinfo-ready i, .tinfo-ok i {
    font-size: 18px;
    opacity: 0.8;
}
.tinfoa-sol {
    font-size: 14px;
    color: #888383;
}
.sol-status {
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.sol-current {
    color: #d06400;
    font-weight: bold;
}
.sol-ok {
    color: green;
    font-weight: bold;
}
.sol-ko {
    color: red;
    font-weight: bold;
}
.be-entrena {
    font-weight: bold;
    text-transform: uppercase;
    color: #637c8c;
}
.be-entrena i {
    font-size: 20px;
    opacity: 0.6;
    color: #042d48;
}
.table-info-adopcion {
    padding: 0px 10px;
}
.tadop-nombre {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px;
    font-size: 17px;
    font-weight: bold;
    color: #000075;
}
.tadop-nombre i {
    color: #e70318;
}
.tadop-tipo {
    font-weight: bold;
    color: #0066a9;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px;
}
.tadop-nombre i {
    color: #038ce7;
}
.status-off {
    color: #d5d5d5 !important;
}
.estado-encurso, .estado-encurso i {
    color: #6786fb;
}
.estado-aprobada, .estado-aprobada i {
    color: #2cab2c;
}
.estado-rechazada, .estado-rechazada i {
    color: #c51f1f;
}
.estado-cancelada, .estado-cancelada i {
    color: #696969;
}
.tae-texto {
    margin-left: 4px;
    font-weight: bolder;
    font-size: 16px;
}
.tadop-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: start;
    gap: 0px;
    line-height: 18px;
    margin-top: 6px;
    color: #777777;
}
.tadop-fecha {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #8b0000;
}
.pp-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    flex-wrap: wrap;
    gap: 20px;
}
.simpleimg-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.simpleimg-container img {
    height: 160px;
    padding: 10px;
    max-height: 300px;
}

/* GRID HELPER */
.custom-thead {
    display: none;
}
.custom-tbody {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.fichaAnimal {
    padding: 15px;
    border: 2px solid #ffffff;
    gap: 7px;
    background-color: #038ce721;
    border-radius: 5px;
    position: relative;
    width: 275px;
}
.fichaAnimal .btn-editar-custom {
    position: absolute;
    top: 20px;
    right: 20px;
}
.fichaAdoptado {
    background-color: #fff3aa;
}
.ficha-adopcion {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: white;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 12px;
}
.fichaAdoptado .ficha-adopcion {
    background-color: #eff100;
    color: black;
    font-weight: bold;
}
.fichaDisponible {
    background-color: #00e80821;
}
.fichaDisponible .ficha-adopcion {
    background-color: #0a8d0e;
    color: #ffffff;
    font-weight: bold;
}
.fichaSolicitado {
    background-color: #f2d9ff;
}
.fichaSolicitado .ficha-adopcion {
    background-color: #5f0a8d;
    color: #ffffff;
    font-weight: bold;
}
.ficha-imagen {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 180px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}
.fichaAnimal img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.fichaAnimalInfo {
    position: relative;
}
.ficha-genero {
    position: absolute;
    right: 5px;
    font-size: 30px;
}
.ficha-nombre {
    font-size: 19px;
    color: #e70318;
    line-height: 22px;
    width: 80%;
    text-align: start;
}
.ficha-raza {
    font-size: 12px;
    width: 80%;
    text-align: start;
}
.ficha-edad {
    font-size: 14px;
    padding-top: 5px;
    color: #000000;
}

/* FORMULARIOS BACK */
.tab-pane {
    padding: 0px 10px;
}
.tab-pane .card-filters {
    padding: 20px 20px 4px 20px;
}
.nav-tabs {
    padding: 0px 15px;
}
.tab-formularios {
    background-color: #ec7188 !important;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.tab-formularios.active {
    background-color: #e70318 !important;
}
.tab-formularios i {
    color: #ededed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.select2-container {
    width: 100% !important;
}
.customer-card-header {
    color: white;
    background-color: #e70318;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e703182e !important;
    border: 2px solid #e703184f;
    padding: 2px 4px !important;
    color: black !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none !important;
    font-size: 15px !important;
    padding: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: red !important;
}
.form-rel-texto {
    background-color: #ffffdc;
    padding: 5px 13px;
    text-transform: uppercase;
}
.form-rel-owner-title {
    color: #535353;
}
.form-rel-owner {
    color: #e70318;
}
.form-group {
    margin-bottom: 5px !important;
}
.hdcontainerLobos .form-group-separator {
    border-bottom: 3px solid #2a6100 !important;
}
.form-group-separator {
    border-bottom: 3px solid #826C5C;
    padding: 2px 10px 0px 0px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 25px;
}
.form-group-separator-notop {
    margin-top: 5px !important;
}
.hdcontainerLobos .form-group-separator h3 {
    color: #2a6100;
}
.form-group-separator h3 {
    font-weight: bold;
    color: #826C5C;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.separator-info {
    font-size: 13px;
    color: #535353;
}
.danger-validation {
    font-size: 12px !important;
    text-align: start;
    font-weight: 500;
}
.hdcontainerLobos .iconHelp {
    color: #2a6100 !important;
}
.iconHelp {
    color: #816C5E;
    font-size: 14px;
}
.iconTable {
    font-size: 20px;
}
.iconIncidencia {
    color: #FF0025;
    font-size: 22px;
}
.qq-uploader {
    min-height: 100px !important;
    max-height: 120px !important;
    padding: 20px !important;
    display: flex !important;
    justify-content: center !important;
}
.qq-upload-button {
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 180px !important;
}
.infoupload {
    font-size: 15px;
    color: #232323;
}
.infoupload strong {
    text-decoration: underline;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* ESTADOS */
.list-group {
    max-width: 250px;
}
.list-group-item {
    padding: 2px 10px;
}
.list-group label {
    margin-bottom:0px;
}
/* DETALLE TRAZA */
.detalleTraza {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
}
.detalletraza-title {
    text-transform: uppercase;
    font-weight: 550;
    color: #816C5E;
    font-size: 15px;
}
.detalleTraza-user {
    padding: 10px;
    background-color: #B1D0EF;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
.procesosAbiertosTable tbody td:nth-child(3),
.misProcesosTable tbody td:nth-child(3) {
    white-space: nowrap;
}

/* STATS USUARIO EDITANDO */
.user-info-stats {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin-top: 30px;
}
.user-info-statswrap {
    flex-wrap: wrap;
    margin-top: 10px;
}
.user-info-statswrap .user-info-dato {
    width: auto !important;
    max-width: 48%;
}
.user-info-statsdash {
    max-width: 1000px;
}
.user-info-statsdash .user-info-dato {
    padding: 5px 10px;
}
.hdcontainerLobos .user-info-dato {
    border: 2px solid #026500 !important;
}
.user-info-dato {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border: 2px solid #9C8B80;
    border-radius: 12px;
    background-color: white;
    padding: 5px;
    gap: 3px;
    flex-grow: 1;
    cursor: pointer;
}
.user-dato-name {
    font-size: 12px;
    word-break: break-word;
    text-align: center;
    line-height: 10px;
    height: 30%;
}
.user-dato-num {
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    height: 50%;
}
.user-dato-red {
    color: #ff1835 !important;
}

/* custom alerts */
.custom-alert-mm .alert {
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}
.custom-alert-mm .alert i {
    font-size: 20px;
}
.custom-alert-mm .alert-success {
    border-left: 5px solid #008000;
    background-color: #e6ffe6;
    color: #008000;
}
.custom-alert-mm .alert-warning {
    border-left: 5px solid #ff6c00;
    background-color: #ffeecf;
    color: #ff6c00;
}
.custom-alert-mm .alert-info {
    border-left: 5px solid #bb9f0b;
    background-color: #fff5e1;
    color: #bb9f0b;
}
.custom-alert-mm .alert-error {
    border-left: 5px solid #ff0000;
    background-color: #ffe4e4;
    color: #ff0000;
}
.custom-alert-mm .alert-success i {
    color: #008000;
}
.custom-alert-mm .alert-warning i {
    color: #ff6c00;
}
.custom-alert-mm .alert-info i {
    color: #bb9f0b;
}
.custom-alert-mm .alert-error i {
    color: #ff0000;
}
.custom-carrusel {
    background-color: #00aac621;
    padding: 13px 0px;
}
.custom-carrusel img {
    object-fit: contain;
}
.readonly {
    pointer-events: none;
}

/* ACCESS DENIED PAGE */
.denied {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px);
}
.denied-content {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 5px 5px 12px 0px #cfcfcf;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.denied-image {
    max-width: 150px;
    padding: 20px 0px 30px 0px;
}
.denied-title {
    padding-bottom: 6px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #e70318c2;
    font-size: 24px !important;
}
.denied-intro, .denied-title {
    text-align: center;
    font-size: 21px;
    line-height: 20px;
    padding-bottom: 20px;
}
.denied-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #8080804f;
}
.denied-links a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 7px;
    text-decoration: none !important;
}
.denied-links a:hover i, .denied-links a:hover span {
    color: red;
}
.denied-links a i {
    font-size: 14px;
    color: gray;
}
.denied-links a span {
    text-align: center;
    text-decoration: dotted !important;
    color: #716f6f;
    line-height: 15px;
    font-size: 14px;
    padding-top: 2px;
}

/* CAPTCHA */
.dntCaptcha-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: #e5e5e578;
    border-radius: 10px;
    border: 1px solid #b9b9b978;
}
.dntCaptcha-text {
    margin: 0;
    width: 100%;
    text-align: start;
}
.dntCaptcha-container .dntCaptcha {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
}
.dntCaptcha-container .dntCaptcha img {
    width: auto !important;
    height: 50px !important;
    margin-top: 4px !important;
}
.dntCaptcha-container .dntCaptcha .input-group {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 5px;
}
.dntCaptchaRefreshButton {
    padding: 5px 10px;
}
#DNTCaptchaInputText {
    width: 100%;
    max-width: 100% !important;
}
.validation-summary-errors ul {
    padding-top: 5px;
}
.validation-summary-errors {
    color: #ff4141;
    font-weight: bold;
    text-transform: uppercase;
}
#dntCaptchaRefreshButton {
    padding: 0px 10px;
    font-size: 18px;
    text-decoration: none !important;
}

/* BOTONERA */
.botonera {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 2px 5px;
    margin-bottom: 10px;
    gap: 0px 5px;
}
.itemBotonera {
    border: none !important;
    cursor: pointer;
    background-color: transparent !important;
}
.itemBotonera.disabled {
    filter: opacity(0.3);
    pointer-events: none;
    cursor: default !important;
}
.imgBotonera {
    width: 30px;
}
.botonera-sep {
    background-color: #836c5e6e;
    height: 30px;
    width: 2px;
    border: none !important;
}
.hdcontainerLobos .tableLink {
    color: #2a6100 !important;
}
.tableLink {
    color: #816C5E;
    font-weight: 600;
}
.tableLink i {
    color: #3567B8;
    font-size: 13px;
    text-decoration: none;
}
.markLeidas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0px 20px;
}
.btnmarkLeidas {
    border: 1px solid #816C5E;
    padding: 2px 7px;
    background-color: #816C5E;
    color: white;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}
.itemFilterBuscar {
    border: none;
    background: transparent;
    font-size: 13px;
    /*text-transform: uppercase;*/
    color: #F2EAE6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 2px solid #3567b8;
    padding: 5px;
    border-radius: 20px;
    background-color: #3567b8;
}
.table-information {
    padding: 2px 10px 10px 10px;
}
.wopad {
    padding: 0px;
}
.itemFilterBuscar .imgBotonera {
    width: 22px;
}
.filterFullItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.estado-final-message {
    color: #816C5E;
    font-weight: 550;
    background-color: #F2EAE6;
    padding: 2px 15px;
    border-radius: 8px;
}
.estado-final-message i {
    color: #816C5E;
    padding-right: 5px;
    font-size: 16px;
}
#eventoForm .form-control {
    width: 100%;
    max-width: initial;
}
.mediaDias {
      width:70px;
}
.chkActivo, .chkNoActivo {
    cursor: pointer;
}
.groupEstados {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.groupPrevios .form-group-separator,
.groupSiguientes .form-group-separator {
    width: 100%;
}
.groupPrevios, .groupSiguientes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    flex-grow: 1;
}
.groupPrevios .list-group, .groupSiguientes .list-group {
    width: 100%;
    max-width: initial !important;
}
.mermaid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
}
.mermaid .edgeLabel:nth-of-type(n+2) span.edgeLabel {
    color: #000000 !important;
    padding: 2px !important;
    font-size: 14px;
    font-weight: 550;
    font-family: 'Roboto';
    margin-left: 5px;
}
.edgeLabel:nth-of-type(n+2) rect {
    transform: scale(1.1);
    border-radius: 10px !important;
    fill: #B1D0EF !important;
}

/*Boton SLIDER de User Suscripcion estados*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 22px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #816c5e;
}
input:checked + .slider:before {
    transform: translateX(18px);
}

/* CUADRO DE MANDO */
.hdcontainerLobos .borderTitle, .hdcontainerLobos .be-role {
    background-color: #2a6100 !important;
}
.borderTitle {
    background-color: #836c5e;
    color: white;
    font-weight: 300 !important;
    padding: 2px 60px 2px 10px;
    text-transform: none !important;
}
.borderTitleCenter {
    text-align: center;
    padding: 2px 60px;
}
.login-Lobos .card, .hdcontainerLobos .div-tables-wrap .card {
    box-shadow: none !important;
    border: 2px solid #007b15 !important;
}
.card {
    box-shadow: none !important;
    border: 2px solid #AEA095 !important;
}
.cardtop .card-body, .nopad {
    padding: 0;
}
.cardtop .be-regular-container {
    padding-top: 0;
}
.hdcontainerLobos .card-body {
    background-color: #fbfff7 !important;
}
.card-body {
    background-color: #FFFBF8 !important;
}
.form-label {
    font-weight: 400 !important;
}
.editingCard {
    border: none !important;
}
.card-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 10px 70px 10px 20px;
    line-height: 20px;
    position: relative;
}
.card-titulo {
    color: #816C5E;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    text-align: start;
}
.card-titulo-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    text-align: start;
}
.btnDiagramaEstados {
    border: none;
    font-size: 13px;
    background-color: transparent;
    font-weight: 400;
    color: #3567B8;
}
.cardNoLine {
    border: none !important;
}
.card-create {
    position: absolute;
    right: 20px;
}
.card-description {
    color: #B7B8BB;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    text-align: start;
    line-height: 13px;
    padding-top: 3px;
}

tr.not-read {
    background-color: #f9f9f9;
    font-weight: bold;
    cursor: pointer;
}
tr.not-read:hover {
    background-color: #e6f7ff;
}
.icon-leida {
    color: #3567B8;
    font-size: 20px;
}
.icon-not-read {
    color: #816C5E !important;
    font-size: 20px;
}

/* LOADER */
.overlay-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #e8e6ff80;
    z-index: 1050;
    display: none;
    justify-content: center;
    align-items: center;
}
.content-center {
    text-align: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid transparent;
    border-top: 4px solid #e70000;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ANIMACIONES CSS */
@keyframes parpadeo {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
.parpadeo {
    animation: parpadeo 1.5s infinite;
}

/* Botones Aplicación */
.div-aplicaciones {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px;
    gap: 15px;
}
.cont-btn-aplicacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e30512;
    border-radius: 20px;
    max-width: 150px;
    height: 150px;
}
.btn-aplicacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
}
.img-aplicacion {
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.img-aplicacion-lite {
    width: 100%;
    object-position: center;
    object-fit: cover;
    background-color: #d50f1b;
    max-width: 25px;
    border-radius: 10px;
}
.btn-app-off {
    background-color: #d3d3d3;
    pointer-events: none;
}
.user-datoA {
    color: #3067B6;
    font-weight: 900;
}
.user-datoB {
    color: #FF2A1D;
    font-weight: 900;
}
.user-datoCOM {
    color: gray;
}
.dashTitle {
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.div-tables-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.dashCard {
    margin-top: 25px;
    min-height: 543px;
    flex-grow: 1;
    width: 30%;
    min-width: 300px;
}
.nodatai {
    font-size: 22px;
    color: #ff00258f;
    margin-top: 80px;
}
.nodatatext {
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 20px;
    text-align: center;
    line-height: 13px;
    color: #8b8a8a;
}
.canvasnodata {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.hdcontainerLobos .filterListDB {
    background-color: #eeffec !important;
}
.filterListDB {
    padding: 15px 10px;
    background-color: #f7f0ea;
    border-radius: 15px;
    border: 1px solid #836c5e29;
}

/* BArra estados expediente */
.hdcontainerLobos .estado-barra-wrapper {
    background-color: #17ef3c21 !important;
}
.estado-barra-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 6px 20px;
    background-color: #ff002521;
    border-radius: 10px;
    margin-top: 5px;
}
.estado-barra-scroll {
    display: flex;
    gap: 0.5rem;
    padding: 0px;
    border-radius: 2rem;
}
.hdcontainerLobos .estado-item {
    color: #2a6100;
    border: 2px solid #065b0054;
}
.estado-item {
    padding: 0.4rem 1rem;
    border: 2px solid #c4bcb5;
    border-radius: 2rem;
    background-color: #fdfaf6;
    color: #6e645a;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
}
.estado-item.activo {
    background-color: #6e645a;
    color: white;
    font-weight: bold;
}
.hdcontainerLobos .estado-item-disabled {
    background-color: #2a6100 !important;
}
.estado-item-disabled {
    background-color: #836c5e !important;
    color: #fff !important;
    opacity: 0.8;
    pointer-events: none !important;
}
.estado-item-inactive {
    color: #bfbfbf !important;
    border: 2px solid #d9d9d9 !important;
    cursor: no-drop;
}

/* Cambiador estados EXPEDIENTE */
.expestado-container {
    background-color: #e0ebff;
    color: #836c5e;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 7px 20px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 13px;
}
.expestado-accion {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.grupochecks {
    padding: 10px;
}
.grupochecksBorder {
    border-top: 2px solid gray;
    padding-top: 15px;
    margin-top: 5px;
}
.itemcheck {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.itemcheck label {
    padding: 0px;
    margin: 0;
    line-height: 18px;
}
.itemcheck input[type='checkbox'] {
    accent-color: #03a321;
}
.grupochecks-title {
    color: #816C5E;
    font-weight: 550;
    font-size: 16px;
    width: 100%;
    display: flex;
}
.grupochecks-subtitle {
    color: #816C5E;
    font-weight: 350;
    font-size: 14px;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.sugRega {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    margin-left: 5px;
    display: none;
}
.strongDirnoti {
    color: #826C5C;
    font-size: 18px;
    font-weight: 500
}
.spanPostal {
    color: #826C5C;
    font-size: 16px;
    font-weight: 500
}
.sugDir {
    position: absolute;
    z-index: 1000;
    left: 354px;
    border-radius: 30%;
}
.addCalleBtn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    margin-left: 5px;
    display: none;
}
.doc-apor-nombre {
    font-weight: bold;
    font-size: 14px;
    color: #5b483c;
}
.doc-apor-nombretipo {
    font-size: 12px;
    color: #a1a1a1;
    font-weight: bold;
}
.iconDownload {
    color: #816c5e;
    font-size: 20px;
}
.itemHref {
    border: none;
    text-decoration: underline;
    color: #816c5e;
    font-size: 14px;
}
.detalleTraza-req {
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    /*margin-top: 10px;*/
    border: 1px solid #bbbbbb;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 3px 0px;
    max-height: 200px;
    overflow-x: auto;
    background-color: #816c5e0f;
}
.detalleTraza-req ul {
    width: 100%;
    text-align: start;
}
.detalleTraza-item {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 6px;
    color: #65554b;
}
.detalleTraza-item input[type="checkbox"] {
    padding-top: 10px;
    margin-top: 3px;
    accent-color: green;
}
.detalleTraza-item label {
    margin: 0;
    padding: 0;
}
.checklist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}
.checkitem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    width: 100%;
}
.row-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.row-start {
    padding-left: 10px;
}
.row-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-fullDocu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    border: 1px solid #3667b9;
    background-color: #3667b9;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-fullDocu:hover {
    background-color: #072f71 !important;
    color: white !important;
}
.btn-ataques {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    border: 1px solid #836c5e;
    background-color: #836c5e;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-ataques:hover {
    background-color: #633d22 !important;
    color: white !important;
}
.btn-dictamen, .btn-cumpleReq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    border: 1px solid #3667b9;
    background-color: #3667b9;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-dictamen:hover, .btn-cumpleReq:hover {
    background-color: #072f71 !important;
    color: white !important;
}
.nombreSupVal:not(a) {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #826c5c;
}
.btn-supValidacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px 0px 6px 0px !important;
    padding: 4px 0px !important;
    background-color: #826c5c;
    border: 1px solid #826c5c;
    width: 200px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-supValidacion:hover {
    background-color: #505050 !important;
    color: white !important;
}
.panelRESPSUP a {
    margin-bottom: 10px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
}
.row-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 5px;
    margin-bottom: 10px;
}
.textoDictamen {
    line-height: normal;
    font-size: 14px;
    color: gray;
    text-align: start;
}
.SumoSelect {
    width: 100%;
}
.SumoSelect>.CaptionCont>span.placeholder {
    background-color: transparent;
    color: black !important;
    font-style: normal;
    opacity: 1;
}
.dictOK, .dictKO, .dictUND, .dictPEND, .aviso112, .dictINV {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
    gap: 5px;
    width: fit-content;
}
.dictOK i, .dictKO i, .dictUND i, .dictPEND i, .aviso112 i, .dictINV i {
    padding: 5px;
    font-size: 12px;
    border-radius: 22px;
}
.dictOK i, .aviso112 i {
    background-color: #00b422;
    color: #ffffff;
}
.dictKO i {
    background-color: #e20612;
    color: #ffffff;
}
.dictUND i {
    background-color: #818181;
    color: #ffffff;
}
.dictINV i {
    background-color: #ff8105;
    color: #ffffff;
}
.dictPEND i {
    background-color: #c5c5c5;
    color: #ffffff;
}

/* STATUS EXPEDIENTE DISPLAY */
.displayExp-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 8px;
}
.displayExp-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 2px 15px;
    border-right: 3px solid #9c8277;
    border: 1px solid #efefef;
    background-color: #f5f5f5;
}
.displayExp-itemselected {
    border-right: 3px solid #00bd31 !important;
    background-color: #c4ffc2 !important;
}
.displayExp-balls {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 12px;
}
.displayExp-ball {
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 25px;
    font-size: 18px;
    position: relative;
}
.displayExp-abs {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    background-color: #f55816;
    border-radius: 15px;
    border: 1px solid #ffffff;
}
.softblink {
    animation: softblink 2s linear infinite;
}

@keyframes softblink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}
.dispExpOK {
    background-color: #00b422;
    color: white;
}
.dispExpOKNotificaciones {
    background: linear-gradient(135deg, #00b422 50%, #ff9d28 50%) !important;
}
.dispExpKO {
    background-color: red;
    color: white;
}
.dispExpKONotificaciones {
    background: linear-gradient(135deg, red 50%, #ff9d28 50%) !important;
}
.dispExpUND {
    background-color: #818181;
    color: white;
}
.dispExpUNDNotificaciones {
    background: linear-gradient(135deg, #818181 50%, #ff9d28 50%) !important;
}
.dispExpINV {
    background-color: #ff8105;
    color: white;
}
.dispExpNO {
    background-color: #c9c9c9;
    color: #ebebeb;
}
.dispREC {
    background-color: red;
    color: white;
}
.dispExpWARN {
    background-color: #ff9d28;
    color: white;
}
.displayExp-title {
    margin-top: 2px;
    color: #5b5b5b;
}
.dispExpBlack {
    color: black;
    font-size: 14px;
}
.SumoSelect > .optWrapper {
    z-index: 1043 !important;
}
.formPad {
    padding: 15px 10px;
}
.switchDisabled {
    pointer-events: none;
}
.reqTableItem {
    font-size: 14px;
    color: #816c5e;
    font-weight: bold;
}
.reqTableItem i {
    margin-right: 4px;
    font-size: 14px;
}
.iconReqTablaOK {
    color: #3abb3a;
}
.iconReqTablaKO, .iconInvalidadoKO {
    color: #f55816;
}
.iconTagAnimal {
    color: #f38900;
    font-size: 15px;
}
.iconMinusAnimal {
    color: gray;
    font-size: 11px;
}
.textoIdentificacion {
    color: #f38900;
    font-size: 14px;
    font-weight: 550;
}
.textoIdentificacion-no {
    color: gray;
    font-weight: normal;
    font-size: 14px;
}
.tayud {
    background-color: #ed3636 !important;
    border: 1px solid red !important;
    font-size: 15px !important;
}
.tayup {
    font-size: 14px !important;
}
.docuInv {
    text-decoration: line-through !important;
    color: red !important;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 350px;
}
.custom-select-with-arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 15px !important;
    border: 1px solid #816C5E !important;
    height: 30px;
    padding: .275rem .45rem;
    padding-right: 2rem;
    background-color: white;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 12px 12px; /* ajusta según tamaño deseado */
}
.expestado-aviso {
    color: #bb2020;
    font-weight: bold;
    font-size: 15px;
}
.ataDesc {
    color: #a96012;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.textoInfoAyuda {
    background-color: #816c5e38;
    padding: 30px 15px 10px 21px;
    border-radius: 10px;
    position: relative;
    position: relative;
    font-size: 14px;
    text-align: start;
    font-weight: bold;
    color: #816c5e;
}
.textoInfoAyuda i {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 14px;
    color: #816c5e;
}
/* herido > muerto */
.divHerMuer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.divHerMuer i {
    font-size: 14px;
    color: #3abb3a;
}
.herMuerto {
    font-size: 14px;
    color: #816c5e;
    font-weight: bold;
}
.herTachado {
    text-decoration: line-through;
    font-size: 14px;
    color: #91919178;
    font-weight: bold;
    text-decoration-color: #a31717;
    text-decoration-thickness: 2px;
}
.infoHeridoMuerto {
    font-size: 12px;
    font-weight: bold;
    color: #d5620e;
    padding: 2px 0px 5px 8px;
}
.infoHeridoMuerto i {
    font-size: 10px;
    background-color: #e5e547;
    color: #3f3f3f;
    border-radius: 10px;
    padding: 2px 5px;
    text-align: center;
    border: 2px solid #9b9b9b;
}
/* CONTROL REGA/DNI */
.dniRegaDesc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.dniRegaOne {
    text-align: start;
    font-size: 15px;
    font-weight: bold;
    color: #826c5c;
}
.dniRegaRest {
    text-align: start;
    font-size: 13px;
    font-weight: normal;
    color: #826c5cbf;
    line-height: 18px;
    padding-right: 30px;
}

/* FLOATING TOOLTIP */
.reactive-tooltip {
    cursor: pointer;
}
.floating-tooltip {
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-family: system-ui, sans-serif;
    pointer-events: none;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    max-width: 250px;
    white-space: nowrap;
}
/* TEMA LOBOS: Básico */
.tippy-box[data-theme~='lobos'] {
    background-color: #3667b9;
    color: white;
    word-break: break-word;
}
.tippy-box[data-theme~='lobosdash'] {
    background-color: #3667b9;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    word-break: break-word;
}
.tippy-box[data-theme~='lobos'][data-placement^='top'] > .tippy-arrow::before,
.tippy-box[data-theme~='lobosdash'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #3667b9;
}
.tippy-box[data-theme~='lobos'][data-placement^='bottom'] > .tippy-arrow::before,
.tippy-box[data-theme~='lobosdash'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #3667b9;
}
.tippy-box[data-theme~='lobos'][data-placement^='left'] > .tippy-arrow::before,
.tippy-box[data-theme~='lobosdash'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #3667b9;
}
.tippy-box[data-theme~='lobos'][data-placement^='right'] > .tippy-arrow::before,
.tippy-box[data-theme~='lobosdash'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #3667b9;
}

/* TEMA LOBOSOK (verde) */
.tippy-box[data-theme~='lobosok'] {
    background-color: #206B00;
    color: #fff;
    word-break: break-word;
}
.tippy-box[data-theme~='lobosok'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #206B00;
}
.tippy-box[data-theme~='lobosok'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #206B00;
}
.tippy-box[data-theme~='lobosok'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #206B00;
}
.tippy-box[data-theme~='lobosok'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #206B00;
}

/* TEMA LOBOSKO (Rojo) */
.tippy-box[data-theme~='lobosko'] {
    background-color: #800000;
    color: #fff;
    word-break: break-word;
}
.tippy-box[data-theme~='lobosko'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #800000;
}
.tippy-box[data-theme~='lobosko'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #800000;
}
.tippy-box[data-theme~='lobosko'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #800000;
}
.tippy-box[data-theme~='lobosko'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #800000;
}

/* TEMA LOBOSWARN (Naranja) */
.tippy-box[data-theme~='loboswarn'] {
    background-color: #FF8800;
    color: #fff;
    word-break: break-word;
}
.tippy-box[data-theme~='loboswarn'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #FF8800;
}
.tippy-box[data-theme~='loboswarn'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #FF8800;
}
.tippy-box[data-theme~='loboswarn'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #FF8800;
}
.tippy-box[data-theme~='loboswarn'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #FF8800;
}

/* TEMA LOBOSUND (Grises oscuros) */
.tippy-box[data-theme~='lobosund'] {
    background-color: #818181;
    color: white;
    word-break: break-word;
}
.tippy-box[data-theme~='lobosund'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #818181;
}
.tippy-box[data-theme~='lobosund'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #818181;
}
.tippy-box[data-theme~='lobosund'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #818181;
}
.tippy-box[data-theme~='lobosund'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #818181;
}

/* TEMA LOBOSINV (Naranjas) */
.tippy-box[data-theme~='lobosinv'] {
    background-color: #ff8105;
    color: white;
    word-break: break-word;
}
.tippy-box[data-theme~='lobosinv'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #ff8105;
}
.tippy-box[data-theme~='lobosinv'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #ff8105;
}
.tippy-box[data-theme~='lobosinv'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #ff8105;
}
.tippy-box[data-theme~='lobosinv'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #ff8105;
}

/* TEMA LOBOSNO (Grises claros) */
.tippy-box[data-theme~='lobosno'] {
    background-color: #e5e5e5;
    color: #484848;
    font-weight: 550;
    word-break: break-word;
}
.tippy-box[data-theme~='lobosno'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #e5e5e5;
}
.tippy-box[data-theme~='lobosno'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #e5e5e5;
}
.tippy-box[data-theme~='lobosno'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #e5e5e5;
}
.tippy-box[data-theme~='lobosno'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #e5e5e5;
}

/* TEMA LOBOSINFO (Amarillo) */
.tippy-box[data-theme~='lobosinfo'] {
    background-color: #fdf511;
    color: #000;
    word-break: break-word;
}
.tippy-box[data-theme~='lobosinfo'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #fdf511;
}
.tippy-box[data-theme~='lobosinfo'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #fdf511;
}
.tippy-box[data-theme~='lobosinfo'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #fdf511;
}
.tippy-box[data-theme~='lobosinfo'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #fdf511;
}
.clickMarkRead {
    cursor: pointer;
}
.coordButton {
    background-color: #3667b9;
    color: #ffffff;
}
.coordButton:hover {
    background-color: #ffffff;
    color: #3667b9;
}
/* Contraseña (ojito) */
.divShowPass, .divShowPassLg {
    width: 30px;
    height: 30px;
}
.divShowPass i, .divShowPassLg i {
    cursor: pointer;
}
.divPassLogin {
    display: flex;
    flex-direction: row;
    justify-content: center; 
    align-items: center;
}
.contPass {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.contPassMax {
    max-width: 350px;
}
.contPassLog {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    position: relative;
    display: inline-block;
    width: 100%;
    border: none !important;
}
.input-with-eye {
    padding-right: 2.5rem;
    max-width: none !important;
}
.btn-eye {
    position: absolute;
    top: 15px;
    right: 0.75rem;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: 1;
    color: #555;
}
.btn-eye:hover {
    color: #000;
}
form#formRenovar {
    max-width: 500px;
}
.tipoDocumentoAF {
    font-style: normal;
    color: #fff;
    padding: 1px 10px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 11px;
    line-height: 16px;
    margin-top: 2px;
    text-align: center;
    margin-bottom: 3px;
    text-transform: uppercase;
    background-color: #000000ab;
    width: max-content;
}
.invalidarText {
    color: #6d503e;
    text-decoration: none !important;
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
    margin-top: 2px;
    padding: 2px 20px 4px 6px;
    text-align: start;
    border-left: 3px solid #f55816;
    margin-bottom: 4px;
}
.leaflet-marker-pane img {
    object-fit: contain;
}
.avisoEdicion {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #b1001a;
    padding: 8px 10px;
    gap: 6px;
    color: white;
}
.avisoEditionText {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 10px;
}
.avisoEditionCab {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 6px;
}
.avisoRecalculo {
    margin-top: 10px;
}
.itemPostModificado {
    width: 20px;
}
.itemRecalcular {
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 5px;
    background-color: #fff70a !important;
    border-radius: 4px;
}
.form-evolucion {
    width: 200px;
}

/* Add responsiveness */
@media (max-width: 880px) {
    .user-info-stats {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .user-info-dato {
        width: 120px;
    }
    .estado-actual, .estado-cambiar {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .estados-list {
        margin-bottom: 12px;
        padding-left: 0px;
    }
    /* 880880 */
}
@media (max-width: 768px) {
    html {
        font-size: 16px;
    }
    .main-sidebar {
        width: 200px;
    }
    .sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
        width: 95%;
    }
    .sidebar-menu .nav-link {
        font-size: 1rem;
    }
    .sidebar-menu .nav-link i {
        font-size: 1.2rem;
    }
    .pageHeader {
        flex-direction: column-reverse !important;
        justify-content: center !important;
        width: 100%;
        padding-top: 4px !important;
        gap: 15px;
    }
    .pageHeader .pageInfo {
        width: 100%;
    }
    .page-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
    }
    .hdcontainer {
        grid-template-columns: 0px 1fr;
        grid-template-rows: 60px 1fr;
    }
    .hdmain-content {
        padding: 10px;
    }
    .hdmenu-btn {
        display: flex;
    }
    .hdlogo-btn {
        display: block;
    }
    .hdsidebar {
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh;
        width: 80px;
        transform: translateX(-100%);
        z-index: 1044;
        transition: transform 0.3s ease-in-out;
    }
    .hdsidebar.open {
        transform: translateX(0);
    }
    .overlaysb.show {
        display: block;
    }
    .be-regular-container {
        padding: 0px 4px;
    }
    .botonera {
        padding: 5px 20px;
    }
    .texto-notificaciones {
        font-size: 12px;
    }
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        font-size: 12px;
    }
    .dashCard {
        min-height: initial;
    }    
    /* 768768 */
}
@media (max-width: 576px) {
    .caja-login, .caja-registro {
        width: 100%;
        max-width: 360px;
    }
    .dato-individual {
        width: 45%;
    }
    /* 576576 */
}
@media (max-width: 550px) {
    .groupEstados {
        justify-content: center;
        gap: 15px;
    }
    .groupPrevios, .groupSiguientes {
        width: 100%;
        align-items: center;
    }
    .groupPrevios .list-group, .groupSiguientes .list-group {
        width: 100%;
        max-width: initial;
    }
    /* 550550 */
}
@media (max-width: 450px) {
    .be-usuariotext {
        gap: 5px;
    }
    .botonera {
        padding: 5px 10px;
        gap: 2px;
    }
    .form-evolucion {
        width: 230px;
    }
    /* 450450 */
}
@media (max-width: 400px) {
    /*.form-group .col-md-4, .form-group .col-md-8 {
        padding: 0 !important;
    }*/
    /* 400400 */
}
@media (max-width: 370px) {
    .caja-login, .caja-registro {
        width: 95%;
        max-width: 300px;
    }
    .dato-individual {
        width: 45%;
        height: 75px;
    }
    .di-dato {
        font-size: 20px;
    }
    .stats-ind {
        gap: 15px 5px;
        padding: 15px 3px;
    }
    .user-info-dato {
        width: 100%;
    }

 
    /* 370370 */
}