.ngageMobileFloat,
.liveChatFloatingButtonSpacer,
.liveChatFloatingButtonMobile,
#nGageLH {
    display:none!important
}
.bottom-right-same-window-chat-invite-container *,
.bottom-right-same-window-chat-invite-container::before,
.bottom-right-same-window-chat-invite-container::after  {
    box-sizing:border-box;
}
.bottom-right-same-window-chat-invite-container {
    position:fixed;
    opacity:0;
    bottom:15px;
    right:0;
    transition:0.25s all ease!important;
    -webkit-transition:0.25s all ease!important;
    z-index:10000;
    width: initial;
    pointer-events: none;
    display: block!important;
}
.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:-10px;
    width:80px;
    height:16px
}
.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', Arial, sans-serif;
    font-size:16px;
    font-weight:800;
    color:#393939;
    margin-bottom:15px
}
.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', Arial, 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', Arial, 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', Arial, 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;
    pointer-events: auto;
}
.chat-cta-round-logo-open,
.chat-cta-round-duplicate-logo-open{
    padding:17.5px;
    display:none;
    cursor:pointer;
    position: relative;
    top: 1px;
    pointer-events: auto;
}
.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;
}

.ngage_chat_frame_widget {
  bottom: -75px;
  right: 10px;
  left: calc(100% - max(20%, 425px) - 0px);
  top: initial;
}

.ngage_chat_frame_container::after {
  display: none;
}

.ngage_chat_frame_container {
  background: #fff;
}

.ngage_chat_frame_container_wrapper {
  height: 634px;
}


@keyframes bounce-in{
    0%{
        opacity:0;
        transform:scale(.3)
    }
    50%{
        opacity:1;
        transform:scale(1.15)
    }
    70%{
        transform:scale(.75)
    }
    100%{
        transform:scale(1)
    }
}

@-webkit-keyframes onlineGreen {
  0% {
    background-color: #40ce5f;
  }
  50% {
    background-color: #40ce5f;
  }
  51% {
    background-color: #b1ffc2;
  }
  100% {
    background-color: #b1ffc2;
  }
}


#bottom-right-same-window-chat-invite-container,
.chat-cta-round-logo,
.chat-mobile-invite {
  display: none;
}

