#chatInvite .flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
#chatInvite .legacy .btn, #chatInvite .legacy .btn-primary {
    color: #fff;
    border: 1px solid transparent;
    /* background: #006fcf; */
}
#chatInvite .legacy .btn-icon {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 2.625rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
#chatInvite .dls-chat-pill {
  border-radius: 2rem;
  height: 50px;
  width1: 105px;
  margin-top: 2px;
}
#chatInvite .dls-chat-pill-dark-blue {
  background-color: #000265 !important;
}
#chatInvite .dls-chat-pill-blue {
  background-color: #00175A;
}
#chatInvite .dls-chat-pill span {
  font-size: 0.96rem;
  /* margin-top: 2px; */
  margin-left: -3px;
}
.genChat .dls-chat-pill span {
  font-size: 0.96rem;
  /* margin-top: 2px; */
  margin-left: 26px;
}
.genChat .btn-icon:before {
  margin-left: -3px;
  margin-top: 2px;
}
.genChat .btn {
  color: #fff;
  background: #006fcf;
  border: 1px solid transparent;
  background-image: url(img/gen-chat.png);
  background-repeat: no-repeat;
  background-position-x: 19px;
  background-position-y: 14px;
}
.genChat .btn:hover {
  background-image: url(img/gen-chat-hover.png);
  cursor: pointer;
}

#chatInvite #anc{
  position: fixed;
  /* left: 450px; */
  font-weight: bold;
  top: 20px;
  text-decoration: none;
  font-family: SANS-SERIF;
  background-color: transparent;
  color: #006fcf;
}
#chatInvite {
  bottom: 20px;
  position: fixed;
  right: 40px;
}
#chatInvite .dls-chat-suffix {
    width: 13px;
    height: 14px;
    border: 1px solid white;
    font-size: 10px !important;
    border-radius: 29px;
    color: white;
    background-color: #b42c01;
    z-index: 100;
    font-weight: bold;
    font-family: Helvetica Neue,Helvetica,sans-serif;
    padding-left: 2px !important;
    position: absolute;
    top: 10px;
    left: 34px;
    box-sizing: content-box;
    line-height: 0.9rem;
}

#chatInvite .dls-hide-suffix {
  display:none;
}

#chatInvite .dls-chat {
  -webkit-animation: chatflash 3s cubic-bezier(1,0,0,1) infinite;
  animation: chatflash 3s cubic-bezier(1,0,0,1) infinite;  
}

@-webkit-keyframes chatflash {
  0% { background-color: #00175A; }
  50% { background-color: #C95100; }  
}

@keyframes chatflash {
  0% { background-color: #00175A; }
  50% { background-color: #C95100; }  
}

#chatInvite .legacy .btn-icon:before {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    font-style: normal;
    font-size: 1.75rem;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    position: relative;
    speak: none;
    vertical-align: middle;
}
#chatInvite .legacy .btn-icon.btn-sm:before {
    font-size: 1.375rem;
}
#chatInvite .legacy .dls-chat-suffix {
    border: 1px solid white;
    font-size: 9px !important;
    border-radius: 15px;
    color: white;
    background-color: #b42c01;
    z-index: 10;
    font-weight: bold;
    font-family: Helvetica Neue,Helvetica,sans-serif;
}
#chatInvite .dls-icon-chat:hover {
    background: #00175A;
}
#ioaLCBtn .dls-icon-chat:hover {
  background: #006fcf
}
#chatPlaceHolder .dls-icon-chat:hover {
    background: #0061B6;
}

#chatInvite .legacy .btn-icon:hover{
  cursor: pointer;
}
#chatPlaceHolder .btn-icon:before, #chatPlaceHolder .btn-icon span {
    margin: 0px;
}
#chatPlaceHolder .dls-icon-chat:before {
  content: '';
  background-image: url('img/chat.outline.svg');
  width: 29px;
  height: 28px;
  background-size: cover;
  display: block;
}  
#chatPlaceHolder .dls-icon-chat:hover:before {
  content: '';
  background-image: url('img/chat.filled.svg');
  width: 29px;
  height: 28px;
  background-size: cover;
  display: block;
} 

