/* Dropdown klientów */
.dropdown{position:absolute;left:0;right:0;top:100%;margin-top:6px;background:#0b5a9b;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.25);z-index:50;max-height:320px;overflow:auto;border:1px solid rgba(255,255,255,.1)}
.dd-item{padding:10px;border-bottom:1px solid rgba(255,255,255,.08);cursor:pointer}
.dd-item:hover{background:#0a4f89}
.dd-head{padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}
