:root{--white:#ffffff;--bobbles-title:#000000;--chatbox-content:#F9FAFB;--content-border:#E5E7EB;--header-color:#fff;--header-bg:#5B5B5B;--chatbox-row:#fff;--chatbox-row-hover:#F3F4F6;--chatbox-content-color:#5C5C5C;--font-family:'Roboto',sans-serif;--font-size:16px;--copy-right-color:#5C5C5C;--copy-right-color-hover:#F88E40}.dark-theme,.wpsms-chatbox--dark-theme{--bobbles-title:#ECE5DD;--chatbox-content:#0F0F0F;--content-border:#272727;--header-color:#ECE5DD;--header-bg:#2C2C2C;--chatbox-row:#121212;--chatbox-row-hover:#1A1A1A;--chatbox-content-color:#E0E0E0;--copy-right-color:#949494;--copy-right-color-hover:#F88E40}.wpsms-chatbox--rtl,[dir=rtl]{--font-family:tahoma,arial,sans-serif;--font-size:0.87rem}.wpsms-chatbox__button{color:var(--white);border:none;cursor:pointer;position:relative;display:flex;align-items:center;user-select:none;-webkit-tap-highlight-color:transparent;z-index:10000}.wpsms-chatbox__button-icon{width:20px;height:20px}.wpsms-chatbox__button-bobbles-title{color:var(--bobbles-title)}.wpsms-chatbox__button-arrow{display:none}.wpsms-chatbox__button-title{margin:0 .3rem;font-size:16px}.wpsms-chatbox__button--has-arrow{padding-right:35px!important}.wpsms-chatbox__button--has-arrow .wpsms-chatbox__button-arrow{display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%) rotate(180deg)}.wpsms-chatbox__button--rounded{border-radius:50px!important;padding:14px 25px!important}.wpsms-chatbox__button--circle{border-radius:50%!important;padding:8px!important;width:48px;height:48px}.chatbox-open .wpsms-chatbox__button-arrow{transform:translateY(-50%)}.wpsms-chatbox__content{width:382px;max-width:90%;position:fixed;bottom:96px;background:var(--chatbox-content);border-radius:8px!important;display:none;opacity:0;transition:opacity .3s ease;border:1px solid var(--content-border)}.wpsms-chatbox__content.open{display:block;opacity:1}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes slideUp{from{opacity:0;transform:translateY(12%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{from{transform:translateY(0)}to{transform:translateY(12%)}}.wpsms-chatbox__content--fade.opening{animation:fadeIn .5s ease}.wpsms-chatbox__content--fade.closing{animation:fadeOut .5s ease}.wpsms-chatbox__content--slide.opening{animation:slideUp .5s linear}.wpsms-chatbox__content--slide.closing{animation:slideDown .5s linear}.wpsms-chatbox__elements{max-height:54vh;overflow-y:auto;overflow-x:hidden}@media (min-width:768px){.wpsms-chatbox__elements{max-height:65vh}}.wpsms-chatbox__arrow{background:0 0;display:inline-block;position:fixed;bottom:77px;border-left:10px solid transparent;border-bottom:10px solid transparent;border-top:10px solid var(--content-border);border-right:10px solid transparent}.wpsms-chatbox__arrow i{display:inline-block;position:absolute;top:-10px;left:-9px;width:0;height:0;border-left:9px solid transparent;border-bottom:9px solid transparent;border-top:9px solid var(--chatbox-content);border-right:9px solid transparent}.wpsms-chatbox__container{padding:16px;display:flex;gap:16px;flex-direction:column}.wpsms-chatbox__header{display:flex;color:var(--header-color);justify-content:space-between;padding:20px!important;border-top-right-radius:8px;border-top-left-radius:8px}.wpsms-chatbox__header h2{margin:0!important;padding:0!important;font-size:16px!important;color:var(--header-color)!important;font-family:var(--font-family)!important}.wpsms-chatbox__header .wpsms-chatbox__close-button{background:0 0!important;padding:0!important;cursor:pointer;border:none!important}.wpsms-chatbox__header .wpsms-chatbox__close-button svg{width:12px!important;height:12px!important}.dark-theme .wpsms-chatbox__header,.wpsms-chatbox--dark-theme .wpsms-chatbox__header{background:var(--header-bg)!important}.wpsms-chatbox__teams{border:1px solid var(--content-border);background:var(--chatbox-row);border-radius:8px;overflow:hidden}.wpsms-chatbox__teams .wpsms-chatbox__team{padding:15px;display:flex;gap:7px;flex-direction:row;align-items:center;text-decoration:none;border-top:1px solid var(--content-border);color:var(--chatbox-content-color)}@media (min-width:548px){.wpsms-chatbox__teams .wpsms-chatbox__team{gap:16px}}.wpsms-chatbox__teams .wpsms-chatbox__team:hover{cursor:pointer;background:var(--chatbox-row-hover)}.wpsms-chatbox__teams .wpsms-chatbox__team:first-child{border-top:0!important}.wpsms-chatbox__teams .wpsms-chatbox__team-list{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:4px}.wpsms-chatbox__teams .wpsms-chatbox__team-list .wpsms-chatbox__team-item{font-size:14px;line-height:16.41px;word-break:break-word;font-family:var(--font-family)}.wpsms-chatbox__teams .wpsms-chatbox__team-list .wpsms-chatbox__team-item.wpsms-chatbox__team-name{line-height:18.75px;text-transform:capitalize;font-size:16px}.wpsms-chatbox__teams .wpsms-chatbox__team-list .wpsms-chatbox__team-item.wpsms-chatbox__team-status{display:flex;align-items:center;gap:3px;font-size:12px;line-height:14.06px}.wpsms-chatbox__teams .wpsms-chatbox__team-list .wpsms-chatbox__team-item.wpsms-chatbox__team-status span.dot{width:12px;height:12px;border:2px solid #f2f2f2;background:#94a3b8;display:inline-block;border-radius:50%;box-sizing:border-box}.wpsms-chatbox__teams .wpsms-chatbox__team-list .wpsms-chatbox__team-item.wpsms-chatbox__team-status span.dot.online{border:2px solid #d1faf5;background:#14b8a6}.wpsms-chatbox__teams .wpsms-chatbox__team-avatar{position:relative}.wpsms-chatbox__teams .wpsms-chatbox__team-avatar .wpsms-chatbox__team-icon{position:absolute;width:20px;height:20px;top:0;right:0;display:flex;justify-content:center;align-items:center;border-radius:50%}.wpsms-chatbox__teams .wpsms-chatbox__team-avatar .wpsms-chatbox__team-avatar-img{border-radius:50%;width:56px;height:56px;object-fit:cover}span.wpsms-chatbox__team-icon img{width:13px}.wpsms-chatbox__articles{border:1px solid var(--content-border);background:var(--chatbox-row);border-radius:8px;overflow:hidden}.wpsms-chatbox__articles ul{padding:0;margin:0;display:flex;list-style-type:none;gap:3px;flex-direction:column}.wpsms-chatbox__articles ul li{border-top:1px solid var(--content-border);color:var(--chatbox-content-color);font-size:.875rem}.wpsms-chatbox__articles ul li a{font-family:var(--font-family);word-break:break-word;padding:12px;display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:var(--chatbox-content-color);font-size:14px;line-height:16.8px}.wpsms-chatbox__articles ul li.wpsms-chatbox__articles-header{padding:12px;font-family:var(--font-family)}.wpsms-chatbox__articles ul li:first-child{border-top:0!important}.wpsms-chatbox__info{border-top:1px solid var(--content-border);color:var(--chatbox-content-color)!important;line-height:15px}.wpsms-chatbox__info div{padding:16px;font-size:12px}.wpsms-chatbox__info div a{color:#4f7ef6}.wpsms-chatbox__info div a:hover{color:#3c66ce}.wpsms-chatbox__info div:first-child{padding-bottom:10px}.wpsms-chatbox__info div.wpsms-chatbox__copy-right{padding-top:0;display:flex;text-transform:uppercase;font-weight:600;font-size:9px;line-height:10.5px;letter-spacing:-.3px;gap:3px;direction:ltr}.wpsms-chatbox__info div.wpsms-chatbox__copy-right a,.wpsms-chatbox__info div.wpsms-chatbox__copy-right a:focus,.wpsms-chatbox__info div.wpsms-chatbox__copy-right a:hover,.wpsms-chatbox__info div.wpsms-chatbox__copy-right a:visited{color:var(--copy-right-color);text-decoration:none}.wpsms-chatbox__info div.wpsms-chatbox__copy-right svg path{fill:var(--copy-right-color)}.wpsms-chatbox__info div.wpsms-chatbox__copy-right a:hover svg path{fill:var(--copy-right-color-hover)}[dir=rtl] .wpsms-chatbox,body.rtl .wpsms-chatbox{direction:rtl;text-align:right}[dir=rtl] .wpsms-chatbox .wpsms-chatbox__copy-right,body.rtl .wpsms-chatbox .wpsms-chatbox__copy-right{justify-content:left}[dir=ltr] .wpsms-chatbox,body.ltr .wpsms-chatbox{direction:ltr;text-align:left}[dir=ltr] .wpsms-chatbox .wpsms-chatbox__copy-right,body.ltr .wpsms-chatbox .wpsms-chatbox__copy-right{justify-content:right}.wpsms-chatbox{position:fixed;bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-family);font-size:var(--font-size);z-index:9999}.wpsms-chatbox.wpsms-chatbox--ltr{direction:ltr;text-align:left}.wpsms-chatbox.wpsms-chatbox--ltr .wpsms-chatbox__copy-right{justify-content:right}.wpsms-chatbox.wpsms-chatbox--rtl{direction:rtl;text-align:right}.wpsms-chatbox.wpsms-chatbox--rtl .wpsms-chatbox__copy-right{justify-content:left}.wpsms-chatbox.wpsms-chatbox--orange-theme .wpsms-chatbox__button{background:#f88e40}.wpsms-chatbox.wpsms-chatbox--orange-theme .wpsms-chatbox__button:hover{background:#e07526}.wpsms-chatbox.wpsms-chatbox--orange-theme .wpsms-chatbox__button:active,.wpsms-chatbox.wpsms-chatbox--orange-theme .wpsms-chatbox__button:focus{background:#f88e40}.wpsms-chatbox.wpsms-chatbox--orange-theme .wpsms-chatbox__header,.wpsms-chatbox.wpsms-chatbox--orange-theme .wpsms-chatbox__team-icon{background:#f88e40}.wpsms-chatbox.wpsms-chatbox--green-theme .wpsms-chatbox__button{background:#25d366}.wpsms-chatbox.wpsms-chatbox--green-theme .wpsms-chatbox__button:hover{background:#1da056}.wpsms-chatbox.wpsms-chatbox--green-theme .wpsms-chatbox__button:active,.wpsms-chatbox.wpsms-chatbox--green-theme .wpsms-chatbox__button:focus{background:#25d366}.wpsms-chatbox.wpsms-chatbox--green-theme .wpsms-chatbox__header,.wpsms-chatbox.wpsms-chatbox--green-theme .wpsms-chatbox__team-icon{background:#25d366}.wpsms-chatbox.wpsms-chatbox--blue-theme .wpsms-chatbox__button{background:#08c}.wpsms-chatbox.wpsms-chatbox--blue-theme .wpsms-chatbox__button:hover{background:#0077b3}.wpsms-chatbox.wpsms-chatbox--blue-theme .wpsms-chatbox__button:active,.wpsms-chatbox.wpsms-chatbox--blue-theme .wpsms-chatbox__button:focus{background:#08c}.wpsms-chatbox.wpsms-chatbox--blue-theme .wpsms-chatbox__header,.wpsms-chatbox.wpsms-chatbox--blue-theme .wpsms-chatbox__team-icon{background:#08c}.wpsms-chatbox.wpsms-chatbox--gray-theme .wpsms-chatbox__button{background:#5b5b5b}.wpsms-chatbox.wpsms-chatbox--gray-theme .wpsms-chatbox__button:hover{background:#8f8f8f}.wpsms-chatbox.wpsms-chatbox--gray-theme .wpsms-chatbox__button:active,.wpsms-chatbox.wpsms-chatbox--gray-theme .wpsms-chatbox__button:focus{background:#5b5b5b}.wpsms-chatbox.wpsms-chatbox--gray-theme .wpsms-chatbox__header,.wpsms-chatbox.wpsms-chatbox--gray-theme .wpsms-chatbox__team-icon{background:#5b5b5b}.wpsms-chatbox.wpsms-chatbox--blue-theme-gradient .wpsms-chatbox__button{background:linear-gradient(to bottom,#00b2ff,#006aff)}.wpsms-chatbox.wpsms-chatbox--blue-theme-gradient .wpsms-chatbox__button:hover{background:linear-gradient(to bottom,#008ecc,#008ecc)}.wpsms-chatbox.wpsms-chatbox--blue-theme-gradient .wpsms-chatbox__button:active,.wpsms-chatbox.wpsms-chatbox--blue-theme-gradient .wpsms-chatbox__button:focus{background:linear-gradient(to bottom,#00b2ff,#006aff)}.wpsms-chatbox.wpsms-chatbox--blue-theme-gradient .wpsms-chatbox__header,.wpsms-chatbox.wpsms-chatbox--blue-theme-gradient .wpsms-chatbox__team-icon{background:linear-gradient(to bottom,#00b2ff,#006aff)}.wpsms-chatbox.wpsms-chatbox--right-side{right:2rem}.wpsms-chatbox.wpsms-chatbox--right-side .wpsms-chatbox__article span{transform:rotate(180deg);margin-right:5px}.wpsms-chatbox.wpsms-chatbox--right-side .wpsms-chatbox__content{right:1rem}.wpsms-chatbox.wpsms-chatbox--right-side .wpsms-chatbox__arrow{right:2.5rem}.wpsms-chatbox.wpsms-chatbox--left-side{left:2rem}.wpsms-chatbox.wpsms-chatbox--left-side .wpsms-chatbox__article span{margin-left:5px}.wpsms-chatbox.wpsms-chatbox--left-side .wpsms-chatbox__content{left:1rem}.wpsms-chatbox.wpsms-chatbox--left-side .wpsms-chatbox__arrow{left:2.5rem}.u-flex{display:flex}.u-flex--column{flex-direction:column}.u-flex--center,.wpsms-chatbox__button{align-content:center;justify-content:center}.u-bold,.wpsms-chatbox__articles ul li.wpsms-chatbox__articles-header,.wpsms-chatbox__button,.wpsms-chatbox__button-bobbles-title,.wpsms-chatbox__teams .wpsms-chatbox__team-list .wpsms-chatbox__team-item.wpsms-chatbox__team-name{font-weight:700}.u-normal,.wpsms-chatbox__info div,.wpsms-chatbox__teams .wpsms-chatbox__team-list .wpsms-chatbox__team-item{font-weight:400}.u-custom-scrollbar::-webkit-scrollbar,.wpsms-chatbox__elements::-webkit-scrollbar{width:6px!important}.u-custom-scrollbar::-webkit-scrollbar-track,.wpsms-chatbox__elements::-webkit-scrollbar-track{border-radius:10px;background:#d1d5db}.u-custom-scrollbar::-webkit-scrollbar-thumb,.wpsms-chatbox__elements::-webkit-scrollbar-thumb{background:#a4a7ad;border-radius:10px}