/* Backoffice tweaks on top of the Sneat theme */

/* Yii GridView inside Sneat cards */
.card .grid-view table {
    margin-bottom: 0;
}

.grid-view .summary {
    padding: 0.75rem 1.5rem 0;
    color: #a1acb8;
    font-size: 0.8125rem;
}

.grid-view .pagination {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
}

.grid-view table th a {
    color: inherit;
}

.grid-view .empty {
    display: block;
    padding: 2rem 1.5rem;
    text-align: center;
    color: #a1acb8;
}

/* DetailView */
.detail-view th {
    width: 30%;
    font-weight: 500;
}

/* Validation states */
.is-invalid ~ .invalid-feedback {
    display: block;
}

/* Numeric alignment helpers */
.text-end-num {
    text-align: right;
    font-variant-numeric: tabular-nums;
}
