/* DakikHost v3.2.18 — public üst bar müşteri kimliği */
.reference-account-identity-v3218{
  min-height:34px;
  max-width:285px;
  padding:4px 10px 4px 6px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:10px;
  background:rgba(255,255,255,.10);
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  line-height:1.15;
  overflow:hidden;
}
.reference-account-identity-v3218__icon{
  width:26px;
  height:26px;
  flex:0 0 26px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.16);
  font-size:14px;
}
.reference-account-identity-v3218__copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.reference-account-identity-v3218__copy strong,
.reference-account-identity-v3218__copy small{
  display:block;
  max-width:225px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.reference-account-identity-v3218__copy strong{font-size:12px;font-weight:850;color:#fff}
.reference-account-identity-v3218__copy small{font-size:10px;font-weight:600;color:rgba(255,255,255,.82)}
@media(max-width:1199px){
  .reference-account-identity-v3218{max-width:235px}
  .reference-account-identity-v3218__copy strong,
  .reference-account-identity-v3218__copy small{max-width:175px}
}
@media(max-width:991px){
  .reference-topbar-actions{flex-wrap:wrap}
  .reference-account-identity-v3218{max-width:260px}
}
@media(max-width:767px){
  .reference-account-identity-v3218{
    order:-1;
    flex:0 0 100%;
    max-width:none;
    justify-content:center;
    border-color:transparent;
    background:transparent;
    padding:2px 4px;
  }
  .reference-account-identity-v3218__copy strong,
  .reference-account-identity-v3218__copy small{max-width:calc(100vw - 90px)}
}
