#ccpm span.select2 {
    min-width: 300px !important;
}

#ccpm .task-label {
    color: gray;
    font-size: 15px;
}

#ccpm .card p {
    margin: auto;
}

#ccpm .card.info {
    border-color: #c3c302;
}

#ccpm .card.success {
    border-color: green;
}

#ccpm .card.danger {
    border-color: red;
}

#ccpm .card {
    border-left: 4px solid;
    padding: 5px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px;
    min-width: 25%;
}

#ccpm .count {
    font-size: 25px;
    font-weight: bold;
    color: gray;
}

#ccpm .posts-list .table {
    border: 1px solid lightgray;
    border-collapse: collapse;
    width: 100%;
    display: table;
}

#ccpm .posts-list {
    overflow: auto;
    max-height: 500px;
    /*width: fit-content;*/
}

#ccpm .posts-list .table .th, #ccpm .posts-list .table .td {
    display: table-cell;
    padding: 8px 16px;
}

#ccpm .posts-list .table .tr {
    display: table-row;
    text-decoration: none;
}

#ccpm .posts-list .table .tr:hover {
    background: lightgray;
}

#ccpm .posts-list .table .thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #eee;
    display: table-row;
}

#ccpm span.post-list-task-due-date {
    font-size: x-small;
}

#ccpm select#uid {
    border-color: lightgray;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    border: none;
}