/* 
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
* See LICENSE in the project root for license information.
*/

html,
body {
  min-width: 270px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

.ms-welcome__header {
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.ms-welcome__main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  padding: 10px 20px;
}

.ms-welcome__main>h2 {
  width: 100%;
  text-align: center;
}

.ms-welcome__features {
  list-style-type: none;
  margin-top: 10px;
}

.ms-firstrun-instructionstep__header {
  padding-left: 20px;
}

.ms-firstrun-instructionstep__welcome-body {
  padding-left: 20px;
}

.ms-firstrun-instructionstep__list {
  padding-left: 20px;
}

.ms-welcome__features.ms-List .ms-ListItem {
  padding-left: 20px;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: flex;
}

.ms-welcome__features.ms-List .ms-ListItem>.ms-Icon {
  margin-right: 10px;
}

.ms-welcome__action.ms-Button--hero {
  margin-top: 30px;
}

.ms-Button.ms-Button--hero .ms-Button-label {
  color: #20438b;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label {
  color: #20438b;
  cursor: pointer;
}

b {
  font-weight: bold;
}

#cuerpo,
#confirmariusupboton,
#bienvenida,
#historial,
#botonhistorial,
#primeratarea,
#segundatarea,
#terceratarea,
#lecturaMultiple,
#homeScreen,
#asistenteFacturacion,
#barraSecundaria,
#lecturaMultipleCompletada {
  display: none;
  height: 100%;
}

#segundatarea,
#titulosegundatarea {
  display: none;
}

/*SELECT 2*/
.select2-container .select2-selection--single {
  height: auto !important;
  padding: 5px 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal !important;
}

.select2-selection {
  border-color: black !important;
  border-width: 0.15rem !important;
}

#emergenteConf {
  z-index: 1000;
  /* establece un valor menor que el valor de z-index de los elementos a sobreponer */
}

#tipoactividadprofesionalRapida {
  position: relative !important;
  /* asegúrate de que el select tenga una posición */
  z-index: 1100;
  /* establece un valor mayor que el valor de z-index de la ventana emergente */
}

#tipoactividadprofesionalRapida~.select2-container {
  position: relative !important;
  /* asegúrate de que el contenedor del select tenga una posición */
  z-index: 1100;
  /* establece un valor mayor que el valor de z-index de la ventana emergente */
}

#tapAsistente2 {
  position: relative !important;
  /* asegúrate de que el select tenga una posición */
  z-index: 1100;
  /* establece un valor mayor que el valor de z-index de la ventana emergente */
}

#tapAsistente2~.select2-container {
  position: relative !important;
  /* asegúrate de que el contenedor del select tenga una posición */
  z-index: 1100;
  /* establece un valor mayor que el valor de z-index de la ventana emergente */
}

.modal-backdrop {
  z-index: 900;
}

.cajahistorial {
  width: 100%;
  height: auto;
  color: black;
}

a {
  text-decoration: none;
}

/*CHECKBOXES BOOTSTRAP*/
.form-check-label,
.form-check-input {
  cursor: pointer;
}

.form-check {
  display: flex;
  justify-content: space-between;
}

.form-check label {
  color: gray;
}

/*ACORDEON*/
.accordion-header {
  border-top: 1px solid #dddddd;
}

.accordion-body {
  border-bottom: 1px solid #dddddd;
  padding: 15px;
}

.accordion-button.collapsed {
  transition: background-color 0.25s;
}

.accordion-button.collapsed:hover {
  background-color: lightgray;
}

/*BOTONES*/
#separador {
  justify-content: right;
}

/*ALERTA*/
#alertaError {
  display: none;
  padding: 10;
}

#desplegableError {
  padding: 0;
  border: 0;
  margin-bottom: 5px;
}

#errorTitle {
  margin-bottom: 5px;
}

/*HEADER*/
.navbar-iusup {
  display: none;
  background-color: #20438b;
  padding: 0;
}

