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

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

.embedded_svc.bootstrapEmbeddedService {
    float: left;
    left: 0px;
    background-color: #4CAF50; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
}

.embeddedServiceSidebar .layout-docked .dockableContainer {
    position: relative;
    float: left;
    /* left:auto; */
    bottom: 0;
    right: 20px;
    margin: 0;
    height: 90%;
    width: var(--lwc-sidebarWidth, 350px);
    max-height: var(--lwc-sidebarHeight, 600px);
    border-radius: 8px 8px 0 0
}

.slds-button {
    border: none;
    background-color: #008CBA;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.slds-button:hover {
    background-color: #4CAF50;
}

.slds-button:active {
    background-color: #0077B5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}