/* Copyright 2019-2024 Harshal Dhingra*/
@font-face{font-family:Graphik;src:url(../fonts/Graphik-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Graphik;src:url(../fonts/Graphik-Medium.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Graphik;src:url(../fonts/Graphik-Semibold.woff) format('woff');font-weight:600;font-style:normal;font-display:swap}
.ImContactBubble {
    animation: fadeIn .25s ease;
    position: fixed;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    right: 30px;
    bottom: 30px;
    z-index: 99999999;
}
.imContactBubble_IN{
    height: 57px;
    width: 57px;
    background-color: #2fae07;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.imContactBubble_IN svg{ width: 33px;}
.imContactBubble_IN_MSG{fill:#ffffff;}
.ImContactBubble__Bubble {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    width: 57px;
    height: 57px;
    align-items: center;
    border: none;
    border-radius: 99999px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    position: relative;
	padding: 0;
	background: none
}

.ImContactBubble__Bubble img{
	width: 100%;
	height: 100%;
}

.ImContactBubble__IconContainer {
    position: relative;
    width: 100%;
    height: 100%
}

.ImContactBubble__CloseSvg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.8, .8) rotate(-180deg);
    -moz-transform: translate(-50%, -50%) scale(.8, .8) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) scale(.8, .8) rotate(-180deg);
    -o-transform: translate(-50%, -50%) scale(.8, .8) rotate(-180deg);
    transform: translate(-50%, -50%) scale(.8, .8) rotate(-180deg);
    opacity: 0;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1)
}

.ImContactBubble__CloseSvg--opened {
    -webkit-transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    -moz-transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    -ms-transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    -o-transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    opacity: 1
}

.ImContactBubble__Icon {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    -moz-transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    -ms-transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    -o-transform: translate(-50%, -50%) scale(1, 1) rotate(0);
    transform: translate(-50%, -50%) scale(1, 1) rotate(0)
}

.ImContactBubble__Icon--opened {
    -webkit-transform: translate(-50%, -50%) scale(.8, .8) rotate(180deg);
    -moz-transform: translate(-50%, -50%) scale(.8, .8) rotate(180deg);
    -ms-transform: translate(-50%, -50%) scale(.8, .8) rotate(180deg);
    -o-transform: translate(-50%, -50%) scale(.8, .8) rotate(180deg);
    transform: translate(-50%, -50%) scale(.8, .8) rotate(180deg);
    opacity: 0
}

.im__chat__Legal__notice {
    margin: 16px auto;
    text-align: center;
    color: #aaa;
    font-size: 10px;
    max-width: 25em;
    line-height: 1.6;
    letter-spacing: .2px;
}
.im__chat__Legal__notice p{
	margin: 0;
}

#im__chatting__widget {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: 30px;
    border-radius: 6px;
    bottom: 90px;
    position: fixed;
    right: 0;
    min-width: 340px;
    -webkit-overflow-scrolling: touch;
    z-index: 999999999;
        font-family:Graphik,avenir next,avenir,Helvetica,sans-serif;
}

.im__chat__Body {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    background-color: #fff;
    border-radius: 8px;
    bottom: 100px;
    box-sizing: border-box;
    max-width: 340px;
    width: 100%;
    max-height: 600px;
    -webkit-overflow-scrolling: touch;
    z-index: 999999999
}

.im__chat__Body--fullHeight {
    height: 77vh;
	overflow: auto;
}

.im__chat__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    border-radius: 0 0 6px 6px;
}

.im__chat__footer a {
    padding: 10px 0 13px 2em;
    text-decoration: none;
	background: url(../images/chat_icons/textp2p.png) no-repeat left center;
    background-size: 1.5em;
	transition: all .2s ease;
	font-size: 12px;
}

.im__chat__footer a:hover {
    color: #778692
}

.chat__form__block .SendButton {
    font-weight: 400;
    position: relative;
    cursor: pointer;
    margin: 0 auto 16px;
    width: 97px;
    height: 42px;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
    outline: 0 !important;
    outline-offset: 0 !important;
    transition: width .3s, height .3s, color .3s, background-color .3s, border-color .3s;
    opacity: .6;
    padding: unset;
    letter-spacing: unset;
    font-family:Graphik,avenir next,avenir,Helvetica,sans-serif;
}

.chatting__main_wrapper, .chatting__main_wrapper *{
    box-sizing: border-box;
    scroll-behavior: smooth
}

.chat__form__block {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    -ms-overflow-style: none;
    color: #333;
    padding: 0;
    border-radius: 8px;
    z-index: 999999999
}

