@charset "UTF-8"; 
#clare-frame.widget-container{
	bottom: 110px !important;
	right: 30px; 
    width: 110px;
    height: 110px;
    border-radius: 10px;
    border: 0px;
        -webkit-font-smoothing: antialiased;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    position: fixed;
    z-index: 9998;
}
.closeButton{position: absolute; height: 14px; width: 14px; bottom: 65px; cursor: pointer;right: -2px;z-index: 9999;background: #abadaf;border-radius: 42px;transform: rotate(-135deg);    -webkit-transform: rotate(-135deg);}
.closeButton::before{ content: "";position: absolute;background: #fff;width: 62%;height: 1px;border-radius: 1px;left:calc(50% - 31%);top: calc(50% - 0px);}
.closeButton::after{content: "";position: absolute;background: #fff;width: 62%;height: 1px;border-radius: 1px;left:calc(50% - 31%);top: calc(50% - 0px);transform: rotate(90deg);-webkit-transform: rotate(90deg); }

.bot-a .closeButton{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#clare-frame.widget-container > div {position: relative;}
.callout-msg{
    z-index: 9988;
	opacity: 0;
	position: fixed;
	bottom: 177px;
	right: 50px;
	padding-bottom: 13px;
}
.callout-msg-content {
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
    position: relative;
    /*bottom: 100px;*/
    /*right: 25px;*/
    margin-left: 20px;
    max-width: 200px;
    font-size: 13px;
    font-weight: 700 !important;
    vertical-align: bottom;
    padding: 1em !important;
    /*-moz-box-shadow: rgba(0, 0, 0, 0.3) 1.5px 1.5px 1.5px !important;*/
    /*box-shadow: rgb(0 0 0 / 30%) 2.5px 2.5px 2.5px !important;*/
    border-radius: 8px;
    border: 1px solid #E2E4E5;
    text-align: center;
}
.highlight .callout-msg-content {
    background: var(--chase-blue);
    color: #ffffff;
}

.arrow-down {
    position: absolute;
/*    bottom: 88px;
    right: 93px;*/
    bottom: 0px;
    right: 34px;
    /*left: 60px;*/
    width: 0;
    height: 0;
    content: "";
    box-sizing: border-box;
    transform-origin: 0 0;
/*	border-style: solid;
	border-width: 0 10px 15px 0;
	border-color: transparent #fff transparent transparent;*/

    /*-moz-box-shadow: rgba(0, 0, 0, 0.3) 1.5px 1.5px 1.5px;*/
    /*box-shadow: rgb(0 0 0 / 30%) 2.5px 2.5px 2.5px;*/
}
.arrow-down::before{
	content: "";
	position: absolute;
	bottom: -2px;
	right: -1px;
	width: calc(100% + 2px);
	height: 100%;
	border-style: solid;
	border-width: 0 12px 17px 0;
	border-color: transparent #E2E4E5 transparent transparent;
}
.arrow-down::after{
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: calc(100% + 2px);
	height: 100%;
	border-style: solid;
	border-width: 0 10px 15px 0;
	border-color: transparent #fff transparent transparent;
}
.highlight .arrow-down::after{
    border-color: transparent var(--chase-blue) transparent transparent;
}
#clare_widget .arrow-down {
    z-index: 9988;
    /*bottom: 146px !important;*/
}
#clare_widget .callout-msg-content {
    max-width: 100% !important;
    padding: .5em 1em !important;
    margin-left: 0 !important;
    z-index: 9988;
    /*bottom: 160px !important;*/
}
.clare-chat-launcher .badge {
	opacity: 0;
    position: absolute;
    top: -2px;
    right: 5px;
    background-color: #ffbe37;
    color: #fff;
    width: 22px;
    height: 22px;
    border:2px solid #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    padding: 0;
    z-index: 100;
    font-weight: bold;
    font-size: 12px;
}
.bot{width: 110px;height: 110px;z-index: 9;position: relative;cursor: pointer;user-select: none;}
.bot-a .bot{width: 110px;height: 110px;-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
    transition: all 0.3s linear;}
.bot svg{width: 100%;height: 100%;position: relative;}
.shadow{
    width: 57px;height: 14px;margin:0 auto;margin-top: 10px;z-index: 0
}


.bot-a .badge{top: 5px;    right: 20px;}

#clare_widget.bot-a .callout-msg{
	bottom: 135px;
	right: 60px;
}
#clare_widget.bot-a .callout-msg-content {
/*    bottom: 100px;
    right: 40px;
    margin-left: 20px;
    bottom: 150px !important;*/
}
#clare_widget.bot-a .arrow-down {
/*    bottom: 88px;
    right: 108px;
    bottom: 136px !important;*/
}

