@font-face {
	font-family: 'inter_black';
	src: url("../fonts/Inter-Black.ttf") format('truetype');
}

@font-face {
	font-family: 'inter_lightItalic';
	src: url("../fonts/Inter-LightItalic.ttf") format('truetype');
}

@font-face {
	font-family: 'inter_regular';
	src: url("../fonts/Inter-Regular.ttf") format('truetype');
}

@font-face {
	font-family: 'texta_black';
	src: url("../fonts/Texta-Black.woff") format("woff");
}

@font-face {
	font-family: 'texta_lightItalic';
	src: url("../fonts/Texta-LightItalic.woff") format("woff");
}

@font-face {
	font-family: 'texta_regular';
	src: url("../fonts/Texta-Regular.woff") format("woff");
}

#widget_container, .s2s_panel{
    -webkit-box-shadow: 0 0 21px 2px rgba(0,0,0,.2);
	background-color: white;
    box-shadow: 0 0 21px 2px rgba(0,0,0,.2);
    overflow: hidden;
    z-index: 10;
}

#widget_container {
    bottom: 0;
    font-family: texta_regular;
	font-size: 15px;
    line-height: 1.5;
	max-height: 567px;
    position: fixed;
    right: 55px;
}

.s2s_panel {
    border: 1px solid gray;
    border-radius: 10px;
    bottom: 50px;
    font-family: inter_regular;
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    position: fixed;
	right: 50px;
    width: 377px;
}

#widget_container, #widget_container *, #widget_container ::after, #widget_container ::before, .s2s_panel, .s2s_panel *, .s2s_panel ::after, .s2s_panel ::before {
    box-sizing: border-box;
}

#widget_container [type=button], #widget_container button, .s2s_panel [type=button], .s2s_panel button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#widget_container [type=button]:not(:disabled), #widget_container button:not(:disabled), .s2s_panel [type=button]:not(:disabled), .s2s_panel button:not(:disabled) {
    cursor: pointer;
}

.s2s_panel button:disabled {
	color: rgba(16, 16, 16, 0.3);
}

#widget_container a, .s2s_panel a {
	color: #0d6efd;
}

#widget_container h4, .s2s_panel h4 {
	font-size: calc(1.275rem + .3vw);
	line-height: 1.2;
}

#widget_container h5, .s2s_panel h5 {
	font-size: 2rem;
}

#widget_container p, .s2s_panel p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#widget_container img, #widget_container svg, .s2s_panel img, .s2s_panel svg {
    vertical-align: middle;
}

#widget_container svg, .s2s_panel svg {
    height: 12px;
    width: 12px;
}

.typingIndicatorContainer {
  display: flex;
  flex: none;
  align-items: flex-end;
  margin: .25rem;
}

.typingIndicatorBubble {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 40px;
  margin: 0px 8px;
  background-color: #f0f1f1;
  border-radius: 12px;
}

.typingIndicatorBubbleDot {
  width: 4px;
  height: 4px;
  margin-right: 4px;
  background-color: #57585a;
  border-radius: 50%;
  animation-name: bounce;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.typingIndicatorBubbleDot:first-of-type {
  margin: 0px 4px;
}

.typingIndicatorBubbleDot:nth-of-type(2) {
  animation-delay: 0.15s;
}

.typingIndicatorBubbleDot:nth-of-type(3) {
  animation-delay: 0.3s;
}

@keyframes bounce {
  0%,
  60%,
  100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-4px);
  }
}

.hidden {
	display: none;
}

#chat_button {
	border: 0;
	bottom: 5%;
	box-shadow: none;
	height: 114px;
    position: fixed;
    right: 5%;
    top: auto;
	width: 100px;
	z-index: 10;
}

#chat_button{
	background-color: transparent;
}

#chat_button img.static {
	display: block;
    height: 98px;
	position: absolute;
    right: 4px;
    top: 15px;
}

#chat_button img.animation{
	display: none;
	height: 171px;
    position: absolute;
	right: 0;
    top: -20px;
}

#chat_button.animate img.static{
	display: none;
}

#chat_button.animate img.animation{
	display: block;
}

