
/* Hotfix 30.1.6 — acceso, cabecera pública y cierre de sesión */

/* ===== BARRA SUPERIOR PÚBLICA ===== */
.coopalfa-contact-topbar{
  display:grid !important;
  grid-template-columns:minmax(290px,1fr) minmax(280px,1fr) minmax(320px,1fr) !important;
  align-items:center !important;
  width:100% !important;
  max-width:100% !important;
  padding:0 24px !important;
  box-sizing:border-box !important;
  column-gap:18px !important;
}

.coopalfa-contact-topbar > [data-coopalfa-slot]{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
  white-space:nowrap !important;
}

.coopalfa-contact-topbar > [data-coopalfa-slot="phone"]{
  justify-content:flex-start !important;
}

.coopalfa-contact-topbar > [data-coopalfa-slot="email"]{
  justify-content:center !important;
  text-align:center !important;
}

.coopalfa-contact-topbar > [data-coopalfa-slot="address"]{
  justify-content:flex-end !important;
  text-align:right !important;
}

.coopalfa-phone-list{
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  white-space:nowrap !important;
}

.coopalfa-phone-list .coopalfa-phone-number{
  display:inline-flex !important;
  align-items:center !important;
}

.coopalfa-phone-list .coopalfa-phone-separator{
  display:inline-block !important;
  width:1px !important;
  height:15px !important;
  background:rgba(255,255,255,.55) !important;
}

@media(max-width:1000px){
  .coopalfa-contact-topbar{
    grid-template-columns:1fr !important;
    row-gap:5px !important;
    padding-top:8px !important;
    padding-bottom:8px !important;
  }
  .coopalfa-contact-topbar > [data-coopalfa-slot]{
    justify-content:center !important;
    text-align:center !important;
  }
}

/* ===== OJITO DE CONTRASEÑA ===== */
.coopalfa-password-wrap{
  position:relative !important;
  display:block !important;
  width:100% !important;
}

.coopalfa-password-wrap > input[type="password"],
.coopalfa-password-wrap > input[type="text"]{
  width:100% !important;
  box-sizing:border-box !important;
  padding-right:48px !important;
}

.coopalfa-password-toggle{
  position:absolute !important;
  right:8px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:34px !important;
  height:34px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:50% !important;
  background:#eef8f2 !important;
  color:#087542 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  font-size:18px !important;
  line-height:1 !important;
}

/* ===== CERRAR SESIÓN EN CABECERA DEL BACKOFFICE ===== */
#coopalfa-fixed-logout,
.coopalfa-sidebar-logout-wrap{
  display:none !important;
}

.coopalfa-user-logout{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  margin-top:6px !important;
  padding:7px 12px !important;
  border:1px solid #d6e7dd !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#075c3d !important;
  text-decoration:none !important;
  font:800 13px/1 Arial,sans-serif !important;
  white-space:nowrap !important;
  box-shadow:0 5px 16px rgba(5,61,45,.10) !important;
}

.coopalfa-user-logout:hover{
  background:#eef8f2 !important;
}

.coopalfa-user-logout-holder{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  justify-content:center !important;
}
