body {
    font-size: 1rem;
    font-family: "Barlow", sans-serif;
}

.field-hero_preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link-title {
    max-width: 115px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filter-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.hidden {
    display: none;
}

tr.selected { 
    --tblr-table-accent-bg: rgb(241,231,64, 0.7) !important;
}

input[type="number"] {
    max-width: 100px;
}

input[type="text"] {
    max-width: 350px;
}

.select2-container{
    min-width: 200px;
}

#select2-id_asset-container{
    width: 100% !important;
}

.calendar, .calendar-shortcuts, .calendarbox, .clockbox{
    background-color: #fff !important;
}