
.userrole{
    color: lightblue;
    font-size:0.7em;
  }

#geotagmap
{
  height:180px;
}


  .flutter-wrap{
    max-width:980px;
    margin:22px auto;
    padding:16px;
  }

  .flutter-time {
    font-family: var(--mono);
    font-size:12px;
    color:#8b8b8b;
    border-left:1px solid rgba(0,0,0,0.06);
    padding-left:10px;
    margin-left:12px;
  }

  .flutter-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:14px;
  }

  .flutter-card{
    background: var(--panel-bg);
    border-radius:8px;
    padding:14px;
    box-shadow: var(--shadow);
    border:1px solid var(--border);
    min-height:260px;
    position:relative;
    overflow:hidden;
  }

  .flutter-card .flutter-title{
    font-family: var(--mono);
    font-size:13px;
    color:#333;
    text-align:center;
    margin-bottom:8px;
  }

  .flutter-section{
    display:flex;
    gap:12px;
    align-items:flex-start;
    margin:8px 0;
  }

  .flutter-left{
    flex:1 1 60%;
  }

  .flutter-right{
    width:34px;
    text-align:left;
    font-family: var(--mono);
    color:#8b8b8b;
    font-size:12px;
  }

  .flutter-section h3{
    margin:0 0 6px 0;
    color:#ffc107;
    font-size:14px;
    font-weight:700;
  }

  .flutter-kv{
    font-size:13px;
    color:#333;
    margin:6px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

  .flutter-kv span.label{
    color:#444;
  }
  .flutter-kv span.value{
    color:#8b8b8b;
    font-family: var(--mono);
    margin-left:10px;
  }

  .flutter-divider{
    height:2px;
    background:linear-gradient(90deg, rgba(0,0,0,0.04), rgba(0,0,0,0.02));
    margin:10px 0 18px 0;
    border-radius:2px;
  }

  /* small footers inside card */
  .flutter-balance .kv{
    gap:8px;
    align-items:baseline;
  }

  /* little subtle fading bottom to match blank area in image */
  .flutter-card:after{
    content:'';
    position:absolute;
    left:0; right:0; bottom:0;
    height:48px;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.95));
    pointer-events:none;
  }

  /* Produkt-mix tabel */
  .pmix-table {
    width: 100%;
    margin-top: 14px;
    border-collapse: collapse;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    color: #444;
  }
  .pmix-table thead th {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #999;
    padding: 0 6px 6px 6px;
    border-bottom: 2px solid #f0f0f0;
  }
  .pmix-table thead th:nth-child(3),
  .pmix-table thead th:nth-child(4) {
    text-align: right;
  }
  .pmix-table tbody tr {
    border-bottom: 1px solid #f4f4f4;
  }
  .pmix-table tbody tr:last-child {
    border-bottom: none;
  }
  .pmix-table tbody td {
    padding: 5px 6px;
    vertical-align: middle;
  }
  .pmix-table tbody td:nth-child(3) {
    text-align: right;
    font-weight: 600;
    color: #333;
  }
  .pmix-table tbody td:nth-child(4) {
    text-align: right;
    color: #888;
  }
  .pmix-table tfoot td {
    padding: 7px 6px 3px 6px;
    font-weight: 700;
    color: #333;
    border-top: 2px solid #f0f0f0;
  }
  .pmix-table tfoot td:nth-child(2) {
    text-align: right;
  }
  .pmix-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
  }