#chatPlaceHolder .btn-icon span {
  text-overflow: ellipsis;
  overflow: hidden;	
}
#chatInvite .mobile .lbl-chat{
  display: none
}
#chatInvite .mobile.legacy .dls-icon-chat {
  width : 50px;
  padding: 0px
  padding-top: 1px;
}
#chatInvite .mobile.legacy  .dls-chat-suffix{
  left: 25px;
}
#chatInvite .mobile .btn-icon.btn-sm.dls-icon-chat {
  width : 50px;
  padding: 0px
}
#chatInvite .mobile  .dls-chat-suffix{
  left: 25px;
}

#chatInvite .btn-icon.btn-sm {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
#chatInvite  button {
    background: #006fcf;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    touch-action: manipulation;
}

#chatInvite  button:focus {
    outline-offset:5px;
    outline: 1px dashed #53565a;
}

#chatInvite  .btn-icon,  #gacLiveChat  .btn-icon {
    align-items: center;
    display: inline-flex;
    font-size: 1rem;
    line-height: 1;
    min-width: 2.625rem;
	padding-right: 1.875rem;
    padding-left: 1.875rem;
}
#chatInvite .btn-icon:before, #chatInvite  .btn-icon span,
#gacLiveChat .btn-icon:before, #gacLiveChat  .btn-icon span  {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}
#chatInvite  .btn-icon span,  #gacLiveChat  .btn-icon span{
    padding-left: 9px;
	font-family: "Helvetica Neue", Roboto, Helvetica, sans-serif;
}

#chatInvite .dls-icon-chat:before {
    font-size: 1.375rem;
}

#gacLiveChat button {
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 400;
    max-width: 17.5rem;
    min-width: 2.625rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: .875rem 1.875rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: .25rem;
    float: right;
    color: #fff;
    background: #006fcf;
    font-weight: 400;
} 

#gacLiveChat .icon:before, #gacLiveChat [class*=dls-icon-]:before {
    font-size: 1.75rem;
} 

@media only screen and (max-width: 630px) {
  #gacLiveChat #ioaLCBtn {
    margin-top: 0px !important;
  }
  #gacLiveChat button {
    float: left;
  }
 }

#chat-bubble-wrapper .chat-p2-tooltip { /* This is for the tooltip text */
  visibility: visible;
    /* min-width: 160px; */
    background-color: #fff;
    color: black;
    text-align: left;
    padding: 6px 0px;
    border-radius: 10px;
    position: fixed;
    /* max-width: 380px; */
    bottom: 86px;
    right: 40px;
    border: 1px solid #f7f8f9;
    line-height: 15px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15.36px;
    box-shadow: 2px 2px 6px 2px #777;
    display: flex;
    z-index: 100;
}
#chat-bubble-wrapper #chat-close-lbl{
  cursor: pointer;
  display: flex;
  font-size: 16px;
  text-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
#chat-bubble-wrapper .chat-separatorWr{
  display: flex;
  padding: 6px 0px;
}
#chat-bubble-wrapper #chat-separator{
  border-right: 2px solid gray;
  padding: 10px 0px;
}
#chat-bubble-wrapper.myca #chat-content-lbl{
    padding: 8px;
    max-width: 306px;
    min-width: 160px;
    cursor: pointer;
}
#chat-bubble-wrapper.acq #chat-content-lbl{
    padding: 8px;
    max-width: 280px;
    min-width: 160px;
    cursor: pointer;
}
.LPMcontainer {
  display: none !important;
}
/* #amexSessionAuthenticate ~ #chatInvite, #chatInvite.chatIndex {
  z-index: 401;
} */
#chatPlaceHolder #askAmexChatBtn {
  text-align: center;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

#socialChatWrapper p{
  font-size: 1em;
  text-align: center;
  color: #686868;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

/* #socialChatWrapper #askAmexChatBtn {
    text-align: center;
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    max-width: 15.5rem;
    background: #00175A;
    padding: .5625rem 1.25rem;
    border-radius: 2rem;
    min-width: 2.625rem;
    font-size: 15px;
    line-height: 1.2;
    width: fit-content;
    border: 1px solid transparent;
} */


