.TicketListLeftContainer1__filterArea {
    display: none !important;
}
.button {
    display: inline-block;
    background-color: #00A2FF; /* Blue button */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: none;
}

/* Hover Effect */
.button:hover {
    background-color: #78FFA7; /* Darker blue on hover */
}

/* Optional: Active/Click Effect */
.button:active {
    background-color: #78FFA7;
}
