/* wwwroot/css/app.css */
.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
}

.clickable-row {
    cursor: pointer;
}

.chip-vic {
    background-color: #C0C0C0 !important; /* VIC state Colour */
    color: black !important; /* text color */
}

.chip-qld {
    background-color: #FFD700 !important; /* QLD state Colour */
    color: black !important; /* text color */
}

.chip-prime {
    background-color: #1F2F39 !important; /* prime Background */
    color: white !important; /* text color */
}