.navbar-iusup.row {
  --bs-gutter-x: 0;
}

.nav-botonesderecha {
  float: right;
  width: fit-content;
}

.boton-nav {
  border: none;
  background-color: inherit;
  padding: 5px 10px;
  font-size: 16px;
  color: white;
}

.tituloventana {
  cursor: default !important;
}

.nav-botonesderecha {
  padding-right: 0;
}

.nav-botonHome {
  margin-right: 5px;
}

.nav-botonSeguimiento {
  margin-right: 5px;
}


/* 
.nav-botonesderecha>button {
  cursor: pointer;
} */

.nav-botonesderecha>button.activado:hover {
  background-color: steelblue;
  cursor: pointer;
  /*height: -webkit-fill-available;*/
}

.nav-botonSeguimiento>button.activado:hover {
  background-color: steelblue;
  cursor: pointer;
  /*height: -webkit-fill-available;*/
}

.nav-botonHome>button.activado:hover {
  background-color: steelblue;
  cursor: pointer;
  /*height: -webkit-fill-available;*/
}

.nav-botonesderecha>button:not(.activado) {
  color: gray;
  cursor: default;
}

.nav-botoninicio {
  padding-right: 0;
}

.alert {
  padding: 5px;
}

/*FORMULARIO*/
#formulario>span,
#formulario>.form-control,
#formulario>.form-check {
  /*#formulario>.row {*/
  /*margin: 0 auto;*/
  margin-bottom: 10px;
  background-color: #f8f9fa !important;
}

.rojo {
  color: red;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
}


#formulario,
#historial {
  padding-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
}

.btn-group {
  float: right;
}

#separador {
  width: 100%;
}

#avisoguardado {
  margin-top: 10px;
}

#checkConfRapida {
  width: fit-content !important;
}


#formulario2>span,
#formulario2>.form-control,
#formulario2>.form-check,
#formulario2>.row {
  margin: 0 auto;
  margin-bottom: 10px;
}

.rojo {
  color: red;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
}


#formulario2,
#historial {
  padding-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
}

/*TARJETA HISTORIAL*/
p>img {
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
}

#titulohistorial {
  margin-top: 0.5em;
}

h5,
#titulohistorial,
#contactolink {
  cursor: pointer;
  width: fit-content;
}

h4,
h6 {
  margin-bottom: 0.5rem;
}

#minimputados {
  margin-top: 10px;
}

.linktarea {
  width: 85%;
}

.boton-historial,
.btn-clipboard {
  display: flex;
  border: none;
  background-color: inherit;
  font-size: 16px;
  color: black;
  float: right;
}

.accordion-button>p {
  margin: 0px;
}

.card-title {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 0 !important;
  text-align: center;
}

.card-text:not(.card-text:last-child) {
  margin-bottom: 0.5rem !important;
}

.card-body {
  padding-right: 0.5rem !important;
}

#lectura {
  padding: 0.5em;
}

/*CAMPO DURACION*/

#horas {
  padding-left: 10px !important;
}

#minutos {
  padding-left: 10px !important;
}

.input-group>input {
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*GIFTUTORIAL*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

#giftuto {
  width: 95%;
  height: auto;
  margin: 0 auto;
}

#contenedorgif {
  padding: 1em;
  width: 100%;
  border: #ced4da 1px solid;
  border-radius: 0.25rem;
}

.gris {
  color: #575757;
}

/*BIENVENIDA*/
ol {
  counter-reset: item;
  padding: 0;
}

ol>li {
  display: block;
  float: left;
  margin-bottom: 0.7rem;
}

ol>li::before {
  display: block;
  float: left;
  height: 2rem;
  width: 2rem;
  content: counter(item);
  counter-increment: item;
  background-color: #20438b;
  color: white;
  padding-top: 0.3rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  text-align: center;

}

#urldynamics {
  background-color: transparent;
  bottom: 0.3em;
}

