button[data-id="Test_addTicket"] {
    display: none !important;
}

#testDeptBtn {
    display: none;
}

#testDeptBtn a {
    display: inline-block;
    padding: 6px 16px;
    background-color: #0096FF;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

#testDeptBtn a:hover {
    background-color: #007acc;
}
