﻿
.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: black;
    font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: thin solid white;
}

.embeddedServiceLiveAgentStateChatInputFooter .chasitorControls .uiInput {
    font-size: 16px;
}
/*
#snapins_invite {
    background-color: #FFFFFF;
    font-family: "Arial", sans-serif;
    overflow: visible;
    border-radius: 8px;
    visibility: hidden;
    z-index: 4 !important;
    top: 22% !important;
}

.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) { 
    .embeddedServiceInvitation {
        max-width: 332px;
        max-height: 210px;
    }
}
@media only screen and (max-width: 48em) {

    .embeddedServiceHelpButton .helpButton {
        top: 0;
        margin-top: 80px;
    }

}

.embeddedServiceInvitation > .embeddedServiceInvitationHeader {
    width: inherit;
    height: 50px;
    line-height: 32px;
    padding: 10px;
    color: #FFFFFF;
    background-color: #222222;
    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: 50px;
    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: 08px;
    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: 60px;
    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: #005290;
    color: #FFFFFF;
}

.embeddedServiceInvitationFooter > #rejectInvite {
    background-color: #FFFFFF;
    color: #005290;
}
*/

embeddedservice-chat-header h2 {
    color: inherit;
}

embeddedservice-chat-header .minimizeButton, embeddedservice-chat-header .closeButton {

    font-size: 5px !important;
}

@media only screen and (max-width: 768px) { /*mobile*/
    #snapins_invite {
        top: 10% !important;
    }
}