#urldynamics:focus {
  border-color: #20438b;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 1px #20438b;
  outline: 0 none;
  text-align: left;
}

#groupurl,
#groupurl>label,
#botonlogin {
  margin-bottom: 0.4em;
}

#botonlogin,
#guardar,
#renombrarArchivo,
#subirArchivos #crearCarpeta,
#desplegableConfig,
#guardarRegistro,
#siguienteAsistente,
#anteriorAsistente,
#finalizarAsistente,
#guardarAsistente,
#desplegar,
.form-check-input:checked,
.btn-outline-secondary:hover,
#cerrarsesion,
#dejarseguir,
#cc,
#botonAsistente,
#para,
#botonFormularioCompose,
#botonConexiones,
#nuevoFormulario,
#crearCarpetaConfirmacion,
#etiquetarCorreoSeguir,
#guardarCita,
#guardarCompose,
#guardarComposeConfirmacion,
#guardarMultiple,
#registrarContactoPotencial,
#registrarContacto,
#crearCarpeta,
#sobreescribir2,
#guardarConf,
#completarActividad {
  background-color: #20438b;
  border-color: #20438b;
}

#completarActividad{
  background-color: rgb(231, 231, 231);
  border-color: #20438b;
  color: #20438b;

} 
.btn-outline-secondary,
#duracion .form-control {
  border-color: gray;
  color: gray;
}

.dropdown-item:focus {
  background-color: #20438b;
}

#groupurl>.input-group {
  margin-bottom: 0.2em !important;
}

/*CRONO*/
#crono {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1em;
}

#crono>div {
  display: flex;
  justify-items: center;
}

.btn-default {
  width: fit-content;
  height: 1em;
  color: black;
  padding: 0;
  margin-left: 1.7em;
}

#botonesizqcrono .btn-default {
  margin-left: 0;
}

.btn-default:first-child {
  margin-right: 0.5em;
}

.bi-pause::before {
  font-size: 1.5em;
}

#crono button {
  color: #0d6efd;
}

#crono button:disabled {
  color: black;
}

div.AppsForOfficeReactContainer {
  height: 100%;
  display: flex;
}

#accion {
  color: rgb(102, 102, 102);
}

/* SPINNER DE LOADING */
.spin {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid rgba(255, 255, 255, 0.658);
  border-radius: 50%;
  border-top-color: #20438b;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

#formCheckRapido {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
}

#asignacionRapidaCheck {
  margin-left: 2%;
}

.select2-container--default .select2-results__option--disabled {
  color: red !important;
}


.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#bodyGrupoRol {
  padding-left: 8px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-right: 8px !important;
}

#bodyContacto {
  padding-left: 8px !important;
  padding-top: 5px !important;
  padding-bottom: 3px !important;
}

#rowContacto {
  height: 35px !important;
}

#colBotonesTarjeta {
  padding-right: 11px !important;
  padding-left: 0px !important;
}

#botonTarjeta {
  padding-bottom: 12px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.alert-content {
  padding-right: 2rem;
  /* Ajusta el espacio a la derecha del texto para dar lugar al botón */
}

.btn-close {
  padding: 10px;
}