.im__chat__form__block__MainContent {
    display: flex;
    color: #333;
    padding: 0;
    -ms-overflow-style: none;
    overflow-y: auto;
    position: relative;
    flex-grow: 1
}

.im__chat__form__block__FormContainer {
    flex-direction: column;
    padding: 0;
    flex: 1 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-start
}

.im__chat__form__block__FormContent {
    width: 84%;
    opacity: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    border-radius: 24px 24px 3px 24px;
    margin: 0 16px 0 0;
    animation: innerBubbleGrow .2s ease forwards .2s;
    transform-origin: bottom right;
    z-index: 2
}

.im__chat__form__block__FormContent--hidden {
    animation: fadeOut .25s ease;
    opacity: 0;
    display: none
}

.im__chat__form__block__FormContent--IE {
    opacity: 1
}

.im__chat__form__block__FormContent:after {
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    border-radius: 24px 24px 3px 24px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    animation: outerBubbleGrow .4s .2s ease forwards;
    animation-direction: alternate;
    transform-origin: bottom right
}

.im__chat__form__block__HeaderContainer {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 22px 20px 22px 8px;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    text-align: center
}

.im__chat__form__block__HeaderContainer p{
	margin: 0;
    line-height: 18px;
	display: inline-block;
	padding: 0px 0 0px 27px;
    font-weight: bold;
	background: url(../images/chat_icons/msg_icon.svg) no-repeat left center;
}

.im__chat__form__block__TextInvitation,
.im__chat__form__block__ThankyouText {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    text-align: left;
    border-radius: 24px 24px 24px 3px;
    padding: 15px 26px 16px 21px;
    align-self: flex-start;
    position: relative;
    opacity: 0;
    animation: innerBubbleGrow .2s ease forwards 0s;
    transform-origin: bottom left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    font-family:Graphik,avenir next,avenir,Helvetica,sans-serif;
}
.im__chat__form__block__ThankyouText{
	margin-bottom: 0;
}

.im__chat__form__block__TextInvitation > div,
.im__chat__form__block__ThankyouText > div {
    font-weight: 400;
    max-width: 222px
}

.im__chat__form__block__Center {
    text-align: center;
    width: 100%;
}

