/* Set global font size for the plugin */
.pcs-plugin * {
    font-size: 0.875rem; /* Adjusted font size */
}

.pcs-table-custom {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
    overflow-x: auto;
    font-size: 0.875rem; /* Adjusted font size */
    border-collapse: collapse;
}

.pcs-table-custom th,
.pcs-table-custom td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

.pcs-table-custom thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.pcs-table-custom tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.pcs-table-custom tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.pcs-table-custom tr:hover {
    background-color: #f1f1f1;
}

.pcs-table-custom .collapse {
    display: none;
}

.pcs-table-custom tr[data-toggle="collapse"]:hover {
    cursor: pointer;
}

.card-table .divider .vs {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #C9C9C9;
    font-family: 'AvenirNextCondensed-DemiBold';
    font-size: 16px;
    display: flex;
    color: #fff;
    margin:5px;
    align-items: center;
    justify-content: center;
}