/* Salesforce styles */
.embeddedServiceSidebarHeader {
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 0px 0px 0 0;
    background-color: #00902b
}

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

.embeddedServiceHelpButton .helpButton .uiButton {
    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: #398033;
    font-size: .875em;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    font-family: inherit;
    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;
    margin-left: auto;
    margin-right: auto;
}

@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');
}

.minimizeButton {
    display: none;
}

.embeddedServiceSidebar.layout-docked .dockableContainer {
    width: 100%;
    height: calc(100% - 48px);
    margin: 0px auto;
    left: 0;
    right: 0;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    z-index: 15;
    text-align: center;
    /*! overflow: hidden; */
    max-width: 40em;
    pointer-events: all;
    position: relative;
}

.embeddedServiceHelpButton .helpButton {
    position: inherit;
    /*! bottom:12px; */
    /*! right:12px; */
    height: 46px;
    -webkit-font-smoothing: subpixel-antialiased;
    /*padding-top: 14em;*/
    right: 0px;
    position: inherit;
}

.embeddedServiceHelpButton {
    display: none;
    position:inherit;
    top: 0;
    left: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    z-index: 999;
    font-family: sans-serif
}
.main-text {
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-size: 1em;
}
.main-container {
    display: flex;
    flex-direction: column;
}

.text-section {
    margin: 1em 1em 1em 1em;
}

.support-section {
    height: 3em;
}