/* Tailwind and Daisy UI adjustments */

.input, .select, .textarea {
    background: #ececec;
}

h3 {
    font-weight: 500;
}

.card-body {
    & :where(p) {
        flex-grow: unset;
    }
}

/* Own */
.money-negative {
    color: red;
}

.grayout {
    background: repeating-linear-gradient(-45deg, #debde4, #debde4 5px, white 5px, white 10px);
}