#tooltip {
	background-image: url(../img/button_label.gif);
	background-position: -9px, center;
	background-size: 270px;
	height: 60px;
	left: -215px;
	position: absolute;
	top: 28px;
	width: 270px;
	z-index: 11;
}

#tooltipContainer {
    height: 66px;
    left: -290px;
    overflow: hidden;
    width: 290px;
    top: 17px;
    position: absolute;
}

#tooltip.s2sStyle{
	background-image: url(../img/s2s_button_label.png);
    left: 30px;
    background-position: 0, center;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 256px;
}

#tooltip.s2sStyle p {
    line-height: 66px;
	height: 100%;
    margin: 0;
}

#tooltipBtn {
    background-color: white;
    border: 1px solid black;
    border-radius: 100%;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
	width: 20px;
}

#widget{
	overflow: hidden;
    width: 400px;
}

#widget_body{
	height: 492px;
	padding: 0;
	position: relative;
}

#widget_body .dialog{
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: absolute;
	width: 100%;
    z-index: 999;
}

#widget_body .dialog#widget_closure_confirm{
	z-index: 9999;
}

#widget_body .dialog .widget_smoked_layer {
	background-color: white;
    border: 1px solid rgb(238, 238, 238);
    padding: 0 6% 6%;
    position: absolute;
    right: 4%;
    top: 4%;
    width: 92%;
}

#widget_body .dialog p{
	width: 100%;
	margin-bottom: 10px;
}

#widget_body .btn{
	color: #222427;
	display: inline-block;
    padding: 5px 24px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.66666667;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #FFEC00;
    border-radius: 23px;
    text-shadow: none;
}

#widget_body .btn.white{
    background: white;
}

#widget_body .btn.yellow{
	background: #FFEC00;
	float: right;
}

#widget_disclaimer{
    height: 100%;
    padding: 24px 24px 0 24px;
    position: absolute;
	width: 100%;
}

#widget_privacy_text{
    margin: 0;
}

#widget_privacy_buttons{
    bottom: 24px;
    left: 24px;
	position: absolute;
    right: 24px;
}

#connectionError, #connectionTimeout {
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

#connectionError {
	background-image: url(../img/pix_error.png);
	background-size: auto 279px;
	padding-top: 279px;
}

#connectionTimeout {
	background-image: url(../img/pix_end.gif);
	background-size: auto 267px;
	padding-top: 267px;
	position: absolute;
    width: 100%;
    z-index: 99;
}

#connectionError h5 {
	margin-top: 86%;
	font-weight: bold;
}

#widget_body .card{
    background-clip: border-box;
    border-radius: .25rem;
	background-color: transparent;
    border: 0;
    margin: 6px 6px 6px 0;
    max-width: 100%;
    min-width: 300px;
	position: relative;
    word-wrap: break-word;
}

#widget_body .card.agent{
	align-items: flex-end;
	display: inline-flex;
    flex-direction: row;
}

#widget_body .card.quickReplies{
	margin-bottom: 0;
	padding-left: 40px;
}

#widget_body .card.quickReplies.noPadding{
	padding-left: 0;
}

#widget_body .card .card-avatar{
    margin-right: 5px;
	width: 35px;
}

#widget_body .card.operator .card-body{
	background-color: rgba(0, 71, 187, 0.35);
}

#widget_body .card.img_only, .survey{
	margin-left: 40px;
}

#widget_body .card.img_only img{
	width: 100%;
}

#widget_body .card.customer{
	margin-left: 6px;
    background-image: none;
    padding: 0;
	right: 0;
	text-align: right;
}

#widget_body .card .card-body{
	background-color: #D9E4F5;
    border-radius: 14px;
    border-bottom-left-radius: 0;
	flex: 1 1 auto;
    padding: 1rem 1rem;
	width: fit-content;
}

#widget_body .card.customer .card-body{
	background-color: #D0D0D0;
    border-radius: 14px;
    border-bottom-right-radius: 0;
	margin-left: auto;
}

#widget_body .card .card-body .card-text:last-child {
    margin-bottom: 0;
}

.customCarouselContent.text .customCarousel{
    display: inline flex;
}

.customCarouselContent.text .card-body{
    margin: 0 25px;
}

