.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #005290;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    line-height: 14px;
    max-width: 196px;
    min-width: 168px;
    overflow-wrap: break-word;
    text-transform: none;
}

.minimizeButton:focus {
    outline: 2px solid #ffff; 
    outline-offset: 2px; 
    border-radius: 4px;
}

.closeButton:focus {
    outline: 2px solid #ffff;
    outline-offset: 2px;
    border-radius: 4px;
}

.embeddedServiceSidebarMinimizedDefaultUI .helpButton {
    background-color: #005290;
    font-family: "Arial", sans-serif;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290;
}

.embeddedServiceSidebar .sidebarHeader h2 {
    color: #ffffff;
}

.embeddedServiceSidebar .sidebarHeader button {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: rgb(0, 0, 0);
    border-radius: 0;
    color: rgb(0, 0, 0);
    display: inline;
    margin-bottom: 0;
    padding: 1px 4px;
    position: static;
}

.embeddedServiceSidebar button.embeddedServiceSidebarMinimizedDefaultUI {
    font-family: "Arial", sans-serif;
    line-height: 22.85px;
    overflow-wrap: break-word;
    padding: 0;
    text-transform: none;
}

.embeddedServiceSidebar button.embeddedServiceSidebarMinimizedDefaultUI:active {
    position: fixed;
    top: unset;
}