﻿.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #386351;
    font-family: "Arial", sans-serif;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #386351;
}
#snapins_invite {
    background-color: #FFFFFF;
    font-family: "Arial", sans-serif;
    overflow: visible;
    border-radius: 8px;
    visibility: hidden;
}

.embeddedServiceInvitation {
    background-color: transparent;
    max-width: 290px;
    max-height: 210px;
    -webkit-box-shadow: 0 7px 12px rgba(0,0,0,0.28);
    -moz-box-shadow: 0 7px 12px rgba(0,0,0,0.28);
    box-shadow: 0 7px 12px rgba(0,0,0,0.28);
}

@media only screen and (min-width: 48em) { /*mobile*/

    .embeddedServiceInvitation {
        max-width: 332px;
        max-height: 210px;
    }
}

.embeddedServiceInvitation > .embeddedServiceInvitationHeader {
    width: inherit;
    height: 32px;
    line-height: 32px;
    padding: 10px;
    color: #FFFFFF;
    background-color: #BACCBE;
    overflow: initial;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.embeddedServiceInvitationHeader #embeddedServiceAvatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.embeddedServiceInvitationHeader .embeddedServiceTitleText {
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-self: stretch;
    flex-grow: 1;
    max-width: 100%;
    margin: 0 12px;
}

.embeddedServiceInvitationHeader .embeddedServiceCloseIcon {
    border: none;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    bottom: 3%;
    background-color: transparent;
    width: 32px;
    height: 32px;
    font-size: 23px;
    color: #FFFFFF;
}

    .embeddedServiceInvitationHeader .embeddedServiceCloseIcon:focus {
        outline: none;
    }

        .embeddedServiceInvitationHeader .embeddedServiceCloseIcon:focus::before {
            content: " ";
            position: absolute;
            top: 11%;
            left: 7%;
            width: 85%;
            height: 85%;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 4px;
            pointer-events: none;
        }

    .embeddedServiceInvitationHeader .embeddedServiceCloseIcon:active, .embeddedServiceCloseIcon:hover {
        background-color: #FFFFFF;
        color: rgba(0,0,0,0.7);
        opacity: 0.7;
    }

.embeddedServiceInvitation > .embeddedServiceInvitationBody {
    background-color: #FFFFFF;
    max-height: 110px;
    min-width: 260px;
    margin: 0 8px;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
}

.embeddedServiceInvitationBody p {
    color: #333333;
    padding: 8px;
    margin: 12px 0;
}

.embeddedServiceInvitation > .embeddedServiceInvitationFooter {
    width: inherit;
    color: #FFFFFF;
    text-align: right;
    background-color: #FFFFFF;
    padding: 10px;
    max-height: 50px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.embeddedServiceInvitationFooter > .embeddedServiceActionButton {
    font-size: 14px;
    max-height: 40px;
    border: none;
    border-radius: 4px;
    padding: 10px;
    margin: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.embeddedServiceInvitationFooter > #acceptInvite {
    background-color: #386351;
    color: #FFFFFF;
}

.embeddedServiceInvitationFooter > #rejectInvite {
    background-color: #FFFFFF;
    color: #386351;
}


.slds-style-select {
    visibility: visible !important;
}

.sidebarHeader > h2 {
    color: white;
    /*font-size: 0;*/
}

/*
.sidebarHeader > h2::before {
    color: white;
    content: "Contact us";
    font-size: 16px;
}
*/

/*FIRST NAME*/
div.inputText:nth-child(1) > div:nth-child(1) > label:nth-child(1) > span:nth-child(1) {
    font-size: 0px;
}

div.inputText:nth-child(1) > div:nth-child(1) > label:nth-child(1) > span:nth-child(1)::before {
    content: "First Name";
    font-size: 12px;
}

/*LAST NAME*/
div.inputText:nth-child(2) > div:nth-child(1) > label:nth-child(1) {
    font-size: 0px;
}

div.inputText:nth-child(2) > div:nth-child(1) > label:nth-child(1)::before {
    content: "Last Name";
    font-size: 12px;
}

/*EMAIL*/
.uiInputEmail > label:nth-child(1) > span:nth-child(1) {
    font-size: 0px;
}

.uiInputEmail > label:nth-child(1) > span:nth-child(1)::before {
    content: "Email";
    font-size: 12px;
}

/*PHONE*/
div.inputText:nth-child(4) > div:nth-child(1) > label:nth-child(1) > span:nth-child(1) {
    font-size: 0px;
}

div.inputText:nth-child(4) > div:nth-child(1) > label:nth-child(1) > span:nth-child(1)::before {
    content: "Phone";
    font-size: 12px;
}

/*CUSTOMER TYPE*/
.uiInputSelect > label:nth-child(1) > span:nth-child(1) {
    font-size: 0px;
}

.uiInputSelect > label:nth-child(1) > span:nth-child(1)::before {
    content: "I am a";
    font-size: 12px;
}

/*SUBJECT*/
div.inputText:nth-child(6) > div:nth-child(1) > label:nth-child(1) > span:nth-child(1) {
    font-size: 0px;
}

div.inputText:nth-child(6) > div:nth-child(1) > label:nth-child(1) > span:nth-child(1)::before {
    content: "Message";
    font-size: 12px;
}

/*LOGO*/
header.sidebarHeader > img:nth-child(1) {
    content: url("https://propvue.azureedge.net/belle/public/img/favicon.ico");
}

.dialogIcon > svg:nth-child(1) > circle:nth-child(1) {
    fill: rgb(56, 99, 81);
}

.uiInputTextArea {
    min-height: 20px !important;
}

#snapins_invite {
    display: none;
}

.embeddedServiceHelpButton .helpButton {
    height: 52px;
    right: 60px;
}

@media only screen and (min-width : 576px) {
    .embeddedServiceHelpButton .helpButton {
        height: 52px;
        right: 80px;
    }
}

.embeddedServiceHelpButton .helpButton .uiButton {
    font-size: 1.2em;
    height: 52px;
}

.embeddedServiceSidebar {
    padding-top: 60px;
}

button[embeddedService-chatHeader_chatHeader] { font-size: 9px !important; }