@keyframes innerBubbleGrow {
    from {
        opacity: 0;
        -webkit-transform: scale(.1);
        -moz-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes outerBubbleGrow {
    from {
        -webkit-transform: scale(.1);
        -moz-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1)
    }
    50% {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes loading-spinner {
    0% {
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg)
    }
    100% {
        -webkit-transform: rotateZ(1035deg);
        -moz-transform: rotateZ(1035deg);
        -ms-transform: rotateZ(1035deg);
        -o-transform: rotateZ(1035deg);
        transform: rotateZ(1035deg)
    }
}

.TextInput {
    position: relative;
    margin: 12px 0;
    opacity: 0;
    animation: textFade .3s linear forwards .3s
}

.TextInput#im-msg-wrapper{
	margin-top: .875em;
}

.TextInput input,
.TextInput textarea {
    resize: none;
    background: 0!important;
    border: 0!important;
    color: #333;
    font-size: 14px;
    height: 30px;
    position: relative;
    width: 100%;
    z-index: 1;
    line-height: 20px;
    padding: 8px 0!important;
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none;
    font-family:Graphik,avenir next,avenir,Helvetica,sans-serif;
}

.TextInput input:focus~.Im__TextInput__Bar:after,
.TextInput input:focus~.Im__TextInput__Bar:before,
.TextInput textarea:focus~.Im__TextInput__Bar:after,
.TextInput textarea:focus~.Im__TextInput__Bar:before {
    width: 50%
}
.TextInput input:focus, .TextInput textarea:focus {box-shadow: none!important;}
.TextInput textarea{ min-height: 36px;}

.TextInput input:focus~label,
.TextInput input:valid~label,
.TextInput textarea:focus~label,
.TextInput textarea:valid~label{
    -webkit-transform: translate(-10%, -128%) scale(.8);
    -moz-transform: translate(-10%, -128%) scale(.8);
    -ms-transform: translate(-10%, -128%) scale(.8);
    -o-transform: translate(-10%, -128%) scale(.8);
    transform: translate(-10%, -128%) scale(.8);
}

.TextInput input[type='email'] + .im_invalid~label{
    -webkit-transform: translate(-10%, -128%) scale(.8);
    -moz-transform: translate(-10%, -128%) scale(.8);
    -ms-transform: translate(-10%, -128%) scale(.8);
    -o-transform: translate(-10%, -128%) scale(.8);
    transform: translate(-10%, -128%) scale(.8);
}

.TextInput label{
    font-weight: 400;
    left: 0;
    line-height: 16px;
    pointer-events: none;
    position: absolute;
    top: 6px;
    transition: .2s ease;
    white-space: nowrap;
    z-index: 2;
	outline: 0 !important;
	outline-offset: 0 !important;
}

.TextInput textarea+label{
	top: 6px;
}

.TextInput--isMobile input,
.TextInput--isMobile textarea {
    font-size: 16px;
    font-weight: 400
}

.Im__TextInput__Bar {
    background-color: #e5ecfd;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10
}

.Im__TextInput__Bar:after,
.Im__TextInput__Bar:before {
    content: '';
    height: 2px;
    position: absolute;
    transition: .2s ease;
    width: 0
}

.Im__TextInput__Bar--invalid:after,
.Im__TextInput__Bar--invalid:before {
    background-color: #e73e51
}

.Im__TextInput__Bar:before {
    left: 50%
}

.Im__TextInput__Bar:after {
    right: 50%
}

.Im__TextInput__Checkmark--show {
    position: absolute;
    height: 16px;
    width: 16px;
    right: 2px;
    bottom: 15px;
    background-color: transparent;
    transform: translateY(50%);
    z-index: 999;
    display: none;
}

.Im__TextInput__TextInputError {
    color: #e73e51;
    font-weight: 600;
    position: absolute;
    top: .4em;
    font-size: 12px;
    right: 0;
    z-index: 1;
    background: #fff;
    padding: 5px 0 5px 5px
}

.Im__TextInput__TextInputError--below {
    position: relative;
    float: right;
    padding: 0;
    padding-bottom: 12px
}

.Im__TextInput__Textarea {
    margin-top: -3px
}

.Im__TextInput__Textarea~.Im__TextInput__Bar {
    bottom: 4px
}

.Im__TextInput__Textarea:focus~.Im__TextInput__Bar,
.textarea-full~.Im__TextInput__Bar {
    bottom: 5px
}

.Im__TextInput__TextInputError--below~.Im__TextInput__Bar {
    bottom: 0
}

.Im__TextInput__InputWithIcon {
    padding-left: 40px
}

.TextInput__Icon {
    position: absolute;
    bottom: 9px;
    left: 16px
}


@keyframes stroke {
  100% {
	stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0% {
	transform: scale(1);
  }
  50% {
	transform: scale(1.4);
  }
  100% {
	transform: scale(1);
  }
}

@keyframes fill {
  100% {
	box-shadow: inset 0px 0px 0px 30px rgba(0, 189, 148, 1);
  }
}

@keyframes textFade {
    from {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes innerBubbleGrow {
    from {
        opacity: 0;
        -webkit-transform: scale(.1);
        -moz-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes outerBubbleGrow {
    from {
        -webkit-transform: scale(.1);
        -moz-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1)
    }
    50% {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.im_chat_option_visible
::placeholder {
    color: #ccc
}

.im_chat_option_visible{
	display: none;
    position: fixed;
    right: 30px;
    bottom: 100px;
	z-index: 100000;
}


.im_chat_opt_container {
    border: 1px solid #e8e9eb;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.24);
    position: relative;
    border-radius: 13px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    max-width: 280px;
    padding: 24px;
    width: 100%;
    z-index: 99999;
	text-align: left;
        font-family:Graphik,avenir next,avenir,Helvetica,sans-serif;
}

.im_chat_opt_container:after{
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -6px;
    right: 18px;
    background: #fff;
    border-radius: 4px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
} 

.im_chat_opt_container img {
    vertical-align: middle;
    display: inline-block;
    height: 60px;
    width: 60px;
}
.im_chat_opt_container p{
	display: inline-block;
	margin: 5px 0 0 12px;
	line-height: 1.4;
	vertical-align: middle;    
}
.im__chat__form__block__ThankyouText , .Im__TextInput__TextInputError{ display: none;}
.im-Error{ font-size:10px; color: red; }

#im-gcaptcha-wrapper .Im__TextInput__TextInputError{
    top:initial;
}
#im-gcaptcha-v2, #im-gcaptcha-v2 div{
    width:100%!important;
    position:relative!important;
}
#im-gcaptcha-v2 div iframe{
    width:100%!important;
    position:absolute!important;
}
#im-gcaptcha-v2, #im-gcaptcha-v2 iframe div{
    position:relative!important;
}