h2[embeddedService-chatHeader_chatHeader]{
    color: rgb(255, 255, 255);
    font-family:  Arial ,sans-serif;
    line-height: 1.2;
}
button[embeddedService-chatHeader_chatHeader] {
    border-radius: 0;
    line-height: 1.5;
}
.embeddedServiceSidebarFeature .uiInput {
    line-height: 1.5;
}
.embeddedServiceSidebarFeature .uiLabel-left {
    display: block;
    margin: 0;
    height: 24px;
    font-family: Arial, sans-serif;
}

.embeddedServiceSidebarFeature .uiLabel-left .required {
    color: #d9222a;
}

.embeddedServiceSidebarFeature .select,.embeddedServiceSidebarFeature .input {
    width: 100%;
    padding: 2px;
    margin: 0;
}

.embeddedServiceSidebarFeature .uiButton.startButton {
    color: #503296!important;
    background: #fff!important;
    border: 2px solid #503296!important;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.embeddedServiceSidebarFeature .uiButton.startButton:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(80,50,150,0.5));
    filter: drop-shadow(0 0 10px rgba(80,50,150,0.5));
    border-color: #503296!important;
    background-color: #fff!important;
}

.embeddedServiceSidebarFeature .uiButton.startButton span {
    color: #503296;
}