.scrollable-card {
  overflow-x: auto;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scrollable-card2 {
  overflow-x: hidden;
  white-space: nowrap;
  position: relative;
}

.scrollable-card .row {
  flex-wrap: nowrap;
  margin-bottom: 20px;
  justify-content: flex-start;
}

.scrollable-card .col-auto {
  flex: 0 0 auto;
  text-align: center;
  padding-right: 0px;
  /* Ajusta el espacio entre los círculos */
}

.circle {
  margin-left: 10px;
  margin-right: 10px;
  width: 50px;
  /* Ajusta el tamaño del círculo según tus necesidades */
  height: 50px;
  background-color: #20438b;
  /* Color de fondo del círculo */
  border-radius: 50%;
  /* Hace que el elemento sea un círculo */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* Color del texto dentro del círculo */
  font-size: 18px;
  /* Tamaño del texto dentro del círculo */
}

.circleTotalizadores {
  width: 100px;
  /* Ajusta el tamaño del círculo según tus necesidades */
  height: 100px;
  background-color: #20438b;
  /* Color de fondo del círculo */
  border-radius: 50%;
  /* Hace que el elemento sea un círculo */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* Color del texto dentro del círculo */
  font-size: 36px;
  /* Tamaño del texto dentro del círculo */
}

.circleExpedientes {
  align-self: center;
  width: 45px !important;
  /* Ajusta el tamaño del círculo según tus necesidades */
  height: 45px !important;
  background-color: #20438b;
  /* Color de fondo del círculo */
  border-radius: 50%;
  /* Hace que el elemento sea un círculo */
  display: flex;
  margin: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* Color del texto dentro del círculo */
  font-size: 16px;
  /* Tamaño del texto dentro del círculo */
}

.scroll-btn {
  position: absolute;
  font-size: 24px;
  cursor: pointer;
}

.scroll-btn-left {
  left: 10px;
}

.scroll-btn-right {
  right: 10px;
}

#RecipientsTab-Name_0 {
  max-width: 70px;
  /* Puedes ajustar este valor según tus necesidades */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#RecipientsTab-Name_1 {
  text-align: center;
  text-overflow: ellipsis;
  white-space: normal;
}

#contactoDestinatario {
  margin: 5px;
}

#correoTarjeta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clickable-div:hover {
  /* Cambia el cursor a un indicador de cliclable */
  cursor: pointer;
  /* Agrega un borde o cambia el color de fondo para resaltar */
  /* Agrega un mensaje emergente (tooltip) */
  position: relative;
}

.clickable-div:hover:after {
  /* Estilo del mensaje emergente */
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  /* Cambia el color de fondo según tus preferencias */
  color: white;
  /* Cambia el color del texto según tus preferencias */
  padding: 5px 10px;
  border-radius: 5px;
}

#cuentas {
  position: relative;
  /* asegúrate de que el select tenga una posición */
  z-index: 1100;
  /* establece un valor mayor que el valor de z-index de la ventana emergente */
}

#cuentas~.select2-container {
  position: relative;
  /* asegúrate de que el contenedor del select tenga una posición */
  z-index: 1100;
  /* establece un valor mayor que el valor de z-index de la ventana emergente */
}

#emergenteNuevoCliente {
  z-index: 1000;
  /* establece un valor menor que el valor de z-index de los elementos a sobreponer */
}

.select2-container .select2-search--dropdown {
  z-index: 1200;
  /* o cualquier otro valor mayor que el z-index del contenedor principal */
}

.select2-container .select2-search__field {
  z-index: 1200;
  /* o cualquier otro valor mayor que el z-index del contenedor principal */
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  max-width: 100%;
  overflow-x: hidden;
}

.select2-container--default .select2-selection--single {
  background-color: #f8f9fa !important;
}

.modal-body .form-control {
  background-color: #f8f9fa !important;
  /* o cualquier otro color que desees */
}

/* Aplica estilos al select2 para que coincida con el formato del input de correo */
.select2-container--default .select2-selection--single {
  background-color: #f8f9fa !important;
  /* Mismo color de fondo que el input */
  border: 1px solid #ced4da !important;
  /* Mismo borde que el input */
  border-radius: 4px;
  /* Mismo redondeo de bordes que el input */
  color: black;
  /* Cambio de color de texto a negro */
  padding-top: 8px;
  padding-bottom: 8px;
}


/* Asegura que el texto no esté en negrita */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: normal !important;
}

.badge2 {
  font-size: 24px;
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  cursor: pointer;
  /* Color gris claro de Microsoft */
}

.menu li {
  width: 33%;
  display: inline-block;
  /* Espacio entre elementos */
  vertical-align: top;
  /* Cada elemento ocupará el 25% del ancho */
  background-color: #f0f0f0;
}

