.table-feedback {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.05);
}

.table-feedback tr:nth-child(odd){
    background: #fdfdfd;
}

.table-feedback tr:nth-child(even){
    background: white;
}

.table-feedback td {
    padding: 0.5rem !important;
    font-size: 90%;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    line-height: 1.3;
}

.form-input-bordered,
.form-input-row {
    padding-left: .75rem;
    padding-right: .75rem;
}

.form-global-search,
.form-search {
    border-radius: 8px;
}

.card,
.rounded-lg {
    border-radius: 0;
}

.form-input-bordered,
.form-input:active,
.form-input:focus,
.form-select,
.btn {
    border-radius: 0.2rem;
}

.table {
    font-size: 0.9rem;
}

.table th {
    text-transform: none;
    font-size: 0.9rem;
    letter-spacing: 0;
    font-weight: 700;
}

.table td {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
}

.font-sans {
    font-family: 'Roboto',system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
}

.font-black, .font-bold, .font-extrabold {
    font-weight: 700;
}

.text-orange {
    color: #ED8936;
}

.bg-orange {
    background-color: #ED8936;
}

.w-feedback-cel {
    width: 10rem;
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 0.5rem 0;
}

button[dusk='update-and-continue-editing-button'], button[dusk='create-and-add-another-button'] {
    display: none;
}
