@font-face {
  font-family: "Intelo-Bold";
  src: url("../Fonts/Intelo-Bold.woff2");
}

@font-face {
  font-family: "Intelo-Regular";
  src: url("../Fonts/Intelo-Regular.woff2");
}
.moveIn {
  transition: all 0.3s ease-in-out;
}

[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply.topMoveIn {
  transition: top 0.5s ease-out !important;
}

[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply.noAnimation {
  transition: top 0s !important;
}

.cancelLiveChatButtonWrapperMargin {
  margin-top: 50px !important;
}

[data-cognigy-webchat-root] .popupTopDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 10px;
}

[data-cognigy-webchat-root] .popupCloseButton {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}

[data-cognigy-webchat-root] .popupWrapper {
  background-color: rgba(26, 26, 26, 0.7);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  margin-top: 35px;
  z-index: 99;
}

[data-cognigy-webchat-root] .popupWhiteContainer {
  background-color: #FFFFFF;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  margin: 20px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.30);
}

[data-cognigy-webchat-root] .popupHeading {
  color: #000000;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  font-family: Intelo-Bold !important;
  margin: 0;
  margin-bottom: 20px;
}

[data-cognigy-webchat-root] button.popupYesButton {
  color: white;
  display: flex;
  padding: 14px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px !important;
  background-color: #E5002B;
  border: 2px solid #E5002B;
  font-size: 18px !important;
  font-style: normal;
  font-family: Intelo-Regular !important;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}

[data-cognigy-webchat-root] button.popupYesButton:hover {
  background-color: #AC0020;
  border: 2px solid #AC0020;
}

[data-cognigy-webchat-root] .popupCountdownText {
  color: #E5002B;
}

[data-cognigy-webchat-root] button.popupNoButton {
  display: flex;
  padding: 14px 35px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: white;
  border: 2px solid #E5002B;
  font-size: 18px !important;
  color: #E5002B;
  text-align: center;
  font-family: Intelo-Regular !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}

[data-cognigy-webchat-root] button.popupNoButton:hover {
  border: 2px solid #AC0020;
  background-color: #AC0020;
  color: white;
}


[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply.end-live-chat-button.sticky {
  position: absolute !important;
  transition: width 0.3s linear, top 0.5s ease-in-out, color 250ms ease-in-out, background-color 250ms ease-in-out !important;
  top: 56px;
  left: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  border-radius: 0 !important;
  height: 50px;
}
[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply.end-live-chat-button.sticky:hover {
  border-radius: 0px !important;
  transform: none !important;
}

[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply.end-live-chat-button {
  background-color: #E5002B !important;
  color: white !important;
  border: 2px solid #E5002B !important;
  font-weight: 400 !important;
  border-radius: 6px !important;
  padding: 14px 35px !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-family: "Intelo-Regular" !important;
}

[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply.end-live-chat-button span {
  font-family: "Intelo-Regular" !important;
}

[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply.end-live-chat-button:hover {
  background-color: #AC0020 !important;
  border: 2px solid #AC0020 !important;
  border-radius: 6px !important;
}

[data-cognigy-webchat-root] .webchat-header-bar {	
  background: #051446 !important;	
}

[data-cognigy-webchat-root] .carousel .control-dots .dot.selected {	
  background-color: #e5002b;	
}

[data-cognigy-webchat-root] .carousel.carousel-slider .control-arrow, [data-cognigy-webchat-root] .carousel.carousel-slider .control-arrow {	
  background: rgba(0, 0, 0, 0.5) !important;	
}

[data-cognigy-webchat-root] ul {
  line-height: 1.5 !important;
  list-style: none;
}

[data-cognigy-webchat-root] #webchatIntro ul li::before {
  content: "\2022";
  color: #E5002B;
  display: inline-block;
  margin: 0px 8px 0px 8px;
}

[data-cognigy-webchat-root] button[role="link"].webchat-buttons-template-button:after {	
  content: url("../Images/ext_link.svg");
  color: inherit;	
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
}

[data-cognigy-webchat-root] .webchat-avatar {	
  border: none !important;	
}	
[data-cognigy-webchat-root] .webchat-avatar.bot {	
  border-radius: 0px !important;	
  background-size: contain !important;	
}	
[data-cognigy-webchat-root] .ac-pushButton, .ac-pushButton.subdued {	
  background-color: transparent;	
  border: 1px solid #e5002b;	
  color: #e5002b;	
  cursor: pointer;	
  height: 40px;	
  padding: 8px 16px;	
  border-radius: 18px;	
}

[data-cognigy-webchat-root] * {	
  font-family: Intelo,Arial,Helvetica,sans-serif,LufthansaMamSymbolText;
  font-size: 16px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] {	
  border-radius: 0px !important;
  background-color: #ffffff !important;
}	
[data-cognigy-webchat-root] .webchat-input-menu-form {	
    border-bottom-left-radius: 0px !important;	
    border-bottom-right-radius: 0px !important;	
}	
[data-cognigy-webchat-root] button[color="primary"],	
[data-cognigy-webchat-root] .webchat-buttons-template-root,	
[data-cognigy-webchat-root] .webchat-buttons-template-header,	
[data-cognigy-webchat-root] .webchat-quick-reply-template-header-message,	
[data-cognigy-webchat-root] .regular-message {	
    border-radius: 12px !important;	
}
[data-cognigy-webchat-root] .webchat-header-title {
  font-size: 16px !important;
  font-weight: 700 !important;
}
[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply {	
    border-width: 1px !important;	
    border-radius: 12px !important;	
    font-size: 16px !important;	
    font-weight: 300 !important;	
    background-color: #fff !important;	
    border-color: #e5002b !important;	
    color: #e5002b !important;	
}	
[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply:hover,	
[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply:active {	
    border-radius: 12px !important;	
    background-color: #e5002b !important;	
    border-color: #fff !important;	
    color: #fff !important;	
}	
[data-cognigy-webchat-root] .webchat-typing-indicator,	
[data-cognigy-webchat-root] .webchat-buttons-template-root,	
[data-cognigy-webchat-root] .webchat-quick-reply-template-header-message,	
[data-cognigy-webchat-root] .webchat-buttons-template-header,	
[data-cognigy-webchat-root] .regular-message.bot {	
    background: white !important;	
    color: rgba(0,0,0,0.95) !important;	
}	
[data-cognigy-webchat-root] .webchat-typing-indicator div div{	
  background-color: rgb(229, 30, 43) !important;	
}	
[data-cognigy-webchat-root] .regular-message.user {	
    background: linear-gradient(185deg, rgb(229, 30, 43), rgb(219, 20, 33)) !important;	
    color: #fff;	
}	
.center-webchat [data-cognigy-webchat] {	
  position: relative;	
  left: 0;	
  top: 0;	
  right: 0;	
  bottom: 0;	
  width: 480px;	
  height: 640px;	
  margin: auto;	
}
[data-cognigy-webchat-root] button.webchat-quick-reply-template-reply:active .icon-profile-selection {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
[data-cognigy-webchat-root] .login-suggestion-button {
  border: 2px solid #e4002a;
  cursor: pointer;
  padding: 14px 35px;
  background: #E5002B;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 18px !important;
  border-radius: 6px !important;
  color: #ffffff;
  transition: transform 0.1s ease-out 0s;
  height: 50px;
}
[data-cognigy-webchat-root] .login-suggestion-button:hover {
  border: 2px solid #AC0020;
  background-color: #AC0020;
  color: #ffffff;
}
[data-cognigy-webchat-root] #webchatGetStartedButton {	
  text-transform: none !important;	
  font-size: 18px !important;	
  background-color: #ffffff;
  border: 2px solid #e4002a;
  color: #E5002B;
  padding: 14px 35px;
  font-weight: 400;
  font-style: normal;
  border-radius: 6px !important;
  transition: transform 0.1s ease-out 0s;
  margin: 0px 12px 20px 12px;
  height: 50px;
}
[data-cognigy-webchat-root] #webchatGetStartedButton:hover {	
border: 2px solid #AC0020;
background-color: #AC0020;
color: #ffffff;
}
[data-cognigy-webchat-root] #loginSuggestion b {
  font-weight: bold;
}
[data-cognigy-webchat-root] p.intro-text,
[data-cognigy-webchat-root] ul li {
  font-weight: 400 !important;
  font-size: 16px !important;
  margin: 0px;
}
[data-cognigy-webchat-root] a {
  background-color: transparent !important;
  text-decoration: none !important;
  color: #e5002b !important;
  margin-bottom: 0px;
}
[data-cognigy-webchat-root] a:hover {
  color: #AC0020 !important;
}
[data-cognigy-webchat-root] img.privacy-notice-icon-hyperlink {
  display: inline-block;
  width: 16px; 
  height: 24px; 
  vertical-align: middle;
  margin: -3px 5px 0px 0px;
}
