.bottom-margins{margin-bottom:20px}@media only screen and (min-width:40em){.bottom-margins{margin-bottom:25px}}@media only screen and (min-width:64em){.bottom-margins{margin-bottom:35px}}.rounded{border-radius:3px}.rounded.top{border-radius:3px 3px 0 0}.rounded.bottom{border-radius:0 0 3px 3px}.drop-shadow{box-shadow:0 5px 6px 0 rgba(69,71,87,.07),0 2px 4px 0 rgba(69,71,87,.07)}.inverted-drop-shadow{box-shadow:0 -5px 6px 0 rgba(69,71,87,.07),0 -2px 4px 0 rgba(69,71,87,.07)}.big-drop-shadow{box-shadow:1px 6px 18px 0 rgba(44,46,61,.07),1px 4px 14px 0 rgba(44,46,61,.07)}.dark-drop-shadow{box-shadow:0 2px 8px 0 rgba(69,71,87,.15),0 2px 8px 0 rgba(69,71,87,.15)}.black-drop-shadow{box-shadow:0 2px 8px 0 rgba(0,0,0,.03),0 2px 8px 0 rgba(0,0,0,.03)}.absolute-center-vertical{position:absolute;top:50%;transform:translateY(-50%)}.absolute-center-horizontal{position:absolute;left:50%;transform:translateX(-50%)}.absolute-center{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.fadeInUpSmall{animation-name:fadeInUpSmall;animation-duration:1s}@keyframes fadeInUpSmall{0%{opacity:0;transform:translateX(0) translateY(30px) rotateX(8deg)}50%{opacity:1;transform:translateX(0) translateY(calc(0 / 2)) rotateX(5deg)}100%{opacity:1;transform:translateX(0) translateY(0) rotateX(0)}}.no-select{-webkit-user-select:none;-ms-user-select:none;user-select:none}@keyframes rotating{from{transform:rotateZ(0)}to{transform:rotateZ(360deg)}}.fixed-content{position:fixed;left:0;top:0;margin-left:0}@media only screen and (min-width:40em){.fixed-content{margin-left:60px;width:calc(100% - 60px)}}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.9);animation-duration:.3s;z-index:1}.loading-overlay.fixed-content{position:fixed;left:0;top:0;margin-left:0}@media only screen and (min-width:40em){.loading-overlay.fixed-content{margin-left:60px;width:calc(100% - 60px)}}.dragging-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.9);animation-duration:.3s;z-index:1;background:rgba(255,255,255,.5);animation:fadeIn .5s ease;animation-fill-mode:both}.dragging-overlay.fixed-content{position:fixed;left:0;top:0;margin-left:0}@media only screen and (min-width:40em){.dragging-overlay.fixed-content{margin-left:60px;width:calc(100% - 60px)}}@keyframes fade-hide-keyframes{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.pulse-spinner{position:absolute;height:32px;width:32px;top:0;left:0;right:0;bottom:0;margin:auto;transform:translateZ(0)}.pulse-spinner.relative{position:relative}.pulse-spinner.small{height:22px;width:22px}.pulse-spinner.small:after{height:20px;width:20px}.pulse-spinner.medium{height:47px;width:47px}.pulse-spinner.medium:after{height:45px;width:45px}.pulse-spinner.big{height:62px;width:62px}.pulse-spinner.big:after{height:60px;width:60px}.pulse-spinner:after{content:"";display:block;height:30px;width:30px;border-left:3px solid rgba(85,51,255,.2);border-right:3px solid rgba(85,51,255,.2);border-bottom:3px solid rgba(85,51,255,.2);border-top:3px solid #53f;border-radius:100%;color:transparent;animation:rotating 1s linear infinite}.progress-radial{display:inline-block;position:relative;text-align:center;margin-left:15px;vertical-align:middle;width:20px;height:20px}.progress-radial .wrapper{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:16px;height:16px}.progress-radial .wrapper .circle{width:16px;height:16px;border:2px solid #fff;border-radius:16px;position:absolute;clip:rect(0,8px,16px,0)}.progress-radial .wrapper .circle.left{animation-name:left-spin;animation-timing-function:ease}.progress-radial .wrapper .circle.right{animation-name:right-spin;animation-timing-function:ease}.progress-radial .base{animation-iteration-count:1;animation-fill-mode:forwards;animation-timing-function:ease}@keyframes right-spin{from{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes left-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.prime-spinner{position:absolute;width:40px;height:40px;top:50%;left:50%;margin:auto;overflow:hidden;text-align:left;transform:translateY(-50%) translateX(-50%);animation:fadeIn .8s ease .2s;animation-fill-mode:both}.prime-spinner.relative{position:relative;top:0;left:0;transform:none}.prime-spinner.fixed-center{position:fixed;top:0;bottom:0;left:0;right:0;margin:auto}.prime-spinner.small{width:26px;height:26px}.prime-spinner.small .dot{width:6px;height:6px}.prime-spinner.small .line.one:before{width:20px;left:5px;height:5px}.prime-spinner.small .line.one:after{top:0;right:0;width:5px}.prime-spinner.small .line.two:before{bottom:0;right:0;height:5px}.prime-spinner.small .line.two:after{bottom:0;left:0;height:16px;width:5px}.prime-spinner div{position:absolute;top:0;left:0;right:0;bottom:0}.prime-spinner div:after,.prime-spinner div:before{content:"";position:absolute;background:#53f}.prime-spinner div:before{transform:scaleX(0)}.prime-spinner div:after{transform:scaleY(0)}.prime-spinner .dot{margin:auto;background-color:#53f;width:10px;height:10px}.prime-spinner .line{transform:rotate(-90deg)}.prime-spinner .line:after,.prime-spinner .line:before{animation-fill-mode:forwards;animation-iteration-count:infinite;animation-duration:2.5s}.prime-spinner .line.one:before{left:8px;width:30px;height:8px;animation-name:one}.prime-spinner .line.one:after{top:0;right:0;height:100%;width:8px;animation-name:two}.prime-spinner .line.two:before{bottom:0;right:0;width:100%;height:8px;animation-name:three}.prime-spinner .line.two:after{bottom:0;left:0;height:25px;width:8px;animation-name:four}@keyframes one{0%{transform:scaleX(0);transform-origin:left}12%{transform:scaleX(1)}37%{transform-origin:left}50%{transform:scaleX(1);transform-origin:right}62%{transform:scaleX(0)}100%{transform-origin:right}}@keyframes two{12%{transform:scaleY(0);transform-origin:top}25%{transform:scaleY(1)}50%{transform-origin:top}62%{transform:scaleY(1);transform-origin:bottom}75%{transform:scaleY(0)}100%{transform-origin:bottom}}@keyframes three{25%{transform:scaleX(0);transform-origin:right}37%{transform:scaleX(1)}50%{transform-origin:right}75%{transform:scaleX(1);transform-origin:left}82%{transform:scaleX(0)}100%{transform-origin:left}}@keyframes four{37%{transform:scaleY(0);transform-origin:bottom}50%{transform:scaleY(1)}75%{transform-origin:bottom}82%{transform:scaleY(1);transform-origin:top}100%{transform:scaleY(0);transform-origin:top}}@keyframes grandientKeyframes{from{background-position:-400px 0}to{background-position:400px 0}}#influencers-root .chat.fullview{padding:0}#influencers-root.no-chat .chat{display:none}#chat-container.no-padding .chat{padding:0}.chat{box-shadow:0 3px 5px 0 rgba(0,0,0,.03);position:fixed;right:0;width:320px;z-index:1001;bottom:0;transition:all .3s ease,box-shadow 0s .3s ease}@media only screen and (min-width:40em){.chat{box-shadow:0 2px 4px 0 rgba(0,0,0,.03)}}@media only screen and (max-width:39.99em){.chat:not(.collapsed){height:100%;width:100%;border-radius:0;background-color:#f7f9fc;box-shadow:none;transition:all .3s ease,box-shadow 0s ease}}.chat .notif-wrapp{position:relative;z-index:2}.chat .animated{animation-duration:.5s}.chat .virtualized-list{outline:0}@media only screen and (max-width:39.99em){.chat .input-field{min-height:56px;padding:12px 23px 12px 16px}}.chat .notifications{position:fixed;top:10%;right:0}.chat .notifications .notification{box-shadow:0 5px 6px 0 rgba(69,71,87,.07),0 2px 4px 0 rgba(69,71,87,.07);border-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;width:250px;background-color:#fff;margin:4px 0;padding:12px 16px;cursor:pointer;border:1px solid #e6eaf0;animation:notificationAnimIn .6s ease;animation-fill-mode:both}.chat .notifications .notification.top{border-radius:3px 3px 0 0}.chat .notifications .notification.bottom{border-radius:0 0 3px 3px}.chat .notifications .notification.top{border-radius:3px 3px 0 0}.chat .notifications .notification.bottom{border-radius:0 0 3px 3px}.chat .notifications .notification.hidden{animation:notificationAnimOut .3s ease;animation-fill-mode:both}.chat .notifications .notification .info{width:70%}@keyframes notificationAnimIn{from{opacity:0;transform:translateX(250px)}to{opacity:1;transform:translateX(0)}}@keyframes notificationAnimOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(250px)}}.chat .badge{min-width:18px}.chat .last-message .influencer-photo{width:65px;height:65px}@media only screen and (min-width:40em){.chat .last-message .influencer-photo{width:48px;height:48px}}.chat .last-message .influencer-photo .image{border-radius:50%}.chat .last-message .brand-logo-comp{width:65px;height:65px;vertical-align:middle}@media only screen and (min-width:40em){.chat .last-message .brand-logo-comp{width:48px;height:48px}}.chat .last-message .info{display:inline-block;vertical-align:middle;width:45%;margin-left:12px}@media only screen and (min-width:40em){.chat .last-message .info{width:52%}}.chat .last-message .display-name,.chat .last-message .message,.chat .last-message .type{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat .last-message .display-name{font-size:1em;font-weight:600}.chat .last-message .type{font-size:.86em;color:#cfd8e6}@media only screen and (min-width:40em){.chat .last-message .type{color:#7e8ea8}}.chat .last-message .message{color:#7e8ea8;font-size:.86em}.chat .close-ticket{position:absolute;bottom:16px;right:0;padding:4px;font-size:.85em;min-width:auto}.chat .active-contact{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;text-align:center}.chat .active-contact .brand-logo-comp,.chat .active-contact .influencer-photo{width:32px;height:32px;margin-right:10px;display:inline-block;vertical-align:middle}@media only screen and (min-width:40em){.chat .active-contact .brand-logo-comp,.chat .active-contact .influencer-photo{width:24px;height:24px;margin-right:8px}}.chat .active-contact .influencer-photo{border-radius:50%;background-size:cover;background-position:top center}.chat .active-contact .name{line-height:1.7;color:#fff;display:inline-block;vertical-align:middle}@media only screen and (min-width:40em){.chat .active-contact .name{line-height:1.8}}.chat .chat-heads{position:absolute;right:24px;top:-48px}.chat .chat-heads .chat-head{position:relative;display:inline-block;vertical-align:top;margin:0 5px;cursor:pointer;animation:chatHeadsAnim .3s ease;animation-fill-mode:both}.chat .chat-heads .chat-head:nth-of-type(1){animation-delay:.1s}.chat .chat-heads .chat-head:nth-of-type(2){animation-delay:.2s}.chat .chat-heads .chat-head:nth-of-type(3){animation-delay:.3s}.chat .chat-heads .chat-head:nth-of-type(4){animation-delay:.4s}.chat .chat-heads .chat-head .badge{position:absolute;top:-7px;left:24px}.chat .chat-heads .chat-head .brand-logo-comp,.chat .chat-heads .chat-head .influencer-photo{box-shadow:0 5px 6px 0 rgba(69,71,87,.07),0 2px 4px 0 rgba(69,71,87,.07);width:32px;height:32px}.chat .chat-heads .chat-head .influencer-photo{border-radius:50%;background-size:cover;background-position:top center}.chat .chat-heads .chat-head .influencer-photo.counter{background-color:#f7f9fc;color:#7e8ea8;border:1px solid #7e8ea8;text-align:center;line-height:2.5;font-size:.86em;font-weight:600;letter-spacing:1px}@keyframes chatHeadsAnim{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.chat .top{position:absolute;top:0;left:0;width:100%;background-color:#2c2e3d;padding:15px;height:56px;z-index:1;overflow:hidden;transition:background-color .3s ease}@media only screen and (min-width:40em){.chat .top{border-top-left-radius:3px;height:52px}}.chat .top.hasActive .icon-wrapp.left{opacity:1}@media only screen and (min-width:40em){.chat .top.hasActive .icon-wrapp.left{transform:translate(0,-50%)}}@media only screen and (min-width:40em){.chat .top.hasActive .icon-wrapp.left .badge{display:none}}.chat .top.hasActive .center{opacity:0;transform:translate(0,-30px)}.chat .top.hasActive .active-contact{opacity:1;transform:translate(0,-4px)}@media only screen and (min-width:40em){.chat .top.hasActive .active-contact{transform:translate(0,-2px)}}.chat .top .active-contact{top:16px;opacity:0;transform:translate(0,30px);transition:transform .3s ease,opacity .3s ease}.chat .top .badge-wrapper{position:absolute;top:4px;right:0;padding:14px;z-index:1;background-color:#2c2e3d;display:none;transition:background-color .3s ease}@media only screen and (min-width:40em){.chat .top .badge-wrapper{top:2px}}.chat .top .icon-chat{display:none;vertical-align:middle;fill:#fff;width:18px;height:18px;transition:fill .2s ease}@media only screen and (min-width:40em){.chat .top .icon-chat{display:inline-block}}.chat .top .icon-arrow-left{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);fill:#7e8ea8;width:14px;height:14px}@media only screen and (min-width:40em){.chat .top .icon-arrow-left{fill:#cfd8e6;width:12px;height:12px}}.chat .top .text{display:inline-block;vertical-align:middle;color:#e6eaf0;transition:opacity .2s ease;margin-left:8px}.chat .top .icon-wrapp{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;cursor:pointer;background-color:transparent;border-radius:50%;transition:background-color .3s ease}.chat .top .icon-wrapp.left{left:23px;opacity:0;transition:transform .3s ease,opacity .3s ease,background-color .3s ease}@media only screen and (min-width:40em){.chat .top .icon-wrapp.left{left:4px;transform:translate(-35px,-50%)}}.chat .top .icon-wrapp.left .badge{position:absolute;left:34px;top:7px}.chat .top .icon-wrapp.right{right:23px}@media only screen and (min-width:40em){.chat .top .icon-wrapp.right{right:4px}}.chat .top .icon-wrapp:hover{background-color:#454757}.chat .top .icon-close{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);fill:#7e8ea8;width:14px;height:14px}@media only screen and (min-width:40em){.chat .top .icon-close{fill:#cfd8e6;width:10px;height:10px}}.chat .top .center{position:absolute;left:0;width:100%;padding:0 16px;text-align:center;white-space:nowrap;transition:transform .3s ease,opacity .3s ease}.chat.collapsed{box-shadow:0 5px 6px 0 rgba(69,71,87,.07),0 2px 4px 0 rgba(69,71,87,.07);width:52px;bottom:100px;border-bottom-left-radius:3px;overflow:hidden}@media only screen and (max-width:39.99em){.chat.collapsed{height:56px}}.chat.collapsed.hasNotif{width:80px}.chat.collapsed .chat-content{border-bottom-left-radius:5px}.chat.collapsed .top{cursor:pointer;border-top-left-radius:3px;border-bottom-left-radius:3px;background-color:#2c2e3d}.chat.collapsed .top .icon-chat{display:inline-block;fill:#7e8ea8}.chat.collapsed .top .text{opacity:0}.chat.collapsed .top .badge-wrapper{display:inline-block}.chat.collapsed .top .center{text-align:left}@media (pointer:fine){.chat.collapsed:hover{width:105px}.chat.collapsed:hover.hasNotif{width:130px}.chat.collapsed:hover .top{background-color:#2c2e3d}.chat.collapsed:hover .top .icon-chat{fill:#fff}.chat.collapsed:hover .top .text{opacity:1}}.chat.no-transition{transition:none}.chat.no-transition .chat-content{transition:none!important}.chat .chat-panels{height:100%;white-space:nowrap}.chat .chat-panels:before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;background-color:#e6eaf0;z-index:0}.chat .chat-panels.scrolled .panel{transform:translateX(-100%)}.chat .chat-panels.scrolled .panel.list-contacts{opacity:0}.chat .chat-panels.scrolled .panel.messages-panel{opacity:1}.chat .chat-panels .panel{height:100%;overflow:auto;-webkit-overflow-scrolling:touch;display:inline-block;vertical-align:top;width:100%;opacity:1;white-space:normal;transition:opacity .2s ease,transform .4s ease}.chat .chat-panels .panel.messages-panel{margin-left:-1px;opacity:0}.chat .chat-content{position:relative;background-color:#f7f9fc;height:100%;max-height:100%;padding-top:56px;border-top-left-radius:5px;overflow:hidden;transition:height .5s ease}@media only screen and (min-width:40em){.chat .chat-content{padding-top:52px}}@media only screen and (min-width:40em){.chat .chat-content{height:500px}}.chat .chat-content.hidden{height:0;transition:height .3s ease}.chat .chat-content.faded .panel{opacity:.5!important}.chat .search-block-comp{width:100%}.chat .search-block-comp .icon-search{fill:#7e8ea8}@media only screen and (max-width:39.99em){.chat .search-block-comp .icon-search{top:50%;transform:translateY(-50%) rotate(90deg);width:20px;height:29px;right:23px}}.chat .search-block-comp .input-box{width:100%;border-bottom:solid 1px #e6eaf0}.chat .search-block-comp .input-box .input-field{border:none;border-radius:0}.chat .list-contacts{position:relative;min-width:320px}@media only screen and (min-width:40em){.chat .list-contacts{margin-left:1px}}.chat .list-contacts .search-bar.loading{position:relative;pointer-events:none}.chat .list-contacts .search-bar.loading .icon{display:none}.chat .list-contacts .search-bar.loading:after,.chat .list-contacts .search-bar.loading:before{content:"";border-radius:3px;display:block;background:linear-gradient(to left,rgba(255,255,255,.0001) 0,rgba(207,216,230,.4) 50%,rgba(255,255,255,.0001));background-size:400px;background-position:100px 0;animation:grandientKeyframes 1.6s linear infinite;position:absolute;top:16px;left:16px;width:120px;height:12px}.chat .list-contacts .search-bar.loading:after.top,.chat .list-contacts .search-bar.loading:before.top{border-radius:3px 3px 0 0}.chat .list-contacts .search-bar.loading:after.bottom,.chat .list-contacts .search-bar.loading:before.bottom{border-radius:0 0 3px 3px}.chat .list-contacts .search-bar.loading.no-anim:after,.chat .list-contacts .search-bar.loading.no-anim:before{animation:none}.chat .list-contacts .load-failed{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);border-radius:3px;width:80%;text-align:center}.chat .list-contacts .load-failed.top{border-radius:3px 3px 0 0}.chat .list-contacts .load-failed.bottom{border-radius:0 0 3px 3px}.chat .list-contacts .load-failed.top{border-radius:3px 3px 0 0}.chat .list-contacts .load-failed.bottom{border-radius:0 0 3px 3px}.chat .list-contacts .load-failed h2{color:#ff1064}.chat .list-contacts .load-failed .btn{margin:auto;margin-top:16px}.chat .list-contacts .list-contact{cursor:pointer;padding:0 23px 0 16px;background-color:#f8fafd;transition:background-color .3s ease}@media only screen and (min-width:40em){.chat .list-contacts .list-contact{padding:0 16px}}.chat .list-contacts .list-contact.unread{background-color:rgba(85,51,255,.04)}.chat .list-contacts .list-contact:hover{background-color:#fff}.chat .list-contacts .list-contact.loading{position:relative;height:86px;pointer-events:none}.chat .list-contacts .list-contact.loading:after,.chat .list-contacts .list-contact.loading:before{content:"";border-radius:3px;display:block;background:linear-gradient(to left,rgba(255,255,255,.0001) 0,rgba(207,216,230,.4) 50%,rgba(255,255,255,.0001));background-size:400px;background-position:100px 0;animation:grandientKeyframes 1.6s linear infinite;display:inline-block;vertical-align:middle;margin-top:20px}.chat .list-contacts .list-contact.loading:after.top,.chat .list-contacts .list-contact.loading:before.top{border-radius:3px 3px 0 0}.chat .list-contacts .list-contact.loading:after.bottom,.chat .list-contacts .list-contact.loading:before.bottom{border-radius:0 0 3px 3px}.chat .list-contacts .list-contact.loading:before{width:48px;height:48px;border-radius:50%;margin-right:12px}.chat .list-contacts .list-contact.loading:after{width:100px;height:12px}.chat .list-contacts .list-contact.loading.no-anim:after,.chat .list-contacts .list-contact.loading.no-anim:before{animation:none}.chat .list-contacts .inside-block{position:relative;padding:22px 0;height:100%;border-bottom:1px solid rgba(230,234,240,.5)}@media only screen and (min-width:40em){.chat .list-contacts .inside-block{padding:16px 0}}.chat .list-contacts .date{color:#cfd8e6;position:absolute;top:26px;right:0;font-size:.72em;font-weight:600}@media only screen and (min-width:40em){.chat .list-contacts .date{top:17px}}.chat .list-contacts .badge{position:absolute;right:0;bottom:35px}@media only screen and (min-width:40em){.chat .list-contacts .badge{bottom:20px}}.chat .list-contacts .no-results{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;text-align:center;padding:0 16px}.chat .list-contacts .no-results p{font-size:1.14em;color:#7e8ea8}.chat .messages-topbar{position:absolute;top:0;left:0;width:100%;height:60px;padding:0 16px;background-color:rgba(255,255,255,.97);z-index:1}.chat .messages-topbar .inside-block{height:100%;border-bottom:1px solid #e6eaf0}.chat .messages-topbar .name{color:#1c1d26}.chat .date-separator{text-align:center;height:1px;margin:32px 0}.chat .date-separator span{margin:auto;margin-top:-8px;padding:0 22px;background-color:#f8fafd;display:inline-block;font-size:.875em;color:#cfd8e6;text-transform:uppercase}@media only screen and (min-width:40em){.chat .date-separator span{font-size:.71em}}.chat .messages-list{position:absolute;bottom:0;width:100%;height:100%;overflow:hidden}.chat .messages-list.has-ticket .messages-wrapper{padding-top:84px}.chat .messages-list.has-ticket .messages-wrapper .infinite-loader{top:54px}.chat .messages-list .notif-wrapp{position:relative;z-index:1}.chat .messages-list .no-selection-plc{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;padding:0 24px}.chat .messages-list .no-selection-plc .icon{width:36px;height:36px;margin:auto;display:block;margin-bottom:16px;fill:#cfd8e6}.chat .messages-list .no-selection-plc h2{color:#cfd8e6;text-align:center;margin:4px 0}.chat .messages-list .no-selection-plc .loading-status.no-anim .el{animation:none}.chat .messages-list .no-selection-plc .loading-status .el{border-radius:3px;display:block;background:linear-gradient(to left,rgba(255,255,255,.0001) 0,rgba(207,216,230,.4) 50%,rgba(255,255,255,.0001));background-size:400px;background-position:100px 0;animation:grandientKeyframes 1.6s linear infinite;margin:auto;margin-bottom:10px;height:12px}.chat .messages-list .no-selection-plc .loading-status .el.top{border-radius:3px 3px 0 0}.chat .messages-list .no-selection-plc .loading-status .el.bottom{border-radius:0 0 3px 3px}.chat .messages-list .no-selection-plc .loading-status .el1{width:40px;margin-bottom:30px}.chat .messages-list .no-selection-plc .loading-status .el2{width:150px}.chat .messages-list .no-selection-plc .loading-status .el3{width:250px}.chat .messages-list .ticket-overlay{background:linear-gradient(to bottom,rgba(44,46,61,.8),rgba(28,29,38,.85));position:absolute;top:0;left:0;width:100%;transition:height .4s cubic-bezier(.86,0,.070,1);z-index:1;overflow:auto}.chat .messages-list .ticket-overlay .support-ticket{margin-top:72px}.chat .messages-list .ticket-overlay.opened{height:100%!important}.chat .messages-list .ticket-overlay.opened .ticket-help{padding-bottom:20px}.chat .messages-list .ticket-overlay .ticket-help{color:#cfd8e6;text-align:center;padding:10px}.chat .messages-list .ticket-overlay .ticket-help .see-ticket{white-space:nowrap;color:#fff;font-weight:600;cursor:pointer;outline:0;padding:8px 2px}.chat .messages-list .messages-wrapper{overflow-anchor:none;position:absolute;padding:42px 23px;width:100%;max-height:100%;bottom:0;overflow:auto}@media only screen and (min-width:40em){.chat .messages-list .messages-wrapper{padding:42px 16px;padding-bottom:0}}.chat .messages-list .messages-wrapper.no-messages{position:absolute;padding:0;width:100%;height:100%;overflow:visible;margin-bottom:24px}.chat .messages-list .messages-wrapper.loading-messages{position:absolute;bottom:40px;width:100%}.chat .messages-list .messages-wrapper .infinite-wrapper{padding-bottom:42px}.chat .messages-list .messages-wrapper .infinite-loader{position:absolute;top:12px;left:0;padding:0;margin:0;height:10px}.chat .messages-list .new-text img{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);max-height:450px;max-width:90%;display:block;margin:auto}.chat .messages-list .support-ticket-wrapper{height:100%;width:100%;overflow:auto}.chat .messages-list .support-ticket{margin:60px auto 30px auto;max-width:260px}.chat .messages-list .support-ticket .ticket-header{border-radius:3px;border-radius:3px 3px 0 0;border:1px solid #cfd8e6;padding:30px 0 16px 0;position:relative;text-align:center;background-color:#fff}.chat .messages-list .support-ticket .ticket-header.top{border-radius:3px 3px 0 0}.chat .messages-list .support-ticket .ticket-header.bottom{border-radius:0 0 3px 3px}.chat .messages-list .support-ticket .ticket-header.top{border-radius:3px 3px 0 0}.chat .messages-list .support-ticket .ticket-header.bottom{border-radius:0 0 3px 3px}.chat .messages-list .support-ticket .ticket-header .outside-photo{position:absolute;left:50%;transform:translateX(-50%);background-color:#fff;border:1px solid #cfd8e6;border-bottom:0;border-radius:0;top:-30px;width:60px;height:30px;margin:auto;border-top-left-radius:30px;border-top-right-radius:30px}.chat .messages-list .support-ticket .ticket-header .outside-photo.brand{border-top-left-radius:3px;border-top-right-radius:3px}.chat .messages-list .support-ticket .ticket-header .brand-logo-comp,.chat .messages-list .support-ticket .ticket-header .influencer-photo{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);top:30px;width:52px;height:52px}.chat .messages-list .support-ticket .ticket-header .help{margin:5px}.chat .messages-list .support-ticket .ticket-header .ticket-category{color:#7e8ea8}.chat .messages-list .support-ticket .ticket-header .icon-support{fill:#7e8ea8;margin-right:4px;vertical-align:text-bottom}.chat .messages-list .support-ticket .ticket-bottom{border-radius:3px;border-radius:0 0 3px 3px;background-color:#f7f9fc;border:1px solid #cfd8e6;border-top:0;padding:14px}.chat .messages-list .support-ticket .ticket-bottom.top{border-radius:3px 3px 0 0}.chat .messages-list .support-ticket .ticket-bottom.bottom{border-radius:0 0 3px 3px}.chat .messages-list .support-ticket .ticket-bottom.top{border-radius:3px 3px 0 0}.chat .messages-list .support-ticket .ticket-bottom.bottom{border-radius:0 0 3px 3px}.chat .messages-list .support-ticket .ticket-bottom .ticket{color:#7e8ea8}.chat .messages-list .support-ticket .ticket-bottom .ticket-message{margin:6px 0 4px 0;font-size:.86em;white-space:pre-line;word-break:break-word}.chat .messages-list .support-ticket .ticket-bottom .timestamp{font-size:.72em;color:#7e8ea8}.chat .messages-list .support-ticket .waiting{font-size:.86em;color:#cfd8e6;text-align:center;margin-top:16px}.chat .messages-list .chat-message{margin-bottom:4px}.chat .messages-list .chat-message.loading{pointer-events:none;animation-duration:2s}.chat .messages-list .chat-message.loading.received .message,.chat .messages-list .chat-message.loading.sent .message{box-shadow:none;border:0;background-color:transparent;width:100px;height:36px}.chat .messages-list .chat-message.loading .influencer-photo,.chat .messages-list .chat-message.loading .message{position:relative;overflow:hidden}.chat .messages-list .chat-message.loading .influencer-photo:after,.chat .messages-list .chat-message.loading .message:after{border-radius:3px;background:linear-gradient(to left,rgba(255,255,255,.0001) 0,rgba(207,216,230,.4) 50%,rgba(255,255,255,.0001));background-size:400px;background-position:100px 0;animation:grandientKeyframes 1.6s linear infinite;content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block}.chat .messages-list .chat-message.loading .influencer-photo:after.top,.chat .messages-list .chat-message.loading .message:after.top{border-radius:3px 3px 0 0}.chat .messages-list .chat-message.loading .influencer-photo:after.bottom,.chat .messages-list .chat-message.loading .message:after.bottom{border-radius:0 0 3px 3px}.chat .messages-list .chat-message.received{padding-left:50px;text-align:left}@media only screen and (min-width:40em){.chat .messages-list .chat-message.received{padding-left:44px}}.chat .messages-list .chat-message.received .message{box-shadow:0 3px 5px 0 rgba(0,0,0,.03);background-color:#fff;border:1px solid #e6eaf0;border-top-left-radius:0;border-bottom-left-radius:0}@media only screen and (min-width:40em){.chat .messages-list .chat-message.received .message{box-shadow:0 2px 4px 0 rgba(0,0,0,.03)}}@media only screen and (min-width:40em){.chat .messages-list .chat-message.received .message{border-top-left-radius:3px;border-bottom-left-radius:3px}}.chat .messages-list .chat-message.received .brand-logo-comp,.chat .messages-list .chat-message.received .influencer-photo{width:44px;height:44px;margin-right:6px;margin-bottom:-4px}@media only screen and (min-width:40em){.chat .messages-list .chat-message.received .brand-logo-comp,.chat .messages-list .chat-message.received .influencer-photo{width:32px;height:32px;margin-right:12px;margin-bottom:0}}.chat .messages-list .chat-message.sent{text-align:right;padding-right:50px}@media only screen and (min-width:40em){.chat .messages-list .chat-message.sent{padding-right:36px}}.chat .messages-list .chat-message.sent .message{text-align:left;background-color:#7358ff;color:#f8fafd;border-top-right-radius:0;border-bottom-right-radius:0}@media only screen and (min-width:40em){.chat .messages-list .chat-message.sent .message{border-top-right-radius:3px;border-bottom-right-radius:3px}}.chat .messages-list .chat-message.sent .brand-logo-comp,.chat .messages-list .chat-message.sent .influencer-photo{width:44px;height:44px;margin-left:6px}@media only screen and (min-width:40em){.chat .messages-list .chat-message.sent .brand-logo-comp,.chat .messages-list .chat-message.sent .influencer-photo{width:24px;height:24px;margin-left:12px}}.chat .messages-list .chat-message.first.sent .message{border-top-right-radius:12px}@media only screen and (min-width:40em){.chat .messages-list .chat-message.first.sent .message{border-top-right-radius:9px}}.chat .messages-list .chat-message.first.received .message{border-top-left-radius:12px}@media only screen and (min-width:40em){.chat .messages-list .chat-message.first.received .message{border-top-left-radius:9px}}.chat .messages-list .chat-message.last{padding-left:0;padding-right:0;margin-bottom:30px}@media only screen and (min-width:40em){.chat .messages-list .chat-message.last{margin-bottom:24px}}.chat .messages-list .chat-message.last.sent .message{border-bottom-right-radius:0}.chat .messages-list .chat-message.last.received .message{border-bottom-left-radius:0}.chat .messages-list .chat-message.last .sent-error{margin-right:36px}.chat .messages-list .message{position:relative;border-radius:12px;padding:8px 12px;max-width:220px;display:inline-block;vertical-align:bottom}@media only screen and (min-width:40em){.chat .messages-list .message{border-radius:9px}}.chat .messages-list .message span{word-break:break-word;white-space:pre-wrap}.chat .messages-list .message .seen{position:absolute;right:0;bottom:-18px;color:#cfd8e6}.chat .messages-list .sent-error{color:#ff1064;margin:4px 0}.chat .messages-list .brand-logo-comp,.chat .messages-list .influencer-photo{width:24px;height:24px;display:inline-block;vertical-align:bottom}.chat .messages-list .influencer-photo{border-radius:50%;background-size:cover;background-position:top center}.chat .message-input{position:absolute;left:1px;bottom:0;width:100%}.chat .message-input .input-field{border-radius:0;border:0;margin:0;font-size:1em;vertical-align:middle;padding:18px;resize:none;padding-right:60px;min-height:56px;max-height:92px;background-color:rgba(255,255,255,.97);border-top:1px solid #e6eaf0}@media only screen and (min-width:40em){.chat .message-input .input-field{padding:12px 16px;padding-right:40px;min-height:unset;font-size:1em}}.chat .message-input .icon-message{position:absolute;top:50%;transform:translateY(-50%);right:23px;fill:#cfd8e6;width:25px;height:25px;transition:fill .3s ease}@media only screen and (min-width:40em){.chat .message-input .icon-message{right:0;width:42px;height:42px;padding:12px}}.chat .message-input .icon-message.active{cursor:pointer;fill:#7358ff}.chat .typing-ind{display:block;min-height:14px}.chat .typing-ind .dot{width:4px;height:4px;display:inline-block;vertical-align:middle;margin:0 1px;margin-top:5px;animation:typingAnim .6s infinite}.chat .typing-ind .dot:nth-of-type(1){animation-delay:.2s}.chat .typing-ind .dot:nth-of-type(2){animation-delay:.4s}.chat .typing-ind .dot:nth-of-type(3){animation-delay:.6s}@keyframes typingAnim{0%{background-color:#cfd8e6}50%{background-color:#7e8ea8}100%{background-color:#cfd8e6}}.chat.fullview{position:relative;min-width:760px;min-height:500px;width:100%;z-index:0;box-shadow:none;transition:none;padding:12px}@media only screen and (min-width:40em){.chat.fullview{padding:24px}}.chat.fullview .panel{overflow:visible;min-height:400px}.chat.fullview .chat-content{border-left:none;padding-top:0;overflow:visible;transition:none;max-height:1000px}.chat.fullview .search-bar{border-radius:3px;box-shadow:0 3px 5px 0 rgba(0,0,0,.03);border:1px solid #cfd8e6;overflow:hidden;margin-bottom:16px}.chat.fullview .search-bar.top{border-radius:3px 3px 0 0}.chat.fullview .search-bar.bottom{border-radius:0 0 3px 3px}.chat.fullview .search-bar.top{border-radius:3px 3px 0 0}.chat.fullview .search-bar.bottom{border-radius:0 0 3px 3px}@media only screen and (min-width:40em){.chat.fullview .search-bar{box-shadow:0 2px 4px 0 rgba(0,0,0,.03)}}.chat.fullview .search-bar .input-box{border:0}.chat.fullview .message-input .input-field{border-top-color:#cfd8e6}.chat.fullview .messages-list{padding-top:92px}.chat.fullview .messages-list.has-ticket .messages-wrapper{padding-top:134px}.chat.fullview .messages-list.has-ticket .infinite-loader{top:114px}.chat.fullview .messages-wrapper{padding-top:92px}.chat.fullview .messages-wrapper .infinite-loader{top:72px}.chat.fullview .ticket-overlay{top:60px}.chat.fullview .support-ticket{max-width:320px}.chat.fullview .contacts{box-shadow:0 3px 5px 0 rgba(0,0,0,.03);border-radius:3px;overflow:auto;border:1px solid #cfd8e6;background-color:#fff;min-height:340px}@media only screen and (min-width:40em){.chat.fullview .contacts{box-shadow:0 2px 4px 0 rgba(0,0,0,.03)}}.chat.fullview .contacts.top{border-radius:3px 3px 0 0}.chat.fullview .contacts.bottom{border-radius:0 0 3px 3px}.chat.fullview .contacts.top{border-radius:3px 3px 0 0}.chat.fullview .contacts.bottom{border-radius:0 0 3px 3px}.chat.fullview .contacts.no-scroll{overflow:hidden!important}.chat.fullview .contacts .list-contact{background-color:#fff}.chat.fullview .contacts .list-contact.unread{background-color:rgba(85,51,255,.04)}.chat.fullview .contacts .list-contact.active{background-color:#f8fafd}.chat.fullview .contacts .list-contact:hover{background-color:rgba(85,51,255,.03)}.chat.fullview .date-separator{padding:0 120px}.chat.fullview .date-separator:before{content:"";width:100%;display:block;height:1px;background-color:#e6eaf0}.chat.fullview .date-separator span{color:#cfd8e6;background-color:#fff}.chat.fullview .chat-panels::before{content:none}.chat.fullview .chat-panels .panel.list-contacts,.chat.fullview .chat-panels.scrolled .panel.list-contacts{border-collapse:collapse;width:304px;transform:none;opacity:1;margin-right:16px;margin-bottom:16px}.chat.fullview .chat-panels .panel.messages-panel,.chat.fullview .chat-panels.scrolled .panel.messages-panel{border-radius:3px;box-shadow:0 3px 5px 0 rgba(0,0,0,.03);min-width:320px;border:1px solid #cfd8e6;background-color:#fff;opacity:1;transform:none;overflow:hidden;width:auto}.chat.fullview .chat-panels .panel.messages-panel.top,.chat.fullview .chat-panels.scrolled .panel.messages-panel.top{border-radius:3px 3px 0 0}.chat.fullview .chat-panels .panel.messages-panel.bottom,.chat.fullview .chat-panels.scrolled .panel.messages-panel.bottom{border-radius:0 0 3px 3px}.chat.fullview .chat-panels .panel.messages-panel.top,.chat.fullview .chat-panels.scrolled .panel.messages-panel.top{border-radius:3px 3px 0 0}.chat.fullview .chat-panels .panel.messages-panel.bottom,.chat.fullview .chat-panels.scrolled .panel.messages-panel.bottom{border-radius:0 0 3px 3px}@media only screen and (min-width:40em){.chat.fullview .chat-panels .panel.messages-panel,.chat.fullview .chat-panels.scrolled .panel.messages-panel{box-shadow:0 2px 4px 0 rgba(0,0,0,.03)}}.chat.fullview .chat-panels .panel .messages-list,.chat.fullview .chat-panels.scrolled .panel .messages-list{position:relative}.chat.fullview .chat-panels .panel .messages-list .chat-message .message,.chat.fullview .chat-panels.scrolled .panel .messages-list .chat-message .message{max-width:70%}.chat.fullview .empty-page-state{max-width:100%}.chat:not(.fullview) .empty-page-state{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.chat:not(.fullview) .empty-page-state .container{display:block;margin:0 20px;margin-top:30px}.chat:not(.fullview) .empty-page-state h1{font-size:1.29em}.chat:not(.fullview) .empty-page-state h2{font-size:1em}.chat:not(.fullview) .empty-page-state .text{text-align:center}.chat:not(.fullview) .empty-page-state .image{display:block}.chat:not(.fullview) .empty-page-state .image img{display:block;margin:0 auto;margin-top:24px;max-width:190px}