.rulegroup-details, .rulegroup-card-table {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #dee2e6;
}

.rulegroup-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px dashed #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.rulegroup-col {
    flex: 1;
    min-width: 250px;
}

.rulegroup-col strong {
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.rulegroup-col div {
    font-size: 1rem;
    color: #212529;
}

.card-title-rulegroup {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 15px;
    border-radius: 0.5rem;
}

.table thead th {
    border-bottom: none !important;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #495057;
}

.table td {
    vertical-align: middle;
}

a.btn-sm {
    font-size: 0.8rem;
    padding: 4px 8px;
}

.rulegroups-btn{
    text-align: center;
    padding-top: 20px;
}

.rulegroup-card-table, .workflow-card-table, .workflow-action-card-table{
    padding-bottom: 2.5rem !important;
    margin: 30px 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.card-title-rulegroup{
    text-align: center;
}
.add-rule-rulegroup{
    margin-left: 50%;
}

.modern-rule-group-table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.rule-group-table thead th, .workflow-table thead th  {
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    padding: 12px;
}

.modern-rule-group-table tbody td {
    vertical-align: middle;
    padding: 10px 12px;
}

.modern-rule-group-table tbody tr:hover {
    background-color: #f5f9ff;
}

.btn.rounded-circle {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}