.filter-container {
    width: 250px;
    border: 1px solid #ddd;
    padding: 10px;
}
.filter-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
}
.label-count-grp{
    display: flex !important;
    justify-content: space-between !important;
}
.filter-section {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.filter-title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
}
.filter-title i {
    transition: transform 0.3s ease;
}
.filter-content {
    max-height: 450px;
    overflow-y: auto;
    padding-left: 10px;
    display: none;
}
.filter-content.active {
    display: block;
}
.filter-item {
    margin: 5px 0;
}
.clear-btn {
    cursor: pointer;
    color:#aaa;
    font-size: 12px;
}
.filter-selected-items{
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}
.selected-date, .selected-breed{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 9px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 30px;
}
.selected-date:hover, .selected-breed:hover{
    background: #CCCCCC;
}


.hatch-date-table {
            font-family: arial, sans-serif;
            border-collapse: collapse !important;
            width: 100% !important;
}

.hatch-date-table tr{
    display: table-row !important;
}

.hatch-date-table td, .hatch-date-table th {
    border: 1px solid #dddddd !important;
    text-align: left !important;
    padding: 8px !important;
}

.hatch-date-table tr:nth-child(even) {
    background-color: #dddddd !important;
}

.search-result-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

