.MuiCollapse-wrapperInner{padding-left:20px}#main-menu-button{color:#f9af61}button.main-menu-button--hidden{display:none}.sc-emoji-picker{overflow:auto;width:100%;max-height:calc(100% - 40px);box-sizing:border-box;padding:15px}.sc-emoji-picker--category{display:flex;flex-direction:row;flex-wrap:wrap}.sc-emoji-picker--category-title{min-width:100%;color:#b8c3ca;font-weight:200;font-size:13px;margin:5px;letter-spacing:1px}.sc-emoji-picker--emoji{margin:5px;width:30px;line-height:30px;text-align:center;cursor:pointer;vertical-align:middle;font-size:28px;transition:transform 60ms ease-out,-webkit-transform 60ms ease-out;-webkit-transition-delay:60ms;transition-delay:60ms}.sc-emoji-picker--emoji:hover{-webkit-transform:scale(1.4);transform:scale(1.4)}.chat-drag-container{width:370px;height:590px;position:fixed;right:10px;bottom:10px;box-sizing:border-box;z-index:2200}.sc-chat-window{width:100%;height:100%;right:5px;bottom:5px;box-sizing:border-box;box-shadow:0 7px 40px 2px rgba(148,149,150,.3);background:#fff;display:flex;flex-direction:column;justify-content:space-between;z-index:2200;border-radius:2px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.sc-chat-window.closed{opacity:0;visibility:hidden;bottom:90px}.sc-message-list{height:80%;overflow-y:auto;background-color:#fff;background-size:100%;padding:24px 0 18px;overflow-x:hidden}.sc-message--me{text-align:right}.sc-message--them{text-align:left}@media (max-width:450px){.sc-chat-window{width:100%;height:100%;max-height:100%;right:0;bottom:0;border-radius:0;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.sc-chat-window.closed{bottom:0}}.sc-launcher{background-color:#00bfd2;background-position:50%;background-repeat:no-repeat;position:fixed;right:25px;bottom:25px;box-shadow:none}.sc-launcher,.sc-launcher:before{width:60px;height:60px;border-radius:50%;-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}.sc-launcher:before{content:"";position:relative;display:block}.sc-launcher .sc-closed-icon,.sc-launcher .sc-open-icon{position:fixed;right:25px;bottom:25px}.sc-launcher .sc-closed-icon,.sc-launcher .sc-open-icon{width:60px;height:60px;-webkit-transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.sc-launcher .sc-open-icon{padding:20px;box-sizing:border-box;opacity:0}.sc-launcher.opened .sc-open-icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:1}.sc-launcher.opened .sc-closed-icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}.sc-launcher.opened:before{box-shadow:0 0 400px 250px rgba(148,149,150,.2)}.sc-launcher:hover{box-shadow:0 0 27px 1.5px rgba(0,0,0,.2)}.sc-new-messages-count{position:absolute;top:-3px;left:41px;display:flex;justify-content:center;flex-direction:column;border-radius:50%;width:22px;height:22px;background:#ff4646;color:#fff;text-align:center;margin:auto;font-size:12px;font-weight:500;box-shadow:-1px 1px 2px rgba(0,0,0,.3)}.sc-header{background:#002c52;min-height:60px;height:60px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:0;border-bottom-left-radius:0;color:#fff;padding:10px;box-shadow:0 1px 4px rgba(0,0,0,.2);position:relative;box-sizing:border-box;display:flex}.chat-header-hidden{visibility:hidden}.dragBtn{display:flex;justify-content:center;align-items:center;cursor:-webkit-grab;cursor:grab}.dragBtn:active{cursor:-webkit-grabbing;cursor:grabbing}.dragBtnSvg{width:28px!important;height:28px!important}.sc-header--img{border-radius:50%;align-self:center;padding:10px}.sc-header--team-name{width:90px}.sc-header--bot-state,.sc-header--team-name{align-self:center;padding:10px;flex:1 1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px}.sc-header--close-button-container{width:90px;display:flex;justify-content:flex-end}.sc-header--close-button{width:40px;align-self:center;height:40px;margin-right:10px;box-sizing:border-box;cursor:pointer;border-radius:4px}.sc-header--close-button:hover{background:#313e50}.sc-header--close-button img{width:100%;height:100%;padding:13px;box-sizing:border-box}.sc-message{margin:auto;padding-bottom:10px}.sc-message,.sc-message--content{width:100%;display:flex}.sc-message--content.sent{justify-content:flex-end}.sc-message--avatar{background-repeat:no-repeat;background-size:100%;background-position:50%;min-width:30px;min-height:30px;width:30px;height:30px;border-radius:50%;align-self:center;margin-right:10px;margin-left:10px}.sc-message--avatar.them{background-image:url(/images/logos/responsum.png)}.sc-message--avatar.me img{width:30px;height:30px;margin:0}.sc-message--text{padding:12px 20px;border-radius:6px;font-size:14px;line-height:1.4;white-space:normal;-webkit-font-smoothing:subpixel-antialiased;word-wrap:break-word;overflow:hidden}.sc-message--content.sent .sc-message--text{color:#fff;background-color:#002c52;word-wrap:break-word;margin-left:70px}.sc-message--content.received .sc-message--text{color:#333;background-color:#fff;border:1px solid #ddd;margin-right:70px}.sc-message--emoji{font-size:40px}.sc-message--file{background:#fff;border:1px solid #cccdd1;padding:15px 20px;border-radius:5px;display:flex;font-weight:300;font-size:14px;line-height:1.4;cursor:pointer;text-decoration:none}.sc-message--file p{margin:0 0 0 10px;color:rgba(86,88,103,.6)}.sc-message--file .sc-user-input--file-icon:hover path{fill:rgba(86,88,103,.3)}.bubble-container{height:64px!important;width:100%;overflow-x:auto;word-wrap:normal;white-space:nowrap}.bubble-container .bubbles{margin:2px 4px;background-color:#4e8cff;-webkit-transition:none;transition:none}.bubble-container .bubbles:active,.bubble-container .bubbles:focus,.bubble-container .bubbles:hover{background-color:#4e8cff}.bubble-container .bubbles.activeBubble{background-color:#64b5f6;-webkit-transition:background-color .3s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;transition:background-color .3s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms}.bubble-container .bubbles .MuiChip-label{color:#fff}.bubble-container.height-0{height:0;padding:0}.bubble-intent{margin:2px 4px;-webkit-transition:none;transition:none;background-color:#00bfd2;color:#fff}.sc-user-input{margin:0;position:relative;bottom:0;display:flex;align-items:center;background-color:#f4f7f9;-webkit-transition:background-color .2s ease,box-shadow .2s ease;transition:background-color .2s ease,box-shadow .2s ease}.sc-user-input--text{display:block;width:100%;resize:none;border:none;outline:none;box-sizing:border-box;padding:18px 8px 18px 24px;font-size:15px;font-weight:400;line-height:1.33;white-space:pre-wrap;word-wrap:break-word;color:#565867;-webkit-font-smoothing:antialiased;max-height:100px;overflow:scroll;bottom:0;overflow-x:hidden;overflow-y:auto;cursor:text}.sc-user-input--text:empty:before{content:attr(placeholder);display:block;color:rgba(86,88,103,.3);outline:none}.sc-user-input--buttons{width:100px;position:absolute;right:10px;height:100%;display:flex;justify-content:flex-end}.sc-user-input--button:first-of-type{width:40px}.sc-user-input--button{width:30px;height:55px;display:flex;flex-direction:column;justify-content:center}.sc-user-input--button button{cursor:pointer}.sc-user-input--buttons input[type=file]{display:none}.sc-user-input--picker-wrapper{display:flex;flex-direction:column}.sc-user-input.active{background-color:#fff;box-shadow:0 -5px 20px 0 rgba(150,165,190,.2)}.sc-user-input--file-icon,.sc-user-input--send-icon{height:20px;width:20px;cursor:pointer;align-self:center;outline:none}.sc-user-input--file-icon path,.sc-user-input--send-icon path{fill:rgba(86,88,103,.3)}.sc-user-input--file-icon:hover path,.sc-user-input--send-icon:hover path{fill:#565867}.sc-user-input--emoji-icon-wrapper,.sc-user-input--file-icon-wrapper,.sc-user-input--send-icon-wrapper{background:none;border:none;padding:2px;margin:0;display:flex;flex-direction:column;justify-content:center}.sc-user-input--file-icon-wrapper,.sc-user-input--send-icon-wrapper{flex-direction:row}.sc-user-input--emoji-icon-wrapper:focus{outline:none}.sc-user-input--emoji-icon{height:18px;cursor:pointer;align-self:center}.sc-user-input--emoji-icon circle,.sc-user-input--emoji-icon path{fill:rgba(86,88,103,.3)}.sc-user-input--emoji-icon-wrapper:focus .sc-user-input--emoji-icon circle,.sc-user-input--emoji-icon-wrapper:focus .sc-user-input--emoji-icon path,.sc-user-input--emoji-icon.active circle,.sc-user-input--emoji-icon.active path,.sc-user-input--emoji-icon:hover circle,.sc-user-input--emoji-icon:hover path{fill:#565867}.sc-popup-window{position:relative;width:150px}.sc-popup-window--cointainer{position:absolute;bottom:20px;right:100px;width:330px;max-height:260px;height:260px;box-shadow:0 7px 40px 2px rgba(148,149,150,.3);background:#fff;border-radius:4px;outline:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;z-index:1;padding:0 5px 5px;box-sizing:border-box}.sc-popup-window--cointainer.closed{opacity:0;visibility:hidden;bottom:14px}.sc-popup-window--cointainer:after{content:"";width:14px;height:14px;background:#fff;position:absolute;z-index:-1;bottom:-6px;right:28px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:2px}.sc-popup-window--search{width:290px;box-sizing:border-box;margin:auto;display:block;border-width:0 0 1px;color:#565867;padding-left:25px;height:40px;font-size:14px;background-image:url(https://js.intercomcdn.com/images/search@2x.32fca88e.png);background-size:16px 16px;background-repeat:no-repeat;background-position:0 12px;outline:none}.sc-popup-window--search::-webkit-input-placeholder{color:#c1c7cd}.sc-popup-window--search:-ms-input-placeholder{color:#c1c7cd}.sc-popup-window--search::-ms-input-placeholder{color:#c1c7cd}.sc-popup-window--search::placeholder{color:#c1c7cd}.dashboard{background:#fff;-ms-overflow-style:-ms-autohiding-scrollbar}.dashboard .edit-button{background-color:#2980b9;position:fixed;z-index:10;height:60px;width:60px;border-radius:50px;right:17px;top:90px;box-shadow:4px 6px 6px #b7b7b7;cursor:pointer}.dashboard .edit-button.editing{box-shadow:1px 1px 6px #b7b7b7;top:90px;right:15px}.dashboard .edit-button .fa{color:#fff;font-size:25pt;margin-top:13px;margin-left:10px}.dashboard .move-button{background-color:#7ab6c1;position:fixed;z-index:10;height:60px;width:60px;border-radius:50px;right:17px;top:170px;box-shadow:4px 6px 6px #b7b7b7;cursor:pointer}.dashboard .move-button.moving{box-shadow:1px 1px 6px #b7b7b7;top:170px;right:15px}.dashboard .move-button .fa{color:#fff;font-size:25pt;margin-top:14px;margin-left:14px}.dashboard .dashboard-container{position:relative;overflow-y:auto}.dashboard .dashboard-content{margin:2px auto;position:relative}.dashboard .dashboard-content.columns-1 .widget{width:100%}.dashboard .title{top:0;left:0;right:0;background-color:#fff;padding:8px 14px;vertical-align:bottom;font-size:19pt;text-transform:uppercase;color:grey}.dashboard .title,.dashboard .widget{box-sizing:border-box;position:absolute}.dashboard .widget{background:#fff;box-shadow:1px 1px 5px #b7b7b7;display:inline-block;margin-bottom:30px;padding:8px;-webkit-transition:width .5s,height .5s,top .5s,left .5s;transition:width .5s,height .5s,top .5s,left .5s}.dashboard .widget .widget-inner{overflow:hidden;position:absolute;top:0;bottom:0;left:0;right:0}.dashboard .widget .widget-inner .edit-overlay{opacity:.5;z-index:5;height:100%;width:100%;position:absolute;background:#000}.dashboard .widget .edit-widget-button{position:absolute;right:26px;top:10px;color:#e4e4e4;cursor:pointer}.dashboard .widget .edit-widget-button.close-button{color:#2980b9;top:6px;right:13px;z-index:11}.dashboard .widget .hide-widget-button{position:absolute;right:5px;top:10px;color:#e4e4e4;cursor:pointer;z-index:2}.dashboard .widget .widgetTitle{position:absolute;z-index:1;font-size:18px;padding:10px;color:grey}.dashboard .widget .widgetTitleDescription{position:absolute;z-index:1;font-size:12px;padding-top:30px;padding-left:10px;color:grey}.dashboard .widget .widgetBody{position:absolute;top:50px;left:0;bottom:0;right:0}.dashboard .widget .config-comp{z-index:10;position:absolute;left:0;right:0;top:0;bottom:0}.dashboard .widget .background-watermark{font-size:268px;position:absolute;bottom:-34px;right:-43px;color:rgba(0,0,0,.06)}.dashboard .widget .dragbar{height:21px;width:10px;position:absolute;background-repeat:no-repeat;z-index:2;margin:7px}.dashboard .widget.draggable{cursor:move}.dashboard .widget.draggable *{cursor:move;pointer-events:none}.dashboard .widget.draggable :nth-child(2){-webkit-filter:blur(1px) grayscale(60%);filter:blur(1px) grayscale(60%);opacity:.8}.dashboard .widget.draggable:hover{background-color:#b7b7b7}.dashboard .widget .drop-prompt{content:" ";position:absolute;top:0;left:-12px;border-left:4px solid #ff0}.dashboard .add-widget-panel{position:fixed;left:0;right:0;height:200px;bottom:0;background:#c3c3c3;padding:11px 11px 0;white-space:nowrap;z-index:10;opacity:.98}.dashboard .add-widget-panel .inner{overflow-x:auto;height:100%}.dashboard .widget-panel-enter{bottom:-200px}.dashboard .widget-panel-enter.widget-panel-enter-active{bottom:0;-webkit-transition:bottom .3s ease-in;transition:bottom .3s ease-in}.dashboard .widget-panel-exit{opacity:1}.dashboard .widget-panel-exit.widget-panel-exit-active{opacity:0;-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.dashboard .widget-preview{background:#ececec;display:inline-block;height:148px;width:220px;border:1px solid #adadad;margin:5px 10px;padding:5px;opacity:.5;cursor:pointer;position:relative;overflow:hidden;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.dashboard .widget-preview:hover{background:#fff;opacity:1;-webkit-filter:none;filter:none}.dashboard .widget-preview .default-preview{text-align:center;padding-top:60px;color:grey}.dashboard .widget-preview .widgetTitle{position:absolute;z-index:1;font-size:15px;padding:6px;color:grey}.dashboard .widget-preview .widgetBody{position:absolute;top:35px;left:0;bottom:0;right:0}.dashboard .widget-preview .no-click{pointer-events:none}.dashboard .widget-preview-plus-icon{position:absolute;top:4px;right:4px;height:36px;width:36px;display:none;color:#27ae60}.dashboard .widget-preview-plus-icon .icon{font-size:30px;width:100%;height:100%}.dashboard .widget-preview .widget-preview-plus-icon{display:inline-block}
/*!
 *  Weather Icons 1.3
 *  Updated November 30th, 2014
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-cloudy:before{content:"\f002"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-rain:before{content:"\f008"}.wi-day-showers:before{content:"\f009"}.wi-day-snow:before{content:"\f00a"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-sunny:before{content:"\f00d"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-thunderstorm:before{content:"\f010"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-cloudy:before{content:"\f013"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-rain:before{content:"\f019"}.wi-showers:before{content:"\f01a"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-windy:before{content:"\f021"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-clear:before{content:"\f02e"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-cloudy:before{content:"\f031"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-rain:before{content:"\f036"}.wi-night-showers:before{content:"\f037"}.wi-night-snow:before{content:"\f038"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-celsius:before{content:"\f03c"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-refresh:before{content:"\f03e"}.wi-cloud-up:before{content:"\f040"}.wi-cloud:before{content:"\f041"}.wi-degrees:before{content:"\f042"}.wi-down-left:before{content:"\f043"}.wi-down:before{content:"\f044"}.wi-fahrenheit:before{content:"\f045"}.wi-horizon-alt:before{content:"\f046"}.wi-horizon:before{content:"\f047"}.wi-left:before{content:"\f048"}.wi-lightning:before{content:"\f016"}.wi-night-fog:before{content:"\f04a"}.wi-refresh-alt:before{content:"\f04b"}.wi-refresh:before{content:"\f04c"}.wi-right:before{content:"\f04d"}.wi-sprinkles:before{content:"\f04e"}.wi-strong-wind:before{content:"\f050"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-thermometer:before{content:"\f055"}.wi-tornado:before{content:"\f056"}.wi-up-right:before{content:"\f057"}.wi-up:before{content:"\f058"}.wi-wind-west:before{content:"\f059"}.wi-wind-south-west:before{content:"\f05a"}.wi-wind-south-east:before{content:"\f05b"}.wi-wind-south:before{content:"\f05c"}.wi-wind-north-west:before{content:"\f05d"}.wi-wind-north-east:before{content:"\f05e"}.wi-wind-north:before{content:"\f060"}.wi-wind-east:before{content:"\f061"}.wi-smoke:before{content:"\f062"}.wi-dust:before{content:"\f063"}.wi-snow-wind:before{content:"\f064"}.wi-day-snow-wind:before{content:"\f065"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-day-sleet-storm:before{content:"\f068"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-solar-eclipse:before{content:"\f06e"}.wi-lunar-eclipse:before{content:"\f070"}.wi-meteor:before{content:"\f071"}.wi-hot:before{content:"\f072"}.wi-hurricane:before{content:"\f073"}.wi-smog:before{content:"\f074"}.wi-alien:before{content:"\f075"}.wi-snowflake-cold:before{content:"\f076"}.wi-stars:before{content:"\f077"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-umbrella:before{content:"\f084"}.wi-day-windy:before{content:"\f085"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-up-left:before{content:"\f087"}.wi-down-right:before{content:"\f088"}.wi-time-12:before{content:"\f089"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-day-sleet:before{content:"\f0b2"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-sleet:before{content:"\f0b5"}.wi-day-haze:before{content:"\f0b6"}.wi-beafort-0:before{content:"\f0b7"}.wi-beafort-1:before{content:"\f0b8"}.wi-beafort-2:before{content:"\f0b9"}.wi-beafort-3:before{content:"\f0ba"}.wi-beafort-4:before{content:"\f0bb"}.wi-beafort-5:before{content:"\f0bc"}.wi-beafort-6:before{content:"\f0bd"}.wi-beafort-7:before{content:"\f0be"}.wi-beafort-8:before{content:"\f0bf"}.wi-beafort-9:before{content:"\f0c0"}.wi-beafort-10:before{content:"\f0c1"}.wi-beafort-11:before{content:"\f0c2"}.wi-beafort-12:before{content:"\f0c3"}.wi-wind-default:before{content:"\f0b1"}wi-wind-default._0-deg{-webkit-transform:rotate(0deg);transform:rotate(0deg)}wi-wind-default._15-deg{-webkit-transform:rotate(15deg);transform:rotate(15deg)}wi-wind-default._30-deg{-webkit-transform:rotate(30deg);transform:rotate(30deg)}wi-wind-default._45-deg{-webkit-transform:rotate(45deg);transform:rotate(45deg)}wi-wind-default._60-deg{-webkit-transform:rotate(60deg);transform:rotate(60deg)}wi-wind-default._75-deg{-webkit-transform:rotate(75deg);transform:rotate(75deg)}wi-wind-default._90-deg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}wi-wind-default._105-deg{-webkit-transform:rotate(105deg);transform:rotate(105deg)}wi-wind-default._120-deg{-webkit-transform:rotate(120deg);transform:rotate(120deg)}wi-wind-default._135-deg{-webkit-transform:rotate(135deg);transform:rotate(135deg)}wi-wind-default._150-deg{-webkit-transform:rotate(150deg);transform:rotate(150deg)}wi-wind-default._165-deg{-webkit-transform:rotate(165deg);transform:rotate(165deg)}wi-wind-default._180-deg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}wi-wind-default._195-deg{-webkit-transform:rotate(195deg);transform:rotate(195deg)}wi-wind-default._210-deg{-webkit-transform:rotate(210deg);transform:rotate(210deg)}wi-wind-default._225-deg{-webkit-transform:rotate(225deg);transform:rotate(225deg)}wi-wind-default._240-deg{-webkit-transform:rotate(240deg);transform:rotate(240deg)}wi-wind-default._255-deg{-webkit-transform:rotate(255deg);transform:rotate(255deg)}wi-wind-default._270-deg{-webkit-transform:rotate(270deg);transform:rotate(270deg)}wi-wind-default._285-deg{-webkit-transform:rotate(295deg);transform:rotate(295deg)}wi-wind-default._300-deg{-webkit-transform:rotate(300deg);transform:rotate(300deg)}wi-wind-default._315-deg{-webkit-transform:rotate(315deg);transform:rotate(315deg)}wi-wind-default._330-deg{-webkit-transform:rotate(330deg);transform:rotate(330deg)}wi-wind-default._345-deg{-webkit-transform:rotate(345deg);transform:rotate(345deg)}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-cresent-1:before{content:"\f096"}.wi-moon-waxing-cresent-2:before{content:"\f097"}.wi-moon-waxing-cresent-3:before{content:"\f098"}.wi-moon-waxing-cresent-4:before{content:"\f099"}.wi-moon-waxing-cresent-5:before{content:"\f09a"}.wi-moon-waxing-cresent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-3rd-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"}body{font-family:"Open Sans",sans-serif;margin:0}.app-navbar{background:#2980b9;height:40px;color:#fff;padding:5px 13px;font-size:20px}.example-dash{position:relative;left:0;right:0;top:0;bottom:0}.weather-example .city{font-size:18pt;padding:10px;position:relative;color:grey}.weather-example .wi{font-size:70pt;padding-top:80px;text-align:center;width:100%;color:#2980b9}.weather-example.preview .city{font-size:14pt}.weather-example.preview .wi{font-size:50pt;padding-top:45px}.weather-example-config{padding:11px}.weather-example-config .city{padding-bottom:10px}.days-since-last .days{font-size:75pt;text-align:center;font-weight:700;margin-bottom:-17px;padding-top:30px}.days-since-last .text{font-size:12pt;text-align:center}.days-since-last.preview .days{padding-top:0;font-size:55pt}.days-since-last.preview .text{font-size:9pt}.activity-feed{font-size:90%}.activity-feed ul{list-style:none;margin-top:16px;padding-left:18px;padding-right:14px}.activity-feed ul li{border-bottom:1px solid #e8e8e8;padding-bottom:10px;padding-top:10px}.activity-feed .time{float:right}.fa-thumbs-up{font-size:149px;text-align:center;width:100%;margin-top:26px;color:#5e89a7}.fa-thumbs-up.preview{font-size:97px;margin-top:-4px}.assistant-page-chat-window{width:100%;height:85vh;right:0;bottom:0;border-radius:0}@media (min-width:450px){.assistant-page-chat-window{max-width:900px}}@media (min-width:721px){.assistant-page-chat-window{width:85%}}main{min-height:100vh}.resize-and-drag-container{position:fixed;top:0;left:0;z-index:-1}.resize-and-drag-container.container-is-opened{z-index:1200}@media only screen and (max-width:450px){.resize-and-drag-container{top:unset;bottom:unset;right:0}}.draggableContainer{position:fixed;top:0;bottom:0;left:0;right:0;margin:50px 150px}.cursor,.react-draggable{cursor:move}.no-cursor{cursor:auto}.cursor-y{cursor:ns-resize}.cursor-x{cursor:ew-resize}.resizableChatIsOpened .react-resizable-handle{display:block}.resizableChatIsClosed .react-resizable-handle{display:none}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZ6IiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+");background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.react-resizable-handle-e{right:0;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}

/*!* aaaaa *!*/
/*!*bbbbbbbbbb*!*/
/*# sourceMappingURL=main.77312b5a.chunk.css.map */