@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800&display=swap');

.ngageMobileFloat,
.liveChatFloatingButtonSpacer,
#nGageLH {
    display:none!important
}
.bottom-right-black-bubble-invite-container *,
.bottom-right-black-bubble-invite-container::before,
.bottom-right-black-bubble-invite-container::after  {
    box-sizing:border-box;
}
.bottom-right-black-bubble-invite-container {
    position:fixed;
    opacity:0;
    bottom:50px;
    right:15px;
    transition:0.25s all ease!important;
    -webkit-transition:0.25s all ease!important;
    z-index:10000
}
.chat-window-background-container {
    display:none;
    opacity:0;
    transition:0.15s all ease;
    -webkit-transition:0.15s all ease;
    position:relative;
    top:40px;
    right:3px
}
.chat-window-background {
    width:357px;
    height:330px;
    background-color:#fff;
    border-radius:4px;
    box-shadow:0 2px 20px rgba(0,0,0,.09);
    margin-bottom:25px
}
.chat-top{
    height:33.7%;
    background-color:#0D4880;
    border-radius:4px 4px 0 0;
    padding:35px 24px 0 24px
}
.mock-chat-invite-nolo-logo{
    position:relative;
    top:-3px;
    width:auto;
    height:16px;
    display: block;
}
.chat-bottom{
    height:66.3%;
    padding:20px 24px
}
.chat-bottom-container{
    position:relative;
    top:-55px;
    background-color:#fff;
    height:222px;
    padding:20px;
    border-radius:4px;
    border:1px solid #f3f3f3
}
.chat-bottom-headline{
    font-family: 'Nunito Sans', sans-serif;
    font-size:16px;
    font-weight:800;
    color:#393939;
    margin-bottom:15px
}
.mock-chat-operator-image{
    width:32px;
    height:auto;
    max-width: none;
}
.chat-bottom-body{
    display:flex;
    margin-bottom:15px
}
.chat-bottom-body-right-col{
    padding-left:15px;
    position:relative;
    top:-4px
}
.chat-bottom-body-text{
    font-family: 'Nunito Sans', sans-serif;
    font-size:13px;
    color:#666;
    line-height:19px;
    margin-bottom:10px;
    font-weight: 400;
}
.dot-container{
    display:flex;
    align-items:center
}
.circle-dot{
    height:6px;
    width:6px;
    border-radius:50%;
    background:#40CE5F;
    position:relative;
    top:-1px;
    margin-right:5px
}
.circle-dot-text{
    font-family: 'Nunito Sans', sans-serif;
    color:#40CE5F;
    font-size:8px;
    text-transform:uppercase;
    font-weight:700
}
.chat-bottom-cta{
    background-color:#F07903;
    width:fit-content;
    padding:6px 25px;
    border-radius:70px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    transition:0.25s all ease;
    -webkit-transition:0.25s all ease;
    text-decoration: none;
}
.chat-bottom-cta:hover{
    text-decoration:none;
    background-color:#FF9429;
}
.chat-cta-text{
    font-family: 'Nunito Sans', sans-serif;
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    line-height:16px;
    font-weight:800;
    letter-spacing:.5px
}
.mock-chat-cta-logo{
    position:relative;
    top:-1px;
    margin-right:10px;
    width:12px;
    height:auto
}
.black-circle-background-image-container{
    width:62px;
    height:62px;
    background-color:#0D4880;
    border-radius:50%;
    float:right;
    transition:0.25s all ease;
    -webkit-transition:0.25s all ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.black-circle-background-image-container:hover{
    background-color:#2064A4
}
.mock-chat-dismiss{
    width:21.2px;
    height:auto
}
.mock-chat-icon-single{
    width:26px;
    height:auto
}
.chat-cta-round-logo-dismiss{
    padding:16.5px 20.5px;
    cursor:pointer
}
.chat-cta-round-logo-open{
    padding:17.5px;
    display:none;
    cursor:pointer;
    position: relative;
    top: 1px;
}
.chat-bounce-in{
    animation:bounce-in 0.75s infinite;
    animation-iteration-count:1
}
.chat-cta-logo {
    height: 27px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
@keyframes bounce-in{
    0%{
        opacity:0;
        transform:scale(.3)
    }
    50%{
        opacity:1;
        transform:scale(1.15)
    }
    70%{
        transform:scale(.75)
    }
    100%{
        transform:scale(1)
    }
}