.menu li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  text-decoration: none;
  margin: 10px;
  padding: 5px;
  text-align: center;
  height: 50px;
}

.menu li div img {
  width: 25%;
  /* Tamaño deseado para el icono */
  height: 25%;
  /* Permitir que la altura se ajuste automáticamente */
}

.menu li div span {
  font-size: 12px;
  /* Espacio entre el icono y el texto */
}

.menu li div:hover {
  background-color: #ddd;
}

#scroll-btn-left2:hover {
  background-color: #ddd;
}

#scroll-btn-right2:hover {
  background-color: #ddd;
}

.menu li:hover {
  background-color: #ddd;
  /* Aplica el color de fondo al elemento li */
}

@media screen and (max-width: 600px) {

  /* Cuando el ancho de la pantalla sea menor o igual a 600px */
  .menu li {
    width: 33%;
    /* Cada elemento ocupará el 50% del ancho */
  }
}

#vistasTarjetas {
  overflow-y: auto;
  /* Habilita la barra de desplazamiento vertical si es necesario */
}

/* Oculta la barra de desplazamiento */
#vistasTarjetas ::-webkit-scrollbar {
  display: thin;
  /* Para navegadores WebKit (Chrome, Safari, etc.) */
}

/* Opcional: otras reglas para ocultar la barra de desplazamiento en otros navegadores */
#vistasTarjetas {
  scrollbar-width: thin;
  overflow-x: hidden;
  margin-right: -15px;
  /* Para navegadores Firefox */
}

#pagination {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
  text-align: center;
}

#pagination span,
#pagination button {
  margin: 0 5px;
}

#pagination button {
  padding: 5px 10px;
  color: #fff;
  border: none;
  cursor: pointer;
}

#botonBuscar,
#botonCrear {
  display: grid;
  padding: 5px;
}


/*#botonCrear :hover {
  background-color: #f0f0f0;
}

#botonBuscar :hover {
  background-color: #f0f0f0;
}*/


#vistasTarjetas .row:hover {
  background-color: #ddd;
}

#vistasTarjetas .p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.servicios:hover {
  background-color: #ddd;
  height: auto;
}

.servicios {
  height: auto;
  align-content: center;
  cursor: pointer;
  min-height: 50px;
}

.datosServicio {
  color: grey;
  margin-left: 10px;
  cursor: pointer;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Color semitransparente */
  z-index: 1074;
  /* Asegúrate de que la capa esté sobre los modales */
  display: none;
}


.input-tags {
  width: 100%;
  padding: 15px;
  display: block;
  margin: 0 auto;
}

.label-info {
  background-color: #5bc0de;
  padding: 3px;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
  max-height: 175px;
}

.footer2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
  height: 10%;
  align-content: center;
  text-align: center;
}

#encabezado-asistente {
  /*position: absolute;*/
  left: 0;
  top: 1;
  width: 100%;
  background-color: #f0f0f0;
}

.pasos {
  width: 33%;
  height: 60px;
  align-content: center;
  cursor: pointer;
}

.pasos:hover {
  background-color: #ddd;
}

#pagina1 {
  position: absolute;
  top: 36px;
  bottom: 58px;
  left: 0;
  right: 0;
}

#pagina2 {
  position: absolute;
  top: 36px;
  bottom: 95px;
  left: 0;
  right: 0;
}

#pagina3 {
  position: absolute;
  top: 36px;
  bottom: 165px;
  left: 0;
  right: 0;
}



.etiqueta-container {
  position: relative;
}

.etiqueta {
  border: 1px solid black;
  /* Borde negro */
  background-color: lightgray;
  /* Color de fondo */
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
}

.cerrar {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#listadoExp .row:hover {
  background-color: #ddd;
}

#actividadesAsistente .row:hover {
  background-color: #ddd;
}

#alertaError .row:hover {
  background-color: transparent !important;
}

