/* Variables CSS =================================== */
:root {
    --color-tablas-kit-digital: #6c757d;
}
  
/* FIN Variables CSS =============================== */


/* #wrapper #content-wrapper #content{
    background-color: #2a2a2a !important;
} */
.topbar #sidebarToggleTop:hover {
    background-color: #eaecf4;
}

.topbar #sidebarToggleTop {
    background-color: #eaecf4;
}

#accordionSidebar {
	transition: width 0.3s ease;
}

/* Agrega una transición suave al sidebar cuando cambia su anchura */
#sidebar {
	transition: all 0.5s ease;
}

/* Ajusta la posición del contenido principal cuando el sidebar está oculto */
#content {
	transition: margin-left 0.3s ease;
}

/* .topbar #sidebarToggleTop:active {
background-color: #f10745 !important;
} */

table {
    border-radius: 15px;
}

#titleSantonja {
    /* font-family: 'Resolve Sans';
    font-weight: normal;
    font-style: normal; */
}

/* css para el input dropZone */
.dropzone {
    text-align: center;
    padding: 30px;
    border: 3px dashed #6088d8;
    border-radius: 10px;
    background-color: #fafafa;
    color: #6088d8;
    cursor: pointer;
    margin-bottom: 20px;
}

.selected-file-wrapper {
    text-align: center;
}

.selected-file {
    color: #000;
    font-weight: bold;
    text-align: start;
}

#filesModalBody {
    background-color: #e9e9e9 !important;
}

/* Footer */
#footer {
	/* color: #fff !important; */
	background-color: #d8d7d7;
}

/* Texto bajo el logo */
#appInfo,
#appInfo a {
	color: #fff !important;
}

/* Modal de versiones de la app */
#versionesApp th a {
	color: #fff !important;
}

/* DataTable histórico */
#historico .data-table-extensions-filter,
#users .data-table-extensions-filter,
#clientes .data-table-extensions-filter {
	border: 1px solid #cdcaca;
	border-radius: 5px;
}
.filter-text:focus-visible {
    border-bottom: 2px solid #619df8 !important;
}

#historico .filter-text::placeholder,
#users .filter-text::placeholder,
#clientes .filter-text::placeholder {
	color: #505050;
}

.print:hover, .download:hover {
	position: relative;
	z-index: 1;
}



/* =========================================================
Personalización info sidebar y justificaciones Kit Digital*/
#appInfo {
    color: whitesmoke;
    font-weight: bold;
    text-align: left;
    font-size: smaller;
    line-height: 25px;
    border: 1px solid white;
    border-radius: 10px;
    padding-left: 1em;
    margin-right: 1em;
}
#appInfo strong{
    font-size: large;
}
#appInfo a{
    color: whitesmoke;

}
#versionesApp .modal-header, #versionesApp thead {
    background-color: var(--color-tablas-kit-digital);
}

#versionesApp th{
    color: white !important;;
}

.reporting-resumen {
    border-left: 10px solid #517091 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.reporting-resumen-avanzadas {
    background-color: #517091 !important;
    border-radius: 8px !important;
    color: white !important;
}

.funnel-img {
    width: 10px;
    height: 10px;
}

.funnel-td1 {
    width: 36% !important;
}

.funnel-color-1 {
    background-color: #3f3f57;
    color: white;
}

.funnel-color-2 {
    background-color: #929292;
    color: white;
}

.funnel-color-3 {
    background-color: #5db2d8;
    color: white;
}

.funnel-color-4 {
    background-color: #191db3;
    color: white;
}

.funnel-table-header th {
    background-color: var(--color-tablas-kit-digital) !important;
    color: white !important;
}


/* Fin Personalización info sidebar y justificaciones Kit Digital
============================================================== */



blockquote {
    border-left: 3px solid #a3a2a2;
    padding-left: 10px;
    background-color: rgb(129, 251, 151);
}

blockquote:has(> blockquote) {
    background-color: rgb(251, 251, 129);
}

blockquote blockquote {
    background-color: rgb(251, 251, 129);
}

.highlight-border {
    border: 2px solid rgb(0, 191, 255) !important;
    border-radius: 5px !important;
    box-shadow: 0 0 10px rgb(0, 191, 255) !important;
    /* background-color: #5db2d8 !important; */
}

.zoom {
    max-width: 70px !important;
    max-height: 70px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform .2s;
    transform-origin: center;
}
.zoom:hover {
    transform: scale(2.5);
    z-index: 1000;
    position: relative;
    /* left: 62px; */
}
.zoom-ver {
    /* max-width: 70px !important; */
    /* max-height: 70px !important; */
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform .2s;
    transform-origin: center;
}
.zoom-ver:hover {
     max-width: 200px !important;
    max-height: 200px !important;
    transform: scale(2.5);
    z-index: 1000;
    position: relative;
    /* left: 62px; */
}