.bot-a #clare-frame {right: 50px;}
.icon-msg1,.icon-msg2,.icon-msg3{
	width: 37px;
	position: absolute;
	top: -40px;
}
.icon-msg1{top: -25px;left: -30px;}
.icon-msg2{top: -40px;left: calc(50% - 23px);}
.icon-msg3{top: -25px;right: -20px;}

.bot-c .icon-msg1{top: -30px;left: -30px;}
.bot-c .icon-msg2{top: -50px;left: calc(50% - 23px);}
.bot-c .icon-msg3{top: -30px;right: -30px;}

.close .closeButton{
    transform:rotate(-135deg)!important;-webkit-transform:rotate(-135deg)!important;transform-origin: 50% 50%;
    width: 42px;
    height: 42px;
    margin-right: -14px;
    margin-bottom: -14px;
    transform: rotate(0deg)!important;
    -webkit-transform: rotate(0deg)!important;
}
.close .closeButton::before{ height: 3px;border-radius: 2px;left:calc(50% - 31%);top: calc(50% - 1.5px); }
.close .closeButton::after{height: 3px;border-radius: 2px;left:calc(50% - 31%);top: calc(50% - 1.5px); }

.close .bot{transform: scale(0) translate(55px,55px);margin-left: 45px;margin-top: 32px;}
.badge p{display: block;}
.badge span {display: none;color: #000;}
.clare-chat-launcher .bot.sleep .badge{
	background: #E2E4E5;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.clare-chat-launcher .bot.sleep .badge p{display: none;}
.clare-chat-launcher .bot.sleep .badge span{display: block;}

#clare_widget.drift .shadow{
    animation: ellipse infinite 2s alternate;
    -webkit-animation: ellipse infinite 2s alternate;
    animation-timing-function: ease-out; 
}
#clare_widget.drift .bot{
    animation: tween infinite 2s alternate;
    -webkit-animation: tween infinite 2s alternate;
    animation-timing-function: ease-out; 
}
#clare-frame.widget-container.loaded{
    width: 68px;
    height: 68px;
    -webkit-transition: width 0.3s linear,height 0.3s linear;
    transition: width 0.3s linear,height 0.3s linear;
}
#clare-frame.loaded .bot{
    width: 68px;
    height: 68px;
    -webkit-transition: width 0.3s linear,height 0.3s linear;
    transition: width 0.3s linear,height 0.3s linear;
}
#clare-frame.loaded .shadow{
    width: 35.2px;
    height: 8.8px;
    -webkit-transition: width 0.3s linear,height 0.3s linear;
    transition: width 0.3s linear,height 0.3s linear;
}

.callout-msg.loaded{
	bottom: 157px;
	-webkit-transition: bottom 0.3s linear,height 0.3s linear;
	transition: bottom 0.3s linear,height 0.3s linear;
}

.callout-msg.loaded .callout-msg-content {
    font-size: 12px;
    -webkit-transition: font-size 0.3s linear,height 0.3s linear;
    transition: font-size 0.3s linear,height 0.3s linear;
}

@keyframes ellipse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

@keyframes tween {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

@media(min-width: 992px) {
    #clare_widget .callout-msg .arrow-down {
        bottom: 0px !important;
    }
}

@media screen and (max-width: 768px){
	.pc,.wrap img.pc{display: none;}
	.mb{display: block;}
    #clare-frame.widget-container.loaded{
        width: 61.2px;
        height: 61.2px;
        -webkit-transition: width 0.3s linear,height 0.3s linear;
        transition: width 0.3s linear,height 0.3s linear;
    }
    #clare-frame.loaded .bot{
        width: 61.2px;
        height: 61.2px;
        -webkit-transition: width 0.3s linear,height 0.3s linear;
        transition: width 0.3s linear,height 0.3s linear;
    }
    #clare-frame.loaded .shadow{
        width: 31.68px;
        height: 8px;
        -webkit-transition: width 0.3s linear,height 0.3s linear;
        transition: width 0.3s linear,height 0.3s linear;
    }
    #clare-frame.loaded .badge{
        width: 20px;
        height: 20px;right: -2px;
    }
	.closeButton{
		bottom: 80px; 
		right: 25px;
	}
}