.Select{position:relative}.Select,.Select div,.Select input,.Select span{box-sizing:border-box}.Select.is-disabled>.Select-control{background-color:#f9f9f9}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none}.Select-control{background-color:#fff;border-color:#d9d9d9 #ccc #b3b3b3;border-radius:4px;border:1px solid #ccc;color:#333;cursor:default;display:table;height:36px;outline:none;overflow:hidden;position:relative;width:100%}.Select-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.is-searchable.is-open>.Select-control{cursor:text}.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.is-open>.Select-control>.Select-arrow{border-color:transparent transparent #999;border-width:0 5px 5px}.is-searchable.is-focused:not(.is-open)>.Select-control{cursor:text}.is-focused:not(.is-open)>.Select-control{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1)}.Select-placeholder,:not(.Select--multi)>.Select-control .Select-value{bottom:0;color:#aaa;left:0;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.has-value.is-pseudo-focused:not(.Select--multi)>.Select-control>.Select-value .Select-value-label,.has-value:not(.Select--multi)>.Select-control>.Select-value .Select-value-label{color:#333}.has-value.is-pseudo-focused:not(.Select--multi)>.Select-control>.Select-value a.Select-value-label,.has-value:not(.Select--multi)>.Select-control>.Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.has-value.is-pseudo-focused:not(.Select--multi)>.Select-control>.Select-value a.Select-value-label:focus,.has-value.is-pseudo-focused:not(.Select--multi)>.Select-control>.Select-value a.Select-value-label:hover,.has-value:not(.Select--multi)>.Select-control>.Select-value a.Select-value-label:focus,.has-value:not(.Select--multi)>.Select-control>.Select-value a.Select-value-label:hover{color:#007eff;outline:none;text-decoration:underline}.Select-input{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{background:none transparent;border:0 none;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;height:34px;margin:0;outline:none;padding:0;-webkit-appearance:none}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.Select-control:not(.is-searchable)>.Select-input{outline:none}.Select-loading-zone{cursor:pointer;display:table-cell;text-align:center}.Select-loading,.Select-loading-zone{position:relative;vertical-align:middle;width:16px}.Select-loading{animation:Select-animation-spin .4s infinite linear;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block}.Select-clear-zone{animation:Select-animation-fadeIn .2s;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#d0021b}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0}.is-open .Select-arrow,.Select-arrow-zone:hover>.Select-arrow{border-top-color:#666}.Select-menu-outer{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{box-sizing:border-box;background-color:#fff;color:#666;cursor:pointer;display:block;padding:8px 10px}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-focused{background-color:rgba(0,126,255,.08);color:#333}.Select-option.is-disabled{color:#ccc;cursor:default}.Select-noresults{box-sizing:border-box;color:#999;cursor:default;display:block;padding:8px 10px}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{background-color:rgba(0,126,255,.08);border-radius:2px;border:1px solid rgba(0,126,255,.24);color:#007eff;display:inline-block;font-size:.9em;line-height:1.4;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid rgba(0,126,255,.24);padding:1px 5px 3px}.Select--multi .Select-value-icon:focus,.Select--multi .Select-value-icon:hover{background-color:rgba(0,113,230,.08);color:#0071e6}.Select--multi .Select-value-icon:active{background-color:rgba(0,126,255,.24)}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:active,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:hover{background-color:#fcfcfc}@keyframes Select-animation-fadeIn{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}to{opacity:1;-ms-filter:none;filter:none}}@keyframes Select-animation-spin{to{transform:rotate(1turn)}}@font-face{font-family:Whitney;font-style:light;font-weight:300;src:url(/overlay/6c6374bad0b0b6d204d8d6dc4a18d820.woff) format("woff")}@font-face{font-family:Whitney;font-style:normal;font-weight:500;src:url(/overlay/e8acd7d9bf6207f99350ca9f9e23b168.woff) format("woff")}@font-face{font-family:Whitney;font-style:medium;font-weight:600;src:url(/overlay/3bdef1251a424500c1b3a78dea9b7e57.woff) format("woff")}@font-face{font-family:Whitney;font-style:bold;font-weight:700;src:url(/overlay/8e12fb4f14d9c4592eb8ec9f22337b04.woff) format("woff")}body{background-color:transparent}.wrapper{position:absolute;top:0;left:0;width:100vw;height:100vh;font-family:Whitney;overflow:hidden}.wrapper button:focus,.wrapper input:focus{outline:0}.wrapper a{color:#7289da;text-decoration:none}.wrapper a:hover{color:#697ec4}.wrapper .Select{height:48px;box-shadow:0 3px 3px 0 rgba(0,0,0,.05);font-size:16px;font-weight:700}.wrapper .Select .Select-control{border:none}.wrapper .Select .Select-control .Select-value{line-height:50px}.wrapper .Select .Select-input,.wrapper .Select .Select-placeholder{height:48px;line-height:50px;color:rgba(79,84,92,.6)}.wrapper .Select .Select-menu-outer{z-index:5}.wrapper input[type=text]{font-family:Whitney;border:2px #fff;border-radius:3px;font-size:16px;line-height:16px;color:rgba(79,84,92,.6);font-weight:700;padding:14px 16px;box-shadow:0 3px 3px 0 rgba(0,0,0,.05)}.wrapper .switch{width:50px;height:20px;border-radius:40px;background-color:#747f8d}.wrapper .switch.on{background-color:#43b581}.wrapper .switch.on .switch-toggle{margin-left:20px}.wrapper .switch .switch-toggle{height:28px;width:28px;border:2px solid #fff;border-radius:50%;background-color:#fff;margin-top:-6px;margin-left:-3px;box-shadow:0 1px 1px 0 rgba(0,0,0,.3);transition:margin-left .25s cubic-bezier(.77,0,.175,1) 0s}.wrapper .swatch{background-color:#fff;border-radius:3px;border:2px solid #fff;box-shadow:0 3px 3px 0 rgba(0,0,0,.05);width:142px;height:48px;cursor:pointer;transition:box-shadow .1s ease-in-out}.wrapper .swatch:hover{box-shadow:0 3px 6px 0 rgba(0,0,0,.15)}.wrapper .swatch:active{transition:none;box-shadow:0 2px 1px 0 rgba(0,0,0,.05)}.wrapper .swatch .hex-color{display:inline;font-size:16px;line-height:50px;font-weight:700;color:rgba(79,84,92,.6);padding:15px 0 15px 15px}.wrapper .swatch .color{display:inline-block;border-radius:3px;height:40px;width:40px;float:right;margin-top:4px;margin-right:4px}.wrapper .slider{width:261px;height:12px;background:#99aab5;border-radius:40px;box-shadow:inset 0 3px 3px 0 rgba(0,0,0,.05)}.wrapper .slider .handle{width:65px;height:30px;background-color:#fff;border:2px solid #fff;box-shadow:0 3px 3px 0 rgba(0,0,0,.05);border-radius:3px;margin-top:-11px;cursor:pointer;transition:box-shadow .1s ease-in-out}.wrapper .slider .handle:hover{box-shadow:0 3px 6px 0 rgba(0,0,0,.15)}.wrapper .slider .handle:active{transition:none;box-shadow:0 2px 1px 0 rgba(0,0,0,.05)}.wrapper .slider .handle div{text-align:center;padding:6px;font-size:16px;line-height:19px;color:rgba(79,84,92,.6);font-weight:700}.wrapper .popover{position:absolute;z-index:99999;padding-bottom:10px;margin-left:-74px;margin-top:10px}.wrapper .popover .cover{position:fixed;top:0;right:0;bottom:0;left:0}.wrapper .landing{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto;-ms-flex-direction:column;flex-direction:column;z-index:1;background:url(/overlay/29d5ff462afb11bce1979cf694aee3d1.png);background-size:200px 202px;background-attachment:fixed}.wrapper .landing,.wrapper .landing .landing-inner{display:-ms-flexbox;display:box;display:flex;-o-box-orient:vertical}.wrapper .landing .landing-inner{-o-box-flex:1;box-flex:1;-ms-flex:1 1 0;flex:1 1 0;min-height:600px;-ms-flex-direction:column;flex-direction:column;-o-box-pack:center;-ms-flex-pack:center;justify-content:center;-o-box-align:center;-ms-flex-align:center;align-items:center}.wrapper .landing:after{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;transition:opacity .8s cubic-bezier(.77,0,.175,1) 0s,visibility .8s cubic-bezier(.77,0,.175,1) 0s}.wrapper .landing.form-open:after,.wrapper .landing:after{background:#000;content:"";position:fixed;top:0;left:0;bottom:0;right:0}.wrapper .landing.form-open:after{opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);visibility:visible}.wrapper .landing .logo{width:600px;height:150px;margin:auto;text-align:center;color:#4f545c;font-size:26px;line-height:34px;font-weight:600;text-transform:uppercase}.wrapper .landing .logo img{width:auto;height:46px}.wrapper .landing .previews{position:relative;text-align:center;display:-ms-flexbox;display:box;display:flex;-o-box-pack:center;-ms-flex-pack:center;justify-content:center}.wrapper .landing .previews .preview{background:#fff;border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.3);width:280px;height:280px;margin-left:10px;margin-right:10px}.wrapper .landing .previews .preview.status:after{background:url(/overlay/b2cc50f592a95d3f53a274ac1dfe2a7a.svg);content:"";width:330px;height:84px;margin-left:-343px;margin-top:40px;position:absolute}.wrapper .landing .previews .preview.chat:after{background:url(/overlay/3aaf40497dd1ac3c3179f8dcf4803a27.svg);content:"";width:310px;height:200px;margin-left:-288px;margin-top:40px;position:absolute}.wrapper .landing .previews .preview.voice:after{background:url(/overlay/7800af582d10309b2989ff6b88a748cf.svg);content:"";width:168px;height:123px;margin-left:-268px;margin-top:40px;position:absolute}.wrapper .landing .previews .preview img{border-radius:5px;width:100%}.wrapper .landing .install-button{margin-top:50px;text-align:center}.wrapper .landing .install-button button{font-family:Whitney;height:44px;background-color:#7289da;border:none;border-radius:3px;font-weight:600;font-size:14px;line-height:20px;color:#fff;padding:0 45px;margin:0 5px}.wrapper .landing .install-button button:hover{cursor:pointer;background-color:#697ec4}.wrapper .landing .footer{-o-box-flex:1;box-flex:1;-ms-flex:0 0 0;flex:0 0 0;height:40px;font-weight:600;font-size:16px;line-height:20px;color:#737f8d;text-align:center;padding-bottom:10px}.wrapper .install{z-index:2;position:absolute;top:0;left:0;height:100%;width:100%;visibility:hidden;transform:translate3d(0,110%,0);background:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,.5);transition:transform .8s cubic-bezier(.77,0,.175,1) 0s,visibility .8s cubic-bezier(.77,0,.175,1) 0s;overflow:hidden}.wrapper .install.is-open{visibility:visible;transform:translateZ(0)}.wrapper .install .close{position:absolute;z-index:5;top:36px;right:36px;cursor:pointer;transform:translate3d(200%,0,0);transition:transform .8s cubic-bezier(.77,0,.175,1) .2s}.wrapper .install .close.is-open{visibility:visible;transform:translateZ(0)}.wrapper .install .header{position:absolute;background:#fff;top:0;height:190px;width:100%;z-index:3}.wrapper .install .header .install-logo{height:85px;width:160px;margin:35px auto;background-size:contain;background-repeat:no-repeat}.wrapper .install .header .install-logo.obs{background-image:url(/overlay/d0b1d2329b577b47be7d0f6a643b9465.svg)}.wrapper .install .header .install-logo.xsplit{background-image:url(/overlay/49ffc7b90e9efbcfa95fee995de3dd53.svg)}.wrapper .install .header .widget-selector{height:35px;width:560px;margin:0 auto;display:-ms-flexbox;display:box;display:flex;-o-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-o-box-align:end;-ms-flex-align:end;align-items:flex-end}.wrapper .install .header .widget-selector button{font-family:Whitney;text-transform:uppercase;font-size:16px;line-height:20px;color:#4f545c;font-weight:700;background:none;border:none;-o-box-flex:1;box-flex:1;-ms-flex:1;flex:1;margin:0 25px;padding:0}.wrapper .install .header .widget-selector button:hover{cursor:pointer}.wrapper .install .header .widget-selector button:after{background-color:#fff;height:4px;width:100%;content:" ";float:left;margin-top:12px}.wrapper .install .header .widget-selector button.selected:after{background-color:#7289da;height:4px;width:100%;content:" ";float:left;margin-top:12px}.wrapper .install .content{z-index:2;position:absolute;overflow-y:auto;top:190px;bottom:0;width:100%;background-color:#f2f4f7}.wrapper .install .content .centered-content{width:922px;margin:0 auto}.wrapper .install .content .centered-content .connect-notice{background-color:rgba(240,71,71,.1);padding:15px;margin-bottom:1rem;border:2px solid #f04747;border-radius:5px;margin-top:15px;font-weight:500;font-size:16px;color:#4f545c;letter-spacing:.3px;line-height:20px}.wrapper .install .content .centered-content .connect-notice .title{font-weight:700;font-size:18px;color:#f04747;letter-spacing:-.3px;line-height:23px;text-transform:uppercase}.wrapper .install .content .centered-content .connect-notice a{padding-left:3px;color:#4f545c;font-weight:600}.wrapper .install .content .centered-content .connect-notice a:hover{text-decoration:underline}.wrapper .install .content .centered-content .form{width:522px;padding-top:16px;display:inline-block}.wrapper .install .content .centered-content .form.connect-notice-fade,.wrapper .install .content .centered-content .form hr{opacity:.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter:alpha(opacity=30)}.wrapper .install .content .centered-content .form hr{width:522px;background-color:#737f8d}.wrapper .install .content .centered-content .form .category-title{color:#f39c12;font-size:14px;line-height:20px;text-transform:uppercase;width:522px;margin:0 auto;font-weight:700;padding-top:48px}.wrapper .install .content .centered-content .form .form-group{width:100%;margin:0 auto;height:76px;display:-ms-flexbox;display:box;display:flex;-o-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-o-box-align:center;-ms-flex-align:center;align-items:center}.wrapper .install .content .centered-content .form .form-group label{font-size:18px;line-height:21px;color:#4f545c;font-weight:600;-o-box-flex:1;box-flex:1;-ms-flex:1;flex:1}.wrapper .install .content .centered-content .form .form-group .Select{width:260px;-o-box-flex:1;box-flex:1;-ms-flex:1;flex:1}.wrapper .install .content .centered-content .form .form-group button{font-family:Whitney;height:44px;background-color:#7289da;border:none;border-radius:3px;font-weight:600;font-size:14px;line-height:20px;color:#fff;padding:0 45px;margin:0 20px}.wrapper .install .content .centered-content .form .form-group button:hover{cursor:pointer;background-color:#697ec4}.wrapper .install .config-link{position:fixed;z-index:5;left:50%;top:200px;text-align:left;color:#737f8d;font-size:16px;line-height:20px;font-weight:500;padding-top:30px;width:340px;margin-left:118px}.wrapper .install .config-link.connect-notice-fade{margin-top:100px;opacity:.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter:alpha(opacity=30)}.wrapper .install .config-link input{width:312px;margin-top:26px;margin-bottom:10px}.wrapper .install .config-link .live-preview{width:340px;height:300px;overflow:hidden;text-align:center;background-color:#fff;border-radius:3px;border:2px solid #fff;margin-bottom:26px;background:url(/overlay/052de8287b45ebd60137910add3681ca.png)}.wrapper .install .config-link .live-preview iframe{border:none;margin-top:15px;margin-left:15px}.wrapper .install .config-link .width-height{color:#737f8d;font-size:18px;line-height:20px;text-align:center;margin-bottom:26px}.wrapper .install .config-link .help-link{margin-top:5px;padding-bottom:10px;font-size:12px;line-height:20px;text-align:center}@font-face{font-family:Whitney;font-style:light;font-weight:300;src:url(/overlay/6c6374bad0b0b6d204d8d6dc4a18d820.woff) format("woff")}@font-face{font-family:Whitney;font-style:normal;font-weight:500;src:url(/overlay/e8acd7d9bf6207f99350ca9f9e23b168.woff) format("woff")}@font-face{font-family:Whitney;font-style:medium;font-weight:600;src:url(/overlay/3bdef1251a424500c1b3a78dea9b7e57.woff) format("woff")}@font-face{font-family:Whitney;font-style:bold;font-weight:700;src:url(/overlay/8e12fb4f14d9c4592eb8ec9f22337b04.woff) format("woff")}body{background-color:transparent}.voice-container{font-family:Whitney;font-weight:600;font-size:16px;line-height:19px;color:#fff}.voice-container .voice-states{list-style-type:none;padding-left:15px}.voice-container .voice-states .voice-state{height:50px;margin-bottom:8px}.voice-container .voice-states .voice-state .avatar{height:50px;width:50px;border:3px solid transparent;border-radius:50%;float:left;margin-right:8px}.voice-container .voice-states .voice-state .avatar.speaking{border-color:#43b581}.voice-container .voice-states .voice-state .user{padding-top:18px}.voice-container .voice-states .voice-state .user .name{background-color:#1e2124;border-radius:3px;padding:4px 6px}.voice-container .voice-states .voice-state.small-avatar{height:40px}.voice-container .voice-states .voice-state.small-avatar .avatar{height:40px;width:40px}.voice-container .voice-states .voice-state.small-avatar .user{padding-top:12px}@font-face{font-family:Whitney;font-style:light;font-weight:300;src:url(/overlay/6c6374bad0b0b6d204d8d6dc4a18d820.woff) format("woff")}@font-face{font-family:Whitney;font-style:normal;font-weight:500;src:url(/overlay/e8acd7d9bf6207f99350ca9f9e23b168.woff) format("woff")}@font-face{font-family:Whitney;font-style:medium;font-weight:600;src:url(/overlay/3bdef1251a424500c1b3a78dea9b7e57.woff) format("woff")}@font-face{font-family:Whitney;font-style:bold;font-weight:700;src:url(/overlay/8e12fb4f14d9c4592eb8ec9f22337b04.woff) format("woff")}body{background-color:transparent}.chat-container{font-family:Whitney;border-radius:3px;height:214px;width:577px}.chat-container .channel-name{line-height:24px;font-size:20px;font-weight:600;padding:6px 12px;border-radius:3px 3px 0 0}.chat-container .channel-name .pound-sign{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);font-weight:500;padding-right:5px}.chat-container .messages{height:162px;margin:0;border-radius:0 0 3px 3px;list-style-type:none;padding:8px 20px;overflow:hidden}.chat-container .messages .message{overflow:hidden;padding-bottom:2px;max-height:100px;transition:opacity 1s ease-in-out,max-height 0s 1s,padding-bottom 0s 1s}.chat-container .messages .message.hidden{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);max-height:0;padding-bottom:0}.chat-container .messages .message .timestamp{text-transform:uppercase;padding-right:5px;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);font-weight:500;line-height:16px}.chat-container .messages .message .message-text,.chat-container .messages .message .username{padding-right:5px;font-weight:600;line-height:19px}.chat-container .messages .message .message-text{overflow:hidden;word-break:break-word}.chat-container .messages .message .message-text .emoji{vertical-align:middle}@font-face{font-family:Whitney;font-style:light;font-weight:300;src:url(/overlay/6c6374bad0b0b6d204d8d6dc4a18d820.woff) format("woff")}@font-face{font-family:Whitney;font-style:normal;font-weight:500;src:url(/overlay/e8acd7d9bf6207f99350ca9f9e23b168.woff) format("woff")}@font-face{font-family:Whitney;font-style:medium;font-weight:600;src:url(/overlay/3bdef1251a424500c1b3a78dea9b7e57.woff) format("woff")}@font-face{font-family:Whitney;font-style:bold;font-weight:700;src:url(/overlay/8e12fb4f14d9c4592eb8ec9f22337b04.woff) format("woff")}body{background-color:transparent}.status-container{height:64px;width:312px;font-size:14px;background-color:#1e2124;border-radius:3px}.status-container .status{font-family:Whitney;background-size:32px 30px;background-repeat:no-repeat;background-position:267px 17px;padding:14px 20px}.status-container .status .server-icon{float:left;padding-right:10px}.status-container .status .server-icon img{height:35px;border-radius:50%}.status-container .status .server-info{line-height:16px;font-weight:700}.status-container .status .server-info .name{text-overflow:ellipsis;max-width:160px;display:inline-block;margin-bottom:-3px;overflow:hidden}.status-container .status .server-info .online-count{opacity:.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter:alpha(opacity=30);text-transform:uppercase;font-size:12px;line-height:15px;padding-left:4px}.status-container .status .invite-link{font-size:16px;line-height:19px;font-weight:600}
/*# sourceMappingURL=3ca453aad1ff12db27e3.css.map*/