/* Soft shadow on search bar */
.SearchContainer__globalSearch {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12) !important;
    border-radius: 6px !important;
}

/* Only search button — THK Red */
.SearchContainer__searchIcon.commonStyle__zt3BrandBg {
    background-color: #CC0000 !important;
}

/* Hide My Tickets 
.My_Tickets {
    display: none !important;
}*/

/* Hide My Open Tickets */
.My_Open_Tickets {
    display: none !important;
}

/* Hide My Closed Tickets */
.My_Closed_Tickets {
    display: none !important;
}

/* Hide My On Hold Tickets */
.My_On_Hold_Tickets {
    display: none !important;
}

/* Hide My Overdue Tickets */
.My_Overdue_Tickets {
    display: none !important;
}

/* Change Add Ticket button to THK Red */
.commonStyle__zt3buttonPrimaryBg {
    background-color: #CC0000 !important;
}

/* Hide Add Ticket button */
a[data-id="addticket"] {
    display: none !important;
}

/* Hide Sort and Export panel */
.exportPanel {
    display: none !important;
}

/* Hide All Channel filter */
[data-id="channelFilter"] {
    display: none !important;
}

/* Hide Priority filter */
[data-id="priorityFilter"] {
    display: none !important;
}

/* Hide All Custom Status filter */
[data-id="customStatusFilter"] {
    display: none !important;
}
