#kb_module {
    display: none !important;
}

/* Hide full Tickets card */
#ticket_module {
    display: none !important;
}

/* Target only Popular Articles section */
/* Hide entire Popular Articles widget */
.WidgetContainer__boxSplit.popularAricles {
    display: none !important;
}

/* Hide the search input itself */
input[placeholder="Search articles"] {
    display: none !important;
}

/* Hide the entire footer info section */
.Footer__footerInfo {
    display: none !important;
}

/* Hide the parent container to remove extra space */
input[data-id="searchInput"] {
    display: none !important;
}

div:has(> input[data-id="searchInput"]) {
    display: none !important;
}

.Header__description {
    display: none !important;
}
#searchContainer1 {
    display: none !important;
}

/* Hide entire right side panel */
.TicketList__rightPanelDetail {
    display: none !important;
}

/* Hide full SVG icon */
svg.Icon__midMedium.Icon__greyShade95.Icon__hoverbrand {
    display: none !important;
}

/*Alignment

/* Center the entire dashboard widget */
/* Make the widget take full width */
/* Make the widget take full width */
.Layout__oneColumn,
.Layout__layout1,
.WidgetContainer__list,
.WidgetContainer__contentList {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Make widget full width */
.WidgetContainer__boxSplit {
    width: 100% !important;
}

/* Hide using class (may affect similar icons) */
svg.Icon__small.Icon__greyShade70.Icon__hoverbrand {
    display: none !important;
}

/* Hide Channel + Accounts filters */

[data-id="channelFilter"],
[data-id="accountsFilter"],
[data-id="deptFilter"] {
    display: none !important;
}
/* Hide Add Ticket button */
[data-id="addTicket"] {
    display: none !important;
}

/* Hide Edit button */
[data-id="edit_close"] {
    display: none !important;
}

/* Hide search icon */
/* Hide full search icon (best) */
/* Hide search icon forcefully */
svg.Icon__icon use[xlink\:href="#search"] {
    display: none !important;
}

/* Also hide parent SVG to remove space */


.ticket_channel {
    display: none !important;
}

.ticket_layoutid {
    display: none !important;
}

.ticket_departmentid {
    display: none !important;
}

.ticket_accountid {
    display: none !important;
}

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

[data-id="ticket_priority"]::closest(.Info__infoList) {
    display: none !important;
}

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

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

.ListHeader__description {
    display: none !important;
}
.Header__language {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    font-size: 14px;
    display: flex;
    align-items: center;
}

/* 🔥 Make text visible on dark header */
.Header__language a {
    color: #ffffff !important;   /* white text */
    font-weight: 600;
    text-decoration: none;
    margin: 0 6px;
}

/* Hover effect */
.Header__language a:hover {
    color: #ffcc00 !important;   /* highlight color */
    text-decoration: underline;
} 
