.title {
    font-size: 2em;
    border-left: 0.25em var(--primary-color) solid;
    padding-left: 0.2em;
    user-select: none;
}

.unselectable {
    user-select: none;
}

.pointer {
    cursor: pointer;
}

.text-align-center {
    text-align: center;
}

.text-align-end {
    text-align: end;
}

label {
    user-select: none;
    cursor: pointer;
}

.info-bull {
    background-color: lightgray;
    clip-path: circle();
    padding: 0.3em;
    color: white;
}

.flatpickr-day.today {
    background-color: var(--secondary) !important;
    color: #393939 !important;
}

img {
    user-select: none;
}

.card-body > .card > .card-body {
    padding-bottom: calc(var(--bs-card-cap-padding-y) / 2) !important;
}