#bottom-right-same-window-chat-invite-container .mock-chat-dismiss {
  width: 18px;
  height: auto;
}
#bottom-right-same-window-chat-invite-container .chat-window-background-container {
  /* right: unset; */
  right: 11px;
  margin-bottom: 15px;
}
#bottom-right-same-window-chat-invite-container div#black-circle-background-image-container {
  position: relative;
  right: 10px;
}
#bottom-right-same-window-chat-invite-container svg.chat-cta-header-dismiss {
  padding: 0;
  right: 12px;
  top: 12px;
  height: 20px;
  width: 20px;
  position: absolute;
}
#bottom-right-same-window-chat-invite-container svg.chat-cta-round-logo-dismiss {
  padding: 0;
  right: 12px;
  top: 12px;
  height: 20px;
  width: 20px;
  position: absolute;
}
#bottom-right-same-window-chat-invite-container .chat-top {
  height: auto;
  padding: 10px 15px;
  display: none;
}
#bottom-right-same-window-chat-invite-container img.mock-chat-invite-nolo-logo {
  top: unset;
  height: 18px;
  width: unset;
}
#bottom-right-same-window-chat-invite-container .chat-window-background {
  height: auto;
  position: relative;
  margin: auto;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.22);
  border: 2px solid white;
  background: #e2e2e2;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #bottom-right-same-window-chat-invite-container .chat-window-background {
    max-width: 94.6666666667vw;
  }
}
#bottom-right-same-window-chat-invite-container .chat-bottom {
  height: auto;
  padding: 8px 15px 15px 15px;
  padding: 15px;
}
#bottom-right-same-window-chat-invite-container .chat-bottom-container {
  top: 0;
  border: 0;
  padding: 0;
  height: auto;
  display: grid;
  background: transparent;
}
#bottom-right-same-window-chat-invite-container div#bottom-right-same-window-chat-invite-container {
  bottom: 10px;
}
#bottom-right-same-window-chat-invite-container .dot-container {
  position: absolute;
  top: -32px;
  right: 0;
}
#bottom-right-same-window-chat-invite-container .mock-chat-operator-image {
  width: 46px;
  height: 46px;
  vertical-align: middle;
  max-width: none;
}
#bottom-right-same-window-chat-invite-container .chat-bottom-body-operator {
  position: relative;
  border: 2px solid white;
  border-radius: 50%;
}
#bottom-right-same-window-chat-invite-container .circle-dot {
  background-color: #40ce5f;
  -webkit-animation-name: onlineGreen;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  height: 10px;
  width: 10px;
  position: absolute;
  right: -5px;
  margin-right: 0;
  top: 3px;
  border: 2px solid white;
  box-sizing: content-box;
  background: #b1ffc2;
}
#bottom-right-same-window-chat-invite-container .chat-bottom-body {
  margin-bottom: 18px;
  margin-bottom: 0;
}
#bottom-right-same-window-chat-invite-container .bottom-right-same-window-chat-invite-container .chat-bottom-body-left-col {
  display: grid;
  align-content: center;
}
#bottom-right-same-window-chat-invite-container .chat-bottom-body-left-col {
  display: flex;
  align-items: start;
}
#bottom-right-same-window-chat-invite-container .chat-bottom-body-right-col {
  display: grid;
  align-content: center;
  top: 0;
  background-color: white;
  border-radius: 5px;
  margin-left: 10px;
  padding: 10px 15px;
}
#bottom-right-same-window-chat-invite-container .chat-bottom-body-text {
  margin-bottom: 0;
  font-family: "Nunito Sans", Arial;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #000;
  line-height: 20px;
}
#bottom-right-same-window-chat-invite-container .chat-bottom-body-text .chat-bottom-body-text-full {
  box-sizing: content-box;
  overflow: hidden;
  transition:0.5s all ease;
  -webkit-transition:0.5s all ease;
}
#bottom-right-same-window-chat-invite-container a.chat-bottom-cta {
  place-self: start;
  position: relative;
  left: -5px;
  margin-top: 20px;
  padding: 6px 15px;
  text-decoration: none;
  pointer-events: auto;
}
#bottom-right-same-window-chat-invite-container a.chat-bottom-cta .chat-cta-text {
  font-size: 14px;
}
#bottom-right-same-window-chat-invite-container a.chat-bottom-cta .mock-chat-cta-logo {
  width: 18px;
  margin-right: 5px;
}
#bottom-right-same-window-chat-invite-container .circle-dot-text {
  font-size: 10px;
}
#bottom-right-same-window-chat-invite-container .circle-dot {
  height: 10px;
  width: 10px;
}
#bottom-right-same-window-chat-invite-container .chat-bottom-headline {
  height: 22px;
  margin-bottom: 15px;
  display: none;
}

span.chat-top-text {
  font-weight: bold;
  color: white;
  line-height: 1;
  height: 100%;
  vertical-align: middle;
  font-size: 22px;
  margin-left: 1px;
  text-shadow: 0px 0px 0.5px white;
}

.chat-loader {
  overflow: hidden;
  transition:0.25s all ease;
  -webkit-transition:0.25s all ease;
  opacity: 1;
  position: relative;
  left: 0;
  right: unset;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
  display: flex;
  height: 0;
  background-color: #e2e2e2;
  padding: 6px;
  border-radius: 20px;
}

.bubble {
  -webkit-animation: expand 0.75s ease-in-out infinite;
  animation: expand 0.75s ease-in-out infinite;
  border-radius: 20px;
  display: inline-block;
  transform-origin: center center;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.bubble:nth-child(1) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
  background: #8f8f8f;
}

.bubble:nth-child(2) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
  background: #8f8f8f;
}

.bubble:nth-child(3) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
  background: #8f8f8f;
}

.bubble:nth-child(4) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
  background: #8f8f8f;
}

@-webkit-keyframes expand {
  0% {
    opacity: 0.6;
    /* transform: scale(1); */
  }
  25% {
    opacity: 0.25;
    /* transform: scale(1.55); */
  }
}

@keyframes expand {
  0% {
    opacity: 0.6;
    /* transform: scale(1); */
  }
  25% {
    opacity: 0.25;
    /* transform: scale(1.55); */
  }
}


@media (max-width: 850px) {
        
    .ngage_chat_frame_container {
        margin-bottom: 15px;
    }

    .ngage_chat_button_container {
        position: static;
    }
    
}