form {}

form.django {
    padding-bottom: 50px;
}

form.django input,
form.django select,
form.django textarea {
    border: 1px solid #ccc;
    padding: 2px 5px;
}

form.django input[type=checkbox] {
    width: 16px;
}

form.django select {
    padding: 6px 5px;
    width: 100%;
}

form.django input[type=submit] {
    border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

form.django>p {
    display: grid;
}

table tr th {
    border: 1px solid black;
    background: black;
    color: white;
    padding: 4px 8px;
}

table tr td {
    border: 1px solid #ccc;
    padding: 2px 8px;
}


.row-approved {
    background: lightgreen;
}

.row-declined {
    background: lightcoral;
}

.row-new {
    background-color: antiquewhite;
}

.row-canceled {
    background-color: gray;
    color: white;
}

.row-payed {
    background: green;
    color: white;
}