.label {
    font-size: 12px;
    color: var(--q-darkblue);
    font-weight: normal;
}

.q-stepper--bordered {
    border: 1px solid var(--q-primary);
}

.q-table--bordered {
    border: 1px solid var(--q-primary);
}

.q-table thead tr {
    position: sticky;
    z-index: 1;
    top: 0;
    color: var(--q-primary);
}

.q-table thead tr th {
    background-color: rgba(54, 141, 228, 0.14);
}

.q-table tbody tr:nth-child(even) {
    background-color: rgba(25, 118, 210, 0.026);
}

.q-table tbody tr:hover {
    background-color: rgb(0 128 255 / 8%);
}

.selected-row {
    background-color: rgba(255, 230, 0, 0.199) !important;
}

.dialog-action {
    position: sticky;
    z-index: 2;
    bottom: 0;
    background-color: var(--q-bg);
}
