.embeddedServiceHelpButton {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    z-index: 999;
    font-family: sans-serif;
}

.embeddedServiceHelpButton .helpButton {
    position: fixed;
    bottom: 12px;
    right: 12px;
    height: 46px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.helpButton {
    border-radius: 8px 8px 0 0;
    border: solid 1px #ffffff;
    border-bottom: 0;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 12px;
    height: 46px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    line-height: 1;
    background: #000;
    font-size: 0.875em;
    font-family: "Algebra Web", "Georgia", serif !important;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: default;
}

.embeddedServiceHelpButton .helpButtonDisabled {
    cursor: default;
    box-shadow: none;
    text-shadow: none;
}

.embeddedServiceHelpButton .uiButton {
    font-weight: bold;
    font-size: 16px;
    margin: 2px 3px;
    padding: 4px 6px;
    min-width: 12em;
    max-width: 14em;
    text-decoration: none;
    text-align: center;
    border: 0;
    background: #dddfe1;
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    align-self: stretch;
    max-width: 100%;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-family: "Algebra Web", "Georgia", serif !important;
    font-weight: normal;
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.embeddedServiceHelpButton .embeddedServiceIcon.closeButton {
    font-size: 1em;
    position: absolute;
    top: 3px;
    right: 8px;
    margin-right: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    fill: rgb(255, 255, 255);
}

.embeddedServiceHelpButton .embeddedServiceIcon {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
    vertical-align: top;
}

.closeButton {
    background: transparent;
    border: transparent;
    cursor: pointer;
    width: 2rem;
    position: relative;
}

.embeddedServiceHelpButton .embeddedServiceIcon::before {
    font-size: 1.25em;
    content: attr(data-icon);
    speak: none;
    text-rendering: auto;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 48em) {
    .embeddedServiceHelpButton {
        background-color: transparent;
    }

    .embeddedServiceHelpButton .helpButton {
        position: fixed;
        bottom: 0;
    }

    .embeddedServiceHelpButton .helpButton .uiButton {
        border-radius: 8px 8px 0 0;
    }
}