a:-webkit-any-link {
    color:none;
    text-decoration:none;

}
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}

.floating-wpp-avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 10px 0 10px 10px;
}

.floating-wpp-avatar-info {
    color: white;
    margin: 10px 80px 0 10px;
    text-align: left;
}
.floating-wpp-avatar-name {
    font-weight: bold;
    font-size: 16px;
}

.chatwithrtl.svelte-x8mclh {
    direction:rtl;
    text-align:initial
   }
   .floating-wpp-popup.svelte-1axnk9a {
    position:fixed;
    bottom:10px;
    font-family:Arial, sans-serif
   }
   .chatwith.rightx.svelte-1axnk9a.svelte-1axnk9a {
    right:10px
   }
   .chatwith.leftx.svelte-1axnk9a.svelte-1axnk9a {
    left:10px
   }
   .floating-wpp-popup .chatwith-bubble.svelte-1axnk9a {
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.3);
    margin-bottom:10px;
    min-width:240px;
    width:260px
   }
   .floating-wpp-popup .peopleScroll.svelte-1axnk9a {
    /*overflow-y:scroll;*/
    max-height:320px
   }
   .floating-wpp-popup .banner-link.svelte-1axnk9a {
    display:block;
    text-decoration:none;
    cursor:pointer
   }
   .floating-wpp-popup .banner.svelte-1axnk9a {
    height:auto;
    width:100%;
    margin:auto;
    display:block
   }
   .floating-wpp-popup .people.svelte-1axnk9a {
    background:white
   }
   .floating-wpp-popup .person.svelte-1axnk9a {
    border-bottom:#efefef 1px solid;
    padding:10px 0;
    background:#fff
   }
   .floating-wpp-popup .person.svelte-1axnk9a:last-child {
    border-bottom:#efefef 1px solid
   }
   .chatwith.rightx.svelte-1axnk9a .mbutton.svelte-1axnk9a {
    text-align:right
   }
   .floating-wpp-popup .slide-in-right.svelte-1axnk9a {
    -webkit-animation:svelte-1axnk9a-slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
         both;
    animation:svelte-1axnk9a-slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
   }
   .floating-wpp-popup .slide-in-left.svelte-1axnk9a {
    -webkit-animation:svelte-1axnk9a-slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
         both;
    animation:svelte-1axnk9a-slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
   }
   .floating-wpp-popup .bounce-in-right.svelte-1axnk9a {
    -webkit-animation:svelte-1axnk9a-bounce-in-right 1.1s both;
    animation:svelte-1axnk9a-bounce-in-right 1.1s both
   }
   .floating-wpp-popup .bounce-in-left.svelte-1axnk9a {
    -webkit-animation:svelte-1axnk9a-bounce-in-left 1.1s both;
    animation:svelte-1axnk9a-bounce-in-left 1.1s both
   }
   .floating-wpp-popup .swing-in-bottom-fwd.svelte-1axnk9a {
    -webkit-animation:svelte-1axnk9a-swing-in-bottom-fwd 0.5s
         cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation:svelte-1axnk9a-swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
         both
   }
   .floating-wpp-popup .showmore.svelte-1axnk9a {
    width:100%;
   }
   .chatwith-mainbutton.svelte-57zwbc.svelte-57zwbc {
    position:relative;
    display:flex;
    align-items:center;
    border-radius:200px;
    z-index:99999;
    color:white;
    font-size:16px;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.3);
    min-height:45px;
    vertical-align:middle;
    cursor:pointer
   }
   .chatwith-mainbutton.whithout-text.svelte-57zwbc.svelte-57zwbc {
    width:45px
   }
   .chatwith-mainbutton.svelte-57zwbc .chatwith-text.svelte-57zwbc {
    padding:0px 10px 0 20px;
    max-width:225px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    display:block
   }
   .chatwith-mainbutton.svelte-57zwbc .chatwith-img.svelte-57zwbc {
    height:30px;
    width:30px;
    display:block;
    margin-right:5px;
    margin-left:5px
   }
   .chatwith-mainbutton.whithout-text.svelte-57zwbc .chatwith-img.svelte-57zwbc {
    margin:0 auto
   }
   .chatwith-inline-wrapper.svelte-57zwbc.svelte-57zwbc {
    display:inline-block
   }
   .no1.svelte-57zwbc.svelte-57zwbc {
    background:red;
    width:15px;
    height:15px;
    border-radius:200px;
    display:block;
    position:absolute;
    top:-3px;
    right:-3px;
    font-size:12px;
    text-align:center;
    color:white
   }
   .no1.left.svelte-57zwbc.svelte-57zwbc {
    right:auto;
    left:0
   }
   .close-chatwith.svelte-1pgyimv.svelte-1pgyimv {
    position:absolute;
    right:10px;
    top:10px;
    width:25px;
    height:25px
   }
   .close-chatwith.svelte-1pgyimv svg.svelte-1pgyimv {
    width:25px;
    height:25px
   }
   .chatwith-header.svelte-1pgyimv.svelte-1pgyimv {
    position:relative;
    padding:20px 10px 5px
       
   }
   .chatwith-header.svelte-1pgyimv.svelte-1pgyimv {
    display:flex;
    justify-content:center;
    flex-direction:column
   }
   .chatwith-header.svelte-1pgyimv .profile-img.svelte-1pgyimv {
    display:block;
    width:60px;
    height:60px;
    margin:auto;
    border-radius:200px;
    background:white;
    -o-object-fit:cover;
    object-fit:cover
   }
   .chatwith-header.svelte-1pgyimv .chatwith-intro.svelte-1pgyimv {
    text-align:center;
    color:white;
    font-size:14px
   }
   @media(max-width: 767px) {
    .chatwith-header.svelte-1pgyimv.svelte-1pgyimv {
     justify-content:flex-start;
     flex-direction:row;
     align-items:center;
     padding:.5em 2.25em .5em .5em
    }
    .chatwith-header.svelte-1pgyimv .chatwith-intro.svelte-1pgyimv {
     text-align:left;
     margin:.5em 0;
     font-size:12px
    }
    .okewa-avatar.svelte-1pgyimv.svelte-1pgyimv {
     margin-right:1em
    }
    .chatwith-header.svelte-1pgyimv .profile-img.svelte-1pgyimv {
     width:36px;
     height:36px
    }
    .close-chatwith.svelte-1pgyimv.svelte-1pgyimv {
     width:18px;
     height:18px
    }
    .close-chatwith.svelte-1pgyimv svg.svelte-1pgyimv {
     width:18px;
     height:18px
    }
   }
   .chatwith-person.svelte-n2flme .chatwith-post.svelte-n2flme {
    font-size:12px;
    color:#5c5b5b;
    line-height:1.1em
   }
   .chatwith-person.svelte-n2flme .chatwith-singleperson.svelte-n2flme {
    display:flex;
    color:#5c5b5b
   }
   .chatwith-person.svelte-n2flme .chatwith-avatar.svelte-n2flme {
    flex:1;
    display:flex;
    justify-content:center
   }
   .chatwith-person.svelte-n2flme .chatwith-persondata.svelte-n2flme {
    flex:3
   }
   .chatwith-person.svelte-n2flme .chatwith-avatar-pic.svelte-n2flme {
    width:50px;
    height:50px;
    border-radius:100px;
    margin:auto;
    display:block
   }
   .chatwith-person.svelte-n2flme .chatwith-name.svelte-n2flme {
    font-weight:bold;
    font-size:16px;
    padding:5px 0;
    line-height:1.1em
   }
   .chatwith-person.svelte-n2flme .chatwith-status.svelte-n2flme {
    font-size:11px;
    color:#ccc
   }
   .chatwith-person.svelte-n2flme .chatwith-circle.svelte-n2flme {
    width:10px;
    height:10px;
    border-radius:20px;
    display:inline-block;
    background:#ccc
   }
   .chatwith-person.svelte-n2flme .chatwith-active .chatwith-status.svelte-n2flme {
    color:green
   }
   .chatwith-person.svelte-n2flme .chatwith-active .chatwith-circle.svelte-n2flme {
    background:green
   }
   .chatwith-person.svelte-n2flme .chatwith-active.svelte-n2flme {
    cursor:pointer;
    line-height:1.1em
   }
   .chatwith-person.svelte-n2flme .chatwith-avatar .chatwith-circle.svelte-n2flme {
    display:none
   }
   @media(max-width: 767px) {
    .chatwith-person.svelte-n2flme .chatwith-singleperson.svelte-n2flme {
     align-items:center
    }
    .chatwith-person.svelte-n2flme .chatwith-avatar.svelte-n2flme {
     display:block;
     flex:0.5;
     margin:0 1em 0 0.5em;
     position:relative
    }
    .chatwith-person.svelte-n2flme .chatwith-avatar-pic.svelte-n2flme {
     width:36px;
     height:36px
    }
    .chatwith-person.svelte-n2flme .chatwith-post.svelte-n2flme {
     font-size:11px
    }
    .chatwith-person.svelte-n2flme .chatwith-name.svelte-n2flme {
     font-weight:bold;
     font-size:14px;
     padding:3px 0;
     line-height:1.1em
    }
    .chatwith-status.svelte-n2flme.svelte-n2flme {
     display:none
    }
    .chatwith-person.svelte-n2flme .chatwith-avatar .chatwith-circle.svelte-n2flme {
     display:block;
     position:absolute;
     right:0;
     top:25px;
     border:2px solid #fff
    }
    .chatwith-person.svelte-n2flme .chatwith-inactive .chatwith-avatar .chatwith-avatar-pic.svelte-n2flme {
     filter:grayscale(100%)
    }
   }
            
   