@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');

/* Chatbot */

.sf__botIcon {
	bottom: 15px;
	right: 30px;
	position: fixed;
	z-index: 9999;
    display: none;
}

.sf__bot_iconInner {
    align-items: center;
    background: #f6ee02;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 57px;
    justify-content: center;
    width: 57px;
    position: relative;
}

.botSubject,
.showBotSubject .sf__botIcon_ontainer,
.showMessenger .sf__botIcon_ontainer {
	display: none;
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    z-index: 9;
}



.sf__botIcon .sf__catbot_layout {
    animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    animation-fill-mode: forwards;
    background-color: #f3f2f2;
    bottom: 20px;
    border-radius: 10px;
    box-sizing: content-box !important;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-height: 30px;
    max-width: 325px;
    min-width: 50px;
    opacity: 0;
    pointer-events: auto;
    position: fixed;
    transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
    z-index: 999999999;
    right: 50px;
    overflow: hidden;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, .1);
}

.sf__botIcon .sf__catbot_layout_open {
	border-radius: 10px;
	color: #fff;
	max-height: 500px;
	max-width: 325px;
	transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
	width: 100%;
}

.sf__botIcon .sf__catbot_layout_expand {
	display: none;
	max-height: 100vh;
	min-height: 300px;
}
.sf__catbot_messages {
    padding: 24px 0 26px;
}

  

.showBotSubject.sf__botIcon .sf__catbot_layout_expand {
	display: block;
}


.sf__botIcon .sf__catbot_messenger_header {
    align-items: center;
    background-color: #ffffff;
    color: rgb(255, 255, 255);
    height: 59px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    justify-content: space-between;
}

.sf__botIcon .sf__catbot_messenger_header h4 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #3c3c3c;
    width: 100%;
    text-align: center;
}

form.sf__catbot_form {
    background: #fff;
    max-width: 270px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 0px 20px -4px rgba(0,0,0,.1);
}

form.sf__catbot_form .sf__catbot_query_title {
    background: #f6ee02;
    display: flex;
    align-items: center;
    padding: 22px 22px 15px;
}
form.sf__catbot_form .sf__catbot_query_title h4 {
    margin: 0;
    font-size: 15px;
    color: #3c3c3c;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.sf__catbot_form_text_query{
    display: none;
}

.sf__catbot_radio_group .sf__catbot_radio {
    display: flex;
    padding: 12px 9px;
    cursor: pointer;
    position: relative;
}
.sf__catbot_radio_group .sf__catbot_radio + .sf__catbot_radio {
    border-top: 1px solid #eaeaea;
}
.sf__catbot_radio_group .sf__catbot_radio span {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 24px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding-left: 33px;
}
.sf__catbot_radio_group {
    padding: 0 13px;
}

.sf__catbot_radio_group .sf__catbot_radio input {
    margin: 6px 14px 0 0;
}
.sf__catbot_form_query_text {
    border: 1px solid #afafaf;
    resize: none;
    background: #f1f0f0;
    width: 100%;
    max-width: 232px;
    margin: 13px auto 13px;
    min-height: 135px;
    color: #000;
    padding: 15px;
    box-sizing: border-box;
}

.sf__catbot_form_query_text:focus {
    outline: none;
    box-shadow: none;
}

.sf__catbot_radio_group .sf__catbot_form_btn_close,
.sf__catbot_radio_group .sf__catbot_form_btn {
    width: 160px;
    height: 36px;
    margin: 0 auto;
    border: none;
    font-size: 14px;
    line-height: 1;
    background: #f6ee02;
    border-radius: 10px;
    font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 22px;
	cursor: pointer;
}
.sf__catbot_radio_group.sf__catbot_text_center {
    text-align: center;
}
.sf__catbot_radio_group .sf__catbot_form_btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.success-query {
    display: none;
    padding: 33px 15px 11px;
}
.success-query h4 {
    margin: 0;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 18px 0;
}

.sf__catbot_radio_input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: -50px;
    top: -50px;
    display: none;
}
.sf__catbot_radio input[type=radio]:checked ~ .sf__catbot_form_check_label:before, .sf__catbot_radio input[type=checkbox]:checked ~ .sf__catbot_form_check_label:before {
    background: #f6ee02;
    color: #000;
    content: "\2713";
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    border-color: #f6ee02;
}
.sf__catbot_form_check_label:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #e9e8e8;
    position: absolute;
    top: 15px;
    left: 10px;
    transition: all 200ms;
    font-size: 0;
    box-sizing: border-box;
    background: #f3f2f2;
    border-radius: 50%;
}





.sf__catbot_pop_wrap {
    position: absolute;
    height: 33px;
    width: 33px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	transform: scale(0);
}
.sf__bot_iconInner > img{
	margin-top: 5px;
	transition: all .3s ease-in-out;
}
.sf__bot_iconInner:hover > img{
	opacity: 0;
	visibility: hidden;
}
.sf__bot_iconInner:hover .sf__catbot_pop_wrap{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.sf__catbot_loader {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    top: 50%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sf__catbot_loader span {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #f6ee02;
  border-radius: 5px;
  animation: sf__catbot_loader 0.8s infinite alternate;
}
.sf__catbot_loader span:nth-of-type(2) {
  animation-delay: 0.2s;
}
.sf__catbot_loader span:nth-of-type(3) {
  animation-delay: 0.6s;
}
@keyframes sf__catbot_loader {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}


.pexx_confirm {
    display: none !important;
}
@-webkit-keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes appear {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes slidein {
	0% {
		opacity: 0;
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media only screen and (max-width: 412px) {
	.sf__botIcon .sf__catbot_layout {
		right: 15px;
	}
}
@media only screen and (max-width: 330px) {
	.sf__botIcon .sf__catbot_layout_open {
		width: 250px;
	}
    form.sf__catbot_form {
        max-width: 235px;
    }
}





  