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

.usabilla_live_button_container {
    z-index: 199 !important;
}

.embeddedServiceHelpButton .assistiveText {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

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

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

@media only screen and (min-width: 960px) {
    .embeddedServiceHelpButton .helpButton {
        width: auto;
        bottom: 0;
        right: 52px;
        height: 55px;
    }
}

.embeddedServiceHelpButton .helpButton .uiButton {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 44px;
    height: 46px;
    box-shadow: none;
    border-radius: 0;
    line-height: 1;
    font-size: .875em;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    font-family: inherit;
    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;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #ffc421;
}

.embeddedServiceHelpButton .helpButton .helpButtonDisabled.uiButton:hover,
.embeddedServiceHelpButton .helpButton .helpButtonDisabled.uiButton:focus {
    background-color: #717171;
}

@media only screen and (max-width: 959px) {
    .embeddedServiceHelpButton .helpButton .helpButtonDisabled.uiButton:focus {
        color: #fff;
    }
    .embeddedServiceHelpButton .helpButton .helpButtonDisabled:hover .helpButtonLabel,
    .embeddedServiceHelpButton .helpButton .helpButtonDisabled:focus .helpButtonLabel {
        overflow: visible;
    }
    .embeddedServiceHelpButton .helpButton .helpButtonDisabled .helpButtonLabel .message {
        display: block;
        position: absolute;
        overflow: visible;
        left: -145px;
        top: initial;
        width: 100px;
        background: #717171;
        height: 46px;
        line-height: 46px;
        border-right: 1px solid rgba(255, 255, 255, .5);
        transition: opacity .3s ease;
        opacity: 0;
    }
    .embeddedServiceHelpButton .helpButton .helpButtonDisabled:hover .helpButtonLabel .message,
    .embeddedServiceHelpButton .helpButton .helpButtonDisabled:focus .helpButtonLabel .message {
        opacity: 1;
    }
}

@media only screen and (min-width: 960px) {
    .embeddedServiceHelpButton .helpButton .uiButton {
        min-width: 250px;
        max-width: 400px;
        width: auto;
        height: 55px;
        padding: 0 12px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.embeddedServiceHelpButton .helpButton .uiButton .label {
    color: #fff
}

.embeddedServicePreventScrolling {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    background: #ffc421;
}

.embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover::before,
.embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffc421;
    opacity: .2;
    pointer-events: none;
    color: #ffffff!important;
}

.embeddedServiceHelpButton .helpButton .helpButtonEnabled.no-hover:hover::before,
.embeddedServiceHelpButton .helpButton .helpButtonEnabled.no-hover:focus::before {
    display: none;
    background: #ffc421;
    color: #ffffff;
}

@media only screen and (min-width:48em) {
    .embeddedServiceHelpButton .helpButton .uiButton:hover::before,
    .embeddedServiceHelpButton .helpButton .uiButton:focus::before {
        background: #ffc421;
        border-radius: 0;
    }
}

.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: #ffc421;
}

.embeddedServiceHelpButton .helpButtonDisabled {
    cursor: default;
    box-shadow: none;
    text-shadow: none;
    background-color: #E8E8E8;
    color: #ffffff;
}

.embeddedServiceHelpButton .helpButtonDisabled .helpButtonLabel .message {
    color: #ffffff!important;
}

.embeddedServiceHelpButton .helpButtonEnabled {
    cursor: pointer;
    position: relative
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: 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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-width: 100%;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
}

@media only screen and (min-width: 960px) {
    .embeddedServiceHelpButton .uiButton .helpButtonLabel {
        height: 55px;
    }
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
}

@media only screen and (max-width: 959px) {
    .embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
        display: none;
    }
}

.helpButtonEnabled:focus .helpButtonLabel {
    text-decoration: none;
    background: #ffc421;
    color: #ffffff;
}

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

@media only screen and (max-width: 959px) {
    .embeddedServiceHelpButton .embeddedServiceIcon {
        width: 44px;
    }
}

@media only screen and (min-width: 960px) {
    .embeddedServiceHelpButton .embeddedServiceIcon {
        margin-right: 10px;
    }
}

.embeddedServiceHelpButton .embeddedServiceIcon::before {
    font-family: "embeddedserviceiconfont";
    font-size: 25px;
    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
}

.message {
    background: none;
    border: none;
}

.waitingCancelChat .uiButton--inverse .uiButton .embeddedServiceSidebarButton {
    background: none;
    color: black;
}

.embeddedServiceLiveAgentStateChatHeader .agentInfo {
    display: none;
}

.embeddedServiceHelpButton .helpButton .helpButtonDisabled {
    background-color: #717171;
    color: #ffffff;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    background: #ffc421;
}

.embeddedServiceHelpButton .helpButton .uiButton:hover {
    background-color: #ffc421;
    color: #ffffff;
}

.embeddedServiceHelpButton .helpButton .uiButton:hover .helpButtonLabel .message {
    color: #ffffff!important;
}

