/* Default State (White text, no underline) */
.doc-tab-link {
    color: white !important;
    text-decoration: none !important;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

/* Hover State (#6252DB + underline) */
.doc-tab-link:hover {
    color: #6252DB !important;
}

/* Active/Clicked & Focus States (#6252DB + underline) */
.doc-tab-link:active,
.doc-tab-link:focus,
#portal_tabDocumentation.active .doc-tab-link {
    color: #6252DB !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 1.5px;
}
/* Hide both Sign In elements */
span[data-id="_breadcrumb_0"],
span[data-id="portal_signin"].Signin__subTitle {
    display: none !important;
}
/* Hide the entire "Are you an Agent?" block */
.Signin__userSigin.Signin__agentlogin {
    display: none !important;
}
/* Hide the entire search bar container */
.Header__searchalt,
/* Hide the Add Ticket button */
#new_ticket_btn,
/* Hide the search input field */
#autoSearchContainer,
/* Hide the search section wrapper */
.Header__searchSubCont {
    display: none !important;
}

/* Optionally hide the entire header banner if you want */
.Header__banneralt {
    display: none !important;
}
/* Remove the entire header container */
.Header__titleSearchBox {
    display: none !important;
}

/* Alternative: Remove just specific components */
.Header__searchalt,  /* Search bar */
.Header__panelbtns,  /* Add Ticket button */
.Header__titleDescription,  /* Welcome message */
.Header__breadcrumbs /* Breadcrumbs */
{
    display: none !important;
}
/* Remove the entire header container */
.Header__titleSearchBox {
    display: none !important;
}

/* Alternative: Remove just specific components */
.Header__searchalt,  /* Search bar */
.Header__panelbtns,  /* Add Ticket button */
.Header__titleDescription,  /* Welcome message */
.Header__breadcrumbs /* Breadcrumbs */
{
    display: none !important;
}
/* Hide ONLY the Sign Up link */
a[data-id="tab_signup"], 
a.signupLink, 
a[href*="/signup"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
/* Remove the entire New User block */
.Signin__newuser,
.Signin__userSigin[data-id*="newuser"],
div[class*="Signin__newuser"] {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
}

