body {
    color: #ffffff;
    background: url(../img/bg.png) no-repeat top center fixed !important;
    background-size: cover !important;
    text-decoration: none !important;
}
.po-fixed {
    position: fixed;
}
a hover {
    text-decoration: none !important;
}

.site-header li:active,
.site-nav-d li.current_page_item {
    /* border-bottom: 4px solid #D7AE55; */
}

.site-nav-d li a {
    text-decoration: none !important;

}

.s-container {
    max-width: 1400px;
    margin: 0 auto;
}

.input-bg {
    background: linear-gradient(95.21deg, #B27310 -4.78%, #F0D077 13.8%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #B27310 106.67%);
}
.login-btn {
    /* color: #fff;
    background-color: #000;
    border: 1px solid #E1BB5E; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(180deg, #B37834 0%, #FAC54C 100%);
}
.login-btn:active {
    background-image: linear-gradient(180deg, #B37834 0%, #FAC54C 100%) !important;
    /* background: linear-gradient(180deg, #B37834 0%, #FAC54C 100%); */
}
.custom-link-btn {
    color: #000;
    width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(180deg, #B37834 0%, #FAC54C 100%);
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: bold;
}
.h2-bg-fit {
    background: linear-gradient(95.21deg, #B27310 -4.78%, #F0D077 13.8%, #FFFDD5 23.48%, #FFFDD5 33.7%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #FEFCD3 75.74%, #FFFDD5 84.8%, #B27310 106.67%);
    width: fit-content;
    box-sizing: border-box;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.flex-col-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.position-relative {
    position: relative;
    top: -25px;
}
.mr-16 { margin-right: 16px;}
.ml-16 { margin-left: 16px;}
.position-absolute-right {

    position: absolute;
    right: 0;
}
.bg-black-opa {
    background: rgba(0, 0, 0, 0.6);
}
.bg-gray-redius {
    background: rgba(29, 31, 36, 0.8);
    border-radius: 15px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.border-top-radius-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.content-col-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-assets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.mtb-5 {
    margin: 15px 0;
}
.list-bullet-none {
    list-style-type: none;
}
.list-bullet-none li {
    margin-top: 10px;
}
.ask-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.footer-content {
    margin: 0;
    font-weight: bold;
}
.arrow-down {
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

.font-up {
    margin: 0;
    padding: 5px 10px;
    font-size: 1.1rem;
}
.content-bg-gray {
    padding: 2px;
    border-radius: 15px;
    background-origin: border-box;
    background-clip: content-box,border-box;
    background-image: linear-gradient(180deg,rgba(29, 31, 36,1),rgba(29, 31, 36,1)),linear-gradient(95.21deg, #B27310 -4.78%, #F0D077 13.8%, #FFFDD5 23.48%, #FFFDD5 33.7%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #FEFCD3 75.74%, #FFFDD5 84.8%, #B27310 106.67%);
 
}
.content-bg {
    /* background: url(../img/home/content-bg-1.png); */
    /* background-size: cover; */
    padding: 2px;
    border-radius: 15px;
    background-origin: border-box;
    background-clip: content-box,border-box;
    background-image: linear-gradient(180deg,#000,rgba(0,0,0,1)),linear-gradient(95.21deg, #B27310 -4.78%, #F0D077 13.8%, #FFFDD5 23.48%, #FFFDD5 33.7%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #FEFCD3 75.74%, #FFFDD5 84.8%, #B27310 106.67%);
}
.no-radius {
    border-radius: 0;
}
.content-bg-opa {
    background-image: linear-gradient(180deg,#2a2a2a,rgba(0,0,0,0.5)),linear-gradient(95.21deg, #B27310 -4.78%, #F0D077 13.8%, #FFFDD5 23.48%, #FFFDD5 33.7%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #FEFCD3 75.74%, #FFFDD5 84.8%, #B27310 106.67%);

}
.title-gradient {
    background-image: linear-gradient(95.21deg, #B27310 -4.78%, #F0D077 13.8%, #FFFDD5 23.48%, #FFFDD5 33.7%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #FEFCD3 75.74%, #FFFDD5 84.8%, #B27310 106.67%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.h2-title {
    background: linear-gradient(95.21deg, #B27310 -4.78%, #F0D077 13.8%, #FFFDD5 23.48%, #FFFDD5 33.7%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #FEFCD3 75.74%, #FFFDD5 84.8%, #B27310 106.67%);
    font-size: 35px;
    /* font-weight: bold; */
    text-align: center;
    box-sizing: border-box;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.h2-bg {
    background: linear-gradient(95.21deg, #B27310 -4.78%, #F0D077 13.8%, #FFFDD5 23.48%, #FFFDD5 33.7%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #FEFCD3 75.74%, #FFFDD5 84.8%, #B27310 106.67%);
    /* border: 3px solid #CAA175; */
    box-sizing: border-box;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -16px;
    margin-right: -16px;
}
.h2-bg-nav {
    background: linear-gradient(95.21deg, #B27310 -4.78%, #F0D077 13.8%, #FFFDD5 23.48%, #FFFDD5 33.7%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #FEFCD3 75.74%, #FFFDD5 84.8%, #B27310 106.67%);
    /* border: 3px solid #CAA175; */
    box-sizing: border-box;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-bg {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(180deg, #2B2527 0%, #141112 65.1%, #000000 100%);
    border: 2px solid #D5A731;
    box-sizing: border-box;
    border-radius: 30px;
    color: #fff;
}

.h2-border {
    border-left: 5px solid #D7AE55;
    padding-left: 10px;
}

.game-bg {
    background: #FFE99B;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    margin-left: -15px;
    margin-right: -15px;
}

.btn-login {
    max-width: 100%;
    font-size: 20px !important;
    height: 50px;
    background: linear-gradient(180deg, #2B2527 0%, #141112 65.1%, #000000 100%);
    border: 1px solid #D5A731;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
}

.btn-regis {
    max-width: 100%;
    font-size: 20px !important;
    height: 50px;
    background: linear-gradient(180deg, #EAEBEC 0%, #FFFFFF 45.83%, #CDCED0 65.1%, #B8B9BB 100%);
    border: 1px solid #D5A731;
    box-sizing: border-box;
    border-radius: 5px;
    color: #000;
}

.gradient-box {
    border: 1px solid;
    border-image-source: linear-gradient(45deg, #b57e10, #f9df7b, #c8992e);
    border-image-slice: 1;
}

.textbox {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    float: left;
    padding: 8px 0;
    margin: 8px 0;


}

.textbox i {
    width: 26px;
    float: left;
    text-align: center;
}

.textbox input {
    border: none;
    outline: none;
    background: none;
    color: #5E5E5E;
    font-size: 18px;
    width: 80%;
    float: left;
    margin: 0 10px;

}
@media(min-width: 992px) {

    .site-header,
    .site-header-space,
    .site-header>.s-container {
        height: 120px;
    }

    .site-branding img {
        max-height: 100px;
        height: 100px;
    }
}

.site-header,
.site-header a,
.site-nav-d .sub-menu li>a {
    color: #ffffff;
}

.site-toggle b,
.site-toggle b:after,
.site-toggle b:before {
    background-color: #FAC54C;
}

.site-header a:hover,
.site-nav-d .sub-menu li>a:hover {
    color: #f4cb61;
}

.site-header a:active,
.site-nav-d li.current-menu-item>a,
.site-nav-d li.current-menu-ancestor>a,
.site-nav-d li.current_page_item>a {
    /* color: #f4cb61; */
}

.site-header li:active,
.site-nav-d li.current-menu-item,
.site-nav-d li.current-menu-ancestor,
.site-nav-d li.current_page_item {
    background-color: rgba(255, 255, 255, 0);
}

.site-header,
.site-nav-d .sub-menu {
    background: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.site-nav-m {
    top: 130px;
}
.menu-mobile-title {
    margin: 0 0 0 20px;
}
.site-nav-m.active {
    height: calc(100vh - 80px);
    background-color: rgba(10, 8, 7, 0.92);
}

.site-nav-m li a {
    color: rgba(255, 255, 255, 0.9);
}

.site-nav-m li a:hover {
    color: rgba(255, 255, 255, 1);
}

.site-nav-m li a:active,
.site-nav-m li.current-menu-item a,
.site-nav-m li.current-menu-ancestor a,
.site-nav-m li.current_page_item a {
    color: #f4cb61;
}

.site-nav-m li {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

a {
    color: #0f6b4e;
}

.content-item .cat a {
    background: #0f6b4e;
}

a:hover {
    color: #60c760;
}

.content-item .cat a:hover {
    background: #60c760;
}

a:active {
    color: #ffffff;
}

body.home {
    background: #ffffff;
}

body {
    background: #ffffff;
}

.site-footer {
    background-color: rgba(0, 0, 0, 0.03);
}

.site-footer .site-info {
    color: rgba(0, 0, 0, 0.5);
}

.site-footer a {
    color: rgba(0, 0, 0, 0.5);
}

.site-footer a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.site-footer a:active {
    color: rgba(0, 0, 0, 0.3);
}

.woocommerce .button.alt,
#page.site .button.alt,
.site .s-button a,
.site a.s-button {
    background: #0f6b4e;
    color: #ffffff;
}

.s-modal .search-form {
    border-bottom-color: #0f6b4e;
}

.s-modal-close:hover {
    color: #0f6b4e;
}

.woocommerce .button.alt:hover,
#page.site .button.alt:hover,
.site .s-button a:hover,
.site a.s-button:hover {
    background: #60c760;
    color: #ffffff;
}

.site .button.alt,
.site .s-button a,
.site a.s-button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.woocommerce .button:not(.kt-button),
#page .button:not(.kt-button) {
    background: #878f9d;
    color: #ffffff;
}

.woocommerce .button:not(.kt-button):hover,
#page .button:not(.kt-button):hover {
    background: #575f6d;
    color: #ffffff;
}

#page .button:not(.kt-button) {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

@media(max-width: 991px) {

    .site-header,
    .site-header-space {
        height: 80px;
    }

    .site-branding img {
        max-height: 50px;
        height: 50px;
    }
}
.site-header {
    position: absolute;
}

@media(max-width:991px) {
    .s-autoshow-m.-hide {
        transform: translateY(-80px)
    }

    .s-autoshow-m.-show {
        transform: translateY(0)
    }
}

@media(min-width:992px) {
    .site-header {
        position: absolute;
    }

    .s-autoshow-d.-hide {
        transform: translateY(-120px)
    }

    .s-autoshow-d.-show {
        transform: translateY(0)
    }

    .site-nav-d .sub-menu::before {
        border-bottom-color: rgba(255, 255, 255, 0)
    }
}

.site-title {
    display: none
}

.site-branding img {
    margin-right: 0
}

.site-header {
    box-shadow: none;
}

#main .add_to_cart_button {
    display: none;
}
.footer-regis-qr, .contact-qr {
    display: flex;
}
.secttion3-col2-content {
    margin-top: 65px;
    margin-right: 40px;
}
.secttion3-col2-content-inner {
    padding: 30px;
}
.flex-center {
    width: 100%;
    display: flex;
    justify-content: center;
}
.content-inner {
    padding: 20px;
}
.top0 {
    top: 0;
    margin-top: 20px;
}
.title-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.title-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.mrl-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.img-assets-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-assets {
    max-width: 200%;
    margin-left: -20px;
    z-index: 99;
}
.mrl--15 {
    margin-left: -10px;
    margin-right: -10px;
}
.font15 {
    font-size: 1.5rem;
}
.ba-title {
    width: 25%;
}
.mrl-0 {
    margin-left: 0;
    margin-right: 0;
}
.delta-btn {
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    background: linear-gradient(168.21deg, #B27310 -4.78%, #F0D077 13.8%, #F0D077 23.48%, #E1BB5E 33.7%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #E1BB5E 75.74%, #B27310 84.8%, #B27310 106.67%);
    /* box-shadow: rgb(0, 0, 0) 0px 10px -10px -3px, #B78023 0px 10px 0px -10px; */
    box-shadow: #B78023 2.4px 2.4px 3.2px;
}
.home-asset1 {
    display: flex;
    justify-content: end;
    margin-right: -140px;
    z-index: 99;
}
.home-asset2 {
    margin-left: -140px;
    z-index: 99;
}
.home-content1 {
    padding-left: 40px;
}
.home-content2 {
    padding-right: 50px;
}
.btn3 {
    margin-left: 20px;
    margin-right: 20px;
    justify-content: space-around;
}
.input-login-gruop {
    display: flex;
    border-radius: 5px;
    background: linear-gradient(180deg, #B37834 0%, #FAC54C 100%);
    box-shadow: inset 2px 2px 4px #FFD477;
}
.input-login-gruop input {
    width: 100%;
}
.footer-bank {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 50px;
}
.no-border {
    background-clip: unset;
}
.art-title {
    color: #000;
    margin: 0;
    text-align: center;
    padding: 5px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(95.21deg, #B27310 -4.78%, #F0D077 13.8%, #FFFDD5 23.48%, #FFFDD5 33.7%, #E1BB5E 44.83%, #B78023 54.63%, #E1BB5E 65.48%, #FEFCD3 75.74%, #FFFDD5 84.8%, #B27310 106.67%);
}
a {
    color: #fff;
}
a:hover {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .custom-link-btn {
        width: 100px;
        font-size: 0.8rem;
    }
    .custom-link-btn2 {
        width: 180px;
    }
    .custom-width{
        width: 100%;
        max-width: 130px;
    }
    .art-title {
        font-size: 1rem;
    }
    .art-img {
        padding: 10px;
    }
    .font1rem-m {
        font-size: 1rem;
    }
    .home-asset1 {
        margin-right: 0;
        /* align-items: center; */
        justify-content: center;
    }
    .home-asset2 {
        margin-left: 0;
    }
    .home-content1 {
        padding-left: 0px;
    }
    .home-content2 {
        padding-right: 0px;
    }
    .mrl-m-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .col-mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-regis-qr, .contact-qr, .section-ask-title, .section-ask-div {
        display: none;
    }
    .secttion3 {
        flex-direction: column-reverse;
    }
    .secttion3-col2-content {
        margin-right: 0;
    }
    .secttion3-col2-content-inner {
        padding: 10px;
    }
    .font-up {
        font-size: 1rem;
    }
    .pro-letf {
        display: none;
    }
    .h2-bg-fit, .h2-title {
        font-size: 1.2rem;
    }
    .ba-title {
        width: 50%;
    }
    .img-color-ex {
        width: 30%;
    }
}

.chaty-widget.hide-cht-widget
  .chaty-widget.one_widget
  .chaty-widget-i:not(.no-tooltip):before {
  display: none;
}
.facebook .chaty-widget-i-title {
  padding: 0 !important;
}
.widget-img img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.widget-img {
  text-align: center;
  background: 0 0 !important;
}
.widget-img img {
  object-fit: cover;
  border-radius: 50%;
}
.chaty-widget
  .chaty-widget-i.facebook.active.before
  .chaty-widget-i-title.fb-title {
  display: none !important;
}
.wechat-box img {
  object-fit: cover;
  max-width: 230px;
  height: auto;
  width: 100%;
  display: block;
}
.wechat-box-head svg {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.wechat-box-head SVG {
  cursor: pointer;
  width: 30px;
  height: 30px;
  fill: #fff;
  font-weight: 700;
}
.wechat-box-head {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  padding: 0 0 0 10px;
  line-height: 34px;
  background: #34a700;
  height: 34px;
}
.wechat-box {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding: 10px;
  width: 100%;
}
.wechat-qr-code {
  display: inline-block;
  vertical-align: bottom;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: fixed;
  bottom: 30px;
  left: 100px;
  padding: 0;
  z-index: 100001;
  width: 280px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
}
.chaty-social-img {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chaty-social-img img {
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  line-height: 0;
  margin: 0;
  padding: 0;
}
.widget-img {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: inherit;
  border-radius: 100%;
}
.set-url-target {
  line-height: 0;
}
.get {
  opacity: 1;
}
.chaty-widget-show .get {
  opacity: 1;
}
.none-widget-show .get {
  opacity: 0;
}
.get a {
  color: #222 !important;
  text-decoration: none !important;
}
body .one_widget .bofore_del:before {
  opacity: 0 !important;
  display: none;
}
.one_widget.chaty-widget:not(.chaty-widget-is-right)
  .chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  font-size: 17px;
  left: -3px;
  top: 50%;
  white-space: nowrap;
  padding: 5px 15px;
  line-height: 21px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1.93465px 7.73859px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.chaty-widget.one_widget .chaty-widget-i:not(.no-tooltip) .chaty-widget-i-title,
.chaty-widget.one_widget .chaty-widget-i:not(.no-tooltip):before {
  opacity: 1 !important;
}
.snap-wee-title {
  z-index: 20;
  opacity: 0;
  padding: 10px 10px 9px 12px !important;
  font-size: 17px;
  transform: translate(calc(-100% - 14px), -50%);
  left: -3px;
  top: 50%;
  white-space: nowrap;
  line-height: 21px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1.93465px 7.73859px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: absolute;
}
@media (min-width: 1024px) {
  .chaty-widget-i:hover .snap-wee-title {
    opacity: 1;
  }
}
.chaty-widget-i.hover .snap-wee-title {
  opacity: 1;
}
.chaty-whatsapp-message p {
  margin: 0;
  padding: 0;
  color: #303030;
}
.snap-wee-title:before {
  content: "";
  right: -9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  z-index: 11;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.snap-wee-title p {
  color: #222;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.chaty-widget-i .chaty-widget-i-title p {
  color: #222 !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.chaty-widget-i .i-trigger a {
  color: #222 !important;
  text-decoration: none !important;
}
* {
  -webkit-tap-highlight-color: transparent !important;
}
.i-trigger-close svg,
.i-trigger-open svg {
  transition: all 0.5s;
}
.chaty-widget-show .i-trigger-close svg,
.chaty-widget-show .i-trigger-open svg {
  transform: rotate(180deg);
}
.none-widget-show .i-trigger-ope {
  -webkit-animation: fadein 1.5s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
}
.chaty-widget-show .i-trigger-cloe {
  -webkit-animation: fadein 1.5s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
}
.chaty-widget
  .i-trigger-open.chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  transform: translate(calc(-100% - 12px), -50%);
}
.chaty-widget-is-right.chaty-widget
  .i-trigger-open.chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  right: 0;
  left: auto;
  transform: translate(calc(100% + 12px), -50%);
}
.chaty-widget-is-right.chaty-widget
  .chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  right: 0;
  left: auto;
  transform: translate(calc(100% + 13px), -50%);
}
.chaty-widget-is-right.chaty-widget.one_widget
  .chaty-widget-i:not(.no-tooltip):before {
  left: auto;
  right: -18px;
}
.chaty-widget.one_widget .chaty-widget-i:not(.no-tooltip):before {
  left: -18px;
}
.one_widget .i-trigger-open .chaty-widget-i-title {
  padding: 10px 10px 9px 12px !important;
}
.one_widget .i-trigger-open.hidetooltip .chaty-widget-i-title {
  display: none;
}
.one_widget .i-trigger-open.hidetooltip .chaty-widget-i:before {
  display: none;
}
.chaty-widget .chaty-widget-i.before.facebook:not(.no-tooltip):hover:before,
.chaty-widget
  .chaty-widget-i.facebook.before:not(.no-tooltip):hover
  .chaty-widget-i-title {
  opacity: 1;
  pointer-events: auto;
}
.chaty-widget .chaty-widget-i:not(.no-tooltip) .chaty-widget-i-title,
.chaty-widget .chaty-widget-i:not(.no-tooltip).before:before {
  opacity: 1;
}
.one_widget .chaty-widget-i svg {
  position: relative;
}
body .chaty-widget-i-title.true {
  opacity: 1 !important;
}
.chaty-widget .i-trigger-open:not(.no-tooltip):before {
  opacity: 1 !important;
}
.chaty-widget
  .chaty-widget-i.facebook.active:not(.no-tooltip)
  .chaty-widget-i-title,
.chaty-widget .chaty-widget-i.facebook:not(.no-tooltip):hover:before {
  pointer-events: initial;
}
.chaty-widget .facebook_header {
  background-color: #1e88e5;
  height: 34px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .chaty-widget-i .facebook_header p {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #fff !important;
  position: relative;
}
.facebook_header p,
.facebook_header svg {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
.chaty-widget .chaty-widget-i .facebook_header svg {
  height: 30px !important;
  width: 30px !important;
}
.chaty-widget {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .i-trigger-close .chaty-widget-i-title {
    display: none;
  }
  .i-trigger-close:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .mobile_none {
    display: none;
  }
  .chaty-widget.mobile_active {
    display: block !important;
  }
}
@media screen and (min-width: 480px) {
  .chaty-widget.desktop_active {
    display: block !important;
  }
}
.chaty-widget {
  position: fixed;
  z-index: 9999;
}
.chaty-widget .chaty-widget-is {
  display: flex;
  z-index: 1111;
  flex-wrap: wrap;
  overflow: hidden;
  height: 0;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: auto;
  bottom: 65px;
  opacity: 0;
}
#transition_disabled {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  -webkit-animation: none !important;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.chaty-widget .i-trigger {
  cursor: pointer;
  position: relative;
}
.chaty-widget .i-trigger .i-trigger-close,
.chaty-widget .i-trigger .i-trigger-open {
  transition: all 0.2s;
}
.chaty-widget .i-trigger .i-trigger-close {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  z-index: 2;
}
.chaty-widget .i-trigger .i-trigger-open {
  opacity: 1;
  pointer-events: auto;
}
.chaty-widget .i-trigger .i-trigger-close {
  opacity: 0;
  pointer-events: none;
}
.chaty-widget.chaty-widget-show .i-trigger .i-trigger-open {
  opacity: 0;
  pointer-events: none;
}
.chaty-widget.chaty-widget-show .i-trigger .i-trigger-close {
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
}
.chaty-widget.chaty-widget-show .chaty-widget-is {
  pointer-events: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.chaty-widget.chaty-widget-show .chaty-widget-is .chaty-widget-i {
  opacity: 1;
  overflow: visible;
}
.chaty-widget .chaty-widget-i .chaty-widget-i {
  margin: 0;
}
.chaty-widget .chaty-widget-i {
  border-radius: 50%;
  vertical-align: top;
  width: 54px;
  height: 54px;
  position: relative;
  margin: 4px;
}
.chaty-widget .chaty-widget-i .wrap-svg,
.chaty-widget .chaty-widget-i svg {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -wekit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.chaty-widget .chaty-animation-sheen .wrap-svg,
.chaty-widget .chaty-animation-sheen svg {
  box-shadow: none;
}
.chaty-widget .chaty-animation-sheen {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -wekit-border-radius: 50%;
  -moz-border-radius: 50%;
}
body .i-trigger-open .chaty-widget-i-title {
  padding: 5px 16px 5px 17px !important;
}
.chaty-widget:not(.chaty-widget-is-right) .i-trigger-open:before {
  left: -18px !important;
}
.one_widget.chaty-widget.chaty-widget-is-right .i-trigger-open:before {
  right: -18px !important;
}
body .one_widget .i-trigger-open .chaty-widget-i-title.face_title {
  padding: 0 !important;
}
.one_widget.chaty-widget
  .chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  transform: translate(calc(-100% - 14px), -50%);
}
.chaty-widget .chaty-widget-i:not(.no-tooltip) .chaty-widget-i-title,
.chaty-widget .chaty-widget-i:not(.no-tooltip):before {
  content: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.chaty-widget .chaty-widget-i:not(.no-tooltip):before {
  content: "";
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  z-index: 11;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.chaty-widget .chaty-widget-i:not(.no-tooltip) .chaty-widget-i-title {
  text-align: center;
  font-size: 17px;
  left: 0;
  top: 50%;
  transform: translate(calc(-100% - 13px), -50%);
  white-space: nowrap;
  padding: 5px 15px;
  line-height: 21px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1.93465px 7.73859px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.chaty-widget .chaty-widget-i:not(.no-tooltip):hover .chaty-widget-i-title,
.chaty-widget .chaty-widget-i:not(.no-tooltip):hover:before {
  opacity: 1;
  pointer-events: auto;
}
.chaty-widget
  .chaty-widget-i.facebook:not(.no-tooltip):hover
  .chaty-widget-i-title,
.chaty-widget .chaty-widget-i.facebook:not(.no-tooltip):hover:before {
  opacity: 0;
  pointer-events: auto;
}
.chaty-widget .chaty-widget-i .color-element {
  transition: all 0.2s;
}
.chaty-widget:not(.chaty-widget-is-right) .chaty-widget-is {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 65px;
  justify-content: flex-end;
}
.chaty-widget.chaty-widget-is-right .i-trigger-open.chaty-widget-i:before {
  right: -13px;
  left: auto;
  border-width: 5px 10px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.chaty-widget.chaty-widget-is-right .chaty-widget-i:before {
  right: -14px;
  left: auto;
  border-width: 5px 10px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.chaty-widget.chaty-widget-is-right
  .chaty-widget-i.facebook.active
  .chaty-widget-i-title.face_title {
  position: fixed;
  transform: initial !important;
  right: auto;
  top: calc(100% - 484px);
}
.chaty-widget .chaty-widget-i.facebook.active .chaty-widget-i-title {
  min-width: 250px;
  padding: 0;
  position: fixed;
  transform: initial;
  right: 29px;
  left: auto;
  top: calc(100% - 484px);
}
.one_widget.chaty-widget.chaty-widget-is-right
  .chaty-widget-i
  .chaty-widget-i-title {
  right: 0;
  left: auto;
  transform: translate(calc(100% + 17px), -50%) !important;
}
.chaty-animation-pulse {
  animation: chaty-animation-pulse 5s infinite;
}
.chaty-animation-jump {
  animation: chaty-animation-jump 5s infinite
    cubic-bezier(0.84, -0.54, 0.31, 1.19);
}
.chaty-animation-waggle {
  animation: chaty-animation-waggle 5s infinite;
}
.chaty-animation-sheen {
  position: relative;
  overflow: hidden;
}
.chaty-animation-sheen:after {
  animation: chaty-animation-sheen 5s infinite;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.5) 50%,
    transparent
  );
  transform: rotateZ(60deg) translate(0, 5em);
}
.chaty-animation-spin {
  animation: chaty-animation-spin 5s infinite
    cubic-bezier(0.56, -0.35, 0.22, 1.5);
}
.chaty-animation-fade {
  animation: chaty-animation-fade 5s infinite;
}
@keyframes chaty-animation-pulse {
  0% {
    background-color: orange;
  }
  5% {
    background-color: red;
  }
  10% {
    background-color: orange;
  }
  15% {
    background-color: red;
  }
  100%,
  20% {
    background-color: transparent;
  }
}
@keyframes chaty-animation-jump {
  0% {
    transform: none;
  }
  10% {
    transform: translateY(-1em);
  }
  100%,
  20% {
    transform: none;
  }
}
@keyframes chaty-animation-waggle {
  0% {
    transform: none;
  }
  10% {
    transform: rotateZ(-20deg) scale(1.2);
  }
  13% {
    transform: rotateZ(25deg) scale(1.2);
  }
  15% {
    transform: rotateZ(-15deg) scale(1.2);
  }
  17% {
    transform: rotateZ(15deg) scale(1.2);
  }
  20% {
    transform: rotateZ(-12deg) scale(1.2);
  }
  22% {
    transform: rotateZ(0) scale(1.2);
  }
  100%,
  24% {
    transform: rotateZ(0) scale(1);
  }
}
@keyframes chaty-animation-sheen {
  100%,
  20% {
    transform: rotateZ(60deg) translate(0, -80px);
  }
}
@keyframes chaty-animation-spin {
  10% {
    transform: rotateZ(-20deg);
    animation-timing-function: ease;
  }
  100%,
  20% {
    transform: rotateZ(360deg);
  }
}
@keyframes chaty-animation-fade {
  5% {
    opacity: 0.25;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0.25;
  }
  100%,
  20% {
    opacity: 1;
  }
}
.start-now,
.start-now:after {
  animation-delay: 0;
}
.chaty-widget .i-trigger {
  z-index: 1000;
}
.chaty-widget:not(.chaty-widget-is-right) .chaty-widget-is {
  z-index: 1000;
}
.chaty-nav:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  z-index: 100;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.chaty-animation-widget.left-position .chaty-nav:before {
  clip-path: circle(15px at 60px calc(100% - 60px));
}
.chaty-animation-widget.right-position .chaty-nav:before {
  clip-path: circle(15px at calc(100% - 60px) calc(100% - 60px));
}
.chaty-animation-widget.active .chaty-nav:before {
  visibility: visible;
  clip-path: circle(100%);
}
.chaty-widget-is.has-no-close-btn {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
}
.chaty-widget.hide-tooltip-arrow .chaty-widget-i:before {
  display: none !important;
}
body .no-tooltip .chaty-widget-i-title.true {
  display: none;
}
.chaty-widget-i.hide-chaty-arrow:before {
  display: none;
}
.chaty-widget-show .i-trigger-open.single-button svg {
  transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
}
.facustom-icon {
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #fff;
}
body.horizontal-cht-menu .chaty-widget-is {
  display: inline-block;
  top: 0;
  right: 100% !important;
  left: auto !important;
}
body.horizontal-cht-menu.chaty-in-desktop .chaty-main-widget.is-in-desktop {
  display: inline-block;
}
body.horizontal-cht-menu.chaty-in-mobile .chaty-main-widget.is-in-mobile {
  display: inline-block;
}
body.horizontal-cht-menu.chaty-widget-is-right .chaty-widget-is {
  left: 100% !important;
  right: auto !important;
}
body.horizontal-cht-menu .chaty-widget.chaty-widget-is-right .chaty-widget-is {
  right: auto !important;
  left: 100% !important;
}
body.horizontal-cht-menu .chaty-widget.one_widget .chaty-widget-is {
  right: 0 !important;
  left: 0 !important;
}
body.chaty-in-desktop.horizontal-cht-menu .chaty-main-widget.is-in-desktop,
body.chaty-in-mobile.horizontal-cht-menu .chaty-main-widget.is-in-mobile {
  display: inline-block !important;
}
.wechat-qr-code.right {
  right: 25px;
  left: auto;
}
.wechat-qr-code.left {
  right: auto;
  left: 25px;
}
body.horizontal-cht-menu
  .chaty-widget-is
  .chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  right: auto;
  left: auto;
  transform: translate(calc(-50% + 26px), -140%);
  top: 0;
}
body.horizontal-cht-menu
  .chaty-widget-is
  .chaty-widget-i:not(.no-tooltip):before {
  top: -30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-90deg);
}
body.horizontal-cht-menu.right-cht-position
  .chaty-widget-is
  .chaty-widget-i:not(.no-tooltip):before {
  transform: rotate(90deg);
}
.i-trigger.one-widget.no-tooltip .chaty-widget-i-title {
  display: none;
}
.i-trigger.one-widget.no-tooltip .chaty-widget-i:before {
  display: none;
}
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel
  .chaty-widget-i-title,
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel
  .chaty-widget-i:before {
  opacity: 0 !important;
}
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel:hover
  .chaty-widget-i-title,
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel:hover
  .chaty-widget-i:before {
  opacity: 1 !important;
}
.chaty-widget.has-not-close-button .chaty-widget-is {
  top: auto !important;
  bottom: 0 !important;
}
body.horizontal-cht-menu
  .chaty-widget-show
  .chaty-widget-i.chaty-close-settings
  .chaty-widget-i-title {
  right: auto;
  left: auto;
  transform: translate(calc(-50% + 26px), -140%);
  top: 0;
}
body.horizontal-cht-menu
  .chaty-widget-i.chaty-close-settings.i-trigger-close:before {
  top: -30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-90deg);
}
body.horizontal-cht-menu.right-cht-position
  .chaty-widget-i.chaty-close-settings.i-trigger-close:before {
  transform: rotate(90deg);
}
span.cht-pending-message {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 11px;
  font-size: 11.5px;
  border-radius: 50%;
  background: #d00;
  color: #fff;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  line-height: 20px;
}
.chaty-widget .sr-only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
}
.chaty-whatsapp-header {
  padding: 5px 0 1px 10px;
  text-align: left;
  background: #4fce5d;
}
.chaty-contact-header {
  padding: 5px 5px 5px 10px;
  text-align: left;
  background: #fff;
  font-size: 18px;
  border-bottom: solid 1px #acacac;
}
.chaty-contact-header svg,
.chaty-whatsapp-header svg {
  width: 24px;
  height: 24px;
  color: #000;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
}
.close-chaty-box {
  float: right;
}
.chaty-contact-header svg {
  fill: #000 !important;
}
.chaty-whatsapp-body {
  background: #e6ddd4;
  padding: 20px 20px 20px 10px;
  position: relative;
  z-index: 2;
  height: 260px;
}
.chaty-whatsapp-body:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(../../../plugins/chaty/images/whatsapp.png);
}
.chaty-whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0 8px 8px;
  position: relative;
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
  margin-top: 4px;
  margin-left: 15px;
  max-width: calc(100% - 40px);
  font-size: 14px;
  font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu,
    Cantarell, Fira Sans, sans-serif;
}
.chaty-whatsapp-message:before {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  left: -12px;
  width: 12px;
  height: 19px;
}
.chaty-whatsapp-footer {
  position: relative;
  padding: 12px 15px;
  background: #f0f0f0;
}
.chaty-whatsapp-footer input.chaty-whatsapp-msg {
  height: 48px !important;
  line-height: 32px;
  padding: 0 10px 0 15px;
  font-size: 14px;
  resize: none;
  width: 100%;
  border: none;
  border-radius: 24px;
  outline: 0;
  font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu,
    Cantarell, Fira Sans, sans-serif;
}
.chaty-whatsapp-footer input.chaty-whatsapp-msg:focus {
  outline: 0;
  box-shadow: none;
}
.chaty-whatsapp-footer .chaty-whatsapp-field {
  width: calc(100% - 60px);
  float: left;
}
.chaty-whatsapp-footer button.chaty-whatsapp-submit-btn {
  line-height: 48px;
  text-align: center;
  float: right;
  height: 48px;
  width: 48px;
  padding: 8px 10px 8px 15px;
  background: #25d366;
  border-radius: 24px;
  outline: 0;
  box-shadow: none;
  border: none;
}
.chaty-whatsapp-footer button.chaty-whatsapp-submit-btn:focus,
.chaty-whatsapp-footer button.chaty-whatsapp-submit-btn:hover {
  background: #22bf5b;
}
.chaty-whatsapp-footer button.chaty-whatsapp-submit-btn svg {
  width: 100%;
  height: 100%;
  display: block;
}
.chaty-contact-body {
  padding: 10px 10px 0;
}
.chaty-inline-popup {
  vertical-align: bottom;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  -moz-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  max-width: 250px;
  height: auto;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  left: 100px;
  padding: 0;
  z-index: 100001;
  max-width: inherit;
  width: 280px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.chaty-inline-popup {
  box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
}
.chaty-inline-popup:not(.active) {
  bottom: -100% !important;
}
.chaty-input-area {
  width: 100%;
  margin-bottom: 10px;
  line-height: 36px;
}
.chaty-input-area input[type="email"],
.chaty-input-area input[type="text"],
.chaty-input-area textarea {
  width: 100%;
  height: 30px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 0 0 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.chaty-whatsapp-popup,
.chaty-whatsapp-popup input {
  position: relative;
}
.chaty-input-area input[type="email"].has-chaty-error,
.chaty-input-area input[type="text"].has-chaty-error,
.chaty-input-area textarea.has-chaty-error {
  border: solid 1px #d20000;
}
.chaty-input-area textarea {
  height: 100px;
  line-height: 1.25;
  padding: 5px 10px;
}
.chaty-contact-body form .chaty-input-area:last-child {
  padding: 0;
  margin: 0;
}
.chaty-contact-footer {
  padding: 0 10px 10px;
}
.chaty-contact-footer button.chaty-contact-submit-btn {
  width: 100%;
  padding: 5px;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
.close-chaty-popup {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #30534b;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  padding: 3px;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.close-chaty-popup:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.chaty-close-button {
  position: relative;
  width: 16px;
  height: 16px;
  transition: all 0.4s;
  cursor: pointer;
}
.chaty-close-button:after,
.chaty-close-button:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
  transform: rotate(45deg);
  top: 7px;
  left: 2px;
}
.close-chaty-box .chaty-close-button:after,
.close-chaty-box .chaty-close-button:before {
  background-color: #333;
}
.chaty-close-button:after {
  transform: rotate(-45deg);
}
.close-chaty-box .chaty-close-button:hover {
  transform: rotate(180deg);
}
.chaty-ajax-success-message {
  color: #00a700;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
}
.chaty-ajax-error-message {
  color: #da0000;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
}
span.chaty-error-msg {
  color: #da0000;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.chaty-widget.chaty-popup-open .chaty-widget-i:not(.no-tooltip):before {
  opacity: 0 !important;
  display: none !important;
}
.chaty-widget.chaty-popup-open .chaty-widget-i .chaty-widget-i-title {
  opacity: 0 !important;
  display: none !important;
}
.chaty-widget.hide-block {
  transition: all 0.25s linear;
}
.chaty-widget.hide-block.active {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}
body.right-cht-position .chaty-inline-popup {
  left: auto;
  right: 25px;
  bottom: 25px;
  position: fixed;
}
body.left-cht-position .chaty-inline-popup {
  left: 25px;
  right: auto;
  bottom: 25px;
  position: fixed;
}
.chaty-widget.hide-block {
  transition: all 0.25s linear;
}
.chaty-widget.hide-block.active {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}
.chaty-animation-shockwave:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: chaty-animation-shockwave 2s 1.3s ease-out infinite;
  animation: chaty-animation-shockwave 2s 1.3s ease-out infinite;
}
.chaty-animation-shockwave:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: chaty-animation-shockwave 2s 0.8s ease-out infinite;
  animation: chaty-animation-shockwave 2s 0.8s ease-out infinite;
}
.one_widget.chaty-widget .chaty-widget-i.no-tooltip .chaty-widget-i-title {
  display: none;
}
.chaty-widget.one_widget .chaty-widget-i.no-tooltip:before {
  display: none;
}
.i-trigger.one-widget a {
  position: relative;
  display: block;
}
.i-trigger.one-widget a .svg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 111;
  display: block;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.i-trigger.one-widget a:hover .svg:after {
  opacity: 0.12;
}
@-webkit-keyframes chaty-animation-shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.3);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    transform: scale(2.25);
  }
}
@keyframes chaty-animation-shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.3);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    transform: scale(2.25);
  }
}
.chaty-animation-blink {
  -webkit-animation: chaty-animation-blink 1.33s ease-out infinite;
  animation: chaty-animation-blink 1.33s ease-out infinite;
}
@-webkit-keyframes chaty-animation-blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes chaty-animation-blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.chaty-animation-pulse-icon {
  -webkit-animation: chaty-animation-pulse-icon 0.4s ease infinite alternate;
  animation: chaty-animation-pulse-icon 0.4s ease infinite alternate;
}
@-webkit-keyframes chaty-animation-pulse-icon {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 45%;
  }
}
@keyframes chaty-animation-pulse-icon {
  0% {
    transform: scale(1);
    border-radius: 50%;
  }
  100% {
    transform: scale(1.1);
    border-radius: 45%;
  }
}
@keyframes chaty-animation-pulse {
  0% {
    background-color: orange;
  }
  25% {
    background-color: red;
  }
  50% {
    background-color: orange;
  }
  75% {
    background-color: red;
  }
}
body.chaty-in-mobile
  .chaty-widget-i.chaty-close-settings.i-trigger-close:before {
  display: none;
}
.i-trigger.one-widget.no-tooltip:not(.show-channel) .chaty-widget-i-title {
  display: none;
}
.i-trigger.one-widget.no-tooltip:not(.show-channel) .chaty-widget-i:before {
  display: none;
}
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel
  .chaty-widget-i-title,
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel
  .chaty-widget-i:before {
  opacity: 0 !important;
}
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel:hover
  .chaty-widget-i-title,
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel:hover
  .chaty-widget-i:before {
  opacity: 1 !important;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
