.erp-kanban {
    user-select: none;
    width: 100%;
    height: 100%;
}

.kanban-board {
    border-radius: 10px;
}

.kanban-board header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.kanban-item {
    border-radius: 5px;
    padding: 10px !important;
    font-size: 13px !important;
}

.erp-kb-pink {
    background-color: #FFB3BA;
}

.erp-kb-red {
    background-color: #FFDFBA;
}

.erp-kb-orange {
    background-color: #FFFFBA;
}

.erp-kb-yellow {
    background-color: #ffefba;
}

.erp-kb-green {
    background-color: #BAE1FF;
}

.erp-kb-blue {
    background-color: #D5BAFF;
}

.erp-kb-purple {
    background-color: #FFB2EF;
}

.erp-kb-lilac {
    background-color: #D5BAFF;
}

.erp-kb-teal {
    background-color: #BAFFFF;
}

.erp-kb-mint {
    background-color: #D7FFD7;
}

.erp-kb-sky {
    background-color: #BAE6FF;
}

.erp-kb-peach {
    background-color: #FFD9BA;
}

.erp-kb-lime {
    background-color: #E4FFBA;
}

.erp-kb-aqua {
    background-color: #BAF5FF;
}

.erp-kb-grey {
    background-color: #F2F2F2;
}

.erp-kb-item-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.erp-kb-item-content-row {
    display: flex;
    flex-direction: row;
}

.erp-kb-consegna {
    width: 70px;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
}

.erp-kb-tassativo {
    background: #FFDFBA;
    padding: 2px;
    border-radius: 5px;
}

.erp-kb-title {
    flex: 1;
    text-overflow: ellipsis;
    height: 12px;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
}

.erp-kb-title span {
    font-weight: 600;
}

.erp-kb-lav {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.erp-kb-lav div {
    padding: 3px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
}

.erp-kb-lav div:hover {
    border: 1px solid #CCCCCC;
    cursor: default;
}

.erp-kb-actions {
    width: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.erp-kb-actions i {
    font-size: 20px;
}

.erp-kb-note {
    flex: 1;
    text-overflow: ellipsis;
    max-height: 30px;
    overflow: hidden;
}