#widget_body .card.quickReplies .card-body{
	background-color: transparent;
    padding: 0;
}

#widget_body .quick_replies{
	background-color: #FFEC00;
    border: 1px solid #FFEC00;
    border-radius: 14px;
    color: #222427;
    margin: 2px;
    padding: 5px 12px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}

@keyframes rotateSpinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#spinnerContent {
	height: 100%;
    padding: 184px;
}

#spinner{
	height: 30px;
	width: 30px;
	-webkit-animation: rotateSpinner 1.5s linear infinite;
	animation: rotateSpinner 1.5s linear infinite;
	border: 3px solid #06f;
	border-radius: 50%;
	border-top-color: transparent;
	position: absolute;
}

#messages, #connectionTimeout{
	height: 418px;
	position: absolute;
}

#messages{
    margin-right: auto;
    margin-left: auto;
	overflow-x: hidden;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
	position: relative;
	width: 100%;
}

#messages::-webkit-scrollbar{
	width: 5px;
}

#messages::-webkit-scrollbar-track{
	background: transparent;
}

#messages::-webkit-scrollbar-thumb{
	background: #ccc;
}

#messages .bold, #messages .bold_italic{
	font-weight: bold;
}

#messages .bold_italic{
	font-style: italic;
}

#messages .lined{
	text-decoration: line-through;
}

#messages.iframeMode{
	overflow-y: hidden;
}

#messages.iframeMode .card{
	display: none;
	position: initial;
}

#messages .card.agent.iframeMode{
	display: none;
}

#messages.iframeMode .card.agent.iframeMode{
	display: flex;
}

#messages.iframeMode #iFrameLogin{
	background-color: rgba(0, 0, 0, 0.5);
	border: 0;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 11;
}

.customCarouselContent{
	position: relative;
    overflow: hidden;
}

.customCarouselContent, .customCarouselContent .slider, .customCarousel {
	float: left;
}

.customCarouselContent .slider {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}

.customCarouselContent.text .slider{
	visibility: inherit;
	margin: 0;
}

.customCarouselContent .customCarouselBtn {
	border: 0;
    background-color: transparent;
}

.customCarouselContent .customCarouselBtn img {
	height: 97px;
}

.customCarouselContent .arrow {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 110px;
	position: absolute;
	top: 0;
	width: 25px;
	z-index: 11;
}

.customCarouselContent.text .arrow{
	height: 100%;
}

.customCarouselContent .arrow.left {
	background-image: url(../img/customCarousel/arrow_left.png);
	left: 0;
}

.customCarouselContent .arrow.right {
	background-image: url(../img/customCarousel/arrow_right.png);
	right: 0;
}

.surveyBtn.face {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 55px;
	border: none;
	border-radius: 0;
	cursor: pointer;
	height: 55px;
	margin: 0;
	padding: 0;
	width: 55px;
}

.surveyBtn.face1 {
	background-image: url(../img/survey/faces/1.png);
}

.surveyBtn.face2 {
	background-image: url(../img/survey/faces/2.png);
}

.surveyBtn.face3 {
	background-image: url(../img/survey/faces/3.png);
}

.surveyBtn.face4 {
	background-image: url(../img/survey/faces/4.png);
}

.surveyBtn.face5 {
	background-image: url(../img/survey/faces/5.png);
}

.surveyBtn.star {
	background-color: #EEDC00;
	background-image: url(../img/survey/star.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
    border: 0;
    border-radius: 17px;
    box-sizing: unset;
	cursor: pointer;
	font-size: 14px;
	height: 32px;
	line-height: 24px;
    margin: 0 6px;
    width: 40px;
}

#widget_textarea{
	height: 74px;
    padding: 14px 16px 14px 24px;
    background-color: #ECECEC;
    border-top: solid 1px #dae1e8;
}

#widget_inner_textarea{
	position: relative;
}

#widget_message{
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
    border-width: 0px;
	box-shadow: none;
    color: #212529;
    display: block;
    font-family: inherit;
	font-size: 16px;
    font-weight: 400;
    height: 45px;
    line-height: 20px;
    margin: 0;
    padding: .375rem .75rem;
    overflow: hidden;
    resize: none;
	width: calc(100% - 55px);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#widget_send_btn{
	background-color: #FFEC00;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}

