/* Make only the floating panel title text white (Área de Cobertura) */
.jimu-floating-panel-header .title{color:#fff!important;}

/* ---------------------------------------------------------------------------
   Branded, clean ArcGIS identity sign-in modal (fallback for when the
   redirect below does not fully suppress the modal). Replaces the old
   empty white box: brands the card + swaps the raw portal-URL info line
   for a friendly message.
--------------------------------------------------------------------------- */
.esri-identity-modal{
  border-radius:12px!important;
  overflow:hidden!important;
  box-shadow:0 12px 40px rgba(16,24,40,.18)!important;
  max-width:440px!important;
}
.esri-identity-modal__header{
  border-top:6px solid #1a5fa8!important;      /* accent */
}
.esri-identity-modal__info{font-size:0!important;line-height:0!important;}
.esri-identity-modal__info::after{
  content:"Inicia sesion con tu cuenta para continuar.";
  font-size:14px;line-height:1.45;color:#475467;display:block;padding:6px 0 10px;
}
.esri-identity-modal .esri-button--primary,
.esri-identity-modal calcite-button[appearance="solid"]{
  --calcite-color-brand:#1a5fa8!important;
  background:#1a5fa8!important;border-color:#1a5fa8!important;
}