.embeddedServiceHelpButton .helpButton .uiButton:before {
    background-color: #ffc421;
}

.sidebarHeader .minimizedContainer .embeddedServiceSidebarMinimizedDefaultUI {
    background: #ffc421;
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
    font-size: 17px;
    color: #ffffff;
}

.embeddedServiceHelpButton .embeddedServiceIcon {
    font-size: 17px;
}

.embeddedServiceLiveAgentStateChatHeader .agentInfo {
    display: none;
}

.embeddedServiceLiveAgentStateChatHeader .content {
    height: 100px;
}

.waitingCancelChat .uiButton--inverse .uiButton .embeddedServiceSidebarButton {
    background: #ffc421;
}

.waitingCancelChat .uiButton--inverse .uiButton .embeddedServiceSidebarButton:hover {
    background: #ffc421;
}

.waitingCancelChat .uiButton--inverse .uiButton .embeddedServiceSidebarButton:before {
    background: #ffc421;
}

.waitingCancelChat .uiButton--inverse .uiButton .embeddedServiceSidebarButton:focus {
    background: #ffc421;
}

.embeddedServiceSidebarButton.uiButton--inverse {
    background-color: #ffc421;
}

.embeddedServiceSidebarButton.uiButton--inverse:hover .label {
    color: #ffffff;
}

.embeddedServiceSidebarButton.uiButton--inverse:before .label {
    color: #ffffff;
}

.embeddedServiceSidebarButton.uiButton--inverse:focus .label {
    color: #ffffff;
}

.embeddedServiceSidebarButton.uiButton--inverse .label {
    color: #ffffff;
}

.embeddedServiceLiveAgentStateChat .messageArea {
    font-size: 20px;
}

@font-face {
    font-family: 'Salesforce Sans';
    src: url('https://www.sfdcstatic.com/system/shared/common/assets/fonts/SalesforceSans/SalesforceSans-Regular.woff') format('woff'), url('https://www.sfdcstatic.com/system/shared/common/assets/fonts/SalesforceSans/SalesforceSans-Regular.ttf') format('truetype');
}

.embeddedServiceLiveAgentStateChatHeader:not(.alert) .message {
    display: none;
}

.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer {
    background: #ffc421;
    color: #ffffff;
}

.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:hover {
    background: #ffc421;
    color: #ffffff;
}

.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:focus {
    background: #ffc421;
    color: #ffffff;
}

.embeddedServiceSidebarMinimizedDefaultUI {
    background: #ffc421;
    color: #ffffff;
}

.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer .message {
    color: #ffffff;
}

.embeddedServiceSidebarButton:not(:disabled):focus,
.embeddedServiceSidebarButton:not(:disabled):hover {
    background: #ffc421;
    color: #ffffff;
    text-decoration: none;
}

.embeddedServiceSidebarButton.uiButton--inverse:not(:disabled):focus,
.embeddedServiceSidebarButton.uiButton--inverse:not(:disabled):hover {
    background: #ffc421;
    color: #ffffff;
    text-decoration: none;
}

.embeddedServiceLiveAgentStateChatHeaderOption .optionName {
    color: #ffffff;
}

a.unseenMessageBanner.embeddedServiceLiveAgentStateChatUnreadMessageBanner {
    width: 250px;
}

.embeddedServiceLiveAgentStateChatItem .avatar {
    width: 50px;
    height: 50px;
    margin: 0px 15px 3px -10px;
}

.embeddedServiceSidebarHeader .headerChevron {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    margin: 6px 0 0 10px;
}

.embeddedServiceSidebarHeader .headerText {
    margin: 0;
    font-size: 1.6rem;
}

.embeddedServiceSidebar.layout-docked .dockableContainer,
.embeddedServiceSidebarMinimizedDefaultUI {
    right: 6.4rem;
}

.embeddedServiceSidebarMinimizedDefaultUI {
    box-shadow: none;
}

@media only screen and (max-width: 1024px) {
    .usabilla_live_button_container {
        display: none;
    }
}

.embeddedServiceSidebar .label {
    border: 0;
}

.embeddedServiceSidebar a,
.embeddedServiceSidebar a:focus,
.embeddedServiceSidebar a:active,
.embeddedServiceSidebar a:hover,
.embeddedServiceSidebar a:visited {
    text-decoration: none;
}

.embeddedServiceHelpButton .helpButton .uiButton.uiButtonDisabled {
    background-color: #717171;
    color: #ffffff;
}

.embeddedServiceHelpButton .helpButton .uiButton .offlineMessage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #717171;
    line-height: 55px;
}

.embeddedServiceLiveAgentStateChat .chatSessionStartTime,
.embeddedServiceLiveAgentStateChatItem.agent .chatContent,
.embeddedServiceLiveAgentStateChatInputFooter .chasitorText,
.embeddedServiceSidebarDialogState #dialogTextTitle,
.embeddedServiceSidebarDialogState #dialogTextBody {
    color: #575756;
}