
.action-bar{
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(113, 221, 248, 0.25);
    padding: 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 15px -3px rgba(0,0,0,0.1);
}

.action-bar .action-contatore{
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    background-color: rgba(113, 156, 248, 0.623);
    border: 1px dashed #0d6efd;
    border-radius: 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.action-bar .action-separator{
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
    height: 35px;
    background: #18181b;
    --bg-currentcolor: #18181b;
}

.action-close{
    margin-left: 10px;
}

.action-buttons form{
    display:flex;
    gap:4px;
}
/* 
[action-element-checked]{
    user-select: none;
} */

[actionbar-element] {
    user-select: none;
}

/* [actionbar-icon]{ */
  
/* } */

td:has([actionbar-icon]), td:has([actionbar-toggleall]) {
    width:10px;
    cursor:pointer
}