/* #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;
}

#titlePontella {
    /* 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;
}