#widget_send_btn img{
    cursor: pointer;
    height: 24px;
    width: 24px;
    margin: 10px;
}

#s2s_button {
	background-color: transparent;
	border: 0;
	bottom: 5%;
	box-shadow: none;
    height: 100px;
    padding: 0;
    right: 5%;
    width: 100px;
    position: fixed;
    z-index: 10;
}

#s2s_button>img {
	display: block;
    height: 100%;
}

#s2s_button img{
	cursor: pointer;
}

#s2s_button .counter_bot {
	background-color: red;
    border-radius: 100%;
    color: white;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 29px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -7px;
    width: 30px;
}

.s2s_panel.main {
    height: 281px;
}

.s2s_panel .icon.close {
	position: absolute;
    right: 10px;
    top: 3px;
}

.s2s_panel h4 {
    font-weight: bold;
	margin: 0 0 10px 0;
}

.s2s_panel .s2s_cmb_result h4 {
    font-size: 17px;
    margin: 50px 0 0 0;
}

.s2s_panel p {
    margin: 0;
}

.s2s_panel>p {
    font-size: 14px;
}

.s2s_panel .s2s_divider{
	background-color: #EEDB46;
    border-radius: 10px;
	height: 10px;
    margin: 10px 0;
    width: 80px;
}

.s2s_panel .section{
	background-color: white;
    background-repeat: no-repeat;
    border: 1px solid gray;
    padding: 10px;
    text-align: left;
}

.s2s_panel.main .section {
    background-position: 10px 10px;
    background-size: 63px;
    border-radius: 10px;
    bottom: 10px;
    position: absolute;
    height: 165px;
    padding-top: 67px;
    width: calc(50% - 15px);
}

.s2s_panel.main .section.operator {
	background-image: url(../img/s2s_operator.png);
    left: 10px;
}

.s2s_panel.main .section.bot {
	background-image: url(../img/s2s_bot.png);
    right: 10px;
}

.s2s_panel.operator .section{
    border-radius: 8px;
    padding-left: 90px;
    position: relative;
}

.s2s_panel.operator .section p{
	font-size: 21px;
}

.s2s_panel.operator .section .subtitle{
	font-size: 14px;
}

.s2s_panel.operator .section.call .subtitle{
    margin-top: 10px;
}

.s2s_panel.operator .section.call {
	background-image: url(../img/s2s_operator_big.png);
    background-position: 5px center;
    background-size: 80px;
    padding-right: 30px;
}

.s2s_panel.operator .section.call_me_back {
	background-image: url(../img/s2s_call_me_back.png);
    background-position: 12px center;
	background-size: 65px;
	margin-top: 10px;
    padding-right: 60px;
}

.s2s_panel.call_me_back .s2s_cmb_result{
	text-align: center;
}

.s2s_panel.call_me_back .s2s_cmb_result img{
	width: 80px;
}

.s2s_cmb_result img{
	margin: 10px 0;
}

.s2s_panel .s2s_arrow {
	background-image: url(../img/customCarousel/arrow_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 23px;
}

.s2s_panel p.s2s_other_info{
	font-size: 15px;
    margin: 15px 0;
}

.s2s_panel p.s2s_back {
    color: #0d6efd;
    cursor: pointer;
    margin-top: 5px;
    font-weight: bold;
}

#widget_container.s2sStyle{
    border-radius: 15px;
	bottom: 50px;
    font-family: inter_regular;
    max-height: 583px;
}

.s2sStyle #widget, .s2sStyle #widget_message {
	border: 1px solid #9A9A9A;
}

.s2sStyle #widget{
	border-radius: 15px;
}

.s2sStyle #widget>.title{
	font-weight: bold;
    margin: 15px;
    font-size: 27px;
}

.s2sStyle #widget_body .card .card-body, .s2s_cmb_header{
	background-color: #E4EEFE;
}

.s2sStyle #widget_body .card.quickReplies .card-body{
	background-color: inherit;
}