#socialChatWrapper .dls-icon-chat:before {
	background-image: url('img/chat.outline.svg');
    display: inline-block;
    font-size: 1.7rem;
    vertical-align: middle;
    content: "";
    width: 30px;
    height: 30px;	
}

#socialChatWrapper .dls-icon-chat:hover:before {
   background-image: url('img/chat.filled.svg');
    display: inline-block;
    font-size: 1.7rem;
    vertical-align: middle;
    content: "";
    width: 30px;
    height: 30px;	
}
#socialChatWrapper .btn-icon span {
    padding-left: 10px;
    font-family: Arial;
    /* float: left; */
    /* display: inline-block; */
}

#socialChatWrapper #askAmexChatBtn.aa-chat-disable:before, 
#socialChatWrapper #askAmexChatBtn.aa-chat-disable:hover:before{
    background-image: url('img/social-chat.outline.svg');
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 30px;
    height: 30px;		
}

#socialChatWrapper #askAmexChatBtn.aa-chat-disable {
  background-color: #c0c0c0;
  font-size: 17px; 	
}	

#chat-bubble-wrapper .chat-mobile-bubble {
    max-width: 750px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    position: fixed;
    bottom: 20px;
    right:113px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: .9375rem;
    z-index: 10;
    box-shadow: 3px 3px 10px 1px #777;
    z-index: 11;
    color: black;
    width: 50%;
}
#chat-bubble-wrapper .chat-mobile-bubble:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #f7f8f9;
    border-bottom: 20px solid transparent;
    position: fixed;
    bottom: 28px;
    right: 98px;
    filter: drop-shadow(6px 2px 2px #a8a8a8);
}
#chat-bubble-wrapper .chat-mobile-bubble #chat-content-lbl {
    padding: 16px;
    max-width: none;
}
#chat-bubble-wrapper .chat-mobile-bubble #chat-close-lbl{
  display: block;
}
#chat-bubble-wrapper .chat-mobile-bubble #chat-close-lbl.dls-icon-cancel-circle:before{
	content: "";
	background-image: url('img/cancel-circle.filled.svg');
	background-size: cover;
	width: 25px;
	height: 25px;
	cursor: pointer;
	display: inline-block;
	outline: 1px solid #001766;
	outline-offset: 0.5px;
	border-radius: 14px;
	border: 2px solid white;
}
#chat-bubble-wrapper .chat-mobile-bubble #chat-close-lbl {
  position: absolute;
  left: -10px;
  top: -11px;
  background-color: white;
  height: 25px;
  border-radius: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
#chatInvite {
  z-index: 100;
}
 
#chatInvite .dls-icon-chat:before, #gacLiveChat .dls-icon-chat:before {
  content: '';
  background-image: url('img/chat.outline.svg');
  width: 23px;
  height: 22px;
  background-size: cover;
  display: block;
}

#chatInvite .dls-icon-chat:hover:before, #gacLiveChat .dls-icon-chat:hover:before {
  content: '';
  background-image: url('img/chat.filled.svg');
  width: 23px;
  height: 22px;
  background-size: cover;
  display: block;
}

#chatInvite.acq-consumer-mob {bottom: 80px}
#chat-bubble-wrapper .acq-consumer-mob {bottom: 80px;}
#chat-bubble-wrapper .acq-consumer-mob:after {bottom: 88px;}

#chatInvite.acq-business-mob {bottom: 110px}
#chat-bubble-wrapper .acq-business-mob {bottom: 110px;}
#chat-bubble-wrapper .acq-business-mob:after {bottom: 118px;}

.ca-gna.btn-icon:before {display: none; !important}
.gna-sqaure-chat.btn-icon {
  padding-right: 4rem;
  padding-left: 4rem;
  cursor: pointer;
}
.gna-sqaure-chat.btn-icon.fr-ca {
  padding-right: 1rem;
  padding-left: 1rem;
}
.mob-gna-square-chat.btn-icon {
  max-width: initial !important;
  width: 95%;
  margin-left: 2.5%;
}
