#header{
    padding: 1rem;
}
.has-background-green{
    background-color: #235e45 !important;
}

.has-background-boe {
    background-color: #D9772A !important;
}

.checked-in {
    background-color: #e6ffe6;  /* Light green for checked-in rows */
}

.boe-image {
    background-image: url(https://kasteelparkborn.nl/images/262/groot/boe-in-de-zoo.jpg);
    background-position: bottom;
    background-size: cover;
}

.is-hidden {
    display: none;
}

.small-hidden {
    height: 0px;
}

.no-padding {
    padding: 0px;
}

.button.is-geldig {
    background-color: #235e45;
    border-color: #dbdbdb;
    color: #fff;
}

.button.is-ongeldig {
background-color: #ffdd57;
    border-color: #dbdbdb;
    color: #7d7d7d;
}

.has-border-green{
    border-color: #235e45 !important;
}

.has-background-card{
    background-color: #235e45 !important;
}
.has-background-card-boe {
    background-color: #D9772A !important;
}

.has-border-card{
    border-color: #235e45 !important;
}

.has-border-radius {
    border-radius: 4px;
}

.huisnummer {
    max-width: 60px;
    /* border-radius: 0px 4px 4px 0px; */
}

label{
    font-weight: 500 !important;
}

.table tbody tr:last-child td{
    padding-top: 20px !important;
}

.table tbody tr td {
    vertical-align: middle;
}

.table tr th span.is-size-6 {
    font-weight: normal;
}

#totaalprijs_target{
    margin-left: 5px;
    width: 70px;
    display: inline-block;
}

.event {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 150px;
    bottom: 3px;
    left: calc(50% - 1.5px);
    content: " ";
    display: block;
    background: #235e45;
}

.event.busy {
    background: #f6aa47;
}

.event.full {
    background: #ff0000;
}
.title-container {
    display: flex;
    align-items: center;
}

.title-container .ov-logo {
    width: 40px; /* Adjust width to match text height */
    height: auto; /* Keeps the aspect ratio of the logo */
    margin-right: 10px; /* Adds some space between the logo and text */
}