.s2s_cmb_header p{
    align-items: center;
    color: black;
	display: flex;
	font-family: inherit;
	font-size: 22px;
    font-weight: normal;
    height: 100px;
    margin: 0;
    text-transform: none;
}

.s2sStyle #widget_body{
    height: 410px;
}

.s2sStyle #widget_body .btn, .s2sStyle #widget_body .quick_replies{
    border-color: #1649B4;
}

.s2sStyle #widget_send_btn, .s2sStyle #widget_body .btn.yellow, .s2sStyle #widget_body .quick_replies, #s2s_cmb_send, #s2s_cmb_close, .s2sStyle #widget_body .surveyBtn.star{
	background-color: #1649B4;
}

#widget button:disabled, #widget_body .btn.yellow:disabled, #s2s_cmb_send:disabled{
	background-color: gray;
    border-color: gray;
}

.surveyBtn.star.unclicked {
	background-color: #d0d0d0;
}

.s2sStyle #widget_body .btn.yellow, .s2sStyle #widget_body .quick_replies{
    color: white;
}

.s2sStyle #messages, .s2sStyle #connectionTimeout {
    height: 336px;
}

.s2sStyle #widget_body .card.customer .card-body {
	background-color: #D0D0D0;
}

.s2sStyle #widget_textarea{
	background-color: white;
	border-top: 1px solid #9A9A9A;
}

.s2sStyle #widget_message{
	width: 280px;
}

.s2sStyle #widget_send_btn, #s2s_cmb_send, #s2s_cmb_close{
    border-radius: 4px;
    color: white;
	font-size: 20px;
    padding: 0 10px;
    width: auto;
}

.s2s_cmb_header{
    background-image: url(../img/s2s_call_me_back_header.png);
    background-position: 11px center;
    background-repeat: no-repeat;
    background-size: 65px;
    margin: 10px -10px;
    padding-left: 87px;
}

.s2s_cmb_header, .s2s_cmb_header p{
	height: 66px;
}

.call_me_back input[type="text"]{
    margin-bottom: 15px;
    width: 100%;
}

.call_me_back label, #s2s_cmb_day_container p{
    font-weight: bold;
}

#s2s_cmb_day_container label, label[for="s2s_cmb_info"]{
	font-weight: normal;
}

#s2s_cmb_day_container input[type="radio"]{
	margin-left: 0;
}

label[for="s2s_cmb_info"] {
    font-size: 15px;
    text-transform: none;
}

#s2s_cmb_day_container, #s2s_cmb_timeslot_container{
    float: left;
    width: 50%;
}

#s2s_cmb_timeslot{
	width: 100%;
}

#s2s_cmb_error{
	float: left;
    color: red;
    margin: 5px 0;
    width: 100%;
}

#s2s_cmb_info{
    margin: 15px 0;
}

#s2s_cmb_send, #s2s_cmb_close{
    width: 100%;
    height: 45px;
    border: none;
}

#s2s_cmb_close{
	margin-top: 70px;
}

@media only screen and (orientation: portrait) and (max-width: 455px) {
	#widget_container, .s2s_panel {
		right: 0;
		width: 100%;
	}
	
	#widget{
		width: 100%;
	}

	#tooltipContainer {
	    height: max(10vw, 55px);
	    left: min(-39vw, -178px);
	    top: 0;
	    width: max(39vw, 178px);
	}
	
	#tooltip.s2sStyle{
	    left: 4vw;
	    width: max(34vw, 163px);
	}
	
	#tooltip.s2sStyle p {
	    line-height: max(10vw, 55px);
        font-size: max(2vw, 10px);
	}
	
	#tooltipBtn {
	    height: 4vw;
	    line-height: 5vw;
	    width: 4vw;
	}
	
	#s2s_button {
	    bottom: 80px;
	    height: max(9.5vw, 55px);
	    position: fixed;
	    right: max(4vw, 20px);
	    width: max(9.5vw, 55px);
	}
}

@media only screen and (max-width: 370px) {
	.s2sStyle #widget>.title{
		font-size: 22px !important;
	}
	
	.s2sStyle #widget_header_title, .s2sStyle #widget_header_title * {
	    font-size: 15px !important;
	}
}