/*Stylesheet for Chat*/
/*
.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
    font-size: 15px;
}

.embeddedServiceSidebarHeader {
    background-color: #2f2f2f;
}

.embeddedServiceSidebarButton {
    background-color: #000;
}

.embeddedServiceSidebarButton:not(:disabled):focus, .embeddedServiceSidebarButton:not(:disabled):hover {
    background-color: #2f2f2f;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #000;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.prechatContent {
    margin: 12px 46px 0 22px;
    padding: 0 0 15px;
}

.embeddedServiceSidebarState h4 {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px 5px;
    color: #2b2b2b;
    text-align: left;
}

.embeddedServiceSidebarFeature ul, .embeddedServiceSidebarFeature li {
    position: relative;
    font-size: .75em;
    line-height: 1.5;
    margin-right: .75em;
    margin-left: .5em;
    margin-bottom: 2px;
    color: #333;
    text-align: left;
}

.embeddedServiceSidebarFormField .slds-style-inputtext {
    display: inline-block;
    line-height: 30px;
    box-sizing: border-box;
    box-shadow: none;
}

.embeddedServiceSidebarState .slds-style-inputtext, .embeddedServiceSidebarFormField .slds-style-select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    height: 44px;
    padding: 0 12px;
    color: #333;
    font-size: .875em;
    font-family: 'Arial',sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.uiInput--input {
    margin-bottom: 6px;
}

.startButtonWrapper {
    text-align: center;
    padding: 30px 24px 24px;
    margin: 0;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) calc(100% - 77px), rgba(255, 255, 255, 1) 100%);
}

*/
/*
.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #005290;
    font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290;
}
*/
.sidebarHeader[embeddedService-chatHeader_chatHeader] {
    background-color: #2e2e2e;
}

h2[embeddedService-chatHeader_chatHeader] {
    text-transform: none;
    color: #fff;
    font-size: 18px;
    font-family: "Hind", Arial, sans-serif;
}

.embeddedServiceSidebarFormField .uiInput .uiLabel-left {
    font-size: 12px;
    color: #313131;
}

svg.slds-icon.slds-icon-text-default.slds-icon_x-small {
    height: 20px;
    width: 20px;
    fill: #fff;
}

label {
    font-family: "Hind", Arial, sans-serif;
    font-size: 12px;
    color: #313131;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.uiButton--default {
    position: relative;
    border: none;
    background: #313131;
    text-shadow: none;
    box-shadow: none;
    transition: background .4s ease;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    font-family: 'Hind',sans-serif;
    width: 100%;
    margin: 0;
    height: 44px;
    border-radius: 40px;
    max-width: 170px;
}

.embeddedServiceSidebarButton .label {
    font-weight: 400;
}

.embeddedServiceSidebarForm .fieldList {
    z-index: 100;
    /* margin-top: 0px;
     position:relative;
     */
    position:relative;
    margin: 70px 24px 0 12px;
}

.embeddedServiceSidebarForm .backgroundImg {
    /* height:90px; */
    margin-bottom: -30px;
    height: 60px;
}


.embeddedServiceSidebarForm .backgroundImgColorMask {
    background-color: #fff;
    height:0;
}


.embeddedServiceSidebarForm .backgroundImg, .embeddedServiceSidebarForm .backgroundImgColorMask{
    /*position:absolute; */
}

.embeddedServiceSidebarFeature ul, .embeddedServiceSidebarFeature li{
    /* padding-top:20px; */
}

/* hide button when agent not available */
.embeddedServiceHelpButton .helpButton .uiButton.helpButtonDisabled {
    display: none;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    font-size: 0.99em;
    padding-right:16px;
}

.embeddedServiceSidebar.modalContainer {
    z-index: 999999999;
}

.embeddedServiceHelpButton{
    z-index: 999999999;
}


/*
.uiButton--default .label {
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    font-size: 12px;
    letter-spacing: .05em;
}

.uiButton--default:hover, .uiButton--default:focus, .uiButton--default.is-selected {
    text-shadow: none;
    background: #2f2f2f;
}

/*
.slds-style-select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    height: 44px;
    padding: 0 12px;
    color: #333;
    font-size: .875em;
    font-family: 'Arial',sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

*/