.arrow {
  transition: transform 0.3s;
  display: inline-block;
  margin-left: 10px;
}

.arrow.down {
  transform: rotate(90deg);
}

.arrow.right {
  transform: rotate(0deg);
}

.file-explorer-container {
  width: 600px;
  margin: 0 auto;
}

/* Cabecera */
.header-row {
  display: flex;
  font-weight: bold;
  padding: 10px;
  background-color: #f0f0f0;
}

.header-item {
  flex: 1;
  padding: 0 10px;
}

/* Lista de archivos */
.file-explorer {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.file-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.file-item input[type="checkbox"] {
  margin-right: 10px;
}

.file-item svg {
  margin-right: 10px;
  /* Espacio entre el icono y el nombre */
}

.file-item:hover {
  background-color: #f0f0f0;
}

.file-item+.file-item {
  margin-top: 5px;
}

.file-detail {
  flex: 1;
  padding: 0 10px;
}

/* Subrayado al hacer hover sobre el nombre */
.file-item:hover .file-detail:first-child {
  text-decoration: underline;
}

#ruta {
  cursor: pointer;
  font-size: medium;
  margin-bottom: 10px;
}

#ruta:hover {
  color: gray;
}

#irSharepoint:hover {
  color: gray;
}

#irSharepoint {
  text-align: center;
  align-content: center;
}

.clip:hover {
  color: #20438b;
}

#guardarTotalizadores:hover {
  background-color: #20438b;
  color: white;
}

#guardarTotalizadores {
  color: black;
}


#drop-area.highlight {
  background-color: #bfdde9;
}

.file-item.highlight {
  background-color: #bfdde9;
  /* Color de fondo cuando se activa la clase highlight */
}

.file-explorer.highlight {
  background-color: #bfdde9;
  /* Color de fondo cuando se activa la clase highlight */
}

#fileElem,
#formFile {
  display: none;
}

#tresPuntos:hover {
  background-color: #e3e1e1;
}

.dropdownMenu {
  display: none;
  /* Oculto por defecto */
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  /* Posiciona el menú a la izquierda del icono */
}

.dropdownMenu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdownMenu a:hover {
  background-color: #f1f1f1;
}

#subirArchivos:hover {
  background-color: #bfdde9;
  /* Color de fondo cuando se activa la clase highlight */
}

.nav-link.active {
  background-color: #f0f0f0 !important;
  border-color: #dee2e6 #dee2e6 #f0f0f0 !important;
  border-bottom: 0.01px solid;
}

#encabezado-seguimiento-compose {
  background-color: #8b1a1a;
  color: #fff;
  text-align: center;
  align-items: center;
  padding: 5px;
  transition: background 0.3s, transform 0.2s;
  border: 1px solid #5f1212;
  border-radius: 5px;
  /* Borde en un rojo más claro */
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* Sombra para profundidad */
  font-family: 'Arial', sans-serif;
}

/*#encabezado-seguimiento-compose {
  background-color: #8b1a1a;
    color: #fff;
    text-align: center;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    max-width: 200px;
    margin: 10px auto;
}*/

#encabezado-seguimiento-compose:hover {
  background-color: #a32020;
    transform: translateY(-1px);
}
/* Estilo del contenedor */
#encabezado-seguimiento-compose-registro {
  background-color: #8b1a1a;
  color: #fff;
  text-align: center;
  align-items: center;
  padding: 5px;
  transition: background 0.3s, transform 0.2s;
  border: 1px solid #5f1212;
  margin-bottom: 15px;
  border-radius: 5px;
  /* Borde en un rojo más claro */
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* Sombra para profundidad */
  font-family: 'Arial', sans-serif;
}

#encabezado-seguimiento-compose-registro:hover {
  background-color: #a32020;
    transform: translateY(-1px);
}

#guardarTotalizadores:hover {
  background-color: #e2e6ea;
  color: #000;
}