[data-testid='stSidebarNav'] ul li:first-child a {
    background-image: url(../img/weber_twsc_logotype_rgb_black.png)
}

[data-testid='stSidebarNav'] ul li:first-child::after {
    content: 'Secure Generative AI Access';
}

[data-testid="stSidebarNav"] a[href$="/Chat_Apps"],
[data-testid="stSidebarNav"] a[href$="/Image_Generation"] {
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g>><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
    background-position: right 5px top 50%;
}

[data-testid="stSidebarNav"] a[href$="/Chat"],
[data-testid="stSidebarNav"] a[href$="/Pros_and_Cons"],
[data-testid="stSidebarNav"] a[href$="/Document_Analysis_BETA"],
[data-testid="stSidebarNav"] a[href$="/Content_Simplification"],
[data-testid="stSidebarNav"] a[href$="/Compare_and_Contrast"],
[data-testid="stSidebarNav"] a[href$="/Red_Team"],
[data-testid="stSidebarNav"] a[href$="/Fast_Start_Research"],
[data-testid="stSidebarNav"] a[href$="/Tone_and_Comprehension_Editor"],
[data-testid="stSidebarNav"] a[href$="/Generate_Similar_Document"],
[data-testid="stSidebarNav"] a[href$="/Social_Content_Generator"],
[data-testid="stSidebarNav"] a[href$="/Translation"],
[data-testid="stSidebarNav"] a[href$="/Social_Listening_Query_Builder"],
[data-testid="stSidebarNav"] a[href$="/Advanced_Prompt_Builder"],
[data-testid="stSidebarNav"] a[href$="/Summarization"] {
    display: none;
}

[data-testid="stSidebarNav"] a[href$="/Text_to_Image"],
[data-testid="stSidebarNav"] a[href$="/Image_to_Image"],
[data-testid="stSidebarNav"] a[href$="/Inpainting"],
[data-testid="stSidebarNav"] a[href$="/Outpainting"],
[data-testid="stSidebarNav"] a[href$="/Upscaling"],
[data-testid="stSidebarNav"] a[href$="/Generation_History"] {
    display: none;
}


body [data-testid="stSidebarNav"] ul li:has(a[href$='/Image_Generation'])::before,
body [data-testid="stSidebarNav"] ul li:has(a[href$='/FAQs'])::before,
body [data-testid="stSidebarNav"] ul li:has(a[href$='/Users'])::before {
    content: " ";
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #666666;
}

[data-testid="InputInstructions"] span:first-child {
    display: none;
}

[data-testid="InputInstructions"] span:last-child {
    display: inline !important;
    margin-right: 8px;
}

[data-testid="InputInstructions"] span:last-child::before {
    display: none;
}

textarea {
    resize: vertical !important;
}